Index

A B C D E F G H I J K L M N O P Q R S T U V W Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

accepted(Object) - Method in class com.jk.services.server.JKAbstractRestController
This method generates an HTTP response with an accepted status code and includes the provided model as the response entity.
ACCEPTED - Enum constant in enum class com.jk.core.http.JKHttpStatus
202 Accepted.
acceptedTimeInMillis - Static variable in class com.jk.data.dataaccess.core.JKDataAccessImpl
Represents the time duration, in milliseconds, for query execution acceptance.
Account - Class in com.jk.webstack.services.account
This class represents user account information in a web application.
Account() - Constructor for class com.jk.webstack.services.account.Account
 
AccountAlreadyExistsException - Exception in com.jk.webstack.services.account
This class represents exception thrown to indicate that an account already exists.
AccountAlreadyExistsException() - Constructor for exception com.jk.webstack.services.account.AccountAlreadyExistsException
 
AccountServices - Class in com.jk.webstack.services.account
This class provides user account-related services in a web application.
AccountServices() - Constructor for class com.jk.webstack.services.account.AccountServices
This method constructs a new AccountServices.
ACTION - Static variable in class com.jk.core.config.JKConstants.Context
Represents the configuration property for specifying the action in the JK context.
ActionLog - Class in com.jk.webstack.services.logging
This entity class represents an action log entity that records various types of logs with counts.
ActionLog() - Constructor for class com.jk.webstack.services.logging.ActionLog
 
ActionLogsService - Class in com.jk.webstack.services.logging
This class is a service class used for managing action logs and user action logs.
ActionLogsService() - Constructor for class com.jk.webstack.services.logging.ActionLogsService
 
add() - Method in class com.jk.core.scm.JKGitWrapper
This method adds files to the staging area for the next commit.
add() - Method in class com.jk.webstack.controllers.JKWebControllerWithOrmSupport
This method adds a new model to the database or initiates a workflow approval process based on availability.
add(int, String, Object...) - Method in class com.jk.core.util.JKStringBuffer
This method adds a line of text with a specified number of preceeding spaces and optional parameters.
add(JKDataAccessException) - Method in exception com.jk.core.exceptions.JKDataAccessException
This method adds the specified error to a collection of data access-related errors that have occurred during the execution of the error that resulted in this JKDataAccessException.
add(JKLog) - Method in class com.jk.services.crosscutting.logging.JKLogCrossCuttingService
This method is an end-point to add a log entry.
add(Problem) - Method in class com.jk.core.validation.Problems
This method adds a problem with the specified severity level to the collection.
add(String) - Method in class com.jk.core.validation.Problems
This method adds a problem with a default severity level of "FATAL" to the collection.
add(String, Severity) - Method in class com.jk.core.validation.Problems
This method adds a problem with the specified severity level to the collection.
add(String, Object...) - Method in class com.jk.core.util.JKStringBuffer
This method appends a formatted line to the internal buffer with optional parameters.
add(String, String) - Method in class com.jk.web.embedded.spring.MimeMappings
This method adds a mapping entry with the provided extension and MIME type.
add(T) - Method in class com.jk.core.collections.JKSet
Adds the specified element to this set if it is not already present (optional operation).
add(T) - Method in class com.jk.webstack.rest.JKMatureJpaRestService
This method inserts the provided object into the data storage.
ADD - Enum constant in enum class com.jk.webstack.controllers.ControllerMode
Represents the mode for adding new data.
ADD_LABELS - Static variable in class com.jk.web.faces.components.TagAttributeConstants
Represents the attribute to add labels.
addAll(Collection<? extends T>) - Method in class com.jk.core.collections.JKSet
Adds all of the elements in the specified collection to this set if they're not already present (optional operation).
addAmounts(double, double) - Static method in class com.jk.core.util.JKNumbersUtil
This method adds two double values and returns the result with three decimal places.
addAttachment(Attachment) - Method in class com.jk.core.mail.JKMailInfo
This method adds an attachment to the collection of attachments to this mail.
addAttribue(String, String) - Method in class com.jk.web.faces.tags.JKTagWrapper
This method adds a new attribute with the specified name and value to the tag.
addAttribute(String, Object) - Method in class com.jk.web.faces.components.UIComponentWrapper
This method adds an attribute value to the wrapped UIComponent if the attribute already exists.
addAttributes(List<JKKeyValue<String, String>>) - Method in class com.jk.web.faces.tags.JKTagWrapper
This method adds multiple attributes to the tag based on a list of key-value pairs.
addColumn(Object) - Method in class com.jk.core.model.table.JKDefaultTableModel
This method adds a new columns to the table with the specified header name.
addColumn(Object, Object[]) - Method in class com.jk.core.model.table.JKDefaultTableModel
This method adds a new column to the table with the specified header name and provided data.
addColumn(Object, Vector) - Method in class com.jk.core.model.table.JKDefaultTableModel
This method adds a new column to the table with the specified header name and provided data.
addCommitPush() - Method in class com.jk.core.scm.JKGitWrapper
This method adds all changes to the staging area, commits the changes with a default or provided message, and pushes the committed changes to the remote repository.
addComponent(QueryComponent) - Method in class com.jk.data.dynamic.query.Query
This method adds a query component to the query structure.
addComponent(QueryComponent, int, QueryComponent, boolean) - Method in class com.jk.data.dynamic.query.Query
This method adds multiple copies of a query component to the query structure, separated by a specified separator, and optionally surrounded by parentheses.
addComponents(List<QueryComponent>, QueryComponent, boolean) - Method in class com.jk.data.dynamic.query.Query
This method adds a list of query components to the query structure, separated by a specified separator, and optionally surrounded by parentheses.
adddDaysToCurrentDate(int) - Static method in class com.jk.core.util.JKDateTimeUtil
This method adds a specified number of days to the current date and returns the resulting date.
addDetailController(JKWebControllerWithOrmSupport<?>) - Method in class com.jk.webstack.controllers.JKMasterDetailWebControllerWithOrmSupport
This method adds a detail controller to the list of associated detail controllers.
addDetailController(String) - Method in class com.jk.webstack.controllers.JKMasterDetailWebControllerWithOrmSupport
This method adds a detail controller to the list of associated detail controllers by evaluating an expression.
adddMonths(int) - Static method in class com.jk.core.util.JKDateTimeUtil
This method adds a specified number of months to the current date and returns the resulting date.
addEmailToQueue(String, String, String, boolean) - Method in class com.jk.webstack.services.email.EmailService
This method adds an email to the queue for sending.
addEmptyValue(JKTableColumn) - Method in class com.jk.core.model.table.JKTableRecord
This method adds a new empty column value.
addEmptyValues(Vector<JKTableColumn>) - Method in class com.jk.core.model.table.JKTableRecord
This method adds multiple new empty column values.
addEndPoint(EndPoint) - Method in class com.jk.services.server.commons.models.ServiceInfo
This method adds an end-point to the list of end-points associated with the service.
addField(MvcFieldMeta) - Method in class com.jk.web.mvc.MvcEntityMeta
This method adds a new field to the list of field metadata associated with this MVC entity.
addFullRow(UIComponent, int, String) - Static method in class com.jk.web.util.JKJsfUtil
This method adds a complete row containing a UIComponent to an HTML table within a JSF page.
addFullRow(String, int, String) - Static method in class com.jk.web.util.JKJsfUtil
This method adds a complete row to an HTML table within a JSF page.
addItem(T) - Method in interface com.jk.core.collections.JKListHolder
This method adds a new item to the list of items, specifying its name in case it didn't have one, then set its parent to this JKListHolder object before returning the item.
addItemToList(Object, String, Object) - Static method in class com.jk.core.util.JKObjectUtil
This method adds an item to a list property with the specified field name on the given target object.
addItemToTree(JKBaseModel) - Method in class com.jk.web.util.JKPrimefacesTreeWrapper
This method adds a model item to the root of the tree.
addItemToTree(JKBaseModel, JKBaseModel) - Method in class com.jk.web.util.JKPrimefacesTreeWrapper
This method adds an item to the tree under a parent model.
addItemToTree(DefaultTreeNode, String, JKBaseModel) - Method in class com.jk.web.util.JKPrimefacesTreeWrapper
This method adds an item to the tree under the specified parent node.
addJKTableColumn(JKTableColumn) - Method in class com.jk.core.model.table.JKTableModel
This method adds a new column to the table model.
addJKTableColumn(String) - Method in class com.jk.core.model.table.JKTableModel
This method adds a new column to the table with the specified header name.
addLables(JKLocale, String) - Method in class com.jk.core.locale.JKMessage
This method adds labels according to the locale specified and the file name provided.
addLables(JKLocale, Properties) - Method in class com.jk.core.locale.JKMessage
This method adds the labels using the provided locale and properties.
addLables(Properties) - Method in class com.jk.core.locale.JKMessage
This method adds the labels using the default locale as well as the provided properties.
addListner(JKConfigListener) - Static method in class com.jk.core.config.JKConfig
This method add a new configuration listener to the internal configuration listeners list.
addMissingNamespaces(JKTagWrapper) - Method in class com.jk.web.faces.decorators.JKTagDecorator
This method adds missing name spaces to the provided tag based on the configured name spaces in JKFacesConfigurations.
addMonths(Date, int) - Static method in class com.jk.core.util.JKDateTimeUtil
This method adds the specified number of months to the given date.
addProperties(Properties) - Method in class com.jk.core.config.JKConfig
This method adds all the properties specified to the configuration properties.
addQueryLog(String, Instant, Instant) - Method in class com.jk.data.dataaccess.core.JKDataAccessImpl
This method logs information about the execution of a database query.
addRecord() - Method in class com.jk.core.model.table.JKTableModel
This method adds a new record to the table model.
addRecord(JKTableRecord) - Method in class com.jk.core.model.table.JKTableModel
This method adds a new record to the table model.
addRow(Object[]) - Method in class com.jk.core.model.table.JKDefaultTableModel
This method adds a new row to the table containing the provided data.
addRow(Vector) - Method in class com.jk.core.model.table.JKDefaultTableModel
This method adds a new row to the table containing the provided data.
addService(ServiceInfo) - Method in class com.jk.services.server.commons.models.ServiceServerInfo
This method adds a service to the list of service information objects representing the service hosted on the service server.
addToDatabase() - Method in class com.jk.webstack.controllers.JKWebControllerWithOrmSupport
This method adds the current ORM entity to the database.
addToSystemConfig(String, JKConfig) - Static method in class com.jk.core.util.JK
This method adds properties from the provided JKConfig instance to the system properties, with the given prefix.
addToSystemConfig(String, Properties) - Static method in class com.jk.core.util.JK
This method adds the key-value pairs from the provided Properties object to the system properties with the specified prefix added to the keys.
addValue(Object) - Method in class com.jk.data.dynamic.query.Query
This method adds a value to the query structure as a query component.
addValues(List<Object>, QueryComponent, boolean) - Method in class com.jk.data.dynamic.query.Query
This method adds a list of values to the query structure as query components, separated by a specified separator, and optionally surrounded by parentheses.
ADMIN - Static variable in class com.jk.webstack.security.UserRole
Represents the admin role.
after(JKTimeObject) - Method in class com.jk.core.time.JKTimeObject
This method checks if this time is after another JKTimeObject instance.
afterDelete() - Method in class com.jk.webstack.controllers.JKWebControllerWithOrmSupport
This method is yet to be implemented (TBI).
afterFind() - Method in class com.jk.webstack.controllers.JKWebControllerWithOrmSupport
This method is yet to be implemented (TBI).
afterInsert() - Method in class com.jk.webstack.controllers.JKWebControllerWithOrmSupport
This method is yet to be implemented (TBI).
afterUpdate() - Method in class com.jk.webstack.controllers.JKWebControllerWithOrmSupport
This method is yet to be implemented (TBI).
ALIGN - Static variable in class com.jk.web.faces.components.TagAttributeConstants
Represents the align attribute for alignment.
ALLOW_MANAGE_CACHE - Static variable in class com.jk.core.config.JKConstants.Microservices
Represents the configuration property for specifying whether the manager cache is enabled.
ALLOW_READ_CACHE - Static variable in class com.jk.core.config.JKConstants.Microservices
Represents the configuration property for specifying whether the cache reading service is allowed.
ALLOW_READ_CONFIG - Static variable in class com.jk.core.config.JKConstants.Microservices
Represents the configuration property for specifying whether the configuration reading service is enabled.
ALLOW_RELOAD - Static variable in class com.jk.core.config.JKConstants.Microservices
Represents the configuration property for specifying whether the reload is allowed or not.
ALLOW_REMOVE_FROM_CACHE - Static variable in class com.jk.core.config.JKConstants.Microservices
Represents the configuration property for specifying whether the cache removing service is enabled.
ALLOW_RESET_CONFIG - Static variable in class com.jk.core.config.JKConstants.WEB
Represents the configuration property for specifying whether configuration resetting is allowed.
ALLOW_SHOW_VERSIONS - Static variable in class com.jk.core.config.JKConstants.WEB
Represents the configuration property for specifying the display of web version is enabled.
ALLOWED_IP - Static variable in class com.jk.core.config.JKConstants.Microservices
Represents the configuration property for specifying the allowed IP Address.
ALREADY_REPORTED - Enum constant in enum class com.jk.core.http.JKHttpStatus
208 Already Reported.
AND - Static variable in class com.jk.data.dynamic.query.Keyword
Represents the AND keyword.
AnnotationDetector - Class in com.jk.core.annotations
This Class is used for scanning packages for classes with class annotations.
AnnotationDetector() - Constructor for class com.jk.core.annotations.AnnotationDetector
 
AnnotationHandler - Interface in com.jk.core.annotations
This Interface provides the necessarily methods needed for the AnnotationDetector class.
annotationType() - Method in class com.jk.data.dataaccess.orm.meta.JKColumnWrapper
Returns the annotation interface of this annotation.
App() - Constructor for class com.jk.core.config.JKConstants.App
 
APP_CONFIG_FILE - Static variable in class com.jk.core.config.JKConstants.Config
Represents the path to the application configuration file.
APP_NAME - Static variable in class com.jk.core.config.JKConstants.PreConfig
Represents the application name.
append(String) - Method in class com.jk.core.util.JKStringBuffer
This method appends the provided contents to the internal buffer.
appendAttribute(UIComponent, String, String, String) - Static method in class com.jk.web.util.JKJsfUtil
This method appends or adds a new attribute to a UIComponent, with the option to target a different key.
APPLICATION - Enum constant in enum class com.jk.core.annotations.ScopeType
Represents the application scope.
APPLICATION_MAP - Static variable in class com.jk.core.config.JKConstants.Context
Represents the configuration property for specifying Application Map.
APPLICATION_NAME - Static variable in class com.jk.core.config.JKConstants.Context
Represents the configuration property for specifying application name in the JK context.
APPLICATIONS - Enum constant in enum class com.jk.web.mvc.MvcScope
Represents the application scope, where the model instance is available for the entire application's life-cycle.
apply(FaceletContext, UIComponent) - Method in class com.jk.web.faces.tags.JKTagIncludeHandler
APPROVE - Enum constant in enum class com.jk.services.client.workflow.JKWorkflowServiceClient.WorkflowAction
Represents the approve workflow action.
approvePayload(int) - Method in class com.jk.webstack.controllers.JKWebControllerWithOrmSupport
This method approves a workflow pay-load with the specified ID.
approvePayload(String, int) - Method in class com.jk.webstack.services.workflow.WorkflowController
This method is yet to be implemented (TBI).
approveWorkflowEntity(Integer) - Method in class com.jk.services.client.workflow.JKWorkflowServiceClient
This method approves a workflow entity with the given pay-load ID.
ARABIC - Static variable in class com.jk.core.locale.JKLocale
Represents the Arabic locale.
ArabicDigits - Class in com.jk.core.util
This class is a utility class used to convert numbers and dates to their Arabic representation.
ArabicDigits() - Constructor for class com.jk.core.util.ArabicDigits
 
aroundInvoke(InvocationContext) - Method in class com.jk.core.logging.JKLoggedInterceptor
This method intercepts method calls and logs relevant information before and after invocation.
ArrayCustomSqlType() - Constructor for class com.jk.data.dataaccess.core.JKCustomSqlType.ArrayCustomSqlType
 
AS_IS - Enum constant in enum class com.jk.data.datasource.DefaultPhysicalNamingStrategy.NamePattern
As-it-is pattern.
AS_IS_WITH_UNDERSCORES - Enum constant in enum class com.jk.data.datasource.DefaultPhysicalNamingStrategy.NamePattern
As-it-is with underscores pattern.
ASC - Enum constant in enum class com.jk.data.dataaccess.orm.meta.JKSortDirection
Ascending sorting direction.
asMap() - Method in interface com.jk.core.cache.JKCacheManager
This method transform JKCacheManager into a map.
asMap() - Method in class com.jk.core.cache.simple.JKAbstractCacheManager
This method transform JKCacheManager into a map.
asMap() - Method in interface com.jk.core.collections.JKMap
This method returns the current JKMap entries as a Map.
asMap() - Method in class com.jk.core.collections.map.JKGuavaCacheWrapper
This method returns the current JKMap entries as a Map.
asMap() - Method in class com.jk.core.collections.map.JKMapWrapper
This method returns the current JKMap entries as a Map.
ATT_FILTER_BY - Static variable in class com.jk.web.faces.components.TagAttributeConstants
Represents the attribute for filtering by.
Attachment - Class in com.jk.core.mail
This class provides attributes and methods necessary for the mail attachments.
Attachment() - Constructor for class com.jk.core.mail.Attachment
 
Attachment.MimeType - Enum Class in com.jk.core.mail
This enum specifies the available MimeTypes.
ATTRIBUTE_BINDINGS_NAME - Static variable in class com.jk.web.mvc.MvcConstants
Represents the name of the attribute used for storing bindings.
ATTRIBUTE_EXPLODE_CHILDS - Static variable in class com.jk.web.faces.components.TagAttributeConstants
Represents the attribute for exploding child components.
ATTRIBUTE_REQUEST - Static variable in class com.jk.web.mvc.MvcConstants
Represents the name of the attribute used for storing the HTTP request.
ATTRIBUTE_SERVLET_CONTEXT - Static variable in class com.jk.web.mvc.MvcConstants
Represents the name of the attribute used for storing the servlet context.
ATTRIBUTE_SESSION - Static variable in class com.jk.web.mvc.MvcConstants
Represents the name of the attribute used for storing the HTTP session.
AUDIT_ADD_RECORD - Static variable in class com.jk.core.security.JKAuditType
Represents an audit entry for adding a new record.
AUDIT_DELETE_RECORD - Static variable in class com.jk.core.security.JKAuditType
Represents an audit entry for deleting a record.
AUDIT_LOGIN - Static variable in class com.jk.core.security.JKAuditType
Represents an audit entry for user login.
AUDIT_LOGOUT - Static variable in class com.jk.core.security.JKAuditType
Represents an audit entry for user logout.
AUDIT_UPDATE_RECORD - Static variable in class com.jk.core.security.JKAuditType
Represents an audit entry for updating an existing record.
authenticate(String, int) - Method in interface com.jk.core.security.JKAuthenticaor
This method authenticates a user based on the application name and login retries.
authenticate(String, String) - Method in interface com.jk.core.security.JKAuthenticaor
This method authenticates a user based on the provided user name and password.
authenticate(Authentication) - Method in class com.jk.webstack.security.NullAuthenticationProvider
This method performs authentication and always returns null.
authenticationProvider() - Method in class com.jk.webstack.security.JKWebSecurityConfig
This method defines the AuthenticationProvider for user authentication.
Author - Annotation Interface in com.jk.core.annotations
This interface specifies annotation of Author information for components created.
AutomaticDBBackup - Class in com.jk.data.backup
This class represents an automatic database backup utility that extends the DataBaseBackup class.
AutomaticDBBackup() - Constructor for class com.jk.data.backup.AutomaticDBBackup
This method constructs a new AutomaticDBBackup and sets the backups folder.

B

BACKUPS_FOLDER - Static variable in class com.jk.data.backup.DataBaseBackup
Represents the folder where backups will be stored.
BAD_GATEWAY - Enum constant in enum class com.jk.core.http.JKHttpStatus
502 Bad Gateway.
BAD_REQUEST - Enum constant in enum class com.jk.core.http.JKHttpStatus
400 Bad Request.
badRequest(Object) - Method in class com.jk.services.server.JKAbstractRestController
This method generates an HTTP response with a bad request status code (HTTP 400 Bad Request) and includes the provided entity as the response entity.
BANDWIDTH_LIMIT_EXCEEDED - Enum constant in enum class com.jk.core.http.JKHttpStatus
509 Bandwidth Limit Exceeded.
BASE_PACKAGE - Static variable in class com.jk.core.config.JKConstants.App
Represents the configuration property for specifying the base security package.
BASE_PACKAGE_DEFAULT - Static variable in class com.jk.core.config.JKConstants.App
Represents the configuration property for specifying the default base security package.
BCrypt - Class in com.jk.core.security
BCrypt implements OpenBSD-style Blowfish password hashing using the scheme described in "A Future-Adaptable Password Scheme" by Niels Provos and David Mazieres.
BCrypt() - Constructor for class com.jk.core.security.BCrypt
 
before(JKTimeObject) - Method in class com.jk.core.time.JKTimeObject
This method checks if this time is before another JKTimeObject instance.
beforeDelete() - Method in class com.jk.webstack.controllers.JKWebControllerWithOrmSupport
This method is yet to be implemented (TBI).
beforeFind() - Method in class com.jk.webstack.controllers.JKWebControllerWithOrmSupport
This method is yet to be implemented (TBI).
beforeInsert() - Method in class com.jk.webstack.controllers.JKWebControllerWithOrmSupport
This method is yet to be implemented (TBI).
beforeInsert() - Method in class com.jk.webstack.security.controllers.JKUserWebControllers
This method is a callback method executed before inserting a new user.
beforeUpdate() - Method in class com.jk.webstack.controllers.JKWebControllerWithOrmSupport
This method is yet to be implemented (TBI).
beforeUpdate() - Method in class com.jk.webstack.security.controllers.JKUserWebControllers
This method is a callback method executed before updating an existing user.
beginTransaction() - Method in class com.jk.data.dataaccess.core.JKDataAccessImpl
This method begins a new database transaction.
beginTransaction() - Method in interface com.jk.data.dataaccess.core.JKDataAccessService
This method begins a new database transaction.
BELONG_TYPE - Static variable in class com.jk.core.mime.MagicMimeEntry
Represents the belong type.
BESHORT_TYPE - Static variable in class com.jk.core.mime.MagicMimeEntry
Represents the beshort type.
Binary - Interface in com.jk.core.datatypes.custom
This interface is used to represents the binary data type in the JK-Framework.
BINARY - Enum constant in enum class com.jk.core.datatypes.JKDataTypeCategory
Represents the binary data type category.
blobToByteArray(Blob) - Static method in class com.jk.data.vendors.mysql.MysqlDataAccess
This method converts a Blob object to a byte array.
blobToByteArray(Blob) - Static method in class com.jk.data.vendors.oracle.JKOracleDataAccess
This method converts a Blob object to a byte array.
bufferSize - Static variable in class com.jk.data.dataaccess.core.JKDataAccessImpl
Represents the size of the buffer used for query log data storage.
Build() - Constructor for class com.jk.core.config.JKConstants.Build
 
BUILD_PROPERTIES - Static variable in class com.jk.core.config.JKConstants.Build
Represents the path to the build properties.
BUILD_TIMESTAMP - Static variable in class com.jk.core.config.JKConstants.Build
Represents the build time stamp file name.
BUILD_TIMESTAMP_FORMAT - Static variable in class com.jk.core.config.JKConstants.Build
Represents the format for the build time stamp.
BUILD_VERSION - Static variable in class com.jk.core.config.JKConstants.Build
Represents the current version for the build.
buildAttribues() - Method in class com.jk.web.faces.tags.JKTagWrapper
This method builds and returns a TagAttributes object containing the tag's attributes.
buildAttribute() - Method in class com.jk.web.faces.tags.JKTagAttributeWrapper
This method builds and returns a TagAttribute based on the information stored in this wrapper.
buildDynamicKey(Object[], Object[]) - Static method in class com.jk.core.cache.simple.JKCacheUtil
This methods allows the building of a dynamic key by concatenating the key name to its value.
buildExcelSheet(JKTableModel) - Static method in class com.jk.core.util.JKExcelUtil
This method builds an Excel sheet using the provided JKTableModel and displays it.
buildMenuModel() - Method in class com.jk.web.util.JKPrimefacesTreeWrapper
This method builds the tree structure based on the model list and type.
buildSubTree(DefaultTreeNode, JKListHolder<?>) - Method in class com.jk.web.util.JKPrimefacesTreeWrapper
This method builds a sub-tree for a given parent node.
buildTag() - Method in class com.jk.web.faces.tags.JKTagWrapper
This method builds and returns a new Tag based on the wrapped tag with modified attributes.
buildToString(Object...) - Static method in class com.jk.core.util.JK
This method returns a formatted string that concatenates the provided parameters.
buildView(FacesContext, String) - Static method in class com.jk.web.util.JKJsfUtil
This method builds and renders a JSF view.
buildView(String) - Static method in class com.jk.web.util.JKJsfUtil
This method builds and returns the HTML content of a JSF view given its view ID.
BYTE_TYPE - Static variable in class com.jk.core.mime.MagicMimeEntry
Represents the byte type.

C

c(String, String) - Static method in class com.jk.core.util.JK
...
cache(Object, Object) - Method in interface com.jk.core.cache.JKCacheManager
This method caches data with the specified key inside the JKCacheManager object instance.
cache(Object, Object) - Method in class com.jk.core.cache.simple.JKAbstractCacheManager
This method caches data with the specified key inside the JKCacheManager object instance.
cache(Object, Object, Class<T>) - Method in interface com.jk.core.cache.JKCacheManager
This method caches data with the associated key inside the specified cached data container.
cache(Object, Object, Class<T>) - Method in class com.jk.core.cache.simple.JKAbstractCacheManager
This method caches data with the associated key inside the specified cached data container.
Cache() - Constructor for class com.jk.core.config.JKConstants.Cache
 
cacheGetEnd(boolean) - Method in class com.jk.data.datasource.JKDataSourceListener
This method is yet to be implemented (TBI).
cacheGetStart() - Method in class com.jk.data.datasource.JKDataSourceListener
This method is yet to be implemented (TBI).
cacheLog(String, JKLog) - Method in class com.jk.services.crosscutting.logging.JKLogCrossCuttingService
This method caches logs for a specific remote application.
cachePutEnd() - Method in class com.jk.data.datasource.JKDataSourceListener
This method is yet to be implemented (TBI).
cachePutStart() - Method in class com.jk.data.datasource.JKDataSourceListener
This method is yet to be implemented (TBI).
cachesKey(String, String, String) - Method in class com.jk.services.server.commons.services.JKCacheService
This method caches a key-value pair in a specific cache region.
calculateChecksum(UIComponent) - Static method in class com.jk.web.util.JKJsfUtil
This method calculates a checksum for the provided JSF UIComponent and its children.
calculateCurrentViewChecksum() - Static method in class com.jk.web.util.JKJsfUtil
This method calculates a checksum for the current JSF view's UIComponent tree.
calculatePriviligeId() - Method in class com.jk.core.security.JKPrivilige
This method calculate this privilege identifier (ID).
call(JKCaller) - Method in class com.jk.data.dataaccess.core.JKDataAccessImpl
This method executes a database operation defined by the provided JKCaller.
call(JKCaller) - Method in interface com.jk.data.dataaccess.core.JKDataAccessService
This method executes a database operation defined by the provided JKCaller.
call(Invocation.Builder) - Method in class com.jk.services.client.JKFileDownloadServiceCaller
This method makes an HTTP service call using the provided builder to construct the request.
call(Invocation.Builder) - Method in interface com.jk.services.client.JKServiceCaller
This method makes an HTTP service call using the provided builder to construct the request.
call(String, List<Object>, List<Class<?>>) - Method in class com.jk.data.dataaccess.core.JKDataAccessImpl
This method executes a stored procedure or callable statement and returns a list of results.
call(String, List<Object>, List<Class<?>>) - Method in interface com.jk.data.dataaccess.core.JKDataAccessService
This method executes a database stored procedure or function and returns the result as a list.
callAddLog(String, String) - Method in class com.jk.services.client.logging.JKLogServiceClient
This method logs a message with the specified severity level to the remote logging service.
callAsSingleOutput(String, List<Object>, List<Class<?>>) - Method in interface com.jk.data.dataaccess.core.JKDataAccessService
This method executes a database stored procedure or function and returns a single output value.
callCommand(String, int, String, String, String) - Static method in class com.jk.core.ssh.JKSSHClient
This method calls an SSH command on a remote host using the provided parameters.
callDebug(String) - Method in class com.jk.services.client.logging.JKLogServiceClient
This method logs a debug-level message to the remote logging service.
callDownloadFileWithPost(String, Object) - Method in class com.jk.services.client.JKServiceClient
This method calls a service end-point with a POST request and expects a file download in response.
callError(String) - Method in class com.jk.services.client.logging.JKLogServiceClient
This method logs an error-level message to the remote logging service.
callGet(String) - Method in class com.jk.services.client.JKServiceClient
This method calls a service end-point with a GET request and retrieves a String response.
callInfo(String) - Method in class com.jk.services.client.logging.JKLogServiceClient
This method logs an info-level message to the remote logging service.
callJson(Class<T>, String) - Method in class com.jk.services.client.JKServiceClient
This method makes an HTTP service call and retrieves the response as JSON, converting it to an object of the specified class.
callJson(String) - Method in class com.jk.services.client.JKServiceClient
This method performs an HTTP GET request to the specified URL and returns the response as an object of type T.
callJsonAsListOfObjects() - Method in class com.jk.services.client.JKServiceClient
This method sends a GET request to the service and retrieves a JSON array of objects, then converts it into a list of objects of type T.
callJsonAsListOfObjects(Class<E>, String) - Method in class com.jk.services.client.JKServiceClient
This method calls a service end-point with a GET request and retrieves a list of objects of the specified class from the JSON response.
callJsonAsListOfObjects(String) - Method in class com.jk.services.client.JKServiceClient
This method makes a GET request to the specified path and expects a JSON response representing an array of objects of type T.
callJsonAsString() - Method in class com.jk.services.client.JKServiceClient
This method makes a GET request to the base URL and expects a JSON response as a String.
callJsonAsString(String) - Method in class com.jk.services.client.JKServiceClient
This method makes a GET request to the specified path appended to the base URL and expects a JSON response as a String.
callJsonWithDelete(String) - Method in class com.jk.services.client.JKServiceClient
This method calls the service with an HTTP DELETE request to the specified path.
callJsonWithPatch(Object) - Method in class com.jk.services.client.JKServiceClient
This method calls a service end-point with a PATCH request, sending a JSON pay-load, and retrieves a String response.
callJsonWithPatch(String, Object) - Method in class com.jk.services.client.JKServiceClient
This method calls an HTTP service with the HTTP PATCH method and sends a JSON pay-load.
callJsonWithPost(Object) - Method in class com.jk.services.client.JKServiceClient
This method calls the service with an HTTP POST request and sends the provided object as the request pay-load.
callJsonWithPost(String, Object) - Method in class com.jk.services.client.JKServiceClient
This method calls the service with an HTTP POST request to the specified path and sends the provided object as the request pay-load.
callJsonWithPut(Object) - Method in class com.jk.services.client.JKServiceClient
This method calls the service with an HTTP PUT request to the base path and sends the provided object as the request pay-load.
callJsonWithPut(String, Object) - Method in class com.jk.services.client.JKServiceClient
This method calls the service with an HTTP PUT request to the specified path and sends the provided object as the request pay-load.
callMethod(MethodCallInfo) - Method in class com.jk.core.reflection.client.ReflectionClient
This method calls a remote method using reflection over a network connection.
callMethod(MethodCallInfo) - Method in class com.jk.core.reflection.server.MethodsCaller
This method calls the specified method on the provided MethodCallInfo object.
callMethod(Object, String, boolean, Object...) - Static method in class com.jk.core.util.JKObjectUtil
This method calls a method on an object.
callMethod(Object, String, Object...) - Static method in class com.jk.core.util.JKObjectUtil
This method calls a method on an object.
callPatch(String) - Method in class com.jk.services.client.JKServiceClient
This method calls a service end-point with a PATCH request and retrieves a String response.
callPost(String) - Method in class com.jk.services.client.JKServiceClient
This method calls a service end-point with a POST request and retrieves a String response.
callPut(String, Object, String) - Method in class com.jk.services.client.JKServiceClient
This method calls the service with an HTTP PUT request to the specified path and sends the provided object as the request pay-load with the given media type.
callService(String, JKServiceCaller) - Method in class com.jk.services.client.JKServiceClient
This method calls an HTTP service and handles the request and response using the provided service caller.
callSingleJson(Class<T>, String) - Method in class com.jk.services.client.JKServiceClient
This method performs an HTTP GET request to the specified URL and returns the response as an object of the specified class type T.
callSingleJson(String) - Method in class com.jk.services.client.JKServiceClient
This method performs an HTTP GET request to the specified URL and returns the response as an object of type T.
callStaticMethod(Class, String, Object...) - Static method in class com.jk.core.util.JKObjectUtil
This method calls a static method of the specified class with the given method name and parameters.
callTrace(String) - Method in class com.jk.services.client.logging.JKLogServiceClient
This method logs a trace-level message to the remote logging service.
callWarn(String) - Method in class com.jk.services.client.logging.JKLogServiceClient
This method logs a warn-level message to the remote logging service.
cancelEdit() - Method in class com.jk.webstack.controllers.JKWebControllerWithOrmSupport
This method changes the controller mode to READONLY.
capitalizeFirstLetters(String) - Static method in class com.jk.core.util.JKFormatUtil
This method capitalizes the first letters of a given text.
capitalizeFully(String) - Static method in class com.jk.core.util.JKStringUtil
This method capitalizes all the words in a string, converting the first character of each word to upper-case and the rest to lower-case.
changePassword() - Method in class com.jk.webstack.security.controllers.JKSecurityWebController
This method changes the user's password.
changePassword() - Method in class com.jk.webstack.security.controllers.JKUserWebControllers
This method change the user's password.
changePassword(String, String, String) - Method in class com.jk.webstack.security.services.SecurityService
This method change a user's password.
changePassword(String, String, String) - Method in class com.jk.webstack.services.account.AccountServices
This method changes the password for a user account.
CHARACTER_SET_NAME - Enum constant in enum class com.jk.core.validation.builtin.FSValidators
Validates that the provided string is a valid character set name.
checkAllowed(JKPrivilige) - Method in interface com.jk.core.security.JKAuthorizer
This method checks if the specified privilege is allowed.
checkAllowed(JKUser, JKPrivilige) - Method in interface com.jk.core.security.JKAuthorizer
This method checks if the specified user has the given privilege allowed.
checkAllowedPrivilige(JKPrivilige) - Static method in class com.jk.core.security.JKSecurityManager
This method checks if the current user has the privilege to perform a specific action.
checkAuthorizedHost() - Static method in class com.jk.services.server.JKServiceUtil
This method checks if the remote host making the service request is authorized based on its IP address and throws an exception if not authorized.
checkFolderPath(String, boolean) - Static method in class com.jk.core.util.JKIOUtil
This method checks the specified folder path and optionally creates it if it does not exist.
checkMe() - Static method in class com.jk.core.util.JK
This method marks a section of code that needs review or checking.
CHECKPOINT - Enum constant in enum class com.jk.core.http.JKHttpStatus
103 Checkpoint.
checkpw(String, String) - Static method in class com.jk.core.security.BCrypt
Check that a plaintext password matches a previously hashed one.
cleanSpecificDatabaseResources() - Method in class com.jk.data.datasource.impl.JKAbstractDataSource
This method cleans up specific database resources based on the database type.
clear() - Method in interface com.jk.core.cache.JKCacheManager
This method clears all the data cached inside the JKCacheManager.
clear() - Method in class com.jk.core.cache.simple.JKAbstractCacheManager
This method clears all the data cached inside the JKCacheManager.
clear() - Method in interface com.jk.core.collections.JKMap
This method clears all the map entries.
clear() - Method in class com.jk.core.collections.JKSet
Removes all of the elements from this set (optional operation).
clear() - Method in class com.jk.core.collections.map.JKGuavaCacheWrapper
This method clears all the map entries.
clear() - Method in class com.jk.core.collections.map.JKMapWrapper
This method clears all the map entries.
clear() - Method in class com.jk.core.locale.JKMessage
This method clears the labels map, the map will be empty after this call.
clear() - Static method in class com.jk.core.util.JKUserPreferences
This method clears all preferences stored using the Java Preferences API.
clear() - Static method in class com.jk.web.multitenant.JKTenantContext
This method clears the current tenant by nullifying it.
clear(Class<?>) - Method in interface com.jk.core.cache.JKCacheManager
This method clears the data cached inside the specified data type.
clear(Class<?>) - Method in class com.jk.core.cache.simple.JKAbstractCacheManager
This method clears the data cached inside the specified data type.
CLEAR_DB - Static variable in class com.jk.core.config.JKConstants.CloudFoundery
Represents the name of the database..
clearAllRegions() - Static method in class com.jk.core.cache.JKCacheFactory
This method clears up the cached data of the available regions in the factory.
clearRecords() - Method in class com.jk.core.model.table.JKTableModel
This method clears all the records contained within this table model.
clearTempFiles() - Static method in class com.jk.core.util.JKIOUtil
This method clears temporary files from the user's local folder.
clearViewStates() - Static method in class com.jk.web.util.JKJsfUtil
This method clears the view states associated with the current JSF view.
CLIENT_ERROR - Enum constant in enum class com.jk.core.http.JKHttpStatus.Series
The client error.
CLIENT_ID - Static variable in class com.jk.core.config.JKConstants.Context
Represents the configuration property for specifying the client identifier (ID) in the JK context.
ClientHandler - Class in com.jk.core.reflection.server
This class is responsible for handling client connections and processing method call requests.
ClientHandler(Socket) - Constructor for class com.jk.core.reflection.server.ClientHandler
This method constructs a new ClientHandler using the client's socket.
clone(T) - Method in interface com.jk.data.dataaccess.orm.JKObjectDataAccess
This method creates a detached copy of the provided object.
clone(T) - Method in class com.jk.data.dataaccess.orm.JKObjectDataAccessImpl
This method creates a detached copy of the provided object.
clone(T) - Method in class com.jk.data.dataaccess.orm.JKObjectDataAccessInMemory
This method is yet to be implemented (TBI).
clone(T) - Method in class com.jk.data.vendors.mongo.JKMongoDataAccess
This method is yet to be implemented (TBI).
cloneBean(Object) - Static method in class com.jk.core.util.JKObjectUtil
This method creates a deep copy of the provided bean using the BeanUtils library.
cloneRepo() - Method in class com.jk.core.scm.JKGitWrapper
This method clone a remote Git repository.
close() - Method in class com.jk.core.config.JKConfig
This method closes this JKConfig object and clears all the information and data stored within it.
close() - Static method in class com.jk.core.logging.JKLoggerFactory
This method closes the logger factory.
close() - Method in class com.jk.core.scm.JKGitWrapper
This method closes the Git repository and performs necessary cleanup.
close() - Static method in class com.jk.core.util.JK
This method shuts down the executor service used for running asynchronous tasks.
close() - Static method in class com.jk.data.dataaccess.JKDataAccessFactory
This method closes the resources associated with the default data source and default NoSQL data source, if they are initialized.
close() - Method in class com.jk.data.datasource.impl.JKAbstractDataSource
This method closes the data source.
close() - Method in class com.jk.data.datasource.impl.JKHibernateDataSource
This method closes the data source.
close() - Method in interface com.jk.data.datasource.JKDataSource
This method closes the data source.
close() - Static method in class com.jk.data.datasource.JKDataSourceFactory
This method closes all JKDataSource instances and de-registers JDBC drivers associated with them.
close() - Method in class com.jk.data.datasource.JKNoSqlDataSource
This method closes a MongoClient when its no longer needed.
close() - Method in class com.jk.data.datasource.JKSession
This method closes the session.
close(boolean) - Method in class com.jk.data.datasource.JKSession
This method closes the session and performs a commit or roll-back operation based on the specified parameter.
close(EntityManager, boolean) - Method in class com.jk.data.datasource.impl.JKHibernateDataSource
This method close an entity manager with an option to commit the transaction.
close(EntityManager, boolean) - Method in interface com.jk.data.datasource.JKDataSource
This method close an entity manager with an option to commit the transaction.
close(InputStream) - Static method in class com.jk.core.util.JK
This method closes the provided input stream.
close(InputStream) - Static method in class com.jk.core.util.JKIOUtil
This method closes the provided input stream.
close(Connection) - Method in class com.jk.data.dataaccess.core.JKDataAccessImpl
This method is responsible for closing a JDBC Connection.
close(Connection) - Method in class com.jk.data.datasource.impl.JKAbstractDataSource
This method closes a database connection.
close(Connection) - Method in interface com.jk.data.datasource.JKDataSource
This method closes a database connection.
close(Connection, boolean) - Method in class com.jk.data.datasource.impl.JKAbstractDataSource
This method close a database connection with an option to commit the transaction.
close(Connection, boolean) - Method in interface com.jk.data.datasource.JKDataSource
This method close a database connection with an option to commit the transaction.
close(PreparedStatement) - Method in class com.jk.data.dataaccess.core.JKDataAccessImpl
This method is responsible for closing a PreparedStatement.
close(PreparedStatement, Connection) - Method in class com.jk.data.dataaccess.core.JKDataAccessImpl
This method is responsible for closing both a PreparedStatement and a Connection.
close(ResultSet) - Method in class com.jk.data.dataaccess.core.JKDataAccessImpl
This method is responsible for closing a ResultSet.
close(ResultSet, PreparedStatement, Connection) - Method in class com.jk.data.dataaccess.core.JKDataAccessImpl
This method is responsible for closing a PreparedStatement, ResultSet, and a Connection.
close(Statement) - Method in class com.jk.data.dataaccess.core.JKDataAccessImpl
This method is responsible for closing a Statement.
closeConfig(JKConfigEvent) - Method in interface com.jk.core.config.JKConfigListener
This method closes the configuration object depending on the event specified.
closeDrivers() - Static method in class com.jk.data.datasource.JKDataSourceFactory
This method de-registers all JDBC drivers that have been registered with the DriverManager.
closeInstance() - Static method in class com.jk.web.embedded.JKWebApplication
This method closes any existing instance of the web server running on the default port.
closeInstance(int) - Static method in class com.jk.web.embedded.JKWebApplication
This method closes any existing instance of the web server running on the specified port.
closeTransaction(boolean) - Method in class com.jk.data.dataaccess.core.JKDataAccessImpl
This method closes the current database transaction, either committing or rolling it back based on the specified parameter.
closeTransaction(boolean) - Method in interface com.jk.data.dataaccess.core.JKDataAccessService
This method closes the current database transaction, either committing or rolling it back based on the specified parameter.
closeTransaction(boolean) - Method in interface com.jk.data.dataaccess.orm.JKObjectDataAccess
This method closes the current data storage transaction.
closeTransaction(boolean) - Method in class com.jk.data.dataaccess.orm.JKObjectDataAccessImpl
This method closes the current data storage transaction.
closeTransaction(boolean) - Method in class com.jk.data.dataaccess.orm.JKObjectDataAccessInMemory
This method is yet to be implemented (TBI).
closeTransaction(boolean) - Method in class com.jk.data.vendors.mongo.JKMongoDataAccess
This method is yet to be implemented (TBI).
CloudFoundery() - Constructor for class com.jk.core.config.JKConstants.CloudFoundery
 
codeToJavaMapping - Static variable in class com.jk.core.datatypes.JKDataTypeMapping
Represents the mapping of numeric codes to java types.
codeToJKTypeMapping - Static variable in class com.jk.core.datatypes.JKDataTypeMapping
Represents the mapping of numeric codes to JKDataType.
COLSPAN - Static variable in class com.jk.web.faces.components.TagAttributeConstants
Represents the colspan attribute for table cells.
column() - Element in annotation interface com.jk.data.dataaccess.orm.meta.JKSortInfo
This method gets the column associated with the field.
columnDefinition() - Method in class com.jk.data.dataaccess.orm.meta.JKColumnWrapper
(Optional) The SQL fragment that is used when generating the DDL for the column.
columnIdentifiers - Variable in class com.jk.core.model.table.JKDefaultTableModel
Represents the vector containing the column identifiers.
com.jk.core.annotations - package com.jk.core.annotations
 
com.jk.core.cache - package com.jk.core.cache
 
com.jk.core.cache.impl - package com.jk.core.cache.impl
 
com.jk.core.cache.simple - package com.jk.core.cache.simple
 
com.jk.core.collections - package com.jk.core.collections
 
com.jk.core.collections.map - package com.jk.core.collections.map
 
com.jk.core.config - package com.jk.core.config
 
com.jk.core.context - package com.jk.core.context
 
com.jk.core.context.impl - package com.jk.core.context.impl
 
com.jk.core.datatypes - package com.jk.core.datatypes
 
com.jk.core.datatypes.custom - package com.jk.core.datatypes.custom
 
com.jk.core.exceptions - package com.jk.core.exceptions
 
com.jk.core.exceptions.handler - package com.jk.core.exceptions.handler
 
com.jk.core.factory - package com.jk.core.factory
 
com.jk.core.factory.spring - package com.jk.core.factory.spring
 
com.jk.core.http - package com.jk.core.http
 
com.jk.core.java - package com.jk.core.java
 
com.jk.core.jdbc - package com.jk.core.jdbc
 
com.jk.core.jpa - package com.jk.core.jpa
 
com.jk.core.lm - package com.jk.core.lm
 
com.jk.core.locale - package com.jk.core.locale
 
com.jk.core.logging - package com.jk.core.logging
 
com.jk.core.mail - package com.jk.core.mail
 
com.jk.core.mime - package com.jk.core.mime
 
com.jk.core.model.table - package com.jk.core.model.table
 
com.jk.core.mvc - package com.jk.core.mvc
 
com.jk.core.reflection.client - package com.jk.core.reflection.client
 
com.jk.core.reflection.common - package com.jk.core.reflection.common
 
com.jk.core.reflection.server - package com.jk.core.reflection.server
 
com.jk.core.resources - package com.jk.core.resources
 
com.jk.core.scm - package com.jk.core.scm
 
com.jk.core.security - package com.jk.core.security
 
com.jk.core.sound - package com.jk.core.sound
 
com.jk.core.ssh - package com.jk.core.ssh
 
com.jk.core.synchronization - package com.jk.core.synchronization
 
com.jk.core.templates - package com.jk.core.templates
 
com.jk.core.test - package com.jk.core.test
 
com.jk.core.thread - package com.jk.core.thread
 
com.jk.core.time - package com.jk.core.time
 
com.jk.core.timer - package com.jk.core.timer
 
com.jk.core.util - package com.jk.core.util
 
com.jk.core.validation - package com.jk.core.validation
 
com.jk.core.validation.builtin - package com.jk.core.validation.builtin
 
com.jk.core.version - package com.jk.core.version
 
com.jk.core.xml - package com.jk.core.xml
 
com.jk.data.backup - package com.jk.data.backup
 
com.jk.data.dataaccess - package com.jk.data.dataaccess
 
com.jk.data.dataaccess.core - package com.jk.data.dataaccess.core
 
com.jk.data.dataaccess.git - package com.jk.data.dataaccess.git
 
com.jk.data.dataaccess.nosql - package com.jk.data.dataaccess.nosql
 
com.jk.data.dataaccess.orm - package com.jk.data.dataaccess.orm
 
com.jk.data.dataaccess.orm.meta - package com.jk.data.dataaccess.orm.meta
 
com.jk.data.dataaccess.orm.util - package com.jk.data.dataaccess.orm.util
 
com.jk.data.datasource - package com.jk.data.datasource
 
com.jk.data.datasource.impl - package com.jk.data.datasource.impl
 
com.jk.data.dynamic - package com.jk.data.dynamic
 
com.jk.data.dynamic.analyzer - package com.jk.data.dynamic.analyzer
 
com.jk.data.dynamic.dataaccess - package com.jk.data.dynamic.dataaccess
 
com.jk.data.dynamic.paging - package com.jk.data.dynamic.paging
 
com.jk.data.dynamic.query - package com.jk.data.dynamic.query
 
com.jk.data.dynamic.vendors.h2 - package com.jk.data.dynamic.vendors.h2
 
com.jk.data.dynamic.vendors.mysql - package com.jk.data.dynamic.vendors.mysql
 
com.jk.data.dynamic.vendors.oracle - package com.jk.data.dynamic.vendors.oracle
 
com.jk.data.exceptions - package com.jk.data.exceptions
 
com.jk.data.multitent - package com.jk.data.multitent
 
com.jk.data.util - package com.jk.data.util
 
com.jk.data.vendors.eclipselink - package com.jk.data.vendors.eclipselink
 
com.jk.data.vendors.h2 - package com.jk.data.vendors.h2
 
com.jk.data.vendors.hibernate - package com.jk.data.vendors.hibernate
 
com.jk.data.vendors.mongo - package com.jk.data.vendors.mongo
 
com.jk.data.vendors.mysql - package com.jk.data.vendors.mysql
 
com.jk.data.vendors.oracle - package com.jk.data.vendors.oracle
 
com.jk.services.client - package com.jk.services.client
 
com.jk.services.client.logging - package com.jk.services.client.logging
 
com.jk.services.client.workflow - package com.jk.services.client.workflow
 
com.jk.services.client.workflow.models - package com.jk.services.client.workflow.models
 
com.jk.services.crosscutting - package com.jk.services.crosscutting
 
com.jk.services.crosscutting.logging - package com.jk.services.crosscutting.logging
 
com.jk.services.server - package com.jk.services.server
 
com.jk.services.server.commons.models - package com.jk.services.server.commons.models
 
com.jk.services.server.commons.services - package com.jk.services.server.commons.services
 
com.jk.services.server.commons.util - package com.jk.services.server.commons.util
 
com.jk.services.server.listeners - package com.jk.services.server.listeners
 
com.jk.web - package com.jk.web
 
com.jk.web.embedded - package com.jk.web.embedded
 
com.jk.web.embedded.spring - package com.jk.web.embedded.spring
 
com.jk.web.faces.components - package com.jk.web.faces.components
 
com.jk.web.faces.components.layouts - package com.jk.web.faces.components.layouts
 
com.jk.web.faces.config - package com.jk.web.faces.config
 
com.jk.web.faces.controllers - package com.jk.web.faces.controllers
 
com.jk.web.faces.convertor - package com.jk.web.faces.convertor
 
com.jk.web.faces.decorators - package com.jk.web.faces.decorators
 
com.jk.web.faces.exceptions - package com.jk.web.faces.exceptions
 
com.jk.web.faces.renderers - package com.jk.web.faces.renderers
 
com.jk.web.faces.tags - package com.jk.web.faces.tags
 
com.jk.web.filters - package com.jk.web.filters
 
com.jk.web.monitoring - package com.jk.web.monitoring
 
com.jk.web.multitenant - package com.jk.web.multitenant
 
com.jk.web.mvc - package com.jk.web.mvc
 
com.jk.web.servlets - package com.jk.web.servlets
 
com.jk.web.test - package com.jk.web.test
 
com.jk.web.util - package com.jk.web.util
 
com.jk.webstack - package com.jk.webstack
 
com.jk.webstack.controllers - package com.jk.webstack.controllers
 
com.jk.webstack.listeners - package com.jk.webstack.listeners
 
com.jk.webstack.listeners.test - package com.jk.webstack.listeners.test
 
com.jk.webstack.rest - package com.jk.webstack.rest
 
com.jk.webstack.security - package com.jk.webstack.security
 
com.jk.webstack.security.controllers - package com.jk.webstack.security.controllers
 
com.jk.webstack.security.services - package com.jk.webstack.security.services
 
com.jk.webstack.services.account - package com.jk.webstack.services.account
 
com.jk.webstack.services.email - package com.jk.webstack.services.email
 
com.jk.webstack.services.logging - package com.jk.webstack.services.logging
 
com.jk.webstack.services.mointor - package com.jk.webstack.services.mointor
 
com.jk.webstack.services.workflow - package com.jk.webstack.services.workflow
 
COMMA - Static variable in class com.jk.data.dynamic.query.Keyword
Represents the comma keyword.
COMMA - Static variable in class com.jk.data.dynamic.query.Operator
Represents the comma operator.
CommandLineUtil - Class in com.jk.core.java
This class provides a static method for executing commands and capturing the command output
CommandLineUtil() - Constructor for class com.jk.core.java.CommandLineUtil
 
commit() - Method in class com.jk.core.scm.JKGitWrapper
This method commits the changes in the repository.
commit(boolean) - Method in class com.jk.data.datasource.JKSession
This method sets the commit or roll-back status for this session.
compare(JKBaseModel, JKBaseModel) - Method in class com.jk.core.jpa.JKBaseModelModDateComparitor
Compares its two arguments for order.
compare(JKBaseModel, JKBaseModel) - Method in class com.jk.core.jpa.JKBaseModelNameComparitor
Compares its two arguments for order.
compareTo(JKDataType) - Method in class com.jk.core.datatypes.JKDataType
Compares this object with the specified object for order.
compareTo(JKIndexable) - Method in interface com.jk.core.jpa.JKIndexable
Compares this object with the specified object for order.
compareTo(Problem) - Method in class com.jk.core.validation.Problem
Compares this object with the specified object for order.
compareTo(JKTagMapping) - Method in class com.jk.web.faces.config.JKTagMapping
compareTwoDates(Date, Date) - Static method in class com.jk.core.util.JKDateTimeUtil
This method compares two dates and returns the relationship between them.
compile() - Method in class com.jk.data.dynamic.query.Query
This method compiles the query structure into a query string.
compile(String, Object...) - Static method in class com.jk.core.util.JKStringUtil
This method compiles a SQL statement by replacing place-holders with parameter values.
compile(String, String, Map<String, Object>) - Static method in class com.jk.core.templates.JKTemplateUtil
This compiles and processes a FreeMarker template.
compileJavaClass(String) - Static method in class com.jk.core.java.JKCompileUtil
This method compiles Java source code dynamically and returns whether the compilation was successful.
COMPONENT_TYPE - Static variable in class com.jk.web.faces.components.layouts.UIActions
Represents a constant to indicate the component type jk.layout.actions.
COMPONENT_TYPE - Static variable in class com.jk.web.faces.components.layouts.UIBorderLayout
Represents a constant indicating the component type jk.layout.border.
COMPONENT_TYPE - Static variable in class com.jk.web.faces.components.layouts.UIFields
Represents a constant to indicate the component type jk.layout.fields.
COMPONENT_TYPE - Static variable in class com.jk.web.faces.components.UIHello
Represents the component type for this component.
compress(String, String, String) - Static method in class com.jk.core.util.JKCompressionUtil
This method compresses a file into a Zip archive with optional encryption and password protection.
COMPUTER_ID - Enum constant in enum class com.jk.core.util.JKMachineInfo.HardWare
Represents the identifier associated with the computer as a whole.
concat(Object...) - Static method in class com.jk.core.util.JK
This method concatenates the string representations of the provided objects into a single string.
concat(Object...) - Static method in class com.jk.core.util.JKStringUtil
This method concatenates multiple objects into a single string, separated by a space.
concatIgnoreNull(String...) - Static method in class com.jk.core.util.JKStringUtil
This method concatenates an array of strings, ignoring null values.
Condition - Interface in com.jk.data.dynamic.query
This interface represents a component used in query construction to define conditions for filtering data.
Config() - Constructor for class com.jk.core.config.JKConstants.Config
 
CONFIG_FILE - Static variable in class com.jk.core.config.JKConstants.Config
Represents the path to the properties configuration file..
CONFIG_LOCAL_PATH - Static variable in class com.jk.core.config.JKConstants.PreConfig
Represents the local path on the host that includes the configuration file.
configure(HttpSecurity) - Method in class com.jk.webstack.security.JKWebSecurityConfig
This method configures the security filter chain for HTTP requests.
configureGlobal(AuthenticationManagerBuilder) - Method in class com.jk.webstack.security.JKWebSecurityConfig
This method configures the global AuthenticationManagerBuilder.
CONFIRM_ACTION - Static variable in class com.jk.web.faces.components.TagAttributeConstants
Represents the confirm action attribute.
CONFIRM_VIEW - Static variable in interface com.jk.web.JKWebConstants
Represents the attribute name for confirming a view.
CONFLICT - Enum constant in enum class com.jk.core.http.JKHttpStatus
409 Conflict.
connect(String) - Static method in class com.jk.core.http.JKHttpUtil
This method tried to connect to the specified URL.
CONNECT_TIMEOUT - Static variable in class com.jk.core.config.JKConstants.Microservices
Represents the configuration property for specifying the connection timeout.
contains(Object) - Method in class com.jk.core.collections.JKSet
Returns true if this set contains the specified element.
containsAll(Collection<?>) - Method in class com.jk.core.collections.JKSet
Returns true if this set contains all of the elements of the specified collection.
containsKey(K) - Method in interface com.jk.core.collections.JKMap
This method checks whether this map contains the specified key or not.
containsKey(K) - Method in class com.jk.core.collections.map.JKGuavaCacheWrapper
This method checks whether this map contains the specified key or not.
containsKey(K) - Method in class com.jk.core.collections.map.JKMapWrapper
This method checks whether this map contains the specified key or not.
context() - Method in class com.jk.web.faces.controllers.JKWebController
This method retrieves the external context associated with the current FacesContext.
Context() - Constructor for class com.jk.core.config.JKConstants.Context
 
contextDestroyed(ServletContextEvent) - Method in class com.jk.web.mvc.MvcContextInitializer
Receives notification that the ServletContext is about to be shut down.
contextDestroyed(ServletContextEvent) - Method in class com.jk.web.servlets.JKWebContextListener
This method is called when the web application context is destroyed.
contextDestroyed(ServletContextEvent) - Method in class com.jk.web.servlets.LogbackServletContextListener
This method is called when the web application context is destroyed.
contextDestroyed(ServletContextEvent) - Method in class com.jk.webstack.listeners.JKWebstackContextListener
Receives notification that the ServletContext is about to be shut down.
contextInitialized(ServletContextEvent) - Method in class com.jk.web.mvc.MvcContextInitializer
Receives notification that the web application initialization process is starting.
contextInitialized(ServletContextEvent) - Method in class com.jk.web.servlets.JKWebContextListener
This method is called when the web application context is initialized.
contextInitialized(ServletContextEvent) - Method in class com.jk.web.servlets.LogbackServletContextListener
This method is called when the web application context is initialized.
contextInitialized(ServletContextEvent) - Method in class com.jk.webstack.listeners.JKWebstackContextListener
Receives notification that the web application initialization process is starting.
CONTINUE - Enum constant in enum class com.jk.core.http.JKHttpStatus
100 Continue.
ControllerMode - Enum Class in com.jk.webstack.controllers
This enum represents different controller modes for managing data.
convert(long) - Static method in class com.jk.core.util.JKNumbersToWords
This method converts a given long number to its equivalent string representation in words.
convertJavaNameToEntityName(Class<?>) - Static method in class com.jk.core.util.JKNameConvertor
This method converts a Java class name to an entity name based on naming conventions.
convertJavaNameToEntityName(Field) - Static method in class com.jk.core.util.JKNameConvertor
This method converts a Java field name to an entity name based on naming conventions.
convertJavaNameToEntityName(String) - Static method in class com.jk.core.util.JKNameConvertor
This method converts a Java name to an entity name based on naming conventions.
convertToCamelCase(String, boolean) - Static method in class com.jk.core.util.JKNameConvertor
This method converts a given string to camel case, optionally capitalizing the first character.
convertToCamelCaseWithCapFirst(String) - Static method in class com.jk.core.util.JKNameConvertor
This method converts a given string to camel case with the first character in upper-case.
convertToCamelCaseWithSmallFirst(String) - Static method in class com.jk.core.util.JKNameConvertor
This method converts a given string to camel case with the first character in lower-case.
convertToDatabaseColumn(Boolean) - Method in class com.jk.data.dataaccess.orm.util.JKBooleanConverter
Converts the value stored in the entity attribute into the data representation to be stored in the database.
convertToDatabaseColumn(List<String>) - Method in class com.jk.core.jpa.JKCSVConvertor
Converts the value stored in the entity attribute into the data representation to be stored in the database.
convertToEntityAttribute(String) - Method in class com.jk.core.jpa.JKCSVConvertor
Converts the data stored in the database column into the value to be stored in the entity attribute.
convertToEntityAttribute(String) - Method in class com.jk.data.dataaccess.orm.util.JKBooleanConverter
Converts the data stored in the database column into the value to be stored in the entity attribute.
convertToLowerCaseWitheDashes(String) - Static method in class com.jk.core.util.JKNameConvertor
This method converts a given string to lower-case with dashes replacing spaces and special characters removed.
convertToLowerCaseWitheUnderScores(String) - Static method in class com.jk.core.util.JKNameConvertor
This method converts a given string to lower-case with underscores replacing spaces and special characters.
convertToLowerCaseWithoutSpaces(String) - Static method in class com.jk.core.util.JKNameConvertor
This method converts a given string to lower-case with spaces removed.
convertToLowerWithDashed(String) - Static method in class com.jk.core.util.JKNameConvertor
This method converts a given string to lower-case with spaces replaced by dashes and special characters removed.
convertToPackageName(String) - Static method in class com.jk.core.util.JKNameConvertor
This method converts a given string to a package name format by removing spaces and underscores and converting to lower-case.
convertToString(InputStream) - Static method in class com.jk.core.util.JKIOUtil
This method converts the content of an InputStream to a string using UTF-8 encoding.
convertToTitle(String) - Static method in class com.jk.core.util.JKNameConvertor
This method converts a given string to title case.
convertToUpperCaseWitheUnderScores(String) - Static method in class com.jk.core.util.JKNameConvertor
This method converts a given string to upper-case with underscores replacing spaces and special characters removed.
convertToVector(Object[]) - Static method in class com.jk.core.model.table.JKDefaultTableModel
This method converts the provided array to a vector.
convertToVector(Object[][]) - Static method in class com.jk.core.model.table.JKDefaultTableModel
This method converts the provided two-dimensional array to a vector.
copResourcesFromJarToDir(String, File) - Static method in class com.jk.core.util.JKIOUtil
This method copies resources from a specified class path location within a JAR file to a destination directory on the local file system.
copy(Object) - Static method in class com.jk.core.util.JKObjectUtil
This method creates a deep copy of the provided object using serialization and deserialization.
copyToClipboard(String) - Static method in class com.jk.core.util.JKStringUtil
This method copies the provided text to the system clip board.
create() - Static method in class com.jk.core.datatypes.custom.Password
This method creates a new password object and returns it.
create() - Static method in class com.jk.core.security.JKUser
This method creates a new JKUser.
create() - Method in class com.jk.webstack.security.controllers.JKAccountWebController
This method create a new user account.
create() - Static method in class com.jk.webstack.security.User
This method creates a new User.
create() - Static method in class com.jk.webstack.services.account.Account
This method creates a new Account.
CREATE - Enum constant in enum class com.jk.services.client.workflow.JKWorkflowServiceClient.UserAction
Represents the create user workflow action.
CREATE_DEFAULT_DATASOURCE - Static variable in class com.jk.core.config.JKConstants.Database
Represents the configuration property for specifying the creation of a default data source for database operations.
createAccount(String, String, String, String) - Method in class com.jk.webstack.services.account.AccountServices
This method create a new user account with the provided details.
createAccount(String, String, String, String, UserRole) - Method in class com.jk.webstack.security.services.SecurityService
This method create a user account with the provided details.
createActionsRegion() - Static method in class com.jk.web.faces.components.JSFComponentFactory
This method creates an actions region component.
createAjax() - Static method in class com.jk.web.faces.components.JSFComponentFactory
This method creates an Ajax behavior.
createBeanFactory() - Method in class com.jk.core.factory.spring.JKClassPathXmlApplicationContext
Create an internal bean factory for this context.
createCacheMap() - Method in class com.jk.core.cache.impl.JKTimedAndSizeCacheManager
This method constructs a new JKMap instance with the default maxCount and timeInSeconds specified using CacheBuilder
createCacheMap() - Method in class com.jk.core.cache.simple.JKAbstractCacheManager
This method creates a new cache map for the JKAbstractCacheManager.
createClient() - Method in class com.jk.services.client.JKServiceClient
This method creates and configures an HTTP client for making requests to a remote service.
createColumn() - Static method in class com.jk.web.faces.components.JSFComponentFactory
This method creates a column component.
createColumnHeaders() - Method in class com.jk.core.util.JKExcelUtil
This method creates the column headers in the work sheet.
createCommandButton(String) - Static method in class com.jk.web.faces.components.JSFComponentFactory
This method creates a command button component with the given value.
createComponent(String) - Static method in class com.jk.web.faces.components.JSFComponentFactory
This method creates a generic UI component based on the given component type.
createConnection() - Method in class com.jk.data.datasource.impl.JKHibernateDataSource
This method creates a database connection.
createConnection() - Method in interface com.jk.data.datasource.JKDataSource
This method creates a database connection.
CREATED - Enum constant in enum class com.jk.core.http.JKHttpStatus
201 Created.
createDataSource(String, String, String, String, Class<?>, String) - Static method in class com.jk.data.datasource.JKDataSourceFactory
This method creates a new JKDataSource instance with the provided database configuration.
createDataSource(String, Properties) - Static method in class com.jk.data.datasource.JKDataSourceFactory
This method creates a new JKDataSource instance with the provided name and properties.
createDataTable() - Static method in class com.jk.web.faces.components.JSFComponentFactory
This method creates a data table component.
createDate(int, int, int) - Static method in class com.jk.core.util.JKDateTimeUtil
This method creates a Date object with the specified day, month, and year.
createDesktopContext() - Method in class com.jk.core.context.JKContextFactory
This method creates a new desktop context object.
createDirectory(File, String) - Static method in class com.jk.core.util.JKIOUtil
This method creates a directory with the specified name within the specified parent directory.
createDirectory(String) - Static method in class com.jk.core.util.JKIOUtil
This method creates a directory with the specified path.
createDirectory(String, String) - Static method in class com.jk.core.util.JKIOUtil
This method creates a directory with the specified name within the specified parent directory.
createEmptyModel() - Method in class com.jk.webstack.controllers.JKWebControllerWithOrmSupport
This method creates and returns an instance of an empty model for the ORM entity associated with this controller.
createEmptyRecord() - Method in class com.jk.core.model.table.JKTableModel
This method creates a new JKTableRecord which is empty.
createEntityManager() - Method in class com.jk.data.datasource.impl.JKHibernateDataSource
This method creates an entity manager.
createEntityManager() - Method in interface com.jk.data.datasource.JKDataSource
This method creates an entity manager.
createEntityManagerFactory(PersistenceUnitInfo) - Static method in class com.jk.data.vendors.hibernate.JKEntityManagerFactory
This method creates an EntityManagerFactory based on the provided PersistenceUnitInfo.
createFieldsRegion() - Static method in class com.jk.web.faces.components.JSFComponentFactory
This method creates a fields region component.
createForm() - Static method in class com.jk.web.faces.components.JSFComponentFactory
THis method creates a form component.
createFormLayout() - Static method in class com.jk.web.faces.components.JSFComponentFactory
This method creates a form layout component.
createHibernateConfig() - Method in class com.jk.data.datasource.impl.JKHibernateDataSource
This method creates a Hibernate configuration with properties and annotated entity classes.
createInput(String, Class) - Static method in class com.jk.web.faces.components.JSFComponentFactory
This method creates an input component with a label and data type.
createInputText(String) - Static method in class com.jk.web.faces.components.JSFComponentFactory
This method creates an input text component with a label.
createInstanceForGenericClass(Object) - Static method in class com.jk.core.util.JKObjectUtil
This method creates an instance of a generic class based on the generic parameter provided by its parent class.
createJkServletContext() - Method in class com.jk.core.context.JKContextFactory
This method creates a new Servlet context object.
createJsfContext() - Method in class com.jk.core.context.JKContextFactory
This method creates a new JSF context object.
createLabel(String) - Static method in class com.jk.web.faces.components.JSFComponentFactory
This method creates a label component with the provided identifier (ID).
createLabelValueExpression(String) - Static method in class com.jk.web.faces.components.JSFComponentFactory
This method creates a label value expression component with the provided key.
createList(int[], Object[]) - Static method in class com.jk.data.dataaccess.core.JKDbIdValue
This method creates a list of JKDbIdValue instances from arrays of IDs and values.
createList(Object[]) - Static method in class com.jk.data.dataaccess.core.JKDbIdValue
This method creates a list of JKDbIdValue instances from an array of values.
createLoginLink(Account) - Method in class com.jk.webstack.services.account.AccountServices
This method create a login link for the specified user account.
createMapper() - Static method in class com.jk.core.util.JKObjectUtil
This method creates and configures a Jackson ObjectMapper for JSON serialization and deserialization.
createMapper(JsonFactory) - Static method in class com.jk.core.util.JKObjectUtil
This method creates and configures a Jackson ObjectMapper for JSON serialization and deserialization.
createMethodExpression(String, Class<?>) - Static method in class com.jk.web.util.JKJsfUtil
This method creates a MethodExpression for the given expression and return type.
createMobileContext() - Method in class com.jk.core.context.JKContextFactory
this method creates a new mobile context object.
createObject(Class<T>) - Static method in class com.jk.core.test.JKMockUtil
This method creates and returns an instance of the specified class with filled fields.
createOutputText() - Static method in class com.jk.web.faces.components.JSFComponentFactory
This method creates an output text component with null value.
createOutputText(String) - Static method in class com.jk.web.faces.components.JSFComponentFactory
This method creates an output text component with the provided value.
createOutputText(String, boolean) - Static method in class com.jk.web.faces.components.JSFComponentFactory
This method is yet to be implemented (TBI).
createPassword(char[]) - Static method in class com.jk.core.security.JKSecurityUtil
Creates the password.
createPassword(String) - Static method in class com.jk.core.security.JKSecurityUtil
Creates the password.
createPlainDataSource() - Method in class com.jk.data.datasource.impl.JKPlainDataSource
This method creates and returns a plain JDBC data source based on the provided database URL, user name, and password.
createPrefix(String) - Static method in class com.jk.web.faces.config.JKNamespace
This method creates a prefix using the provided URL.
createPrivilige(String, JKPrivilige) - Static method in class com.jk.core.security.JKSecurityManager
This method creates a new privilege with the given name and parent privilege.
createPrivilige(String, JKPrivilige, int) - Static method in class com.jk.core.security.JKSecurityManager
This method creates a new privilege with the given name, parent privilege, and number.
createRandomeString(int, boolean) - Static method in class com.jk.core.test.JKMockUtil
This method creates a random string of the specified length.
createRepo() - Method in class com.jk.core.scm.JKGitWrapper
This method creates a new Git repository.
createRow(int) - Method in class com.jk.core.util.JKExcelUtil
This method inserts a new row at the specified index in the work sheet.
createRows() - Method in class com.jk.core.util.JKExcelUtil
This method creates all the rows specified in the JKTableModel.
createSequentialString(int) - Static method in class com.jk.core.test.JKMockUtil
This method creates a sequential string of the specified length.
createSslContext() - Method in class com.jk.services.client.JKServiceClient
This method creates and initializes an SSLContext with the necessary settings to enable communication with HTTPS servers.
createTempDirectory() - Static method in class com.jk.core.util.JKIOUtil
This method creates a temporary directory with a unique name in the default temporary directory of the operating system.
createTempFile(String) - Static method in class com.jk.core.util.JKIOUtil
This method creates a temporary file with the given file extension.
createTextArea() - Static method in class com.jk.web.faces.components.JSFComponentFactory
This method creates a text area component.
createToken(Account) - Method in class com.jk.webstack.services.account.AccountServices
This method create a one-time token for a user account.
createTreeComponent() - Static method in class com.jk.web.faces.components.JSFComponentFactory
This method creates a tree component.
createUserBindingMap() - Static method in class com.jk.web.mvc.MvcUtil
This method creates a new empty map for storing MVC user bindings.
createValueException(String) - Static method in class com.jk.web.util.JKJsfUtil
This method creates a ValueExpression for the given expression string.
createValueException(String, Class<?>) - Static method in class com.jk.web.util.JKJsfUtil
This method creates a ValueExpression for the given expression string and a specified target class.
createValueExceptionWithValue(Object) - Static method in class com.jk.web.util.JKJsfUtil
This method creates a ValueExpression for the given original value.
createView(String) - Static method in class com.jk.web.util.JKJsfUtil
This method creates a new UIViewRoot instance for the specified view ID.
CREDENTIALS - Static variable in class com.jk.core.config.JKConstants.CloudFoundery
Represents the credentials for the cloud foundry.
csv(String...) - Static method in class com.jk.core.util.JK
This method combines the provided strings into a single comma-separated value (CSV) string.
CSV_SEPARATOR - Static variable in class com.jk.core.util.JK
Represents a separator used to separate values in CSV files.
CURRENT_ACCOUNT - Static variable in class com.jk.web.servlets.JKWebConstants
Represents the current account information in the request or session attributes.
CURRENT_VIEW - Static variable in class com.jk.web.faces.components.TagAttributeConstants
Represents the current view attribute.
currentYear() - Method in class com.jk.web.faces.controllers.JKUtilWebController
This method retrieves the current year.
currentYear() - Method in class com.jk.web.servlets.JKJspUtil
This method retrieves the current year.
customize(Properties) - Method in class com.jk.data.vendors.eclipselink.JKSessionPCustomizer
This method customizes properties by decoding user name and password properties from base64 encoding.

D

d(String) - Static method in class com.jk.core.security.JKSecurityUtil
Decode.
DataAccess - Annotation Interface in com.jk.core.annotations
Annotation to mark classes and methods that are responsible for data access in a standardized way.
Database() - Constructor for class com.jk.core.config.JKConstants.Database
 
DataBaseBackup - Class in com.jk.data.backup
This class is used for performing database backups.
DataBaseBackup() - Constructor for class com.jk.data.backup.DataBaseBackup
This method constructs a new DataBaseBackup.
DataBaseBackup(JKDataSource) - Constructor for class com.jk.data.backup.DataBaseBackup
This method constructs a new DataBaseBackup with a specified data source.
DatabaseInfo - Class in com.jk.data.backup
This class represents information about a database connection, including host, port, database name, user, password, and the file name for the backup.
DatabaseInfo() - Constructor for class com.jk.data.backup.DatabaseInfo
This method constructs a new DatabaseInfo.
DatabaseInfo(JKDataSource) - Constructor for class com.jk.data.backup.DatabaseInfo
This method is yet to be implemented (TBI).
DataBasePager - Class in com.jk.data.dynamic.paging
This class implements the DataPager interface to allow paging through database query results.
DataBasePager() - Constructor for class com.jk.data.dynamic.paging.DataBasePager
This method constructs a new DataBasePager.
DataPager - Interface in com.jk.data.dynamic.paging
This interface defines methods for managing paging in a dataset.
dataVector - Variable in class com.jk.core.model.table.JKDefaultTableModel
Represents the data vector containing rows of data.
date() - Element in annotation interface com.jk.core.annotations.Author
Specifies the creation date of component.
Date() - Element in annotation interface com.jk.core.annotations.HistoryItem
Specifies the creation date of the item.
DATE1_EQUAL_DATE2 - Enum constant in enum class com.jk.core.util.JKDateTimeUtil.CompareDates
Indicates that the first date is equal to the second date.
DATE1_GREATER_THAN_DATE2 - Enum constant in enum class com.jk.core.util.JKDateTimeUtil.CompareDates
Indicates that the first date is greater than the second date.
DATE1_LESS_THAN_DATE2 - Enum constant in enum class com.jk.core.util.JKDateTimeUtil.CompareDates
Indicates that the first date is less than the second date.
dateToString(Date) - Static method in class com.jk.core.jpa.JKEntityModelMapper
This method transform the given Date object into a string.
DB_MAX_CACHE_SIZE - Static variable in class com.jk.core.config.JKConstants.Database
Represents the configuration property for specifying the maximum cache size for database operations.
DB_MAX_CACHE_SIZE_DEFAULT - Static variable in class com.jk.core.config.JKConstants.Database
Represents the default value for the maximum cache size for database operations.
DB2 - Enum constant in enum class com.jk.data.datasource.JKDatabase
Represents the DB2 database configuration.
debug() - Static method in class com.jk.core.util.JK
This method activates the debug mode for the application.
debug(Object, Object...) - Method in class com.jk.core.logging.JKLogger
This method logs a message at the DEBUG level according to the specified format and arguments.
debug(String, Object...) - Static method in class com.jk.core.util.JK
This method logs a formatted message with the provided format and values using the logger at the DEBUG level.
debug(String, Throwable) - Method in class com.jk.core.logging.JKLogger
This method logs an exception (throwable) at the DEBUG level with an accompanying message.
DEBUG - Static variable in class com.jk.core.logging.JKLog
Represents the DEBUG log level.
decide(Marker, Logger, Level, String, Object[], Throwable) - Method in class com.jk.core.logging.JKLogFilter
Make a decision based on the multiple parameters passed as arguments.
decode(String) - Method in class com.jk.core.config.JKPasswordDecoder
Decodes the specified string.
decode(String) - Static method in class com.jk.core.security.JKSecurityUtil
Decode.
decode(String) - Static method in class com.jk.data.vendors.eclipselink.JKSessionPCustomizer
This method decodes a base64-encoded string.
decodeFromBase64(String) - Static method in class com.jk.core.security.JKSecurityUtil
Decode from base 64.
decompress(String, String, String) - Method in class com.jk.core.util.JKCompressionUtil
This method decompresses a Zip archive into an extracted folder with optional password protection.
decorate(Tag) - Method in class com.jk.web.faces.decorators.JKTagDecorator
decrypt(String) - Static method in class com.jk.core.security.JKSecurityUtil
Decrypt.
DEFAULT - Static variable in class com.jk.web.embedded.spring.MimeMappings
Represents the default mime-mapping.
DEFAULT - Static variable in class com.jk.web.embedded.spring.TldSkipPatterns
Represents a set of default patterns that combines both TOMCAT and ADDITIONAL patterns.
DEFAULT_CONFIG_FILE - Static variable in class com.jk.core.config.JKConstants.Config
Represents the path to the default properties configuration file.
DEFAULT_DATASOURCE_TYPE - Static variable in class com.jk.core.config.JKConstants.Database
Represents the default data source type for database operations.
DEFAULT_DATE_FORMAT - Static variable in class com.jk.core.config.JKConstants.General
Represents the default date format
DEFAULT_DATE_PATTERN - Static variable in class com.jk.core.util.JKFormatUtil
Represents the default format of date.
DEFAULT_DB_DRIVER - Static variable in class com.jk.core.config.JKConstants.Database
Represents the default database driver class.
DEFAULT_DB_ENTITY_PACKAGES - Static variable in class com.jk.core.config.JKConstants.Database
Represents the default packages containing database entity classes.
DEFAULT_DB_PASSWORD - Static variable in class com.jk.core.config.JKConstants.Database
Represents the default database password.
DEFAULT_DB_URL - Static variable in class com.jk.core.config.JKConstants.Database
Represents the default database URL.
DEFAULT_DB_USER - Static variable in class com.jk.core.config.JKConstants.Database
Represents the default database user.
DEFAULT_DOUBLE_FORMAT - Static variable in class com.jk.core.util.JKFormatUtil
Represents the default format for double values.
DEFAULT_LABLES_FILE_NAME - Static variable in class com.jk.core.locale.JKMessage
Represents The default path of the labels properties file.
DEFAULT_LIMIT - Static variable in class com.jk.core.config.JKConstants.Database
Represents the default query limit.
DEFAULT_LOCALE - Static variable in class com.jk.core.util.JK
Represents the default locale used for various operations in the application.
DEFAULT_LOG_LEVEL - Static variable in class com.jk.core.config.JKConstants.App
Represents the configuration property for specifying the security log level.
DEFAULT_MAPPING - Static variable in class com.jk.core.datatypes.JKDataTypeMapping
Represents the default JKDataType mapping.
DEFAULT_MAX_SIZE - Static variable in class com.jk.core.config.JKConstants.Cache
Represents the configuration property for specifying the default cache maximum size.
DEFAULT_MAX_SIZE_VALUE - Static variable in class com.jk.core.config.JKConstants.Cache
Represents the configuration property for specifying the default cache maximum size value.
DEFAULT_NUMBER_FORMAT - Static variable in class com.jk.core.util.JKFormatUtil
Represents the default format for numbers.
DEFAULT_PERSISINCE_UNIT_NAME - Static variable in class com.jk.core.config.JKConstants.Database
Represents the default persistence unit name.
DEFAULT_POOL_INITIAL_SIZE - Static variable in class com.jk.core.config.JKConstants.Database
Represents the default initial size of the default pool.
DEFAULT_POOL_MAX_SIZE - Static variable in class com.jk.core.config.JKConstants.Database
Represents the default maximum size of a default pool.
DEFAULT_PORT - Static variable in class com.jk.core.reflection.server.ReflectionServer
Represents the default port number for the server.
DEFAULT_PORT_NUMBER - Static variable in class com.jk.core.config.JKConstants.WEB
Represents the configuration property for specifying the default server port number.
DEFAULT_PRIMARY_KEY_FIELD_NAME - Static variable in class com.jk.core.config.JKConstants.Database
Represents the default field name for primary keys in database entities.
DEFAULT_PUBLIC_URLS - Static variable in class com.jk.core.config.JKConstants.WEB
Represents the configuration property for specifying the default public URLs.
DEFAULT_QUERY_ROW_COUNT - Static variable in class com.jk.core.config.JKConstants.Database
Represents the default number of rows for query results.
DEFAULT_REGION_NAME - Static variable in class com.jk.core.config.JKConstants.Cache
Represents the configuration property for specifying the default region name.
DEFAULT_TIME_PATTERN - Static variable in class com.jk.core.util.JKFormatUtil
Represents the default format of time.
DEFAULT_TIMEOUT_SECONDS - Static variable in class com.jk.core.config.JKConstants.Cache
Represents the default timeout duration in seconds for cache.
DEFAULT_TIMEOUT_SECONDS_VALUE - Static variable in class com.jk.core.config.JKConstants.Cache
Represents the default timeout duration value in seconds for cache.
DEFAULT_TIMESTAMP_PATTERN - Static variable in class com.jk.core.util.JKFormatUtil
Represents the default format for time stamp.
DEFAULT_WEBAPP_FOLDER - Static variable in class com.jk.core.config.JKConstants.WEB
Represents the configuration property for specifying the default path for the webapp folder.
defaultHttpFirewall() - Method in class com.jk.webstack.security.JKWebSecurityConfig
This method defines the default HTTP fire-wall for web security.
defaultInstance - Static variable in class com.jk.core.config.JKConfig
Represents the default configuration instance.
DefaultPhysicalNamingStrategy - Class in com.jk.data.datasource
This class provides a strategy for converting database object names to physical names.
DefaultPhysicalNamingStrategy() - Constructor for class com.jk.data.datasource.DefaultPhysicalNamingStrategy
 
DefaultPhysicalNamingStrategy.NamePattern - Enum Class in com.jk.data.datasource
This enum of name patterns for conversion.
delete() - Method in class com.jk.webstack.controllers.JKWebControllerWithOrmSupport
This method deletes the current model from the database or initiates a workflow approval process based on availability.
delete(Class<T>, Object) - Method in interface com.jk.data.dataaccess.orm.JKObjectDataAccess
This method deletes an object from the data storage using its identifier (ID).
delete(Class<T>, Object) - Method in class com.jk.data.dataaccess.orm.JKObjectDataAccessImpl
This method deletes an object from the data storage using its identifier (ID).
delete(Class<T>, Object) - Method in class com.jk.data.dataaccess.orm.JKObjectDataAccessInMemory
This method deletes an object from the data storage using its identifier (ID).
delete(Class<T>, Object) - Method in class com.jk.data.vendors.mongo.JKMongoDataAccess
This method deletes an object from the data storage using its identifier (ID).
delete(Object) - Method in class com.jk.services.client.JKMatureServiceClient
This method deletes an object from the service by its ID.
delete(String) - Method in class com.jk.webstack.rest.JKMatureJpaRestService
This method deletes an object from the data storage using its identifier(ID).
delete(T) - Method in class com.jk.data.dataaccess.git.JKGitDataAccess
This method deletes a record from the Git-backed storage.
delete(T) - Method in interface com.jk.data.dataaccess.orm.JKObjectDataAccess
This method deletes an object from the data storage.
delete(T) - Method in class com.jk.data.dataaccess.orm.JKObjectDataAccessImpl
This method deletes an object from the data storage.
delete(T) - Method in class com.jk.data.dataaccess.orm.JKObjectDataAccessInMemory
This method deletes an object from the data storage.
delete(T) - Method in class com.jk.data.vendors.mongo.JKMongoDataAccess
This method deletes an object from the data storage.
DELETE - Enum constant in enum class com.jk.services.client.workflow.JKWorkflowServiceClient.UserAction
Represents the delete user workflow action.
DELETED - Enum constant in enum class com.jk.core.model.table.JKTableRecord.RecordStatus
Represents that this record has been deleted.
deleteDir(File) - Static method in class com.jk.core.util.JKIOUtil
This method recursively deletes a directory and all its contents.
deleteDir(String) - Static method in class com.jk.core.util.JKIOUtil
This method deletes the directory and all its contents at the specified full path.
deleteFile(String) - Static method in class com.jk.core.util.JKIOUtil
This method deletes the specified file.
deleteFilesInDir(String) - Static method in class com.jk.core.util.JKIOUtil
This method deletes all files within the specified directory.
deleteFromDatabase() - Method in class com.jk.webstack.controllers.JKWebControllerWithOrmSupport
This method deletes the currently loaded ORM entity from the database.
deleteRow(int) - Method in class com.jk.core.model.table.JKTableModel
This method deletes an entire row from the table that is at the given index.
deleteRows(int[]) - Method in class com.jk.core.model.table.JKTableModel
This method deletes the rows that are at the given indices.
deleteSelectedNode() - Method in class com.jk.web.util.JKPrimefacesTreeWrapper
This method deletes the currently selected tree node.
DERBY - Enum constant in enum class com.jk.data.datasource.JKDatabase
Represents the Derby database configuration.
DESC - Enum constant in enum class com.jk.data.dataaccess.orm.meta.JKSortDirection
Descending sorting direction.
describeTable(String) - Method in class com.jk.data.dataaccess.core.JKDataAccessImpl
This method retrieves data about a database table and returns it as a map of column names to their corresponding data types.
describeTable(String) - Method in interface com.jk.data.dataaccess.core.JKDataAccessService
This method retrieves data about a database table and returns it as a map of column names to their corresponding data types.
describeTable(String) - Method in class com.jk.data.vendors.h2.H2DataAccess
This method retrieves data about a database table and returns it as a map of column names to their corresponding data types.
describeTable(String) - Method in class com.jk.data.vendors.mysql.MysqlDataAccess
This method retrieves data about a database table and returns it as a map of column names to their corresponding data types.
describeTable(String) - Method in class com.jk.data.vendors.oracle.JKOracleDataAccess
This method retrieves data about a database table and returns it as a map of column names to their corresponding data types.
description() - Element in annotation interface com.jk.core.annotations.Author
Specifies the description of the created component.
Description() - Element in annotation interface com.jk.core.annotations.HistoryItem
Specifies the description of the item.
DESTINATION_LOCKED - Enum constant in enum class com.jk.core.http.JKHttpStatus
Deprecated.
destroy() - Method in class com.jk.web.filters.JKDefaultFilter
destroy() - Method in class com.jk.web.filters.JKNoCacheFilter
destroy() - Method in class com.jk.web.filters.JKSetCharacterEncodingFilter
destroy() - Method in class com.jk.web.multitenant.JKMultiTenantFilter
destroy() - Method in class com.jk.web.mvc.MvcFilter
This method destroys the filter.
detach(Object) - Method in class com.jk.data.dataaccess.orm.JKObjectDataAccessImpl
This method remove the given object from the persistence context, causing managed object to become detached.
detach(T) - Method in interface com.jk.data.dataaccess.orm.JKObjectDataAccess
This method remove the given object from the persistence context, causing managed object to become detached.
detach(T) - Method in class com.jk.data.dataaccess.orm.JKObjectDataAccessInMemory
This method is yet to be implemented (TBI).
detach(T) - Method in class com.jk.data.vendors.mongo.JKMongoDataAccess
This method is yet to be implemented (TBI).
Developer() - Element in annotation interface com.jk.core.annotations.HistoryItem
Specifies the name of the item developer.
dialect() - Method in enum class com.jk.data.datasource.JKDatabase
This method get the corresponding Dialect instance for this database.
dirtyCalculationEnd(boolean) - Method in class com.jk.data.datasource.JKDataSourceListener
This method is yet to be implemented (TBI).
dirtyCalculationStart() - Method in class com.jk.data.datasource.JKDataSourceListener
This method is yet to be implemented (TBI).
DISABLED - Static variable in class com.jk.web.faces.components.TagAttributeConstants
Represents the disabled attribute for indicating disabled state.
disallowChars(char[], boolean) - Static method in enum class com.jk.core.validation.builtin.FSValidators
This method creates a validator that disallows specified characters.
divide(double, double) - Static method in class com.jk.core.util.JKNumbersUtil
This method divides two double values and returns the result with three decimal places.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.jk.web.filters.JKDefaultFilter
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.jk.web.filters.JKNoCacheFilter
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.jk.web.filters.JKSetCharacterEncodingFilter
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.jk.web.multitenant.JKMultiTenantFilter
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.jk.web.mvc.MvcFilter
This method filters incoming requests, initializes MVC bindings, and processes JSP pages.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.jk.web.servlets.JKErrorServlet
This method handles GET requests for error pages, displaying exception and error details.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.jk.web.servlets.JKLogoutServlet
This method handles GET requests for user logout.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.jk.web.servlets.JKResetConfigServlet
This method handles GET requests for resetting application configuration.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.jk.web.servlets.JKVersionsServlet
This method handles GET requests for displaying application version information.
doImport() - Method in class com.jk.data.backup.ImportManager
This method initiates the import process for the SQL data into the database.
downloadFile(String, String) - Static method in class com.jk.core.http.JKHttpUtil
This method downloads a file from the provided URL and saves it locally.
downloadFileToTemp(String, String) - Static method in class com.jk.core.http.JKHttpUtil
This method downloads a file from the provided URL to a temporary file in the default temporary-file directory.
driver() - Method in enum class com.jk.data.datasource.JKDatabase
This method is yet to be implemented (TBI).
dropTable(String) - Method in class com.jk.data.dataaccess.core.JKDataAccessImpl
This method drops a database table specified by its name.
dropTable(String) - Method in interface com.jk.data.dataaccess.core.JKDataAccessService
This method drops a database table specified by its name.
dump() - Method in class com.jk.core.logging.JKLogConfig
This method gets all the generated loggers and print their name alongside their level severity.
dump(File) - Method in class com.jk.core.test.ExecDump
This method dumps the execution data from a given file.
dumpBeansNames() - Static method in class com.jk.core.factory.JKFactory
This method outputs the names of all beans registered in the Spring context.
duplicate() - Method in class com.jk.webstack.controllers.JKWebControllerWithOrmSupport
This method duplicates the current model.

E

e(String) - Static method in class com.jk.core.util.JK
...
edit() - Method in class com.jk.webstack.controllers.JKWebControllerWithOrmSupport
This method sets the current controller mode to EDIT mode.
EDIT - Enum constant in enum class com.jk.webstack.controllers.ControllerMode
Represents the mode for editing existing data.
email(String) - Method in class com.jk.webstack.services.account.Account
This method sets the user account email address to the provided value.
Email - Class in com.jk.webstack.services.email
This entity class represents an email in the application.
Email() - Constructor for class com.jk.webstack.services.email.Email
 
EMAIL - Static variable in class com.jk.core.datatypes.JKDataType
Represents the data type Email numeric code.
EMAIL_ADDRESS - Enum constant in enum class com.jk.core.validation.builtin.FSValidators
Validates that the provided string is a valid email address.
EmailService - Class in com.jk.webstack.services.email
This class represents a service used for managing email operations, including queuing and sending emails.
EmailService() - Constructor for class com.jk.webstack.services.email.EmailService
 
ENABLE_SECURITY - Static variable in class com.jk.core.config.JKConstants.App
Represents the configuration property for enabling security.
ENC_ALGORITHM - Static variable in class com.jk.core.config.JKConstants.Security
Represents the configuration property for specifying the encryption algorithm.
ENC_ALGORITHM_DEFAULT - Static variable in class com.jk.core.config.JKConstants.Security
Represents the configuration property for specifying the default encryption algorithm.
ENC_IV - Static variable in class com.jk.core.config.JKConstants.Security
Represents the configuration property for specifying the initialization vector (IV) used for encryption in security operations.
ENC_IV_DEFAULT - Static variable in class com.jk.core.config.JKConstants.Security
Represents the configuration property for specifying the default initialization vector (IV) used for encryption in security operations.
ENC_KEY - Static variable in class com.jk.core.config.JKConstants.Security
Represents the configuration property for specifying the encryption security key.
ENC_KEY_DFAULT - Static variable in class com.jk.core.config.JKConstants.Security
Represents the configuration property for specifying the default encryption security key.
ENC_KEY_FACTORY - Static variable in class com.jk.core.config.JKConstants.Security
Represents the configuration property for specifying the key factory used for encryption in security operations.
ENC_KEY_FACTORY_DEFAULT - Static variable in class com.jk.core.config.JKConstants.Security
Represents the configuration property for specifying the default key factory used for encryption in security operations.
ENC_KEY_SPEC - Static variable in class com.jk.core.config.JKConstants.Security
Represents the configuration property for specifying the key specification used for encryption in security operations.
ENC_KEY_SPEC_DEFAULT - Static variable in class com.jk.core.config.JKConstants.Security
Represents the configuration property for specifying the default key specification used for encryption in security operations.
ENC_SALT - Static variable in class com.jk.core.config.JKConstants.Security
Represents the configuration property for specifying the salt used for encryption in security operations.
ENC_SALT_DEFAULT - Static variable in class com.jk.core.config.JKConstants.Security
Represents the configuration property for specifying the default salt used for encryption in security operations.
encodableInCharset(String) - Static method in enum class com.jk.core.validation.builtin.FSValidators
This method creates a validator that checks if a string can be encoded in a specified charset.
encode(CharSequence) - Method in class com.jk.core.security.JKPasswordHash
This method hashes the provided rawPassword using BCrypt and returns the encoded password.
encode(String) - Static method in class com.jk.core.security.JKSecurityUtil
Encode.
encode(String) - Static method in class com.jk.data.vendors.eclipselink.JKSessionPCustomizer
This method encodes a string to base64.
encodeAll(FacesContext) - Method in class com.jk.web.faces.components.layouts.UIAbstractRegion
encodeAll(FacesContext) - Method in class com.jk.web.faces.components.layouts.UIBorderLayout
encodeAll(FacesContext) - Method in class com.jk.web.faces.components.layouts.UIFormLayout
encodeAll(FacesContext) - Method in class com.jk.web.faces.components.layouts.UIGridLayout
encodeAll(FacesContext) - Method in class com.jk.web.faces.components.UIHello
encodeBegin(FacesContext) - Method in class com.jk.web.faces.components.layouts.UILayout
encodeChildren(FacesContext) - Method in class com.jk.web.faces.components.layouts.UILayout
encodeChildren(FacesContext, UIComponent) - Method in class com.jk.web.faces.renderers.JKFormRenderer
encodeDynamicBody(FacesContext, PanelGrid, int) - Method in class com.jk.web.faces.renderers.JKPanelGridRenderer
This method is used for encoding the dynamic body of the PanelGrid.
encodeEnd(FacesContext) - Method in class com.jk.web.faces.components.layouts.UILayout
encodeEnd(FacesContext) - Method in class com.jk.web.faces.components.UIJSFInfo
encodeEnd(FacesContext, UIComponent) - Method in class com.jk.web.faces.renderers.JKFormRenderer
encodeInToBase64(byte[]) - Static method in class com.jk.core.security.JKSecurityUtil
Encode in to base 64.
encodePassword(String) - Static method in class com.jk.web.util.JKWebUtil
This method encodes a password using a hashing mechanism.
encoder() - Method in class com.jk.webstack.security.JKWebSecurityConfig
This method defines the password encoder for handling user password encryption.
encoding - Variable in class com.jk.web.filters.JKSetCharacterEncodingFilter
Represents the encoding.
encrypt(byte[]) - Static method in class com.jk.core.security.JKSecurityUtil
Encrypt.
encrypt(String) - Static method in class com.jk.core.security.JKSecurityUtil
...
end() - Method in class com.jk.data.datasource.JKDataSourceListener
This method is yet to be implemented (TBI).
endBlock() - Method in class com.jk.core.util.JKStringBuffer
This method decreases the indentation level after a block of content.
EndPoint - Class in com.jk.services.server.commons.models
This class represents an end-point definition.
EndPoint() - Constructor for class com.jk.services.server.commons.models.EndPoint
 
ENGLISH - Static variable in class com.jk.core.locale.JKLocale
Represents the English locale.
ENTERPRISEDB - Enum constant in enum class com.jk.data.datasource.JKDatabase
Represents the EnterpriseDB database configuration.
EQUAL - Static variable in class com.jk.data.dynamic.query.Operator
Represents the equal operator.
equals(Class<T>, T) - Method in class com.jk.core.jpa.JKBaseEntity
This method checks equality by comparing fields that have the same type as the provided class.
equals(Object) - Method in class com.jk.core.datatypes.custom.Password
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.jk.core.datatypes.JKDataType
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.jk.core.jpa.JKBaseModel
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.jk.core.security.JKPrivilige
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.jk.core.validation.Problem
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.jk.data.dataaccess.orm.JKEntity
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.jk.services.client.workflow.models.NewPayloadRequestModel
equals(Object) - Method in class com.jk.services.client.workflow.models.PayloadModel
equals(Object) - Method in class com.jk.services.client.workflow.models.SystemModel
equals(Object) - Method in class com.jk.services.client.workflow.models.WorkflowEntityModel
equals(Object) - Method in class com.jk.web.embedded.spring.ErrorPage
equals(Object) - Method in class com.jk.web.embedded.spring.MimeMappings
equals(Object) - Method in class com.jk.web.embedded.spring.MimeMappings.Mapping
equals(Object, Object) - Static method in class com.jk.core.util.JKObjectUtil
This method compares two objects for equality based on their string representations.
equals(Date, Date) - Static method in class com.jk.core.util.JKDateTimeUtil
This method checks if two dates are equal in terms of year, month, and day.
error(Object, Object...) - Method in class com.jk.core.logging.JKLogger
This method logs a message at the ERROR level according to the specified format and arguments.
error(String) - Method in class com.jk.web.faces.controllers.JKWebController
This method display an error message to the user.
error(String) - Static method in class com.jk.web.util.JKJsfUtil
This method adds an error message to the FacesContext with the specified error message text.
error(String, boolean) - Method in class com.jk.web.faces.controllers.JKWebController
This method display an error message to the user.
error(String, Object...) - Static method in class com.jk.core.util.JK
This method logs an error message and throws an IllegalStateException.
error(String, Throwable) - Method in class com.jk.core.logging.JKLogger
This method logs an exception (throwable) at the ERROR level with an accompanying message.
error(Throwable) - Method in class com.jk.core.logging.JKLogger
This method logs an exception (throwable) at the ERROR level with an accompanying message.
ERROR - Static variable in class com.jk.core.logging.JKLog
Represents the ERROR log level.
ERROR_MESSAGE - Static variable in class com.jk.web.servlets.JKWebConstants
Represents the error messages in the request or session attributes.
ERROR_PAGE_CONTENTS - Static variable in class com.jk.web.servlets.JKErrorServlet
Represents the contents of the error page as XHTML.
ErrorMessageProvider - Class in com.jk.core.validation.builtin
This class is an abstract class that defines the contract for classes responsible for providing error messages.
ErrorMessageProvider() - Constructor for class com.jk.core.validation.builtin.ErrorMessageProvider
 
ErrorPage - Class in com.jk.web.embedded.spring
This class represents a configuration for handling error pages in a web application.
ErrorPage(JKHttpStatus, String) - Constructor for class com.jk.web.embedded.spring.ErrorPage
This method constructs a new ErrorPage with the provided path to the error page and HTTP status code.
ErrorPage(Class<? extends Throwable>, String) - Constructor for class com.jk.web.embedded.spring.ErrorPage
This method constructs a new ErrorPage with the provided path to the error page and exception type.
ErrorPage(String) - Constructor for class com.jk.web.embedded.spring.ErrorPage
This method constructs a new ErrorPage with the provided path to the error page.
escapeValue(String) - Static method in class com.jk.core.util.JKStringUtil
This method escapes single quotes in a given string by adding a backslash before each single quote.
evaluate(Object, String) - Static method in class com.jk.core.util.JKObjectUtil
This method evaluates a Spring Expression Language (SpEL) expression against the provided root object.
evaluateErrorPage(Map<String, String>, Throwable) - Method in class com.jk.web.faces.exceptions.JKFacesExceptionHandler
evaluateExpressionToObject(ValueExpression) - Static method in class com.jk.web.util.JKJsfUtil
This method evaluates the given ValueExpression and returns the result as an Object.
evaluateExpressionToObject(String) - Static method in class com.jk.web.util.JKJsfUtil
This method evaluates the given Expression Language expression and returns the result as an Object.
Event - Class in com.jk.webstack.services.mointor
This class is an entity class that represents an event.
Event() - Constructor for class com.jk.webstack.services.mointor.Event
 
ex(String) - Static method in class com.jk.core.util.JK
This method creates and throws a JKException with the provided message.
exception(String) - Static method in class com.jk.core.util.JK
This method creates and throws a JKException with the provided message.
EXCEPTION_HANDLERS_PACKAGE - Static variable in class com.jk.core.config.JKConstants.Config
Represents the exception handlers location.
EXCEPTION_HANDLERS_PACKAGE_DEFAULT - Static variable in class com.jk.core.config.JKConstants.Config
Represents the default exception handlers package location.
ExceptionHandler - Annotation Interface in com.jk.core.exceptions.handler
Annotation to mark methods that handle exceptions in a standardized way.
exec(String, Path) - Static method in class com.jk.core.java.CommandLineUtil
This method executes a command on the command line and captures the output.
ExecDump - Class in com.jk.core.test
This class is used for dumping execution data from an execution data file.
ExecDump(PrintStream) - Constructor for class com.jk.core.test.ExecDump
This method constructs a new ExecDump with the specifies output stream.
execute() - Method in class com.jk.core.timer.JKTask
The method that gets executed when the task is run.
execute(JKTask, int) - Method in class com.jk.core.timer.JKExecutor
This method executes a given JKTask with a specified timeout duration.
execute(String, Object...) - Method in class com.jk.data.dataaccess.core.JKDataAccessImpl
This method executes a database operation with the provided SQL statement and optional parameters.
execute(String, Object...) - Method in interface com.jk.data.dataaccess.core.JKDataAccessService
This method executes a database operation with the provided SQL statement and optional parameters.
execute(String, Object...) - Method in class com.jk.webstack.controllers.JKWebControllerWithSqlDataAccess
This method executes an SQL query with the given parameters using the SQL data access service.
executeAsyc(Runnable) - Method in class com.jk.web.faces.controllers.JKWebController
This method executes a Runnable task asynchronously using a thread pool.
executeFile(String) - Static method in class com.jk.core.util.JKIOUtil
This method executes the specified file using the default system application associated with the file type.
executeQuery(Class<T>, String, Object...) - Method in interface com.jk.data.dataaccess.orm.JKObjectDataAccess
This method executes a query to retrieve a list of objects of the specified class.
executeQuery(Class<T>, String, Object...) - Method in class com.jk.data.dataaccess.orm.JKObjectDataAccessImpl
This method executes a query to retrieve a list of objects of the specified class.
executeQuery(Class<T>, String, Object...) - Method in class com.jk.data.dataaccess.orm.JKObjectDataAccessInMemory
This method is yet to be implemented (TBI).
executeQuery(Class<T>, String, Object...) - Method in class com.jk.data.vendors.mongo.JKMongoDataAccess
This method is yet to be implemented (TBI).
executeQueryAsArray(String, Object...) - Method in class com.jk.data.dataaccess.core.JKDataAccessImpl
This method executes a SQL query and returns the result as an array of objects.
executeQueryAsArray(String, Object...) - Method in interface com.jk.data.dataaccess.core.JKDataAccessService
This method executes a SQL query and returns the result as an array of objects.
executeQueryAsCachedRowSet(String, Object...) - Method in class com.jk.data.dataaccess.core.JKDataAccessImpl
This method executes a database query and returns the result as a CachedRowSet.
executeQueryAsCachedRowSet(String, Object...) - Method in interface com.jk.data.dataaccess.core.JKDataAccessService
This method executes a database query and returns the result as a CachedRowSet.
executeQueryAsDouble(String, Object...) - Method in interface com.jk.data.dataaccess.core.JKDataAccessService
This method executes an SQL query and returns the result as a double value.
executeQueryAsIdValue(String, Object...) - Method in class com.jk.data.dataaccess.core.JKDataAccessImpl
This method executes a database query and returns the result as a list of JKDbIdValue objects.
executeQueryAsIdValue(String, Object...) - Method in interface com.jk.data.dataaccess.core.JKDataAccessService
This method executes a database query and returns the result as a list of JKDbIdValue objects.
executeQueryAsInteger(String, Object...) - Method in interface com.jk.data.dataaccess.core.JKDataAccessService
This method executes an SQL query and returns the result as an integer value.
executeQueryAsList(String, Object...) - Method in class com.jk.data.dataaccess.core.JKDataAccessImpl
This method executes a query and returns the result as a List of rows, where each row is represented as a List of objects.
executeQueryAsList(String, Object...) - Method in interface com.jk.data.dataaccess.core.JKDataAccessService
This method executes a query and returns the result as a List of rows, where each row is represented as a List of objects.
executeQueryAsListOfObjects(Class<T>, String, Object...) - Method in interface com.jk.data.dataaccess.core.JKDataAccessService
This method executes an SQL query and returns the result as a list of objects of the specified class.
executeQueryAsListOfObjects(Class<T>, Map<String, Object>, String, Object...) - Method in interface com.jk.data.dataaccess.core.JKDataAccessService
This method executes an SQL query and returns the result as a list of objects of the specified class.
executeQueryAsLong(String, Object...) - Method in interface com.jk.data.dataaccess.core.JKDataAccessService
This method executes an SQL query and returns the result as a long value.
executeQueryAsMap(String, Object...) - Method in interface com.jk.data.dataaccess.core.JKDataAccessService
This method executes a SQL query and returns the result as a map where keys are objects and values are of type T.
executeQueryAsRow(String, Object...) - Method in interface com.jk.data.dataaccess.core.JKDataAccessService
This method executes an SQL query and returns the result as an array representing a single row.
executeQueryAsString(String, Object...) - Method in class com.jk.data.dataaccess.core.JKDataAccessImpl
This method executes an SQL query and returns the result as a formatted string.
executeQueryAsString(String, Object...) - Method in interface com.jk.data.dataaccess.core.JKDataAccessService
This method executes an SQL query and returns the result as a formatted string.
executeQueryAsString(String, String, String, Object...) - Method in class com.jk.data.dataaccess.core.JKDataAccessImpl
This method executes an SQL query and returns the result as a formatted string with custom separators.
executeQueryAsString(String, String, String, Object...) - Method in interface com.jk.data.dataaccess.core.JKDataAccessService
This method executes an SQL query and returns the result as a formatted string with custom separators.
executeSingleOutputQuery(Class<T>, String, Object...) - Method in interface com.jk.data.dataaccess.orm.JKObjectDataAccess
This method executes a data storage query that is expected to return a single result and returns that result.
executeSingleOutputQuery(String, Object...) - Method in class com.jk.data.dataaccess.core.JKDataAccessImpl
This method executes a database query that is expected to return a single value and retrieves that value.
executeSingleOutputQuery(String, Object...) - Method in interface com.jk.data.dataaccess.core.JKDataAccessService
This method executes a database query that is expected to return a single value and retrieves that value.
executeUpdate(JKUpdater) - Method in class com.jk.data.dataaccess.core.JKDataAccessImpl
This method executes a database update operation using a JKUpdater and returns the result.
executeUpdate(JKUpdater) - Method in interface com.jk.data.dataaccess.core.JKDataAccessService
This method executes a database update operation using a JKUpdater and returns the result.
executeUpdate(JKUpdater, boolean) - Method in class com.jk.data.dataaccess.core.JKDataAccessImpl
This method executes an update operation using the provided JKUpdater and allows for ignoring the JKRecordNotFoundException.
executeUpdate(JKUpdater, boolean) - Method in interface com.jk.data.dataaccess.core.JKDataAccessService
This method executes an update operation using the provided JKUpdater and allows for ignoring the JKRecordNotFoundException.
executeUpdate(String, Object...) - Method in class com.jk.data.dataaccess.core.JKDataAccessImpl
This method executes an SQL update statement with optional parameters and returns the result.
executeUpdate(String, Object...) - Method in interface com.jk.data.dataaccess.core.JKDataAccessService
This method executes an SQL update statement with optional parameters and returns the result.
ExecutionDataServer - Class in com.jk.core.test
This example starts a socket server to collect coverage from agents that run in output mode tcpclient.
ExecutionDataServer() - Constructor for class com.jk.core.test.ExecutionDataServer
 
exeutCommandAndWait(File, String) - Static method in class com.jk.core.util.JKIOUtil
This method executes the specified command in the context of the given root directory and waits for the command to complete.
exists(Class<?>) - Static method in class com.jk.core.factory.JKFactory
This method checks whether a bean of the specified class exists in the Spring context.
exists(String) - Static method in class com.jk.core.util.JK
This method checks whether a file with the specified name exists.
exists(String) - Method in class com.jk.web.faces.controllers.JKUtilWebController
This method checks if a file with the given filename exists.
exists(String) - Method in class com.jk.web.servlets.JKJspUtil
This method checks if a file with the given fileName exists.
expand(TreeNode) - Method in class com.jk.web.util.JKPrimefacesTreeWrapper
This method recursively expands a tree node and its parent nodes.
EXPECTATION_FAILED - Enum constant in enum class com.jk.core.http.JKHttpStatus
417 Expectation Failed.
export(DatabaseInfo) - Static method in class com.jk.data.backup.MySqlUtil
This exports a MySQL database to a specified SQL file using the provided DatabaseInfo.
externalContextMock - Variable in class com.jk.web.test.JKManagedBeanTest
Represents mocked ExternalContext used for testing.
extractFile(ZipInputStream, String) - Static method in class com.jk.core.util.JKZipUtility
This method extracts a file from the provided ZIP input stream to the given file path.

F

FACES_HEADER - Static variable in class com.jk.web.faces.components.TagAttributeConstants
Represents the faces header attribute.
facesContextMock - Variable in class com.jk.web.test.JKManagedBeanTest
Represents mocked FacesContext used for testing.
FAILED_DEPENDENCY - Enum constant in enum class com.jk.core.http.JKHttpStatus
424 Failed Dependency.
FATAL - Enum constant in enum class com.jk.core.validation.Severity
Represents fatal severity level.
fetchArray(Array) - Static method in class com.jk.data.util.JKDataAccessUtil
This method fetches elements of an Array as a list.
fetchStruct(Struct) - Static method in class com.jk.data.util.JKDataAccessUtil
This method fetches the elements of a Struct object as a list.
fetchValue(Object) - Static method in class com.jk.data.util.JKDataAccessUtil
This method fetches a value from an object.
FIELD_SEPARATOR - Static variable in class com.jk.core.util.JK
Represents a separator used to separate fields in output.
FieldCondition - Class in com.jk.data.dynamic.query
This class represents a condition in a query that compares a field with a specified value using a given operator.
FieldCondition() - Constructor for class com.jk.data.dynamic.query.FieldCondition
This method constructs a new FieldCondition.
FieldCondition(Object, Object) - Constructor for class com.jk.data.dynamic.query.FieldCondition
This method is yet to be implemented.
FieldName - Class in com.jk.data.dynamic.query
This class represents a query component that represents a field name, typically used in queries and expressions.
FieldName(String) - Constructor for class com.jk.data.dynamic.query.FieldName
This method constructs a new FieldName with the provided field name.
FILE_MUST_BE_DIRECTORY - Enum constant in enum class com.jk.core.validation.builtin.FSValidators
Validates that the provided path represents an existing directory.
FILE_MUST_BE_FILE - Enum constant in enum class com.jk.core.validation.builtin.FSValidators
Validates that the provided path represents an existing file.
FILE_MUST_EXIST - Enum constant in enum class com.jk.core.validation.builtin.FSValidators
Validates that a file with the provided filename exists in the file system.
FILE_MUST_NOT_EXIST - Enum constant in enum class com.jk.core.validation.builtin.FSValidators
Validates that a file with the provided filename does not exist in the file system.
FILE_NAME - Static variable in class com.jk.core.config.JKConstants.Log
Represents the configuration property for specifying the log file name.
FILE_SEPRATOR - Static variable in class com.jk.core.util.JK
Represents a separator used in file paths for the current framework.
fill() - Method in class com.jk.webstack.controllers.JKWebControllerWithOrmSupport
This method fills the fields of the current model.
fillCommonAttributesFromEntityToModel(JKBaseEntity, JKBaseModel) - Method in class com.jk.core.jpa.JKEntityModelMapper
This method takes the provided JKBaseModel attributes and fill them with values from the specified JKBaseEntity attributes.
fillCommonAttributesFromModelToEntity(JKBaseEntity, JKBaseModel) - Method in class com.jk.core.jpa.JKEntityModelMapper
This method takes the provided JKBaseEntity attributes and fill them with values from the specified JKBaseModel attributes.
fillEmail(MultiPartEmail) - Method in class com.jk.core.mail.JKMailInfo
This method fills the data from the provided MultiPartEmail into this JKMailInfo object.
fillFields(Object) - Static method in class com.jk.core.test.JKMockUtil
This method fills the fields of the provided model object with generated random values.
filter(ClientRequestContext) - Method in class com.jk.services.client.JKClientRequestFilter
This method filters and modifies the HTTP request.
filter(ContainerRequestContext) - Method in class com.jk.services.server.JKServiceFilter
filter(ContainerRequestContext, ContainerResponseContext) - Method in class com.jk.services.server.JKServiceFilter
FILTER - Static variable in class com.jk.core.config.JKConstants.Log
Represents the configuration property for specifying the log filter.
filterConfig - Variable in class com.jk.web.filters.JKSetCharacterEncodingFilter
Represents the filter configuration.
filterDetail() - Method in class com.jk.webstack.controllers.JKMasterDetailWebControllerWithOrmSupport
This method filters detail entities based on the currently selected master entity.
find(int) - Method in class com.jk.webstack.controllers.JKWebControllerWithOrmSupport
This method finds and sets the ORM entity with the specified ID in the controller.
find(Class<T>, Object) - Method in class com.jk.data.dataaccess.git.JKGitDataAccess
This method finds a record of the specified class with the given unique identifier.
find(Class<T>, Object) - Method in interface com.jk.data.dataaccess.orm.JKObjectDataAccess
This method finds an object from the data storage using its identifier (ID).
find(Class<T>, Object) - Method in class com.jk.data.dataaccess.orm.JKObjectDataAccessImpl
This method finds an object from the data storage using its identifier (ID).
find(Class<T>, Object) - Method in class com.jk.data.dataaccess.orm.JKObjectDataAccessInMemory
This method finds an object from the data storage using its identifier (ID).
find(Class<T>, Object) - Method in class com.jk.data.vendors.mongo.JKMongoDataAccess
This method finds an object from the data storage using its identifier (ID).
find(String) - Method in class com.jk.services.client.JKMatureServiceClient
This method finds an object by its ID in the service.
find(String, JKPopulator<T>, Object...) - Method in class com.jk.data.dataaccess.core.JKDataAccessImpl
This method executes an SQL query and maps the result to an object using a provided JKPopulator.
find(String, JKPopulator<T>, Object...) - Method in interface com.jk.data.dataaccess.core.JKDataAccessService
This method executes an SQL query and maps the result to an object using a provided JKPopulator.
findAccountByEmail(String) - Method in class com.jk.webstack.services.account.AccountServices
This method find a user account by its email address.
findAccountUsername(String) - Method in class com.jk.webstack.security.services.SecurityService
This method find a user account by user name.
findAndCacheRecord(String, String, JKPopulator<T>, Object...) - Method in class com.jk.data.dataaccess.core.JKDataAccessImpl
This method executes an SQL query, maps the result to an object using a provided populator, and caches the mapped object using the specified table name.
findAndCacheRecord(String, String, JKPopulator<T>, Object...) - Method in interface com.jk.data.dataaccess.core.JKDataAccessService
This method executes an SQL query, maps the result to an object using a provided populator, and caches the mapped object using the specified table name.
findAttribute(String) - Method in class com.jk.web.faces.tags.JKTagWrapper
This method finds and returns the JKTagAttributeWrapper instance associated with the specified attribute name.
findByFieldName(Class<T>, String, Object) - Method in interface com.jk.data.dataaccess.orm.JKObjectDataAccess
This method retrieves a list of objects of the specified class based on a specific field's value.
findByFieldName(Class<T>, String, Object) - Method in class com.jk.data.dataaccess.orm.JKObjectDataAccessImpl
This method retrieves a list of objects of the specified class based on a specific field's value.
findByFieldName(Class<T>, String, Object) - Method in class com.jk.data.dataaccess.orm.JKObjectDataAccessInMemory
This method is yet to be implemented (TBI).
findByFieldName(Class<T>, String, Object) - Method in class com.jk.data.vendors.mongo.JKMongoDataAccess
This method retrieves a list of objects of the specified class based on a specific field's value.
findComponent(UIComponent, String) - Static method in class com.jk.web.util.JKJsfUtil
This method recursively searches for a UI component with the specified ID within the given base component and its descendants.
findComponentInRoot(String) - Static method in class com.jk.web.util.JKJsfUtil
This method searches for a UI component with the specified ID within the root component of the current view.
findComponents(UIComponent, Class) - Static method in class com.jk.web.util.JKJsfUtil
This method recursively searches for UI components of a specified type within the given parent component and its descendants.
findItemByIndex(int) - Method in interface com.jk.core.collections.JKListHolder
This method finds the item associated with the given index from the list of items.
findOneByFieldName(Class<T>, String, Object) - Method in interface com.jk.data.dataaccess.orm.JKObjectDataAccess
This method retrieves a single object of the specified class from the data storage based on a field name and its value.
findOneByFieldName(Class<T>, String, Object) - Method in class com.jk.data.dataaccess.orm.JKObjectDataAccessImpl
This method retrieves a single object of the specified class from the data storage based on a field name and its value.
findOneByFieldName(Class<T>, String, Object) - Method in class com.jk.data.dataaccess.orm.JKObjectDataAccessInMemory
This method is yet to be implemented (TBI).
findOneByFieldName(Class<T>, String, Object) - Method in class com.jk.data.vendors.mongo.JKMongoDataAccess
This method retrieves a single object of the specified class from the data storage based on a field name and its value.
findPathJar(Class) - Static method in class com.jk.core.util.JKIOUtil
This method finds the absolute path of the JAR file containing the provided class.
findPayload(int) - Method in class com.jk.webstack.controllers.JKWebControllerWithOrmSupport
This method finds a workflow pay-load with the specified ID.
findPayload(int) - Method in class com.jk.webstack.services.workflow.WorkflowController
This method finds a pay-load by its ID.
findRecord(JKFinder) - Method in class com.jk.data.dataaccess.core.JKDataAccessImpl
This method finds and retrieves a record from the database table based on the provided JKFinder criteria.
findRecord(JKFinder) - Method in interface com.jk.data.dataaccess.core.JKDataAccessService
This method finds and retrieves a record from the database table based on the provided JKFinder criteria.
findRecord(JKFinder, String, Object) - Method in class com.jk.data.dataaccess.core.JKDataAccessImpl
This method finds and retrieves a specific record from the specified database table using the provided JKFinder and record ID.
findRecord(JKFinder, String, Object) - Method in interface com.jk.data.dataaccess.core.JKDataAccessService
This method finds and retrieves a specific record from the specified database table using the provided JKFinder and record ID.
findSingleEntity(Class<T>, String, Object...) - Method in class com.jk.data.dataaccess.orm.JKObjectDataAccessImpl
This method executes a query to find a single entity of the specified class based on the given query string and parameters.
findTagMapping(JKTagWrapper) - Method in class com.jk.web.faces.config.JKFacesConfigurations
This method searches for a mapping that matches the tag name and attribute values of the wrapper.
findTagMapping(String) - Method in class com.jk.web.faces.config.JKFacesConfigurations
This method retrieves a JKTagMapping for a given tag name.
fireItemsUpdated() - Method in interface com.jk.core.collections.JKListHolder
This method update the list of items by sorting it in an ascending order, according to the item index.
fireTableColumnDataChanged(int) - Method in class com.jk.core.model.table.JKTableModel
This method notifies the listeners that all the values in the specified columns have been changed.
first(List<T>) - Static method in class com.jk.core.util.JK
This method returns the first element from the given list.
firstname(String) - Method in class com.jk.webstack.security.User
This method sets the user first name to the provided value.
firstname(String) - Method in class com.jk.webstack.services.account.Account
This method sets the user account first name to the provided value.
fixAmount(double) - Static method in class com.jk.core.util.JKNumbersUtil
This method rounds a double value to three decimal places.
fixHtml(HttpServletRequest, String) - Static method in class com.jk.web.util.JKWebUtil
This method replaces occurrences of &nbsp with a space character in the provided XHTML.
fixKey(String) - Static method in class com.jk.core.util.JKUserPreferences
This method fixes the provided preference key by appending the key prefix if it doesn't already start with it.
fixLinks(JKTagWrapper) - Method in class com.jk.web.faces.decorators.JKTagDecorator
This method fixes links in the provided tag based on the configuration settings in JKFacesConfigurations.
fixMe() - Static method in class com.jk.core.util.JK
This method marks a section of code that needs attention or fixing.
fixMe(String) - Static method in class com.jk.core.util.JK
This method marks a section of code that needs attention or fixing, with a custom message.
fixProperties() - Method in class com.jk.data.datasource.impl.JKAbstractDataSource
This method applies fixes and configurations to the data source properties.
fixPropertiesKeys(Properties) - Static method in class com.jk.core.util.JKCollectionUtil
This method fixes the keys of properties by converting them to lower-case and replacing underscores with hyphens.
fixPropertyKey(String) - Static method in class com.jk.core.util.JKCollectionUtil
This method fixes a property key by converting it to lower-case and replacing underscores with hyphens.
fixPropertyName(String) - Static method in class com.jk.core.util.JKObjectUtil
This method fixes a property name by capitalizing every character after an underscore and removing underscores.
fixPropertyValue(String) - Static method in class com.jk.core.util.JKCollectionUtil
This method fixes a property value by replacing predefined variables with their corresponding values.
fixValue(String) - Method in class com.jk.core.locale.JKMessage
This method fixes the label value to a custom format.
fixValue(String) - Static method in class com.jk.core.util.JKStringUtil
This method fixes the formatting of a value by capitalizing words and handling line breaks.
flashMock - Variable in class com.jk.web.test.JKManagedBeanTest
Represents mocked Flash object used for testing.
flushEnd(int, int) - Method in class com.jk.data.datasource.JKDataSourceListener
This method is yet to be implemented (TBI).
flushStart() - Method in class com.jk.data.datasource.JKDataSourceListener
This method is yet to be implemented (TBI).
FOR - Static variable in class com.jk.web.faces.components.TagAttributeConstants
Represents the for attribute for associating labels with form elements.
forbidden(Object) - Method in class com.jk.services.server.JKAbstractRestController
This method generates an HTTP response with a forbidden status code (HTTP 403 Forbidden) and includes the provided entity as the response entity.
FORBIDDEN - Enum constant in enum class com.jk.core.http.JKHttpStatus
403 Forbidden.
forceClearCache(ServletResponse) - Static method in class com.jk.web.util.JKJsfUtil
This method forces the HTTP cache to clear for the provided ServletResponse object.
forFormat(Format) - Static method in enum class com.jk.core.validation.builtin.FSValidators
This method creates a validator that checks if a given input string conforms to the specified format.
format(double) - Static method in class com.jk.core.util.ArabicDigits
This method formats a double number to Arabic representation.
format(long) - Static method in class com.jk.core.util.ArabicDigits
This method formats a long number to Arabic representation.
format(Object, String) - Static method in class com.jk.core.util.JKFormatUtil
This method formats the given object using the specified pattern.
format(String) - Static method in class com.jk.core.util.ArabicDigits
This method formats a string containing numeric characters to Arabic representation.
formatAmount() - Static method in class com.jk.core.util.JKFormatUtil
This method is yet to be implemented (TBI).
formatAmount(double) - Static method in class com.jk.core.util.JKFormatUtil
This method is yet to be implemented (TBI).
formatCurrentDate() - Static method in class com.jk.core.util.JKDateTimeUtil
This method formats the current date in the pattern "yyyy-MM-dd".
formatCurrentTimeStamp() - Static method in class com.jk.core.util.JKDateTimeUtil
This method formats the current time stamp in the pattern "yyyy-MM-dd HH:mm:ss".
formatDate(Date) - Static method in class com.jk.core.util.ArabicDigits
This method formats a date to a string representation in Arabic format.
formatDate(Date) - Static method in class com.jk.core.util.JKFormatUtil
This method formats a date using the default date format pattern.
formatDate(Date, String) - Static method in class com.jk.core.util.JKDateTimeUtil
This method formats a given Date object using the specified pattern.
formatDate(Date, String) - Static method in class com.jk.core.util.JKFormatUtil
This method formats a Date object using the provided pattern.
formatDouble(Double, String) - Static method in class com.jk.core.util.JKFormatUtil
This method formats a Double value using the provided pattern.
formatFullTime(Date) - Static method in class com.jk.core.util.JKDateTimeUtil
This method formats the time portion of a given Date object in the "hh:mm:ss SSS" format.
formatMap - Static variable in class com.jk.core.util.JKFormatUtil
This map is used to store format instances for various patterns.
formatMark(float) - Static method in class com.jk.core.util.JKFormatUtil
This method is yet to be implemented (TBI).
formatNumber(Number) - Static method in class com.jk.core.util.JKFormatUtil
This method formats a number using the default number format pattern.
formatProperties(Properties) - Static method in class com.jk.core.util.JKCollectionUtil
This method formats the properties into a human-readable format.
formatStatement(String) - Static method in class com.jk.data.util.JKDataAccessUtil
This method formats a SQL statement by adding indentation for readability.
formatStatementWithParam(String, Object...) - Static method in class com.jk.data.util.JKDataAccessUtil
This method formats a SQL statement with its parameters.
formatTime(Time) - Static method in class com.jk.core.util.JKFormatUtil
This method formats time using the default time format pattern.
formatTime(Time, String) - Static method in class com.jk.core.util.JKFormatUtil
This method formats a Time object using the provided pattern.
formatTime(Date) - Static method in class com.jk.core.util.JKDateTimeUtil
This method formats the given date as a string representing the time (hour and minute).
formatTimeStamp(Timestamp, String) - Static method in class com.jk.core.util.JKFormatUtil
This method formats a Timestamp object using the provided pattern.
forString(boolean) - Method in enum class com.jk.core.validation.builtin.FSValidators
This method creates a validator for strings based on the specified validation rule.
FOUND - Enum constant in enum class com.jk.core.http.JKHttpStatus
302 Found.
FROM - Static variable in class com.jk.data.dynamic.query.Keyword
Represents the FROM keyword.
FSValidators - Enum Class in com.jk.core.validation.builtin
This enum provides a set of predefined validation rules for various types of data.

G

GATEWAY_TIMEOUT - Enum constant in enum class com.jk.core.http.JKHttpStatus
504 Gateway Timeout.
gatRandomItem(List) - Static method in class com.jk.core.util.JKCollectionUtil
This method retrieves a random item from the provided list.
General() - Constructor for class com.jk.core.config.JKConstants.General
 
generateMixPassword(int) - Static method in class com.jk.core.security.JKPasswordUtil
This method generates a password consisting of a mix of numeric, lower-case, and upper-case characters.
generateNumricPassword(int) - Static method in class com.jk.core.security.JKPasswordUtil
This method generates a numeric password consisting of digits.
generateRandomValue(Class<?>) - Static method in class com.jk.core.test.JKMockUtil
This method generates a random value of the specified Java type.
generateRandomValue(Field) - Static method in class com.jk.core.test.JKMockUtil
This method generates a random value for the specified field's type.
generateRandomValue(String) - Static method in class com.jk.core.test.JKMockUtil
This method generates a random value for the specified class name.
gensalt() - Static method in class com.jk.core.security.BCrypt
Generate a salt for use with the BCrypt.hashpw() method, selecting a reasonable default for the number of hashing rounds to apply
gensalt(int) - Static method in class com.jk.core.security.BCrypt
Generate a salt for use with the BCrypt.hashpw() method
gensalt(int, SecureRandom) - Static method in class com.jk.core.security.BCrypt
Generate a salt for use with the BCrypt.hashpw() method
get() - Static method in class com.jk.core.config.JKConfig
This method is used to access the default configuration instance.
get() - Static method in class com.jk.core.thread.JKThreadLocal
This method gets the thread-local map associated with the current thread.
get() - Static method in class com.jk.core.util.JK
This method gets the version of the application.
get() - Method in class com.jk.webstack.rest.JKMatureJpaRestService
This method retrieves a list of objects of the generic class type which is associated with this service from the data storage.
get(Object, Class<T>) - Method in interface com.jk.core.cache.JKCacheManager
This method gets the cached data associated with the specified key, and stored in the specified data container type.
get(Object, Class<T>) - Method in class com.jk.core.cache.simple.JKAbstractCacheManager
This method gets the cached data associated with the specified key, and stored in the specified data container type.
get(Object, Class<T>, JKValueLoader<Object, T>) - Method in interface com.jk.core.cache.JKCacheManager
This method gets the cached data associated with the specified key, and stored in the specified data container type.
get(String) - Method in interface com.jk.core.cache.JKCacheManager
This method gets the cached data container that is associated with the specified key as a list.
get(String) - Method in class com.jk.core.cache.simple.JKAbstractCacheManager
This method gets the cached data container that is associated with the specified key as a list.
get(String) - Method in class com.jk.web.embedded.spring.MimeMappings
This method retrieves the MIME type associated with the specified file extension.
get(String) - Method in class com.jk.web.faces.controllers.JKWebMessagesController
This method retrieves a message by its key.
get(String) - Method in class com.jk.webstack.rest.JKMatureJpaRestService
This method finds an object from the data storage using its identifier (ID).
get(String, Object...) - Static method in class com.jk.core.locale.JKMessage
This method retrieves a localized label by its key, with optional parameter formatting.
get(String, String) - Static method in class com.jk.core.util.JKUserPreferences
This method retrieves the value associated with the specified preference key.
get(K) - Method in interface com.jk.core.collections.JKMap
This method gets the value to which the specified key is mapped in this map.
get(K) - Method in class com.jk.core.collections.map.JKGuavaCacheWrapper
This method gets the value to which the specified key is mapped in this map.
get(K) - Method in class com.jk.core.collections.map.JKMapWrapper
This method gets the value to which the specified key is mapped in this map.
GET_INFO - Static variable in class com.jk.core.config.JKConstants.Microservices
Represents the configuration property for specifying whether the information getting service is enabled.
getAcceptMedia() - Method in class com.jk.services.client.JKFileDownloadServiceCaller
This method gets the media type that the service caller expects in the response.
getAcceptMedia() - Method in interface com.jk.services.client.JKServiceCaller
This method gets the media type that the service caller expects in the response.
getAcceptMediaType() - Method in class com.jk.services.client.JKServiceClient
This method retrieves the media type expected in the response from service calls.
getAcceptMimeType() - Method in class com.jk.services.server.commons.models.EndPoint
This method retrieves the accepted MIME type for incoming requests to the end-point.
getAction() - Method in class com.jk.core.context.JKAbstractContext
This method gets the action.
getAction() - Method in interface com.jk.core.context.JKContext
This method gets the action.
getAction() - Method in class com.jk.services.client.workflow.models.NewPayloadRequestModel
This method retrieves the action associated with this pay-load request model.
getActionLogCount(String) - Method in class com.jk.webstack.services.logging.ActionLogsService
This method retrieves the count of a specific type of action log.
getActionLogName() - Method in class com.jk.webstack.controllers.JKWebAppBaseController
This method gets the name to use for action logging.
getActionLogService() - Method in class com.jk.webstack.controllers.JKWebAppBaseController
This method gets the action log service.
getActualColumnCount() - Method in class com.jk.core.model.table.JKTableModel
This method gets the number of actual columns.
getActualColumnIndexFromVisible(int) - Method in class com.jk.core.model.table.JKTableModel
This method gets the actual column index from the visible index.
getActualColumnName(int) - Method in class com.jk.core.model.table.JKTableModel
This method gets the column name using the actual index.
getAliasName() - Method in class com.jk.core.model.table.JKTableColumn
This method gets the alias name.
getAliasName() - Method in class com.jk.data.dataaccess.orm.JKEntity
This method retrieves the alias name for this entity class.
getAll() - Method in class com.jk.services.client.JKMatureServiceClient
This method retrieves a list of objects from the service.
getAll() - Method in class com.jk.web.embedded.spring.MimeMappings
This method gets all the MIME types, in the mime-mapping.
getAllClassesInPackage(String) - Static method in class com.jk.core.util.JKObjectUtil
This method retrieves the names of all classes within the specified package.
getAllFieldNames(Class<T>) - Static method in class com.jk.core.util.JKObjectUtil
This method retrieves the names of all fields declared in the specified class and its super-classes.
getAllFields(Class<?>) - Static method in class com.jk.core.util.JKObjectUtil
This method retrieves all fields (including inherited fields) of a given class.
getAllRowsCount() - Method in class com.jk.data.dynamic.paging.DataBasePager
This method gets the total number of rows in the data set.
getAllRowsCount() - Method in interface com.jk.data.dynamic.paging.DataPager
This method gets the total number of rows in the data set.
getAlphapticPassowrds(int, boolean) - Static method in class com.jk.core.security.JKPasswordUtil
This method generates an alphabetic password consisting of either lower-case or upper-case characters.
getAmountAsString(int) - Static method in class com.jk.core.util.JKMoneyUtil
This method converts an integer amount to its equivalent string representation in words.
getApplicationMap() - Method in class com.jk.core.context.JKAbstractContext
This method gets the application map as a HashMap.
getApplicationMap() - Method in interface com.jk.core.context.JKContext
This method gets the application map as a HashMap.
getApplicationName() - Method in class com.jk.services.server.JKServiceConfig
getAppLogCount(String, boolean) - Method in class com.jk.services.client.logging.JKLogServiceClient
This method retrieves the count of log entries for a specific application from the remote logging service.
getAppLogs(String, boolean) - Method in class com.jk.services.client.logging.JKLogServiceClient
This method retrieves a list of log entries for a specific application from the remote logging service.
getAppName() - Method in class com.jk.core.context.JKAbstractContext
This method gets the application name.
getAppName() - Method in interface com.jk.core.context.JKContext
This method gets the application name.
getAppName() - Static method in class com.jk.core.util.JK
This method retrieves the name of the application.
getAppName() - Method in class com.jk.services.server.commons.models.ServiceServerInfo
This method retrieves the application name associated with the service server.
getApproveLabel() - Method in class com.jk.services.client.workflow.models.PayloadModel
This method retrieves the approve label associated with this pay-load model.
getApproveNextStatus() - Method in class com.jk.services.client.workflow.models.PayloadModel
This method retrieves the approve next status for this pay-load model.
getAsObject(FacesContext, UIComponent, String) - Method in class com.jk.web.faces.convertor.JKPasswordConvertor
getAsObject(FacesContext, UIComponent, String) - Method in class com.jk.web.faces.convertor.JKTypeConvertor
getAsString(FacesContext, UIComponent, Object) - Method in class com.jk.web.faces.convertor.JKAbstractTempralConvertor
getAsString(FacesContext, UIComponent, Object) - Method in class com.jk.web.faces.convertor.JKPasswordConvertor
getAsString(FacesContext, UIComponent, Object) - Method in class com.jk.web.faces.convertor.JKTypeConvertor
getAttribute(UIComponent, StateHelper, String) - Static method in class com.jk.web.util.JKJsfUtil
This method retrieves an attribute from the given UIComponent's state helper or component attributes.
getAttribute(UIComponent, String, Object) - Static method in class com.jk.web.util.JKJsfUtil
This method retrieves an attribute from the given UIComponent's attributes or returns a default value if the attribute is not found.
getAttribute(String) - Method in class com.jk.core.context.JKAbstractContext
This method gets the specified context attribute.
getAttribute(String) - Method in interface com.jk.core.context.JKContext
This method gets the specified context attribute.
getAttributeName() - Method in class com.jk.web.faces.config.JKTagMapping
This method gets the name of the attribute being mapped.
getAttributeValue() - Method in class com.jk.web.faces.config.JKTagMapping
This method gets the value of the attribute being mapped.
getAttributeValue(String) - Method in class com.jk.web.faces.tags.JKTagWrapper
This method retrieves the value of a specified attribute.
getAudit(int) - Static method in class com.jk.core.security.JKSecurityManager
This method retrieves an audit record with the given identifier (ID).
getAuditId() - Method in class com.jk.core.security.JKAudit
This method gets the unique identifier for the audit entry.
getAuditText() - Method in class com.jk.core.security.JKAudit
This method generates an audit text representation that combines the previous and new values for the changed data, separated by a divider.
getAuditType() - Method in class com.jk.core.security.JKAudit
This method gets the type of audit.
getAuditType() - Method in class com.jk.core.security.JKAuditType
This method gets the unique identifier for the audit type.
getAuditTypeName() - Method in class com.jk.core.security.JKAuditType
This method gets the audit type name.
getAuthenticaor() - Static method in class com.jk.core.security.JKSecurityManager
This method gets the authenticator.
getAuthorities() - Method in class com.jk.webstack.security.User
Returns the authorities granted to the user.
getAuthorities() - Method in class com.jk.webstack.services.account.Account
This method is yet to be implemented (TBI).
getAuthority() - Method in class com.jk.webstack.security.UserRole
This method get the authority of the user role.
getAuthorizer() - Static method in class com.jk.core.security.JKSecurityManager
This method gets the authorizer.
getBase() - Method in class com.jk.services.client.JKMatureServiceClient
This method gets the base URL used for making service calls.
getBase() - Method in class com.jk.services.client.JKServiceClient
This method gets the base URL used for making service calls.
getBaseScriptPath(JKDatabase) - Method in interface com.jk.data.datasource.JKDataSource
This method get the base script path for a specific database type.
getBcc() - Method in class com.jk.core.mail.JKMailInfo
This method gets this mail BCC.
getBeanName() - Method in class com.jk.web.mvc.MvcEntityMeta
This method retrieves the name of the bean associated with this MVC entity.
getBinaryStream(ResultSet, String) - Static method in class com.jk.core.util.JKJdbcUtil
This method retrieves a binary stream from the specified column in the given result set and converts it into a byte array.
getBinaryStream(ResultSet, String) - Static method in class com.jk.data.util.JKDataAccessUtil
This method retrieves binary data from a ResultSet using the specified column name.
getBinding() - Method in class com.jk.web.mvc.MvcUserBinding
This method retrieves the page-model binding associated with this user binding.
getBlobColumn(ResultSet, String) - Static method in class com.jk.core.util.JKJdbcUtil
This method retrieves a BLOB (Binary Large Object) column from the result set and converts it into a byte array.
getBlobColumn(ResultSet, String) - Static method in class com.jk.data.util.JKDataAccessUtil
This method retrieves binary data from a ResultSet as a Blob using the specified column name.
getBody() - Method in class com.jk.services.client.workflow.models.NewPayloadRequestModel
This method retrieves the body content associated with this pay-load request model.
getBoolean(String, boolean) - Static method in class com.jk.core.util.JKUserPreferences
This method retrieves the boolean value associated with the specified preference key.
getBooleanAttribute(UIComponent, String, boolean) - Static method in class com.jk.web.util.JKJsfUtil
This method retrieves a boolean attribute from the given UIComponent's attributes or returns a default value if the attribute is not found.
getBooleanAttribute(String, boolean) - Method in class com.jk.web.faces.components.UIComponentWrapper
This method retrieves a boolean attribute from the wrapped UIComponent with a default value.
getBuffer() - Method in class com.jk.core.util.JKStringBuffer
This method returns the internal `StringBuffer` instance used for text accumulation.
getBuildTime() - Static method in class com.jk.core.util.JK
This method gets the build time of the application.
getBuildTime() - Method in class com.jk.core.version.JKVersionInfo
This method gets the component build time.
getBuildTime() - Method in class com.jk.services.server.commons.models.ServiceServerInfo
This method retrieves the build time of the service server as a string.
getBusinessRecordId() - Method in class com.jk.core.security.JKAudit
This method gets the identifier of the business record associated with the audit entry.
getByIndex(Set<T>, int) - Static method in class com.jk.core.util.JKCollectionUtil
This method retrieves the element in a Set at the specified index.
getByteArray(String, byte[]) - Method in class com.jk.core.util.JKUserPreferences
This method retrieves the byte array value associated with the specified key.
getCachableMap(Class<?>) - Method in interface com.jk.core.cache.JKCacheManager
This method gets the cached data container as a map.
getCachableMap(Class<?>) - Method in class com.jk.core.cache.simple.JKAbstractCacheManager
This method gets the cached data container as a map.
getCache(String) - Method in class com.jk.services.server.commons.services.JKCacheService
This method retrieves the cache contents for a specific cache region.
getCache(String, String) - Method in class com.jk.services.server.commons.services.JKCacheService
This method retrieves a specific cache entry for a given region and key.
getCacheClasses() - Method in interface com.jk.core.cache.JKCacheManager
This method returns a set of all the currently cached classes.
getCacheClasses() - Method in class com.jk.core.cache.simple.JKAbstractCacheManager
This method returns a set of all the currently cached classes.
getCacheManager() - Static method in class com.jk.core.cache.JKCacheFactory
This method provides a suitable JKCacheManager instance.
getCacheManager(String) - Static method in class com.jk.core.cache.JKCacheFactory
This method grabs a suitable JKCacheManager from the given region.
getCall() - Method in interface com.jk.data.dataaccess.core.JKCaller
This method gets the SQL call statement for the callable statement.
getCaller() - Static method in class com.jk.core.util.JKDebugUtil
This method retrieves the caller of the method where this is called.
getCaller() - Static method in class com.jk.data.dataaccess.core.JKDataAccessImpl
This method retrieves the name of the caller method or class.
getCaller() - Method in class com.jk.data.dataaccess.core.JKQueryLogRecord
This method gets the identifier of the caller or source of the query.
getCategory() - Method in class com.jk.core.datatypes.JKDataType
This method gets the suitable category from JKDataTypeCategory that correspond to this object current java code.
getCategory(Class<?>) - Static method in enum class com.jk.core.datatypes.JKDataTypeCategory
This method gets the category of the given parameter from JKDataTypeCategory enum.
getCc() - Method in class com.jk.core.mail.JKMailInfo
This method gets this mail CC.
getCellEditor(int) - Method in class com.jk.core.model.table.JKTableModel
This method gets the cell editor using the column this cell is in.
getCellRenderer(int) - Method in class com.jk.core.model.table.JKTableModel
This method gets the cell renderer using the column this cell is in.
getCellWidth() - Method in class com.jk.web.faces.components.layouts.UIFormLayout
This method retrieves the cell width.
getCheckBytesFrom() - Method in class com.jk.core.mime.MagicMimeEntry
This method gets the check bytes from.
getChilds() - Method in class com.jk.core.security.JKPrivilige
This method gets the list of child privileges associated with this privilege.
getClass(String) - Static method in class com.jk.core.util.JK
This method returns the Class object for the given class name using the current thread's context class loader.
getClass(String) - Static method in class com.jk.core.util.JKObjectUtil
This method retrieves the Class object corresponding to the provided fully qualified class name.
getClassName() - Method in class com.jk.core.reflection.common.MethodCallInfo
This method gets the method class name.
getClassName(String) - Static method in class com.jk.core.java.JKCompileUtil
This method extracts and returns the name of the class from the Java source code.
getClient() - Method in class com.jk.data.datasource.JKNoSqlDataSource
This method returns the MongoClient instance.
getClientId() - Method in class com.jk.core.context.JKAbstractContext
This method gets the client identifier (ID).
getClientId() - Method in interface com.jk.core.context.JKContext
This method gets the client identifier (ID).
getClientInfoProperties() - Method in class com.jk.data.datasource.impl.JKAbstractDataSource
This method gets client information properties for the database connection.
getClosePortDeamon(int) - Static method in class com.jk.web.embedded.JKWebApplication
This method gets the port number for closing the web server instance (daemon port).
getCode() - Method in class com.jk.core.datatypes.JKDataType
This method gets the data type current numeric code.
getCode() - Method in class com.jk.services.client.workflow.models.SystemModel
This method retrieves the model code.
getCode() - Method in class com.jk.services.client.workflow.models.WorkflowEntityModel
This method retrieves the model code..
getCollection(Class<?>) - Method in class com.jk.data.vendors.mongo.JKMongoDataAccess
This method retrieves a MongoDB collection for the specified class.
getCols() - Method in class com.jk.web.faces.components.layouts.UIFormLayout
This method gets the number of columns in the layout.
getCols() - Method in class com.jk.web.faces.components.layouts.UIGridLayout
This method retrieves the number of columns in the layout.
getColumn() - Method in class com.jk.core.model.table.JKColumnFilter
This method gets the column associated with this column filter.
getColumn(int) - Method in class com.jk.core.model.table.JKTableRecord
This method gets the column values associated with the provided index.
getColumnClass() - Method in class com.jk.core.model.table.JKTableColumn
This method gets the column class.
getColumnClass(int) - Method in class com.jk.core.model.table.JKTableModel
This method gets the column class whose index is specified.
getColumnClassName() - Method in class com.jk.core.model.table.JKTableColumn
This method gets the column class name.
getColumnCount() - Method in class com.jk.core.model.table.JKDefaultTableModel
Returns the number of columns in the model.
getColumnCount() - Method in class com.jk.core.model.table.JKTableModel
Returns the number of columns in the model.
getColumnIndex(String) - Method in class com.jk.core.model.table.JKTableRecord
This method gets the column index using the provided column name.
getColumnName(int) - Method in class com.jk.core.model.table.JKDefaultTableModel
Returns the name of the column at columnIndex.
getColumnName(int) - Method in class com.jk.core.model.table.JKTableModel
This method gets the column name using the given visible column index.
getColumns() - Method in class com.jk.web.util.UIFacesVisitor
This method retrieves the collected list of Column components.
getColumns(Class<? extends JKEntity>) - Static method in class com.jk.data.dataaccess.orm.JKEntity
This method retrieves a list of column wrappers for the columns in the specified entity class.
getColumnsValues() - Method in class com.jk.core.model.table.JKTableRecord
This method gets the columns values.
getColumnType() - Method in class com.jk.core.model.table.JKTableColumn
This method gets the column type numeric value.
getColumnType(int) - Method in class com.jk.core.model.table.JKTableModel
This method gets the column type to the column whose index is provided.
getColumnTypeName() - Method in class com.jk.core.model.table.JKTableColumn
This method gets the column type name.
getColumnValue(int) - Method in class com.jk.core.model.table.JKTableRecord
This method gets the column values at the specified index.
getColumnValue(String) - Method in class com.jk.core.model.table.JKTableRecord
This method gets the column values that belong to the column with the provided name.
getColumnValueAsDate(int) - Method in class com.jk.core.model.table.JKTableRecord
This method gets the column value as date.
getColumnValueAsDate(String) - Method in class com.jk.core.model.table.JKTableRecord
This method gets the column value as date.
getColumnValueAsDouble(int) - Method in class com.jk.core.model.table.JKTableRecord
This method gets the column value as double.
getColumnValueAsDouble(int, double) - Method in class com.jk.core.model.table.JKTableRecord
This method gets the column value as double.
getColumnValueAsDouble(String) - Method in class com.jk.core.model.table.JKTableRecord
This method gets the column value as double.
getColumnValueAsFloat(int) - Method in class com.jk.core.model.table.JKTableRecord
This method gets the column value as float.
getColumnValueAsInteger(int) - Method in class com.jk.core.model.table.JKTableRecord
This method gets the column value as integer.
getColumnValueAsInteger(String) - Method in class com.jk.core.model.table.JKTableRecord
This method gets the column value as integer.
getColunmIndex(String) - Method in class com.jk.core.model.table.JKTableModel
This method gets the column index using its name.
getColunmIndexByName(String) - Method in class com.jk.core.model.table.JKTableModel
This method gets the column index by the column name.
getColunmSum(int) - Method in class com.jk.core.model.table.JKTableModel
This method sums all the values inside the column whose index is provided.
getCommands() - Method in class com.jk.web.util.UIFacesVisitor
This method retrieves the collected list of UICommand components.
getComponent() - Method in exception com.jk.core.exceptions.JKValidationException
This method gets the object or component that failed the validation process.
getComponent() - Method in class com.jk.web.faces.components.UIComponentWrapper
This method retrieves the wrapped UI Component.
getComponentAttribute(UIComponent, String) - Static method in class com.jk.web.util.JKJsfUtil
This method retrieves an attribute associated with a UIComponent.
getConfig() - Method in class com.jk.data.datasource.impl.JKAbstractDataSource
This method gets the configuration for this data source.
getConfig() - Method in class com.jk.services.server.commons.services.JKConfigService
This method retrieves the current configuration settings.
getConfig(String) - Static method in class com.jk.core.templates.JKTemplateUtil
This method retrieves or initializes the FreeMarker configuration for template processing.
getConfigPath() - Method in class com.jk.core.context.JKAbstractContext
This method gets the configuration file path for this object.
getConfigPath() - Method in interface com.jk.core.context.JKContext
This method gets the configuration file path for this object.
getConnection() - Method in class com.jk.core.jdbc.JKDriverManagerDataSource
Attempts to establish a connection with the data source that this DataSource object represents.
getConnection() - Method in class com.jk.data.dataaccess.core.JKDataAccessImpl
This method is used to obtain a database connection from the configured data source.
getConnection() - Method in class com.jk.data.datasource.impl.JKAbstractDataSource
This method gets a database connection.
getConnection() - Method in interface com.jk.data.datasource.JKDataSource
This method gets a database connection.
getConnection() - Method in class com.jk.data.datasource.JKSession
This method returns the database connection associated with this session.
getConnection(boolean) - Method in class com.jk.data.dataaccess.core.JKDataAccessImpl
This method is used to obtain a database connection from the configured data source.
getConnection(String, String) - Method in class com.jk.core.jdbc.JKDriverManagerDataSource
Attempts to establish a connection with the data source that this DataSource object represents.
getConnectionManager() - Method in class com.jk.data.datasource.JKSession
This method returns the connection manager responsible for managing the database connections.
getConnectTimeout() - Method in class com.jk.services.client.JKServiceClient
This method retrieves the connection timeout value for HTTP requests from the application's configuration.
getContainerClientId(FacesContext) - Method in class com.jk.web.faces.components.layouts.UILayout
getContent() - Method in class com.jk.core.mime.MagicMimeEntry
This method gets the entry content.
getContent() - Method in class com.jk.web.util.JKContentCaptureServletResponse
This method retrieves the captured response content as a string.
getContext(Class<?>) - Method in class com.jk.services.server.JKJerseyObjectMapperProvider
getContextParam(String, String) - Method in class com.jk.web.faces.controllers.JKWebController
This method retrieves the value of a context parameter from the web application's configuration.
getContextPath() - Method in class com.jk.web.faces.controllers.JKWebController
This method retrieves the context path of the current web application.
getContextPath(HttpServletRequest) - Static method in class com.jk.web.util.JKWebUtil
This method retrieves the context path of the HttpServletRequest.
getCreator() - Method in class com.jk.services.client.workflow.models.PayloadModel
This method retrieves the creator for this pay-load model.
getCrednetials() - Method in class com.jk.core.scm.JKGitWrapper
This method retrieves the credentials for authentication to the remote repository.
getCurrentContext() - Static method in class com.jk.core.context.JKContextFactory
This method gets the current context, if the context is null, it sets it to desktop context before returning it.
getCurrentDateFormatted() - Static method in class com.jk.core.util.ArabicDigits
This method gets the current date and time formatted in Arabic script.
getCurrentDayInMonth() - Static method in class com.jk.core.util.JKDateTimeUtil
This method gets the current day of the month.
getCurrentLogFile() - Static method in class com.jk.core.logging.JKLoggerFactory
This method gets the current log file.
getCurrentMonth() - Static method in class com.jk.core.util.JKDateTimeUtil
This method gets the current month.
getCurrentPage() - Method in class com.jk.data.dynamic.paging.DataBasePager
This method gets the current page number.
getCurrentPage() - Method in interface com.jk.data.dynamic.paging.DataPager
This method gets the current page number.
getCurrentPassword() - Method in class com.jk.webstack.security.controllers.JKSecurityWebController
This method gets the current user password.
getCurrentPassword() - Method in class com.jk.webstack.security.controllers.JKUserWebControllers
This method gets the current password.
getCurrentServletRequest() - Static method in class com.jk.web.mvc.MvcUtil
This method retrieves the current HttpServletRequest for the ongoing request.
getCurrentSession() - Static method in class com.jk.web.mvc.MvcUtil
This method retrieves the current HttpSession for the ongoing session.
getCurrentTenant() - Static method in class com.jk.data.multitent.MultiTenantSupport
This method gets the current tenant.
getCurrentTenant() - Static method in class com.jk.web.multitenant.JKTenantContext
This method retrieves the current tenant in this context.
getCurrentTime() - Static method in class com.jk.core.util.JKDateTimeUtil
This method gets the current time in the "hh:mm:ss SSS" format.
getCurrentTimeStamp() - Static method in class com.jk.core.util.JKDateTimeUtil
This method gets the current time stamp in the "yyyy/MM/dd hh:mm:ss" format.
getCurrentToken() - Method in class com.jk.core.context.JKAbstractContext
This method gets the current security token.
getCurrentToken() - Method in interface com.jk.core.context.JKContext
This method gets the current security token.
getCurrentUser() - Static method in class com.jk.core.security.JKSecurityManager
This method gets the current user.
getCurrentView() - Static method in class com.jk.web.util.JKJsfUtil
This method retrieves the current view identifier in a Jakarta Server Faces (JSF) application.
getCurrentViewOriginalChecksum() - Static method in class com.jk.web.util.JKJsfUtil
This method retrieves the original checksum value associated with the current view in a Jakarta Server Faces (JSF) application.
getCurrentYear() - Static method in class com.jk.core.util.JKDateTimeUtil
This method gets the current year.
getCurrntTime() - Static method in class com.jk.core.util.JKDateTimeUtil
This method retrieves the current time as a JKTimeObject.
getData() - Method in class com.jk.core.mail.Attachment
This method gets the attachment data.
getDataAccess() - Method in class com.jk.webstack.controllers.JKWebControllerWithOrmSupport
This method retrieves and returns the data access service responsible for handling database operations for the ORM entity associated with this controller.
getDataAccessService() - Static method in class com.jk.data.dataaccess.JKDataAccessFactory
This method gets the data access service.
getDataAccessService(JKDataSource) - Static method in class com.jk.data.dataaccess.JKDataAccessFactory
This method gets the data access service using the provided data source.
getDataAccessService(String) - Static method in class com.jk.data.dataaccess.JKDataAccessFactory
This method gets the data access service using the provided database prefix.
getDatabase() - Method in enum class com.jk.data.datasource.JKDatabase
This method gets the corresponding database type as a Database enum.
getDatabase() - Method in class com.jk.data.datasource.JKNoSqlDataSource
This method returns the MongoDatabase instance.
getDatabaseByUrl(String) - Static method in enum class com.jk.data.datasource.JKDatabase
This method gets the database associated with the provided URL.
getDatabaseHost() - Method in class com.jk.data.backup.DatabaseInfo
This method gets the database host.
getDatabaseName() - Method in class com.jk.data.backup.DatabaseInfo
This method gets the database name.
getDatabaseName() - Method in interface com.jk.data.datasource.JKDataSource
This method get the name of the connected database.
getDatabasepassword() - Method in interface com.jk.data.datasource.JKDataSource
This method gets the database password.
getDatabasePassword() - Method in class com.jk.data.backup.DatabaseInfo
This method gets the database password.
getDatabasePort() - Method in class com.jk.data.backup.DatabaseInfo
This method gets the database port.
getDatabaseType() - Method in class com.jk.data.datasource.impl.JKAbstractDataSource
This method gets the type of database.
getDatabaseType() - Method in interface com.jk.data.datasource.JKDataSource
This method gets the type of database.
getDatabaseUrl() - Method in interface com.jk.data.datasource.JKDataSource
This method gets the database URL from the properties.
getDatabaseUser() - Method in class com.jk.data.backup.DatabaseInfo
This method gets the database user.
getDatabaseUsername() - Method in interface com.jk.data.datasource.JKDataSource
This method gets the database user name.
getDataList() - Method in class com.jk.webstack.controllers.JKWebControllerWithOrmSupport
This method retrieves s list of data items based on the data list filter.
getDataListFilter() - Method in class com.jk.webstack.controllers.JKWebControllerWithOrmSupport
This method retrieves the filter predicate for the data list.
getDataSource() - Method in class com.jk.data.dataaccess.core.JKDataAccessImpl
This method returns the JKDataSource instance that is used for managing database connections in the context of this class.
getDataSource() - Method in class com.jk.data.dataaccess.orm.JKObjectDataAccessImpl
This method retrieves the data source, if it's null, it returns the default data source.
getDataSource(String) - Static method in class com.jk.data.datasource.JKDataSourceFactory
This method retrieves a JKDataSource instance with the specified prefix.
getDataVector() - Method in class com.jk.core.model.table.JKDefaultTableModel
This method gets this table data vector.
getDate() - Method in class com.jk.core.security.JKAudit
This method gets the date and time when the audit entry was created.
getDateFormatter(String) - Static method in class com.jk.core.util.JKFormatUtil
This method retrieves a Format instance for the specified date pattern.
getDay() - Method in class com.jk.core.time.JKTimeObject
This method gets the day component of the date.
getDayDifference(Date, Date) - Static method in class com.jk.core.util.JKDateTimeUtil
This method calculates the difference in days between two dates.
getDayOfWeek(Date) - Static method in class com.jk.core.util.JKDateTimeUtil
This method gets the day of the week from a given date.
getDbName() - Method in exception com.jk.core.exceptions.JKDatabaseDownException
This method gets the database name that is associated with this exception.
getDefaultDataSource() - Static method in class com.jk.data.dataaccess.JKDataAccessFactory
This method retrieves the default data source.
getDefaultDataSource() - Static method in class com.jk.data.datasource.JKDataSourceFactory
This method gets the default data source.
getDefaultHandler() - Method in class com.jk.core.exceptions.handler.JKExceptionHandlerFactory
This method gets the default exception handler.
getDefaultInstance() - Static method in class com.jk.core.config.JKConfig
This method returns the default configuration instance, if its null, it initiate it first before returning it.
getDefaultLocale() - Static method in class com.jk.core.locale.JKLocale
This method gets the default locale.
getDefaultPort() - Static method in class com.jk.web.embedded.JKWebApplication
This method gets the port number for the web server from configuration.
getDeletedRecords() - Method in class com.jk.core.model.table.JKTableModel
This method gets the deleted records.
getDeletedRecordsAsDataVector() - Method in class com.jk.core.model.table.JKTableModel
This method gets the deleted records.
getDeployTime() - Method in class com.jk.core.version.JKVersionInfo
This method gets the deploy time of the software component.
getDesc() - Method in class com.jk.core.security.JKPrivilige
This method gets the description of the privilege.
getDescription() - Method in class com.jk.core.mail.Attachment
This method gets the attachment description.
getDescription() - Method in class com.jk.core.security.JKAudit
This method get the description of the change made.
getDescription() - Method in class com.jk.services.client.workflow.models.SystemModel
This method retrieves the model description.
getDescription() - Method in class com.jk.services.client.workflow.models.WorkflowEntityModel
This method retrieves the model description.
getDifference(Time, Time) - Static method in class com.jk.core.util.JKDateTimeUtil
This method calculates the difference in minutes between two Time objects.
getDirection() - Method in class com.jk.core.locale.JKLocale
This method get the locale direction.
getDirsInFolder(String) - Static method in class com.jk.core.util.JKIOUtil
This method retrieves a list of directory names within a specific folder.
getDocumentName(Class<?>) - Method in class com.jk.data.vendors.mongo.JKMongoDataAccess
This method retrieves the document name for the specified class.
getDuration() - Method in class com.jk.data.dataaccess.core.JKQueryLogRecord
This method gets the execution duration of the query in milliseconds.
getDuration2() - Method in class com.jk.data.dataaccess.core.JKQueryLogRecord
This method gets the duration value associated with the query in milliseconds.
getEditor() - Method in class com.jk.core.model.table.JKTableColumn
This method gets the editor.
getEmail() - Method in class com.jk.webstack.controllers.JKWebAppBaseController
This method gets the email address of the currently logged-in user from the ID token.
getEmail() - Method in class com.jk.webstack.security.controllers.JKAccountWebController
This method retrieves the user email address.
getEmailSender() - Method in class com.jk.webstack.services.email.EmailService
This method retrieves the configured email sender.
getEmailService() - Method in class com.jk.webstack.controllers.JKWebAppBaseController
This method gets the email service.
getEmailsInQueue() - Method in class com.jk.webstack.services.email.EmailService
This method retrieves emails currently in the queue.
getEmf() - Method in class com.jk.data.datasource.impl.JKAbstractDataSource
This method gets the entity manager factory instance.
getEmptyModel() - Method in class com.jk.webstack.controllers.JKWebControllerWithOrmSupport
This method gets the empty model.
getEndPoints() - Method in class com.jk.services.server.commons.models.ServiceInfo
This method retrieves the list of end-points associated with the service.
getEntities() - Method in class com.jk.data.datasource.impl.JKAbstractDataSource
This method gets the list of entity class names associated with this data source.
getEntities(boolean) - Method in class com.jk.data.datasource.impl.JKAbstractDataSource
This method gets the list of entity class names associated with this data source and initiates it if its null.
getEntity() - Method in class com.jk.services.client.workflow.models.NewPayloadRequestModel
This method retrieves the entity associated with this pay-load request model.
getEntity() - Method in class com.jk.web.mvc.MvcObjectViewModel
This method gets the MVC entity metadata associated with the object.
getEntityManager(boolean) - Method in class com.jk.data.dataaccess.orm.JKObjectDataAccessImpl
This method retrieves an instance of EntityManager, optionally starting a transaction.
getErrorCode() - Method in exception com.jk.core.exceptions.JKHttpException
This method gets the error code of this exception.
getErrorCode() - Method in exception com.jk.services.client.JKServiceClientException
This method retrieves the error code associated with the exception.
getErrorMessage() - Method in exception com.jk.services.client.JKServiceClientException
This method retrieves the error message associated with the exception.
getException() - Method in class com.jk.core.exceptions.handler.JKExceptionHandlerInfo
This method sets the exception this exception handler is responsible for handling.
getException() - Method in class com.jk.core.reflection.common.MethodCallInfo
This method get the method exception.
getException() - Method in class com.jk.web.embedded.spring.ErrorPage
This method retrieves the exception type.
getExceptionCallerClass(Throwable) - Static method in class com.jk.core.util.JKDebugUtil
This method retrieves the class that triggered the exception in the stack trace.
getExceptionClass() - Method in class com.jk.core.exceptions.handler.JKExceptionHandlerInfo
This method gets the exception class which this handler is responsible for handling.
getExceptionHandler() - Method in class com.jk.web.faces.exceptions.JKFacesExceptionHandlerFactory
getExceptionName() - Method in class com.jk.web.embedded.spring.ErrorPage
This method retrieves the exception type name.
getExpressionFactory() - Static method in class com.jk.web.util.JKJsfUtil
This method retrieves the ExpressionFactory associated with the current Jakarta Server Faces (JSF) application.
getExtension() - Method in class com.jk.web.embedded.spring.MimeMappings.Mapping
This method retrieves the file extension.
getExtension(String, boolean) - Static method in class com.jk.core.util.JKIOUtil
This method retrieves the extension of the given file name.
getFaceletsContext() - Static method in class com.jk.web.util.JKJsfUtil
This method retrieves the FaceletContext associated with the current Jakarta Server Faces (JSF) application.
getFamilyName() - Method in class com.jk.webstack.controllers.JKWebAppBaseController
This method gets the family name (last name) of the currently logged-in user from the ID token.
getField() - Method in class com.jk.data.dataaccess.orm.meta.JKColumnWrapper
This method gets the field in the entity class that correspond to this column.
getFieldByName(Class<?>, String) - Static method in class com.jk.core.util.JKObjectUtil
This method retrieves a Field object by name from the given class or its super-classes.
getFieldName() - Method in class com.jk.data.dataaccess.orm.meta.JKColumnWrapper
This method gets the name of the field in the entity class that correspond to this column.
getFieldName() - Method in class com.jk.data.dynamic.query.FieldCondition
This method gets name of the field.
getFieldNameByType(Class<?>, Class<?>) - Static method in class com.jk.core.util.JKObjectUtil
This method finds the name of a field in the given class that has the specified field type.
getFields() - Method in class com.jk.web.mvc.MvcEntityMeta
This method retrieves the list of field metadata associated with this MVC entity.
getFieldValue(Object, String) - Static method in class com.jk.core.util.JKObjectUtil
This method retrieves the value of a field from the given object instance.
getFieldValue(String) - Method in class com.jk.core.model.table.JKTableRecord
This method gets the field value.
getFileName() - Method in class com.jk.data.backup.DatabaseInfo
This method gets the file name.
getFilePath(Class<T>) - Method in class com.jk.data.dataaccess.git.JKGitDataAccess
This method gets the file path for storing records of a specified class.
getFileSeparator() - Static method in class com.jk.core.util.JKIOUtil
This method retrieves the file separator.
getFilesInFolder(String, String) - Static method in class com.jk.core.util.JKIOUtil
This method retrieves a list of file names within a specific folder that match the given file extension.
getFilterList() - Method in class com.jk.webstack.controllers.JKWebControllerWithOrmSupport
This method retrieves the filtered list of ORM entities.
getFilterList2() - Method in class com.jk.webstack.controllers.JKWebControllerWithOrmSupport
This method retrieves the second filter list.
getFilterList2() - Method in class com.jk.webstack.services.workflow.WorkflowController
This method gets the list of filters associated with this controller.
getFirstLine(String) - Static method in class com.jk.core.util.JKStringUtil
This method retrieves the first line of a multi-line string or the entire string if it's a single line.
getFirstName() - Method in class com.jk.webstack.controllers.JKWebAppBaseController
This method gets the first name of the currently logged-in user from the ID token.
getFirstName() - Method in class com.jk.webstack.security.controllers.JKAccountWebController
This method retrieves the user first name.
getFirstNonIdColumn() - Method in class com.jk.data.dataaccess.orm.JKEntity
This method retrieves the first column in this entity class that is not marked as the primary key.
getFirstRecord(Class<T>) - Method in class com.jk.data.dataaccess.orm.JKObjectDataAccessImpl
This method retrieves the first record of the specified entity class from the database.
getFloat(String, float) - Static method in class com.jk.core.util.JKUserPreferences
This method retrieves the float value associated with the specified preference key.
getFormatter() - Method in class com.jk.core.model.table.JKTableColumn
This method gets the formatter.
getFormatter() - Method in class com.jk.web.faces.convertor.JKAbstractTempralConvertor
This method get the SimpleDateFormat instance to be used for formatting.
getFormatter(int) - Method in class com.jk.core.model.table.JKTableModel
This method gets the formatter associated with the specified column.
getForms() - Method in class com.jk.web.util.UIFacesVisitor
This method retrieves the collected list of UIForm components.
getForwardHost() - Method in class com.jk.core.context.JKAbstractContext
This method gets the forward host name.
getForwardHost() - Method in interface com.jk.core.context.JKContext
This method gets the forward host name.
getForwardIp() - Method in class com.jk.core.logging.JKLog
This method gets the forward IP address.
getForwardPort() - Method in class com.jk.core.context.JKAbstractContext
This method gets the forward host server port.
getForwardPort() - Method in interface com.jk.core.context.JKContext
This method gets the forward host server port.
getFrom() - Method in class com.jk.core.mail.JKMailInfo
This method gets who the sender of the mail is.
getFromAppliaction(String) - Method in class com.jk.web.faces.controllers.JKWebController
This method retrieves an object from the application scope.
getFromRequest(String) - Method in class com.jk.web.faces.controllers.JKWebController
This method retrieves an object from the current request scope.
getFromSession(String) - Method in class com.jk.web.faces.controllers.JKWebController
This method retrieves an object from the current session scope.
getFullCallStatement() - Method in interface com.jk.data.dataaccess.core.JKCaller
This method generates and returns the full SQL call statement for the callable statement, including place-holders for parameters.
getFullName() - Method in class com.jk.core.security.JKPrivilige
This method gets the full name of the privilege including its hierarchy.
getFullName() - Method in class com.jk.core.security.JKUser
This method gets the user full name.
getFullUrl(String) - Method in class com.jk.services.client.JKServiceClient
This method constructs a full URL by appending the provided path to the base URL.
getGeneratedKey(PreparedStatement) - Method in class com.jk.data.dataaccess.core.JKDataAccessImpl
This method retrieves the generated key from the given PreparedStatement.
getGenericClassFromParent(Object) - Static method in class com.jk.core.util.JKObjectUtil
This method retrieves the generic parameter type from the parent class.
getGenericParamter(String) - Static method in class com.jk.core.util.JKObjectUtil
This method retrieves the class type of the generic parameter for a given handler.
getGitReference() - Method in class com.jk.core.scm.JKGitWrapper
This method retrieves the Git instance representing the current repository reference.
getGui() - Method in class com.jk.core.security.JKAudit
This method gets the graphical user interface (GUI).
getHandler() - Method in class com.jk.core.exceptions.handler.JKExceptionHandlerInfo
This method gets the exception handler.
getHandler(Class<? extends Throwable>) - Method in class com.jk.core.exceptions.handler.JKExceptionHandlerFactory
This method gets a suitable exception handler depending on the specified throwable.
getHandler(T) - Method in class com.jk.core.exceptions.handler.JKExceptionHandlerFactory
This method gets a suitable exception handler depending on a custom throwable class object of type T.
getHardDiskSerialNumber() - Static method in class com.jk.core.util.JKMachineInfo
This method retrieves the serial number of the hard disk.
getHash() - Method in class com.jk.core.datatypes.custom.Password
This method gets the hashed password value.
getHashtable(String) - Static method in class com.jk.core.util.JKUserPreferences
This method retrieves a Hash table of key-value pairs associated with the specified preference name.
getHeader(String) - Method in class com.jk.services.server.JKAbstractRestController
This method gets the header.
getHeader(String) - Method in class com.jk.services.server.JKServiceRequestWrapper
getHeaders() - Method in class com.jk.services.client.JKServiceClient
This method gets the map of HTTP headers to include in service requests.
getHeaders() - Method in class com.jk.services.server.commons.services.JKHeadersService
This method retrieves the HTTP headers from the current request context.
getHeaders() - Method in class com.jk.services.server.JKServiceRequestWrapper
This method gets the HTTP headers associated with the request.
getHeadersMap() - Method in class com.jk.core.context.JKAbstractContext
This method gets the headers map.
getHeadersMap() - Method in interface com.jk.core.context.JKContext
This method gets the headers map.
getHeadersMap(HttpServletRequest) - Static method in class com.jk.web.util.JKWebContextUtil
This method retrieves a map of request headers from an HttpServletRequest.
getHeight() - Method in class com.jk.web.faces.components.layouts.UIAbstractRegion
This method retrieves the height of the region.
getHibernateExtraConfig() - Method in class com.jk.data.datasource.impl.JKHibernateDataSource
This method gets extra Hibernate configuration settings.
getHibernateExtraConfig() - Method in class com.jk.data.datasource.impl.JKPlainDataSource
This method gets extra Hibernate configuration settings.
getHost() - Method in class com.jk.core.context.JKAbstractContext
This method gets the host name.
getHost() - Method in interface com.jk.core.context.JKContext
This method gets the host name.
getHost() - Method in exception com.jk.core.exceptions.JKServerDownException
This method gets the host name of the server associated with this exception.
getHost() - Method in class com.jk.core.mail.JKMailInfo
This method gets the host.
getHostIp() - Method in class com.jk.core.logging.JKLog
This method gets the host IP address.
getHour() - Method in class com.jk.core.time.JKTimeObject
This method gets the hour component of the time.
getHour(Date) - Static method in class com.jk.core.util.JKDateTimeUtil
This method retrieves the hour component of a given time.
getHoursDifference(Date, Date) - Static method in class com.jk.core.util.JKDateTimeUtil
This method calculates the difference in hours between two dates.
getHtmlType() - Method in class com.jk.core.datatypes.JKDataType
This method gets the suitable HTML type of this data type object depending on its numeric code and type.
getHttpMethod() - Method in class com.jk.services.server.commons.models.EndPoint
This method retrieves the HTTP method used to access the end-point.
getHumanName() - Method in class com.jk.core.model.table.JKTableColumn
This method gets the human-readable name of the column.
getId() - Method in class com.jk.core.datatypes.JKDataType
This method gets the data type identifier (ID).
getId() - Method in class com.jk.core.locale.JKLocale
This method gets the locale identifier (ID).
getId() - Method in class com.jk.core.security.JKUser
This method gets the user identifier (ID).
getId() - Method in class com.jk.data.dataaccess.core.JKDbIdValue
This method gets the ID associated with the database record.
getId() - Method in class com.jk.data.dataaccess.orm.meta.JKColumnWrapper
This method gets the column identifier (ID).
getId() - Method in class com.jk.services.client.workflow.models.NewPayloadRequestModel
This method retrieves the ID for this pay-load request model.
getId() - Method in class com.jk.services.client.workflow.models.PayloadModel
This method retrieves the ID for this pay-load model.
getId() - Method in class com.jk.services.client.workflow.models.SystemModel
This method retrieves the model identifier (ID).
getId() - Method in class com.jk.services.client.workflow.models.WorkflowEntityModel
This method retrieves the model identifier (ID).
getId(T) - Method in class com.jk.services.client.JKMatureServiceClient
This method retrieves the ID of a model object.
getIdAsInteger() - Method in class com.jk.data.dataaccess.core.JKDbIdValue
This method gets the ID associated with the database record as integer.
getIdColumn() - Method in class com.jk.data.dataaccess.orm.JKEntity
This method gets the column wrapper representing the primary key (ID column) for this JKEntity class.
getIdColumn(Class<? extends JKEntity>) - Static method in class com.jk.data.dataaccess.orm.JKEntity
This method gets the column wrapper representing the primary key (ID column) for the specified JKEntity class.
getIdToken() - Method in class com.jk.webstack.controllers.JKWebAppBaseController
This method retrieves the ID token of the currently logged-in user.
getIdToken(HttpServletRequest) - Method in class com.jk.web.monitoring.JKMonitorService
This method retrieves the ID Token associated with the authenticated user from the provided HttpServletRequest object.
getIdValue() - Method in class com.jk.data.dataaccess.orm.JKEntity
This method gets the value of the primary key (ID) field for this entity.
getIdValue() - Method in class com.jk.webstack.controllers.JKWebControllerWithOrmSupport
This method retrieves the value of the primary key field of the currently loaded ORM entity.
getIdValue(T) - Method in class com.jk.webstack.controllers.JKWebControllerWithOrmSupport
This method retrieves the value of the primary key field of the specified ORM entity.
getIndex() - Method in class com.jk.core.jpa.JKDefaultIndexable
This method gets the index of this indexable entity.
getIndex() - Method in interface com.jk.core.jpa.JKIndexable
This method gets the index of this indexable entity.
getIndex() - Method in class com.jk.core.model.table.JKTableColumn
This method gets the column index.
getIndex() - Method in class com.jk.web.faces.config.JKNamespace
// * This method retrieves the index associated with the name space.
getIndex(Set<? extends Object>, Object) - Static method in class com.jk.core.util.JKCollectionUtil
This method retrieves the index of a value in a Set.
getInfo() - Method in class com.jk.services.server.commons.services.JKInfoService
This method retrieves information about registered service servers.
getInputs() - Method in class com.jk.web.util.UIFacesVisitor
This method retrieves the collected list of UIInput components.
getInputStream(String) - Static method in class com.jk.core.util.JK
This method retrieves an input stream for the specified file name.
getInputStream(String) - Static method in class com.jk.core.util.JKIOUtil
This method retrieves an InputStream for a resource with the given name.
getInstace() - Static method in class com.jk.core.logging.JKLogConfig
This method gets the JKLogConfig instance.
getInstance() - Static method in class com.jk.core.context.JKContextFactory
This method gets the single instance of JKContextFactory class.
getInstance() - Static method in class com.jk.core.exceptions.handler.JKExceptionHandlerFactory
This method gets the single instance of JKExceptionHandlerFactory.
getInstance() - Static method in class com.jk.core.locale.JKMessage
This method gets the instance of JKMessage.
getInstance() - Static method in class com.jk.core.version.JKVersionManager
This method gets the singleton instance of the version manager.
getInstance() - Static method in class com.jk.core.xml.JKXmlHandler
This method gets the singleton instance of the JKXmlHandler.
getInstance() - Static method in class com.jk.services.server.JKServicesRegistry
This method gets the singleton instance of this class.
getInstance() - Static method in class com.jk.web.faces.config.JKFacesConfigurations
This method gets the singleton instance of JKFacesConfigurations class.
getInstance() - Static method in class com.jk.web.monitoring.JKMonitorService
This method retrieves the single instance of JKMonitorService.
getInstanceVariables(Class<T>) - Static method in class com.jk.core.util.JKObjectUtil
This method retrieves the names of instance variables (fields) declared in the provided class and its super-classes.
getInt(String, int) - Static method in class com.jk.core.util.JKUserPreferences
This method retrieves an integer value associated with the specified preference key.
getIntegerAttribute(UIComponent, String, Object) - Static method in class com.jk.web.util.JKJsfUtil
This method retrieves an integer attribute associated with a UIComponent.
getIntegerColunmSum(int) - Method in class com.jk.core.model.table.JKTableModel
This method sums all the values inside the column whose index is provided.
getItemAtIndex(int) - Method in interface com.jk.core.collections.JKListHolder
This method gets the item at the provided index in the list of items.
getItemByUid(String) - Method in interface com.jk.core.collections.JKListHolder
This method gets the item associated with the specified unique identifier (UID).
getItemDesc() - Method in interface com.jk.core.collections.JKListHolder
This method gets the item description.
getItemsList() - Method in interface com.jk.core.collections.JKListHolder
This method gets the list of all held items.
getJavaType() - Method in class com.jk.core.datatypes.JKDataType
This method gets the current java type for this data type object.
getJdbcDrivers() - Static method in class com.jk.core.util.JKJdbcUtil
This method reads JDBC driver information.
getJdbcDrivers() - Static method in class com.jk.data.util.JKDataAccessUtil
This method retrieves JDBC driver properties from a properties file.
getJSFInfo() - Static method in class com.jk.web.util.JKJsfUtil
This method retrieves information about the Jakarta Server Faces (JSF) environment.
getKey() - Method in interface com.jk.core.util.JKKeyValue
This method retrieves the key associated with this key-value pair.
getKeyPrefix() - Static method in class com.jk.core.util.JKUserPreferences
This method retrieves the prefix used for preference keys.
getKeywords() - Method in class com.jk.data.datasource.DefaultPhysicalNamingStrategy
This method is yet to be implemented (TBI).
getKeywords() - Method in class com.jk.data.vendors.mysql.MysqlPhysicalNamingStrategy
This method retrieves the list of MySQL reserved keywords.
getKeywords() - Method in class com.jk.data.vendors.oracle.OraclePhysicalNamingStrategy
This method retrieves the list of Oracle reserved keywords.
getLabel(JKLocale, String, Object...) - Method in class com.jk.core.locale.JKMessage
This method retrieves a localized label or message by its key, with optional parameter formatting.
getLabel(String, boolean) - Method in class com.jk.core.locale.JKMessage
This method returns the label associated with the provided caption, and edit it by capitalizing the first letter of the label if needed.
getLabel(String, Object...) - Method in class com.jk.core.locale.JKMessage
This method gets the label associated with the provided key.
getLables(JKLocale) - Method in class com.jk.core.locale.JKMessage
This method gets the label property value that is linked with the specified locale in the labels map.
getLastName() - Method in class com.jk.webstack.security.controllers.JKAccountWebController
This method retrieves the user last name.
getLeadProblem() - Method in class com.jk.core.validation.Problems
This method retrieves the problem with the highest severity level from the collection.
getLetter() - Method in class com.jk.web.faces.config.JKNamespace
This method retrieves the letter derived from the name space prefix.
getLinksAttributes() - Method in class com.jk.web.faces.tags.JKTagWrapper
This method retrieves a list of JKTagAttributeWrapper instances representing link attributes within the tag.
getList(JKFinder) - Method in class com.jk.data.dataaccess.core.JKDataAccessImpl
This method retrieves a list of objects based on the provided JKFinder criteria.
getList(JKFinder) - Method in interface com.jk.data.dataaccess.core.JKDataAccessService
This method retrieves a list of objects based on the provided JKFinder criteria.
getList(JKFinder, String) - Method in class com.jk.data.dataaccess.core.JKDataAccessImpl
Gets the list.
getList(JKFinder, String) - Method in interface com.jk.data.dataaccess.core.JKDataAccessService
Gets the list.
getList(Class<T>) - Method in class com.jk.data.dataaccess.git.JKGitDataAccess
This method retrieves a list of records of the specified class from the Git-backed storage.
getList(Class<T>) - Method in interface com.jk.data.dataaccess.orm.JKObjectDataAccess
This method retrieves a list of objects of the provided class type from the data storage.
getList(Class<T>) - Method in class com.jk.data.dataaccess.orm.JKObjectDataAccessImpl
This method retrieves a list of objects of the provided class type from the data storage.
getList(Class<T>) - Method in class com.jk.data.dataaccess.orm.JKObjectDataAccessInMemory
This method retrieves a list of objects of the provided class type from the data storage.
getList(Class<T>) - Method in class com.jk.data.vendors.mongo.JKMongoDataAccess
This method retrieves a list of objects of the provided class type from the data storage.
getList(Class<T>, Map<String, Object>) - Method in interface com.jk.data.dataaccess.orm.JKObjectDataAccess
This method retrieves a list of objects of the specified class based on the provided parameters.
getList(Class<T>, Map<String, Object>) - Method in class com.jk.data.dataaccess.orm.JKObjectDataAccessImpl
This method retrieves a list of objects of the specified class based on the provided parameters.
getList(Class<T>, Map<String, Object>) - Method in class com.jk.data.dataaccess.orm.JKObjectDataAccessInMemory
This method is yet to be implemented (TBI).
getList(Class<T>, Map<String, Object>) - Method in class com.jk.data.vendors.mongo.JKMongoDataAccess
This method retrieves a list of objects of the specified class based on the provided parameters.
getList(String, JKPopulator<T>, Object...) - Method in class com.jk.data.dataaccess.core.JKDataAccessImpl
This method executes an SQL query and maps the result to a list of objects using a provided populator.
getList(String, JKPopulator<T>, Object...) - Method in interface com.jk.data.dataaccess.core.JKDataAccessService
This method executes an SQL query and maps the result to a list of objects using a provided populator.
getListAndCache(Class<T>) - Method in interface com.jk.data.dataaccess.orm.JKObjectDataAccess
This method retrieves a list of objects of a specified class type and caches the result.
getListAndCache(Class<T>) - Method in class com.jk.data.dataaccess.orm.JKObjectDataAccessImpl
This method retrieves a list of objects of a specified class type and caches the result.
getListAndCache(Class<T>) - Method in class com.jk.data.dataaccess.orm.JKObjectDataAccessInMemory
This method retrieves a list of objects of a specified class type and caches the result.
getListAndCache(Class<T>) - Method in class com.jk.data.vendors.mongo.JKMongoDataAccess
This method is yet to be implemented (TBI).
getListAndCache(String, String, JKPopulator<T>, Object...) - Method in class com.jk.data.dataaccess.core.JKDataAccessImpl
This method executes an SQL query, maps the result to a list of objects using a provided populator, and caches the result for future use.
getListAndCache(String, String, JKPopulator<T>, Object...) - Method in interface com.jk.data.dataaccess.core.JKDataAccessService
This method executes an SQL query, maps the result to a list of objects using a provided populator, and caches the result for future use.
getListeners() - Static method in class com.jk.core.config.JKConfig
This method gets the list of configuration listeners list.
getLM() - Method in class com.jk.core.lm.JKLMF
Gets the lm.
getLoadTime() - Static method in class com.jk.core.util.JK
This method gets the time stamp of class load time.
getLocalHostName() - Static method in class com.jk.core.util.JKIOUtil
This method retrieve the local host name.
getLocalName() - Method in class com.jk.web.faces.tags.JKTagAttributeWrapper
This method retrieves the local name of the attribute.
getLocalName() - Method in class com.jk.web.faces.tags.JKTagWrapper
This method retrieves the local name of the tag.
getLocalNameFromQName(String) - Static method in class com.jk.web.util.JKJsfUtil
This method extracts the local name from a qualified name.
getLocalPath() - Method in class com.jk.core.scm.JKGitWrapper
This method gets the repository local path.
getLocation() - Method in class com.jk.web.faces.tags.JKTagAttributeWrapper
This method gets the location information of the attribute within the source code.
getLocation() - Method in class com.jk.web.faces.tags.JKTagWrapper
This method retrieves the location information of the tag.
getLogger(Class) - Static method in class com.jk.core.logging.JKLoggerFactory
This method gets the suitable logger associated with the provided class.
getLogger(String) - Static method in class com.jk.core.logging.JKLoggerFactory
This method constructs a new JKLogger with the provided name.
getLoginTimeout() - Method in class com.jk.core.jdbc.JKDriverManagerDataSource
Gets the maximum time in seconds that this data source can wait while attempting to connect to a database.
getLogs() - Method in class com.jk.services.server.commons.services.JKLogService
This method retrieves log content from the application's log files.
getLogs(String, boolean) - Method in class com.jk.services.crosscutting.logging.JKLogCrossCuttingService
This method is an end-point to retrieve logs for a specific application.
getLogsCount(String, boolean) - Method in class com.jk.services.crosscutting.logging.JKLogCrossCuttingService
This method is an end-point to retrieve the count of logs for a specific application.
getLogServiceClient() - Method in class com.jk.services.client.JKServiceClient
This method retrieves the log service client.
getLogWriter() - Method in class com.jk.core.jdbc.JKDriverManagerDataSource
Retrieves the log writer for this DataSource object.
getMacAddress() - Static method in class com.jk.core.util.JKMachineInfo
This method retrieves the MAC addresses of network interfaces.
getMainClassName() - Static method in class com.jk.core.util.JKDebugUtil
This method retrieves the main class name of the current thread's stack trace.
getMatch(byte[]) - Method in class com.jk.core.mime.MagicMimeEntry
This method attempts to match the provided content against the patterns and rules defined by this MagicMimeEntry.
getMaxAllowedConnections() - Method in class com.jk.data.datasource.impl.JKAbstractDataSource
This method gets the maximum allowed connections for the data source.
getMaxAllowedConnections() - Method in interface com.jk.data.datasource.JKDataSource
This method get the maximum number of allowed connections.
getMaxCount() - Method in class com.jk.core.cache.impl.JKTimedAndSizeCacheManager
This methods gets the maximum number of entries the cache may contain.
getMaxLength() - Method in class com.jk.core.model.table.JKTableColumn
This method gets the max length.
getMessage() - Method in exception com.jk.core.exceptions.JKInvalidUserException
getMessage() - Method in exception com.jk.core.exceptions.JKServerDownException
getMessage() - Method in class com.jk.core.logging.JKLog
This method gets the log message.
getMessage() - Method in class com.jk.core.scm.JKGitWrapper
This method gets the commit message.
getMessage() - Method in class com.jk.core.validation.Problem
This method retrieves the problem describing message.
getMessage() - Method in exception com.jk.services.client.JKServiceClientException
getMessage() - Method in class com.jk.webstack.security.controllers.JKSecurityWebController
This method get the error message related to authentication.
getMessage() - Method in class com.jk.webstack.security.controllers.JKUserWebControllers
This method get the error message related to authentication.
getMessage(Class<?>, String, String...) - Method in class com.jk.core.validation.builtin.ErrorMessageProvider
This method retrieves an error message based on a message ID and optional arguments.
getMessage(Class, String, int) - Static method in class com.jk.core.validation.builtin.ValidationBundle
This method retrieves a localized error message using a specified message key and port value.
getMessage(Class, String, Object[]) - Static method in class com.jk.core.validation.builtin.ValidationBundle
This method retrieves a localized error message using a specified message key and an array of objects.
getMessage(Class, String, String) - Static method in class com.jk.core.validation.builtin.ValidationBundle
This method retrieves a localized error message using a specified message key and a component name.
getMessage(Class, String, String, String) - Static method in class com.jk.core.validation.builtin.ValidationBundle
This method retrieves a localized error message using a specified message key, a component name, and a model.
getMessage(Class, String, String, String, String) - Static method in class com.jk.core.validation.builtin.ValidationBundle
This method retrieves a localized error message using a specified message key, a component name, a current value, and a charset name.
getMessagesCache() - Static method in class com.jk.core.util.JK
This method retrieves the cache containing hash codes of messages that have been printed using JK.printOnce(Object).
getMethod() - Method in class com.jk.services.server.commons.models.EndPoint
This method retrieves the method name associated with the end-point.
getMethodName() - Method in class com.jk.core.reflection.common.MethodCallInfo
This method gets the method name.
getMillisDifference(Date, Date) - Static method in class com.jk.core.util.JKDateTimeUtil
This method calculates the difference in milliseconds between two dates.
getMimeType() - Method in class com.jk.core.mail.Attachment
This method gets the attachment the mime type.
getMimeType() - Method in class com.jk.core.mime.MagicMimeEntry
This method gets the MIME type.
getMimeType() - Method in class com.jk.web.embedded.spring.MimeMappings.Mapping
This method retrieves the MIME type associated with the extension.
getMimeType(byte[]) - Static method in class com.jk.core.mime.MimeUtil
This method gets the MIME type of the data available in the provided byte array.
getMinutesDifference(Date, Date) - Static method in class com.jk.core.util.JKDateTimeUtil
This method calculates the difference in minutes between two dates.
getMode() - Method in class com.jk.webstack.controllers.JKWebControllerWithOrmSupport
This method retrieves the current controller mode.
getModel() - Method in class com.jk.web.mvc.MvcPageModelBinding
This method gets the model class associated with the binding.
getModel() - Method in class com.jk.webstack.controllers.JKWebControllerWithOrmSupport
This method retrieves the current ORM entity being managed.
getModelClass() - Method in class com.jk.services.client.JKServiceClient
This method gets the class type for the data model that this service client works with.
getModelClass() - Method in class com.jk.webstack.controllers.JKWebControllerWithOrmSupport
This method retrieves the class type of the ORM entity.
getModelList() - Method in class com.jk.web.util.JKPrimefacesTreeWrapper
This method retrieves the list of model objects to be used in the tree.
getModelList() - Method in class com.jk.webstack.controllers.JKWebControllerWithOrmSupport
This method retrieves the list of ORM entities.
getModelListFilter() - Method in class com.jk.webstack.controllers.JKWebControllerWithOrmSupport
This method retrieves the filter predicate for the model list.
getModelObject() - Method in class com.jk.web.mvc.MvcUserBinding
This method retrieves the instance of the model object associated with the user's session.
getModelType() - Method in class com.jk.web.util.JKPrimefacesTreeWrapper
This method retrieves the type identifier for the model.
getModule() - Method in class com.jk.core.context.JKAbstractContext
This method gets the module.
getModule() - Method in interface com.jk.core.context.JKContext
This method gets the module.
getModule() - Method in class com.jk.core.security.JKAuditType
This method gets the module associated with the audit type.
getMonth() - Method in class com.jk.core.time.JKTimeObject
This method gets the month component of the date.
getMonthFromDate(Date) - Static method in class com.jk.core.util.JKDateTimeUtil
This method gets the month from a given date.
getMsg() - Method in class com.jk.core.mail.JKMailInfo
This method gets the message.
getMunite() - Method in class com.jk.core.time.JKTimeObject
This method gets the minutes component of the time.
getName() - Method in class com.jk.core.datatypes.JKDataType
This method gets the current name for this data type object.
getName() - Method in exception com.jk.core.exceptions.InvalidaNameException
This method gets the invalid name value contained within this exception.
getName() - Method in class com.jk.core.jpa.JKDefaultIndexable
This method gets the name of this indexable entity.
getName() - Method in interface com.jk.core.jpa.JKIndexable
This method gets the name of this indexable entity.
getName() - Method in class com.jk.core.locale.JKLocale
This method gets the locale name.
getName() - Method in class com.jk.core.logging.JKLog
This method gets the log name.
getName() - Method in class com.jk.core.mail.Attachment
This method gets the attachment name.
getName() - Method in class com.jk.core.model.table.JKTableColumn
This method gets the column name.
getName() - Method in class com.jk.core.timer.JKTask
This method retrieves the name of the task class.
getName() - Method in class com.jk.core.version.JKVersionInfo
This method gets the component name.
getName() - Method in class com.jk.data.datasource.impl.JKAbstractDataSource
This method gets the data source name.
getName() - Method in class com.jk.data.dynamic.query.Keyword
This method gets the name of the keyword.
getName() - Method in class com.jk.data.dynamic.query.Operator
This method get the operator name.
getName() - Method in class com.jk.services.client.workflow.models.SystemModel
This method retrieves the model name.
getName() - Method in class com.jk.services.client.workflow.models.WorkflowEntityModel
This method retrieves the model name..
getName() - Method in class com.jk.services.server.commons.models.ServiceInfo
This method retrieves the name of the service.
getName() - Method in class com.jk.services.server.commons.models.ServiceServerInfo
This method retrieves the name of the service server.
getName() - Method in class com.jk.web.mvc.MvcEntityMeta
This method retrieves the name of the MVC entity.
getName() - Method in class com.jk.web.mvc.MvcFieldMeta
This method retrieves the name of the field.
getName() - Method in class com.jk.webstack.security.UserRole
This method get the name of the user role.
getNameSlug() - Method in class com.jk.core.jpa.JKBaseModel
Gets the name slug.
getNamespace() - Method in class com.jk.web.faces.config.JKTagMapping
This method gets the name space associated with the tag mapping.
getNamespace() - Method in class com.jk.web.faces.tags.JKTagAttributeWrapper
This method retrieves the name space of the attribute.
getNamespace() - Method in class com.jk.web.faces.tags.JKTagWrapper
This method retrieves the name space of the tag.
getNamespaceByLetter(String) - Method in class com.jk.web.faces.config.JKFacesConfigurations
This method retrieves a JKNamespace object based on its name space letter.
getNameSpaceByUrl(String, boolean) - Method in class com.jk.web.faces.config.JKFacesConfigurations
This method retrieves a JKNamespace object based on its URL or creates one if it doesn't exist.
getNameSpaceLetter() - Method in class com.jk.web.faces.config.JKTagMapping
This method gets the name space letter.
getNamespaceLetterFromQName(String) - Static method in class com.jk.web.util.JKJsfUtil
This method extracts the name space letter from a qualified name.
getNamespaces() - Method in class com.jk.web.faces.config.JKFacesConfigurations
This method gets the list of the JKNamespace objects.
getNamingStrategy() - Method in class com.jk.data.datasource.impl.JKHibernateDataSource
This method gets the naming strategy to be used by Hibernate, setting a default if not specified.
getNewPassword() - Method in class com.jk.webstack.security.controllers.JKSecurityWebController
This method gets the new user password.
getNewPassword() - Method in class com.jk.webstack.security.controllers.JKUserWebControllers
This method gets the new password.
getNewValue() - Method in class com.jk.core.security.JKAudit
This method gets the new value of the changed data.
getNextId(String, String) - Method in class com.jk.data.dataaccess.core.JKDataAccessImpl
This method retrieves the next available ID for a specified table and field.
getNextId(String, String) - Method in interface com.jk.data.dataaccess.core.JKDataAccessService
This method retrieves the next available ID for a specified table and field.
getNextId(String, String, String) - Method in class com.jk.data.dataaccess.core.JKDataAccessImpl
This method retrieves the next available ID for a specified table and field based on a given condition.
getNextId(String, String, String) - Method in interface com.jk.data.dataaccess.core.JKDataAccessService
This method retrieves the next available ID for a specified table and field based on a given condition.
getNextId(Connection, String, String) - Method in class com.jk.data.dataaccess.core.JKDataAccessImpl
This method is used to obtain the next available ID for a specific table and field in the database.
getNextId(Connection, String, String, String) - Method in class com.jk.data.dataaccess.core.JKDataAccessImpl
This method is used to obtain the next available ID for a specific table and field in the database, based on the given condition.
getNextSequence(String) - Method in class com.jk.data.vendors.oracle.JKOracleDataAccess
This method retrieves the next value from a specified sequence in the database.
getNextSibilingItem(T) - Method in interface com.jk.core.collections.JKListHolder
This method retrieves the item that follows the specified item in the list.
getNodeByValue(TreeNode, JKBaseModel) - Method in class com.jk.web.util.JKPrimefacesTreeWrapper
This method retrieves the tree node containing a specific JKBaseModel by recursively searching within the tree structure starting from the specified root node.
getNoSqlDataAccess() - Static method in class com.jk.data.dataaccess.JKDataAccessFactory
This method creates and returns a NoSQL data access service.
getNoSqlDataSource() - Static method in class com.jk.data.dataaccess.JKDataAccessFactory
This method retrieves or initializes the default NoSQL data source, ensuring thread safety.
getNumber() - Method in class com.jk.core.security.JKPrivilige
This method gets the number associated with the privilege.
getNumberFormatter(String) - Static method in class com.jk.core.util.JKFormatUtil
This method retrieves a Format instance for the specified number pattern.
getNumOfMonths(Date, Date) - Static method in class com.jk.core.util.JKDateTimeUtil
This method calculates the number of months between two dates.
getObject() - Method in class com.jk.services.client.workflow.models.PayloadModel
This method retrieves the object associated with this model.
getObjectDataAccessService() - Static method in class com.jk.data.dataaccess.JKDataAccessFactory
This method gets the object data access service using the default data source.
getObjectDataAccessService(JKDataSource) - Static method in class com.jk.data.dataaccess.JKDataAccessFactory
This method gets the object data access service using the provided data source.
getObjectDataAccessService(String) - Static method in class com.jk.data.dataaccess.JKDataAccessFactory
This method gets the object object data access service using the provided database prefix.
getObjectName() - Method in interface com.jk.data.dataaccess.core.JKCustomSqlType
This method gets the name of the custom database object.
getOldValue() - Method in class com.jk.core.security.JKAudit
This method gets the previous value of the changed data.
getOperator() - Method in class com.jk.data.dynamic.query.FieldCondition
This method gets the operator used for comparison.
getOriginal() - Method in class com.jk.data.dataaccess.orm.meta.JKColumnWrapper
This method gets the original column annotation.
getOriginal() - Method in class com.jk.webstack.controllers.JKWebControllerWithOrmSupport
This method retrieves the original ORM entity for workflow purposes.
getOriginalAction() - Method in class com.jk.services.client.workflow.models.PayloadModel
This method retrieves the original action for this pay-load model.
getOriginalObject() - Method in class com.jk.web.mvc.MvcObjectViewModel
This method retrieves the original object associated with the view model.
getOutputPath() - Method in class com.jk.data.backup.AutomaticDBBackup
This method gets the output path where the backups will be saved.
getOutputPath() - Method in class com.jk.data.backup.DataBaseBackup
This method gets the output path where the backups will be saved.
getOutputs() - Method in class com.jk.web.util.UIFacesVisitor
This method retrieves the collected list of UIOutput components.
getPackageDir(String) - Static method in class com.jk.core.java.JKCompileUtil
This method determines the directory path corresponding to the package structure of the source code.
getPackageName(String) - Static method in class com.jk.core.java.JKCompileUtil
This method extracts and returns the package name from the Java source code.
getPackagesToScan() - Method in class com.jk.services.server.JKServiceConfig
This method determines the packages to scan for Jersey resources and components.
getPage() - Method in class com.jk.web.mvc.MvcPageModelBinding
This method retrieves the MVC page associated with the binding.
getPagePath() - Method in class com.jk.web.mvc.MvcPage
This method retrieves the path to the MVC page.
getPageRowsCount() - Method in class com.jk.data.dynamic.paging.DataBasePager
This method gets the number of rows displayed on the current page.
getPageRowsCount() - Method in interface com.jk.data.dynamic.paging.DataPager
This method gets the number of rows displayed on the current page.
getPagesCount() - Method in class com.jk.data.dynamic.paging.DataBasePager
This method gets the total number of pages in the data set.
getPagesCount() - Method in interface com.jk.data.dynamic.paging.DataPager
This method gets the total number of pages in the data set.
getPanelGrids() - Method in class com.jk.web.util.UIFacesVisitor
This method retrieves the collected list of PanelGrid components.
getParam(String) - Method in class com.jk.web.faces.controllers.JKWebController
This method retrieves the value of a request parameter by its name.
getParams() - Method in class com.jk.services.server.commons.models.EndPoint
This method retrieves the parameters associated with the end-point.
getParamsCount() - Method in interface com.jk.data.dataaccess.core.JKCaller
This method gets the count of parameters in the callable statement.
getParamterFromRequest(String) - Method in class com.jk.web.faces.controllers.JKWebController
This method retrieves a request parameter value by name.
getParamters() - Method in class com.jk.core.reflection.common.MethodCallInfo
This method gets the parameters being passed to the method.
getParamtersTypes() - Method in class com.jk.core.reflection.common.MethodCallInfo
This method gets the parameter types as an array of Class objects.
getParent() - Method in class com.jk.core.jpa.JKDefaultIndexable
This method gets the container JKListHolder that holds a list of objects implementing or extending JKIndexable.
getParent() - Method in interface com.jk.core.jpa.JKIndexable
This method gets the container JKListHolder that holds a list of objects implementing or extending JKIndexable.
getParentLogger() - Method in class com.jk.core.jdbc.JKDriverManagerDataSource
Return the parent Logger of all the Loggers used by this data source.
getParentPrivlige() - Method in class com.jk.core.security.JKPrivilige
This method gets the parent privilege.
getParentSession() - Method in class com.jk.data.datasource.JKSession
This method returns the parent session if this session is nested within another session.
getPassword() - Method in class com.jk.core.jdbc.JKDriverManagerDataSource
This method gets the password associated with the user of this connection.
getPassword() - Method in class com.jk.core.security.JKUser
This method gets the user password.
getPassword() - Method in class com.jk.webstack.security.controllers.JKAccountWebController
This method retrieves the user password.
getPassword(String) - Method in class com.jk.core.config.JKConfig
This method gets the property value that is associated with the property name specified, then returns the decrypted value.
getPassword(String, String) - Method in class com.jk.core.config.JKConfig
This method gets the property value that is associated with the property name specified, then returns the decrypted value.
getPath() - Method in class com.jk.services.server.commons.models.EndPoint
This method retrieves the path at which the end-point is accessible.
getPath() - Method in class com.jk.services.server.commons.models.ServiceInfo
This method retrieves the path at which the service is accessible.
getPath() - Method in class com.jk.web.embedded.spring.ErrorPage
This method retrieves the path to the error page.
getPath() - Method in class com.jk.web.faces.controllers.JKUtilWebController
This method gets the path from the request URI.
getPath() - Method in class com.jk.web.servlets.JKJspUtil
This method retrieves the path of the request's URL.
getPattern() - Method in class com.jk.data.datasource.DefaultPhysicalNamingStrategy
This method gets the pattern used for converting names in the physical naming strategy.
getPattern() - Method in class com.jk.data.vendors.h2.H2PhysicalNamingStrategy
This method gets the pattern used for converting names in the physical naming strategy.
getPattern() - Method in class com.jk.data.vendors.oracle.OraclePhysicalNamingStrategy
This method gets the pattern used for converting names in the physical naming strategy.
getPattern() - Method in class com.jk.web.faces.convertor.JKDateConvertor
getPattern() - Method in class com.jk.web.faces.convertor.JKTimeConvertor
getPattern() - Method in class com.jk.web.faces.convertor.JKTimeStampConvertor
getPayload() - Method in class com.jk.services.client.workflow.models.PayloadModel
This method retrieves the pay-load content for this pay-load model.
getPayload() - Method in class com.jk.webstack.controllers.JKWebControllerWithOrmSupport
This method retrieves the pay-load model for workflow.
getPayload() - Method in class com.jk.webstack.services.workflow.WorkflowController
This method retrieves the currently selected pay-load.
getPayloads() - Method in class com.jk.webstack.controllers.JKWebControllerWithOrmSupport
This method retrieves the list of pay-load models for work flows.
getPayloads() - Method in class com.jk.webstack.services.workflow.WorkflowController
This method retrieves a list of pay-loads.
getPayLoads(String, String) - Method in class com.jk.services.client.workflow.JKWorkflowServiceClient
This method retrieves a list of pay-load models based on system and role.
getPayLoads(String, String, String) - Method in class com.jk.services.client.workflow.JKWorkflowServiceClient
This method retrieves a list of pay-load models based on the specified system, entity, and role.
getPhyiscalNamingStrategy() - Method in enum class com.jk.data.datasource.JKDatabase
This method is yet to be implemented (TBI).
getPlain() - Method in class com.jk.core.datatypes.custom.Password
This method gets the password value without hashing.
getPlainPassword() - Method in class com.jk.core.security.JKUser
This method gets the plain password.
getPort() - Method in class com.jk.core.context.JKAbstractContext
This method gets the server port number.
getPort() - Method in interface com.jk.core.context.JKContext
This method gets the server port number.
getPort() - Method in exception com.jk.core.exceptions.JKServerDownException
This method gets the port number of the server associated with this exception.
getPreferredWidth() - Method in class com.jk.core.model.table.JKTableColumn
This method gets the preferred width.
getPrefferedWidth(int) - Method in class com.jk.core.model.table.JKTableModel
This method gets the preferred width of the specified column.
getPrefix() - Method in class com.jk.web.faces.config.JKNamespace
This method retrieves the name space prefix.
getPreviouseSibilingItem(T) - Method in interface com.jk.core.collections.JKListHolder
This method retrieves the item that precedes the specified item in the list.
getPrivateValue(Class<?>, Object, String) - Static method in class com.jk.core.util.JKObjectUtil
This method retrieves the value of a private field from an instance.
getPrivateValue(Object, String) - Static method in class com.jk.core.util.JKObjectUtil
This method retrieves the value of a private field from an instance.
getPriviligeId() - Method in class com.jk.core.security.JKPrivilige
This method gets the privilege identifier (ID).
getPriviligeName() - Method in class com.jk.core.security.JKPrivilige
This method gets the privilege name.
getPriviliges() - Method in class com.jk.core.security.JKUser
This method gets the privileges list.
getProblems() - Method in exception com.jk.core.exceptions.JKValidationException
This method gets the problem associated with the exception.
getProblemsList() - Method in class com.jk.core.validation.Problems
This method retrieves the list of problems stored in this collection.
getProgram() - Method in class com.jk.core.context.JKAbstractContext
This method gets the program.
getProgram() - Method in interface com.jk.core.context.JKContext
This method gets the program.
getProperties() - Method in class com.jk.data.datasource.impl.JKAbstractDataSource
This method gets the properties associated with the data source.
getProperties() - Method in interface com.jk.data.datasource.JKDataSource
This method gets the properties associated with the data source.
getProperties(Class<T>) - Static method in class com.jk.core.util.JKObjectUtil
This method retrieves the names of properties (getters) declared in the provided class and its super-classes.
getProperties(String) - Method in class com.jk.core.config.JKConfig
This method gets the configuration properties of the JKConfig object.
getProperty(String) - Method in class com.jk.core.config.JKConfig
This method gets the specified property value.
getProperty(String) - Static method in class com.jk.core.util.JK
This method gets the value of the system property associated with the specified name.
getProperty(String, String) - Method in class com.jk.core.config.JKConfig
This method gets the specifies property value, or the default value in case the property had a null value.
getProperty(String, String) - Static method in class com.jk.core.util.JK
This method gets the value of the system property associated with the specified name.
getPropertyAsBoolean(String) - Method in class com.jk.core.config.JKConfig
This method gets the property value as boolean, using a default value of false.
getPropertyAsBoolean(String, boolean) - Method in class com.jk.core.config.JKConfig
This method gets the property value as boolean.
getPropertyAsDate(String, Date) - Method in class com.jk.core.config.JKConfig
This method gets the property value as date.
getPropertyAsDouble(String, double) - Method in class com.jk.core.config.JKConfig
This method gets the property value as double.
getPropertyAsInteger(String) - Method in class com.jk.core.config.JKConfig
This method gets the property value as integer with a default value of 0
getPropertyAsInteger(String, int) - Method in class com.jk.core.config.JKConfig
This method gets the property value as integer.
getPropertyAsTime(String) - Method in class com.jk.core.config.JKConfig
This method gets the property value as time.
getPropertyAsTime(String, LocalTime) - Method in class com.jk.core.config.JKConfig
This method gets the property value as time.
getPropertyValue(Object, String) - Static method in class com.jk.core.util.JKObjectUtil
This method retrieves the value of a specified property from the given instance.
getqName() - Method in class com.jk.web.faces.tags.JKTagAttributeWrapper
This method retrieves the qualified name of the attribute.
getqName() - Method in class com.jk.web.faces.tags.JKTagWrapper
This method retrieves the qualified name of the tag.
getQuery() - Method in interface com.jk.data.dataaccess.core.JKFinder
This method gets the SQL query string associated with this finder.
getQuery() - Method in class com.jk.data.dataaccess.core.JKFinderAdapter
This method is yet to be implemented (TBI).
getQuery() - Method in class com.jk.data.dataaccess.core.JKQueryLogRecord
This method gets the SQL query that was executed.
getQuery() - Method in class com.jk.data.dynamic.paging.DataBasePager
This method gets the SQL query used for retrieving data from the database.
getQueryConnection() - Method in class com.jk.data.datasource.impl.JKAbstractDataSource
This method gets a query-specific database connection.
getQueryConnection() - Method in interface com.jk.data.datasource.JKDataSource
This method gets a query-specific database connection.
getQueryOrder(Class<? extends JKEntity>) - Method in class com.jk.data.dataaccess.orm.JKObjectDataAccessImpl
This method retrieves the ORDER BY clause for a query based on the provided JKEntity sort information.
getReader(String) - Static method in class com.jk.core.util.JK
This method retrieves a reader for the specified file.
getReader(String) - Static method in class com.jk.core.util.JKIOUtil
This method retrieves a Reader for the specified resource name.
getReadTimeout() - Method in class com.jk.services.client.JKServiceClient
This method retrieves the read timeout value for HTTP requests from the application's configuration.
getRealIp() - Method in class com.jk.core.logging.JKLog
This method gets the real IP address.
getRealIP() - Method in class com.jk.core.context.JKAbstractContext
This method gets the real IP address.
getRealIP() - Method in interface com.jk.core.context.JKContext
This method gets the real IP address.
getReasonPhrase() - Method in enum class com.jk.core.http.JKHttpStatus
This method gets the reason phrase of this status code.
getRecord(int) - Method in class com.jk.core.model.table.JKTableModel
This method gets the record associated with the given index.
getRecords() - Method in class com.jk.core.model.table.JKTableModel
This method gets all the records.
getRecordsAsDataVector() - Method in class com.jk.core.model.table.JKTableModel
This method gets all the records.
getRegions() - Static method in class com.jk.core.cache.JKCacheFactory
This method returns a set view of all the available regions in this factory.
getRegions() - Method in class com.jk.services.server.commons.services.JKCacheService
This method retrieves the list of cache regions.
getRejectLabel() - Method in class com.jk.services.client.workflow.models.PayloadModel
This method retrieves the reject label for this pay-load model.
getRejectNextStatus() - Method in class com.jk.services.client.workflow.models.PayloadModel
This method retrieves the reject next status for this pay-load model.
getRemoteAppName() - Method in class com.jk.core.context.JKAbstractContext
This method gets the remote application name.
getRemoteAppName() - Method in interface com.jk.core.context.JKContext
This method gets the remote application name.
getRemoteHostName() - Static method in class com.jk.web.util.JKJsfUtil
This method retrieves the remote host name or IP address of the client making the current HTTP request.
getRemoteIp() - Method in class com.jk.core.logging.JKLog
This method gets the remote machine IP address.
getRemoteIp() - Method in class com.jk.services.server.JKAbstractRestController
This method retrieves the remote IP address of the client making the request.
getRemoteIp() - Static method in class com.jk.services.server.JKServiceUtil
This method retrieves the remote IP address of the client making the service request.
getRemoteIP() - Method in class com.jk.core.context.JKAbstractContext
This method gets the remote machine IP Address.
getRemoteIP() - Method in interface com.jk.core.context.JKContext
This method gets the remote machine IP Address.
getRemoteMachineName() - Method in class com.jk.core.context.JKAbstractContext
This method gets the remote machine name.
getRemoteMachineName() - Method in interface com.jk.core.context.JKContext
This method gets the remote machine name.
getRemoteRole() - Method in class com.jk.core.context.JKAbstractContext
This method gets the remote machine user context role.
getRemoteRole() - Method in interface com.jk.core.context.JKContext
This method gets the remote machine user context role.
getRemoteRole() - Method in class com.jk.services.server.JKAbstractRestController
This method retrieves the remote role associated with the request.
getRemoteRole() - Static method in class com.jk.services.server.JKServiceUtil
This method retrieves the remote role associated with the service request.
getRemoteUser() - Method in class com.jk.core.context.JKAbstractContext
This method gets the remote machine user.
getRemoteUser() - Method in interface com.jk.core.context.JKContext
This method gets the remote machine user.
getRemoteUser() - Method in class com.jk.services.server.JKAbstractRestController
This method retrieves the remote user associated with the request.
getRemoteUser() - Static method in class com.jk.services.server.JKServiceUtil
This method retrieves the remote user associated with the service request.
getRemotPort() - Method in class com.jk.core.context.JKAbstractContext
This method gets the remote machine port number.
getRemotPort() - Method in interface com.jk.core.context.JKContext
This method gets the remote machine port number.
getRenderer() - Method in class com.jk.core.model.table.JKTableColumn
This method gets the renderer.
getRendersChildren() - Method in class com.jk.web.faces.components.layouts.UILayout
getReportFileAsStream(String) - Static method in class com.jk.core.util.JKIOUtil
This method retrieves an input stream for a report file with the specified name.
getReportsOutPath(boolean) - Static method in class com.jk.core.util.JKIOUtil
This method retrieves the path for storing generated reports, either with or without appending a file separator at the end.
getRequestAttributeAsBoolean(String, Object) - Static method in class com.jk.web.util.JKJsfUtil
This method retrieves a request attribute by its key and converts it to a boolean value, using a default value if not found.
getRequestMap() - Method in class com.jk.core.context.JKAbstractContext
This method gets the request map as a HashMap
getRequestMap() - Method in interface com.jk.core.context.JKContext
This method gets the request map as a HashMap
getRequestMap() - Static method in class com.jk.web.util.JKJsfUtil
This method retrieves the request map from the current FacesContext.
getRequestMap(HttpServletRequest, boolean) - Static method in class com.jk.web.util.JKWebContextUtil
This method retrieves a map of request attributes from an HttpServletRequest.
getRequestMediaType() - Method in class com.jk.services.client.JKServiceClient
This method retrieves the media type to use for the request body when making service calls.
getResourceAsStream(String) - Method in class com.jk.core.resources.JKDefaultResourceLoader
This method retrieve an InputStream for reading the specified resource.
getResourceAsStream(String) - Method in interface com.jk.core.resources.JKResourceLoader
This method retrieve an InputStream for reading the specified resource.
getResourceAsStream(String) - Method in class com.jk.web.util.JKServletResourceLoader
This method retrieve an InputStream for reading the specified resource.
getResourceLoader() - Method in class com.jk.core.context.JKAbstractContext
This method gets the resource loader for this context object.
getResourceLoader() - Method in interface com.jk.core.context.JKContext
This method gets the resource loader for this context object.
getResourceLoader() - Static method in class com.jk.core.resources.JKResourceLoaderFactory
This method retrieves the JKResourceLoader instance.
getResourcesInnPackage(String) - Static method in class com.jk.core.util.JKIOUtil
This method recursively retrieves a list of files from a specified package location within the class path.
getResourceUrl(String) - Method in class com.jk.core.resources.JKDefaultResourceLoader
This method retrieve a URL pointing to the location of the specified file resource.
getResourceUrl(String) - Method in interface com.jk.core.resources.JKResourceLoader
This method retrieve a URL pointing to the location of the specified file resource.
getResourceUrl(String) - Method in class com.jk.web.util.JKServletResourceLoader
This method retrieve a URL pointing to the location of the specified file resource.
getResponseHeaders() - Method in class com.jk.services.client.JKServiceClient
This method gets the headers received in the response from service calls.
getResponseMessage() - Method in exception com.jk.services.client.JKServiceClientException
This method gets the response message received from the service..
getResult() - Method in class com.jk.core.reflection.common.MethodCallInfo
This method gets the result of the method call.
getResults() - Method in class com.jk.core.util.JKStringBuffer
This method returns the accumulated text content.
getResultSet() - Method in class com.jk.data.dynamic.paging.DataBasePager
This method gets the cached query result set.
getReturnMimeType() - Method in class com.jk.services.server.commons.models.EndPoint
This method retrieves the MIME type for the response returned by the end-point.
getReturnValue() - Method in class com.jk.data.dynamic.query.StringReturnValue
This method gets the return value.
getRole() - Method in class com.jk.core.context.JKAbstractContext
This method gets the context role.
getRole() - Method in interface com.jk.core.context.JKContext
This method gets the context role.
getRole() - Method in class com.jk.services.client.workflow.models.PayloadModel
This method retrieves the role for this pay-load model.
getRoles() - Method in class com.jk.web.faces.controllers.JKWebController
This method retrieves a list of roles associated with the current user session.
getRoot() - Method in class com.jk.web.util.JKPrimefacesTreeWrapper
This method gets the root node of the tree.
getRowCount() - Method in class com.jk.core.model.table.JKDefaultTableModel
Returns the number of rows in the model.
getRowCount() - Method in class com.jk.core.model.table.JKTableModel
Returns the number of rows in the model.
getRows() - Method in class com.jk.web.faces.components.layouts.UIGridLayout
This method retrieves the number of rows in the layout.
getRowsCount(String, Object...) - Method in class com.jk.data.dataaccess.core.JKDataAccessImpl
This method retrieves the number of rows returned by a specified SQL query with optional parameters.
getRowsCount(String, Object...) - Method in interface com.jk.data.dataaccess.core.JKDataAccessService
This method retrieves the number of rows returned by a specified SQL query with optional parameters.
getRowsCount(String, Object...) - Method in class com.jk.data.vendors.mysql.MysqlDataAccess
This method retrieves the number of rows returned by a specified SQL query with optional parameters.
getRowsLimit() - Method in interface com.jk.data.datasource.JKDataSource
This method gets the rows limit.
getRunAsync() - Static method in class com.jk.services.client.logging.JKLogServiceClient
THis method checks whether log messages should be sent asynchronously.
getRunTime() - Method in class com.jk.core.version.JKVersionInfo
This method gets the component run time.
getSalt() - Method in class com.jk.core.datatypes.custom.Password
This method gets the salt value associated with this password.
getScanner() - Static method in class com.jk.core.util.JK
This method retrieves a scanner for reading input from the console.
getSecondsDifference(Date, Date) - Static method in class com.jk.core.util.JKDateTimeUtil
This method calculates the difference in seconds between two dates.
getSelectedNode() - Method in class com.jk.web.util.JKPrimefacesTreeWrapper
This method retrieves the currently selected tree node.
getSelectItems() - Method in class com.jk.web.util.UIFacesVisitor
This method retrieves the list of UISelectItems components.
getService() - Method in class com.jk.webstack.security.controllers.JKSecurityWebController
This method get the SecurityService instance.
getService() - Method in class com.jk.webstack.security.controllers.JKUserWebControllers
This method get the SecurityService instance.
getServiceName() - Method in class com.jk.services.client.JKServiceClient
This method retrieves the name of the service associated with this client.
getServiceName() - Method in exception com.jk.services.client.JKServiceClientException
This method gets the name of the service associated with the exception.
getServices() - Method in class com.jk.services.server.commons.models.ServiceServerInfo
This method retrieves the list of service information objects representing the service hosted on the service server.
getServiceServers() - Method in class com.jk.services.server.JKServicesRegistry
This method gets the list of the service servers.
getServiceUrlPropertyName() - Method in class com.jk.services.client.JKMatureServiceClient
This method is yet to be implemented (TBI).
getServiceUrlPropertyName() - Method in class com.jk.services.client.JKServiceClient
This method is yet to be implemented (TBI).
getServiceUrlPropertyName() - Method in class com.jk.services.client.workflow.JKWorkflowServiceClient
This method retrieves the property for specifying URL of the workflow services.
getServletContext() - Static method in class com.jk.web.mvc.MvcUtil
This method retrieves the ServletContext associated with the MVC application.
getServletContext() - Static method in class com.jk.web.util.JKJsfUtil
This method retrieves the ServletContext associated with the current FacesContext.
getServletContext() - Method in class com.jk.webstack.security.JKWebSecurityConfig
This method retrieves the ServletContext for the application.
getServletContextParamter(String) - Static method in class com.jk.web.util.JKJsfUtil
This method retrieves the value of a specified initialization parameter from the ServletContext.
getSessionFactory() - Method in class com.jk.data.datasource.impl.JKHibernateDataSource
This method gets the Hibernate session factory, initializing it if it was null.
getSessionID() - Method in class com.jk.core.context.JKAbstractContext
This method gets the current session identifier (ID)
getSessionID() - Method in interface com.jk.core.context.JKContext
This method gets the current session identifier (ID)
getSessionMap() - Method in class com.jk.core.context.JKAbstractContext
This method gets the current session map as a HashMap.
getSessionMap() - Method in interface com.jk.core.context.JKContext
This method gets the current session map as a HashMap.
getSessionMap() - Static method in class com.jk.web.util.JKJsfUtil
This method retrieves the session map from the current FacesContext.
getSessionMap(HttpSession) - Static method in class com.jk.web.util.JKWebContextUtil
This method retrieves a map of session attributes from an HTTP session.
getSeverity() - Method in class com.jk.core.logging.JKLog
This method gets the log severity.
getShortListOfJKTypes() - Static method in class com.jk.core.datatypes.JKDataTypeMapping
This method gets a collection of JKDataType possible values.
getShortName() - Method in class com.jk.core.locale.JKLocale
This method gets the locale short name.
getSize(Collection) - Static method in class com.jk.core.util.JK
This method gets the size of the provided collection.
getSmtpPort() - Method in class com.jk.core.mail.JKMailInfo
This method gets the SMTP port.
getSortInfo() - Method in class com.jk.data.dataaccess.orm.meta.JKColumnWrapper
This method gets the sort information.
getSortInfo(Class<? extends JKEntity>) - Static method in class com.jk.data.dataaccess.orm.JKEntity
This method retrieves the sort information associated with a class.
getSourceQName() - Method in class com.jk.web.faces.config.JKTagMapping
This method gets the source XML tag name.
getSqlDataAccess() - Method in class com.jk.webstack.controllers.JKWebControllerWithSqlDataAccess
This method gets the SQL data access service used for executing SQL queries.
getSqlFile(String) - Static method in class com.jk.core.util.JKIOUtil
This method retrieves the content of an SQL file located in the specified path within the class path.
getSqlType() - Method in class com.jk.data.dataaccess.core.JKCustomSqlType.ArrayCustomSqlType
This method gets the SQL type code associated with the custom database object.
getSqlType() - Method in interface com.jk.data.dataaccess.core.JKCustomSqlType
This method gets the SQL type code associated with the custom database object.
getSqlType() - Method in class com.jk.data.dataaccess.core.JKCustomSqlType.StructCustomSqlType
This method gets the SQL type code associated with the custom database object.
getStartTime() - Method in class com.jk.services.server.commons.models.ServiceServerInfo
This method retrieves the start time of the service server as a string.
getStatement() - Method in interface com.jk.data.dataaccess.core.JKUpdater
This method gets the SQL statement that represents the update operation.
getStatus() - Method in class com.jk.core.model.table.JKTableRecord
This method gets this record status.
getStatus() - Method in class com.jk.core.security.JKUser
This method gets the user status.
getStatus() - Method in exception com.jk.services.client.JKServiceClientException
This method retrieves the HTTP status associated with the exception.
getStatus() - Method in class com.jk.services.client.workflow.models.PayloadModel
This method retrieves the status for this pay-load model.
getStatus() - Method in class com.jk.web.embedded.spring.ErrorPage
This method retrieves the HTTP status code.
getStatusCode() - Method in class com.jk.web.embedded.spring.ErrorPage
This method retrieves the HTTP status code value.
getString(String) - Method in class com.jk.core.config.JKConfig
This method gets a string associated with the given configuration property name with a default value of null
getString(String, String) - Method in class com.jk.core.config.JKConfig
This method gets a string associated with the given configuration property name.
getSubDirectories(File) - Static method in class com.jk.core.util.JKIOUtil
This method retrieves a list of names of sub-directories within the specified directory.
getSubject() - Method in class com.jk.core.mail.JKMailInfo
This method gets the mail subject.
getSubMenus() - Method in class com.jk.web.util.UIFacesVisitor
This method retrieves the collected list of UISubmenu components.
getSystem() - Method in class com.jk.services.client.workflow.models.NewPayloadRequestModel
This method retrieves the system associated with this pay-load request model.
getSystem(String) - Method in class com.jk.services.client.workflow.JKWorkflowServiceClient
This method retrieves a system model by its code.
getSystemDate() - Static method in class com.jk.core.util.JKDateTimeUtil
This method is yet to be implemented correctly.
getSystemDate() - Method in class com.jk.data.dataaccess.core.JKDataAccessImpl
This method retrieves the current system date and time from the database.
getSystemDate() - Method in interface com.jk.data.dataaccess.core.JKDataAccessService
This method retrieves the current system date and time from the database.
getSystemDate() - Method in class com.jk.data.vendors.h2.H2DataAccess
This method retrieves the current system date and time from the database.
getSystemDate() - Method in class com.jk.data.vendors.mysql.MysqlDataAccess
This method retrieves the current system date and time from the database.
getSystemDate() - Method in class com.jk.data.vendors.oracle.JKOracleDataAccess
This method retrieves the current system date and time from the database.
getSystemInfo() - Static method in class com.jk.core.util.JKMachineInfo
This method retrieves system information properties.
getTableColumn() - Method in class com.jk.core.model.table.JKTableColumnValue
This method the table column associated with this value.
getTableColumn(int) - Method in class com.jk.core.model.table.JKTableModel
This method gets the table column associated with the provided visible index.
getTableColumn(int, boolean) - Method in class com.jk.core.model.table.JKTableModel
This method gets the table column using the provided index.
getTableColumns() - Method in class com.jk.core.model.table.JKTableModel
This method returns all the table columns model.
getTableName() - Method in class com.jk.core.security.JKAudit
This method gets the name of the database table where the change occurred.
getTableName() - Method in class com.jk.data.dataaccess.orm.JKEntity
This method gets the primary table name of this entity.
getTables() - Method in class com.jk.web.util.UIFacesVisitor
This method retrieves the collected list of DataTable components.
getTag() - Method in class com.jk.web.faces.tags.JKTagWrapper
This method retrieves the wrapped Tag.
getTagMapping() - Method in class com.jk.web.faces.config.JKFacesConfigurations
This method gets the list of the JKTagMapping objects.
getTargetLocalName() - Method in class com.jk.web.faces.config.JKTagMapping
This method gets the target local name.
getTargetQName() - Method in class com.jk.web.faces.config.JKTagMapping
This method gets the target XML tag name.
getTenantId() - Method in class com.jk.core.context.JKAbstractContext
This method gets the tenant identifier (ID).
getTenantId() - Method in interface com.jk.core.context.JKContext
This method gets the tenant identifier (ID).
getTenantId() - Method in interface com.jk.data.dataaccess.core.JKDataAccessService
This method gets the tenant identifier (ID).
getTenantId() - Method in interface com.jk.data.dataaccess.orm.JKObjectDataAccess
This method retrieves the tenant identifier (ID).
getTenantId() - Method in class com.jk.services.client.JKClientRequestFilter
This method retrieves the current tenant ID.
getTenantId() - Method in class com.jk.services.server.JKAbstractRestController
This method gets the tenant identifier (ID).
getTenantId() - Method in class com.jk.web.faces.controllers.JKWebController
This method gets the tenant identifier (ID).
getTestQuery() - Method in enum class com.jk.data.datasource.JKDatabase
This method gets the query made for testing purposes.
getTheme() - Method in class com.jk.web.faces.controllers.JKUtilWebController
This method gets the current theme selected for the web application.
getThemes() - Method in class com.jk.web.faces.controllers.JKUtilWebController
This method gets the list of available themes.
getTimeInSeconds() - Method in class com.jk.core.cache.impl.JKTimedAndSizeCacheManager
This methods returns the timeout time in which entries are automatically removed from the cache after it.
getTimestamp() - Method in class com.jk.services.client.workflow.models.PayloadModel
This method retrieves the time stamp for this pay-load model.
getTimeStamp() - Method in class com.jk.core.logging.JKLog
This method gets the log time stamp.
getTitle() - Method in class com.jk.web.faces.components.layouts.UIFormLayout
This method retrieves the layout title.
getTo() - Method in class com.jk.core.mail.JKMailInfo
This method gets the receiver of the mail.
getTokenAuthentication() - Method in class com.jk.services.client.JKClientRequestFilter
This method retrieves the current authentication token.
getType() - Method in class com.jk.core.mime.MagicMimeEntry
This method gets the numeric value that represents this entry type.
getType() - Method in class com.jk.core.model.table.JKColumnFilter
This method gets this instance filter type.
getType(int) - Static method in class com.jk.core.datatypes.JKDataTypeMapping
This method gets the JKDataType that responds to the specified numeric code.
getType(Class<?>) - Static method in class com.jk.core.datatypes.JKDataTypeMapping
This method gets the JKDataType that responds to the specified java type.
getTypeMappingAsClasses() - Static method in class com.jk.core.datatypes.JKDataTypeMapping
This method gets a set that contains all the java type possible values.
getTypeMappingsAsJKTypes() - Static method in class com.jk.core.datatypes.JKDataTypeMapping
This method gets a collection of all JKDataType possible values.
getTypeName() - Method in class com.jk.web.mvc.MvcFieldMeta
This method retrieves the type name of the field.
getTypeName(int, int, int, int) - Method in enum class com.jk.data.datasource.JKDatabase
This method is yet to be implemented (TBI).
getUid() - Method in class com.jk.core.jpa.JKDefaultIndexable
This method gets the unique identifier (ID) of this indexable entity.
getUid() - Method in interface com.jk.core.jpa.JKIndexable
This method gets the unique identifier (ID) of this indexable entity.
getUrl() - Method in class com.jk.core.jdbc.JKDriverManagerDataSource
This method gets the connection URL.
getUrl() - Method in exception com.jk.services.client.JKServiceClientException
This method gets the URL associated with the exception.
getUrl() - Method in class com.jk.web.faces.config.JKNamespace
This method retrieves the URL associated with the name space.
getURL(String) - Static method in class com.jk.core.util.JK
This method retrieves a URL object for the specified path.
getURL(String) - Static method in class com.jk.core.util.JKIOUtil
This method retrieves a URL object for the specified resource path.
getUrlContents(String) - Static method in class com.jk.core.http.JKHttpUtil
This method gets the URL contents as string.
getUrlInputStream(String) - Static method in class com.jk.core.http.JKHttpUtil
This method gets the specified URL input stream
getUser() - Method in class com.jk.core.context.JKAbstractContext
This method gets the current user.
getUser() - Method in interface com.jk.core.context.JKContext
This method gets the current user.
getUser() - Method in exception com.jk.core.exceptions.JKDisabledUserException
This method gets the disabled user associated with this exception.
getUser() - Method in class com.jk.core.jdbc.JKDriverManagerDataSource
This method gets the user name on whose behave this connection is being made.
getUser() - Method in class com.jk.core.security.JKAudit
This method gets the user associated with the audit entry.
getUser() - Method in class com.jk.webstack.security.controllers.JKSecurityWebController
This method get the currently logged-in user.
getUser() - Method in class com.jk.webstack.security.controllers.JKUserWebControllers
This method gets the currently logged-in user.
getUserBinding(HttpServletRequest) - Static method in class com.jk.web.mvc.MvcUtil
This method retrieves the user bindings map associated with the user's session.
getUserFolderPath(boolean) - Static method in class com.jk.core.util.JKIOUtil
This method gets the user's local folder path where application-related data can be stored.
getUsername() - Method in class com.jk.core.mail.JKMailInfo
This method gets the user name.
getUsername() - Method in class com.jk.webstack.security.User
Returns the user name used to authenticate the user.
getUsername() - Method in class com.jk.webstack.services.account.Account
This method gets the user account user name.
getUserName() - Method in class com.jk.core.context.JKAbstractContext
This method gets the user name.
getUserName() - Method in interface com.jk.core.context.JKContext
This method gets the user name.
getUserName() - Method in class com.jk.core.logging.JKLog
This method gets the user name.
getUserName() - Method in class com.jk.core.security.JKUser
This method gets the user name.
getUserName() - Method in class com.jk.web.faces.controllers.JKWebController
This method retrieves the user name associated with the current user session.
getUserName() - Method in class com.jk.webstack.controllers.JKWebAppBaseController
This method gets the user name of the currently logged-in user from the ID token.
getUserName() - Method in class com.jk.webstack.security.controllers.JKSecurityWebController
This method get the user name of the currently logged-in user.
getUserName(HttpServletRequest) - Method in class com.jk.web.monitoring.JKMonitorService
This method retrieves the user name of the authenticated user from the provided HttpServletRequest object.
getValue() - Method in class com.jk.core.model.table.JKTableColumnValue
This method gets the actual value contained.
getValue() - Method in interface com.jk.core.util.JKKeyValue
This method retrieves the value associated with this key-value pair.
getValue() - Method in class com.jk.data.dataaccess.core.JKDbIdValue
This method gets the value associated with the database record.
getValue() - Method in class com.jk.data.dynamic.query.FieldCondition
This method gets the value used for comparison.
getValue() - Method in class com.jk.web.faces.tags.JKTagAttributeWrapper
This method retrieves the attributes value.
getValue(String) - Static method in class com.jk.core.thread.JKThreadLocal
This method gets the value associated with the specified name from the thread-local map.
getValue(String, Object) - Static method in class com.jk.core.thread.JKThreadLocal
This method gets the value associated with the specified name from the thread-local map, or returns the default value if not found.
getValueAt(int, int) - Method in class com.jk.core.model.table.JKDefaultTableModel
Returns the value for the cell at columnIndex and rowIndex.
getValueAt(int, int) - Method in class com.jk.core.model.table.JKTableModel
Returns the value for the cell at columnIndex and rowIndex.
getValueAtAsDouble(int, int) - Method in class com.jk.core.model.table.JKTableModel
This method gets the value at the cell with the provided coordinate as a double.
getValueAtAsFloat(int, int) - Method in class com.jk.core.model.table.JKTableModel
This method gets the value at the cell with the provided coordinate as a float.
getValueAtAsInteger(int, int) - Method in class com.jk.core.model.table.JKTableModel
This method gets the value at the cell with the provided coordinate as a integer.
getValueFromtNodeByType(TreeNode, Class<T>) - Method in class com.jk.web.util.JKPrimefacesTreeWrapper
This method recursively searches for a tree node of a specified type and returns its value.
getValueFromUrl(String, String, int) - Static method in class com.jk.core.http.JKHttpUtil
This method gets the specified value contents from the specified URL.
getValues() - Method in class com.jk.core.model.table.JKColumnFilter
This method gets the values contained within the column.
getVersion() - Method in class com.jk.core.version.JKVersionInfo
This method gets the version of the software component.
getVersionInfo(String) - Method in class com.jk.core.version.JKVersionManager
This method get version information by name.
getVersionInfoMap() - Method in class com.jk.core.version.JKVersionManager
This method gets the map of version information.
getVersionsInfo() - Method in class com.jk.core.version.JKVersionManager
This method gets a list of all version information.
getViewScopedManagedBean(String) - Method in class com.jk.web.faces.controllers.JKWebController
This method retrieves a view-scoped managed bean by its controller name.
getVisibleColumnIndexFromActual(int) - Method in class com.jk.core.model.table.JKTableModel
This method gets the visible column index from the provided actual index.
getVisibleIndex() - Method in class com.jk.core.model.table.JKTableColumn
This method gets the visible column index.
getWidth() - Method in class com.jk.web.faces.components.layouts.UIAbstractRegion
This method retrieves the width of the region.
getWorkflowClass() - Method in class com.jk.services.client.workflow.models.PayloadModel
This method retrieves the workflow class.
getWorkflowClass() - Method in class com.jk.services.client.workflow.models.WorkflowEntityModel
This method retrieves the model workflow class.
getWorkflowEntity(String, String, String) - Method in class com.jk.services.client.workflow.JKWorkflowServiceClient
This method retrieves a workflow entity model by using system, code, and class name.
getWorkflowEntityName() - Method in class com.jk.webstack.controllers.JKWebControllerWithOrmSupport
Thie method retrieves the workflow entity name.
getWrapper() - Method in class com.jk.web.faces.components.layouts.UIAbstractRegion
This method retrieves the wrapper for the UIComponent to facilitate attribute handling.
getWrapper() - Method in class com.jk.web.faces.components.layouts.UILayout
This method retrieves the UIComponentWrapper associated with this layout.
getWrapperForPrimitive(Class<?>) - Static method in class com.jk.core.util.JK
This method returns the wrapper class for a given primitive class.
getWrapperForPrimitive(Class<?>) - Static method in class com.jk.core.util.JKObjectUtil
This method retrieves the wrapper class for a given primitive class.
getWriter() - Method in class com.jk.web.util.JKCharResponseWrapper
This method provides a PrintWriter that writes to the internal CharArrayWriter.
getWriter() - Method in class com.jk.web.util.JKContentCaptureServletResponse
This method provides a PrintWriter that writes to the internal content buffer.
getYear() - Method in class com.jk.core.time.JKTimeObject
This method gets the year component of the date.
getYearFromData(Date) - Static method in class com.jk.core.util.JKDateTimeUtil
This method gets the year from a given date.
Git() - Constructor for class com.jk.core.config.JKConstants.Git
 
GIT_BRANCH - Static variable in class com.jk.core.config.JKConstants.Git
Represents the configuration property for specifying the Git branch to use.
GIT_KEEP_LOCAL - Static variable in class com.jk.core.config.JKConstants.Git
Represents the configuration property for specifying whether to keep a local copy of the Git repository.
GIT_LOCAL_PATH - Static variable in class com.jk.core.config.JKConstants.Git
Represents the configuration property for specifying the local path of the Git repository.
GIT_PASSWORD - Static variable in class com.jk.core.config.JKConstants.Git
Represents the configuration property for specifying the Git password.
GIT_PASSWORD_PLAIN - Static variable in class com.jk.core.config.JKConstants.Git
Represents the configuration property for specifying the plain Git password.
GIT_URL - Static variable in class com.jk.core.config.JKConstants.Git
Represents the configuration property for specifying the Git repository URL.
GIT_USERNAME - Static variable in class com.jk.core.config.JKConstants.Git
Represents the configuration property for specifying the Git user name.
GONE - Enum constant in enum class com.jk.core.http.JKHttpStatus
410 Gone.
guessMissingProperties() - Method in class com.jk.data.datasource.impl.JKHibernateDataSource
This method guesses and sets missing properties based on the database type.

H

H2 - Enum constant in enum class com.jk.data.datasource.JKDatabase
Represents the H2 database configuration.
H2DataAccess - Class in com.jk.data.vendors.h2
This class provides H2-specific functionality for data access operations.
H2DataAccess(JKDataSource) - Constructor for class com.jk.data.vendors.h2.H2DataAccess
This method constructs a new H2DataAccess with the provided data source.
H2PhysicalNamingStrategy - Class in com.jk.data.vendors.h2
This class customizes the naming strategy for H2 databases.
H2PhysicalNamingStrategy() - Constructor for class com.jk.data.vendors.h2.H2PhysicalNamingStrategy
 
HANA - Enum constant in enum class com.jk.data.datasource.JKDatabase
Represents the HANA database configuration.
handle() - Method in class com.jk.web.faces.exceptions.JKFacesExceptionHandler
handle(Throwable) - Static method in class com.jk.core.exceptions.handler.JKExceptionUtil
This method handles the given throwable in a custom manner.
handle(Throwable) - Static method in class com.jk.core.util.JK
This method handles the provided Throwable by logging the exception details and passing it to the exception handling mechanism.
handle(Throwable, boolean) - Static method in class com.jk.core.exceptions.handler.JKExceptionUtil
This method handles the given throwable in a custom manner.
handle(Throwable, boolean) - Method in class com.jk.core.exceptions.handler.UnitTestingExceptionHandler
This method handles the given throwable in a custom manner.
handle(Throwable, boolean) - Method in class com.jk.web.util.JKWebExceptionHandler
This method handles the given throwable in a custom manner.
handle(T, boolean) - Method in class com.jk.core.exceptions.handler.JKDefaultExceptionHandler
This method handles the given throwable in a custom manner.
handle(T, boolean) - Method in interface com.jk.core.exceptions.handler.JKExceptionHandler
This method handles the given throwable in a custom manner.
handleAnnotationFound(String) - Method in interface com.jk.core.annotations.AnnotationHandler
This method handles the classes with class annotations that were found.
handleClient(Socket) - Method in class com.jk.core.reflection.server.ReflectionServer
This method handles a client connection by creating a ClientHandler to process the client's request.
handleException(Exception) - Method in class com.jk.web.faces.controllers.JKWebController
This method handles exceptions that may occur during the execution of controller methods.
handleMapping(JKTagWrapper) - Method in class com.jk.web.faces.decorators.JKTagDecorator
This method handles mapping for the provided tag based on the configuration settings in JKFacesConfigurations.
Handler - Class in com.jk.core.test
This class represents a handler for processing client connections and collecting execution data from connected clients.
handleTimeStamps(T) - Method in class com.jk.data.dataaccess.orm.JKObjectDataAccessImpl
This method updates time stamp fields (creation and modification dates) in the given object.
HARDDISK_ID - Enum constant in enum class com.jk.core.util.JKMachineInfo.HardWare
Represents the identifier associated with the hard disk.
hasFatal() - Method in class com.jk.core.validation.Problems
This method checks if any problem in the collection has a severity level of "FATAL".
hash(char[], byte[]) - Static method in class com.jk.core.security.JKSecurityUtil
Hash.
hash(String) - Method in class com.jk.core.datatypes.custom.Password
This method adds the specified hashed password to this object attributes then returns it.
hash(String) - Static method in class com.jk.core.security.JKPasswordUtil
This method hashes the provided value using the default password hashing mechanism.
hash(String) - Static method in class com.jk.core.util.JKObjectUtil
This method calculates the hash code for a given string.
hashCode() - Method in class com.jk.core.validation.Problem
Returns a hash code value for the object.
hashCode() - Method in class com.jk.data.dataaccess.orm.JKEntity
Returns a hash code value for the object.
hashCode() - Method in class com.jk.services.client.workflow.models.NewPayloadRequestModel
hashCode() - Method in class com.jk.services.client.workflow.models.PayloadModel
hashCode() - Method in class com.jk.services.client.workflow.models.SystemModel
hashCode() - Method in class com.jk.services.client.workflow.models.WorkflowEntityModel
hashCode() - Method in class com.jk.web.embedded.spring.ErrorPage
hashCode() - Method in class com.jk.web.embedded.spring.MimeMappings
hashCode() - Method in class com.jk.web.embedded.spring.MimeMappings.Mapping
hashpw(String, String) - Static method in class com.jk.core.security.BCrypt
Hash a password using the OpenBSD bcrypt scheme.
HEADER_REMOTE_APP_NAME - Static variable in class com.jk.core.config.JKConstants.Context
Represents the configuration property for specifying the remote application header name.
HEADERS_MAP - Static variable in class com.jk.core.config.JKConstants.Context
Represents the configuration property for specifying the headers map in the JK context.
hello() - Method in interface com.jk.core.factory.Test
This method generates a greeting message along with counter and instance information.
hello() - Method in class com.jk.core.factory.TestImpl
This method generates a greeting message along with counter and instance information.
Hibernate() - Constructor for class com.jk.core.config.JKConstants.Hibernate
 
HIBERNATE_C3P0_ACQUIRE_INCREMENT - Static variable in class com.jk.core.config.JKConstants.Hibernate
Represents the configuration property for specifying the connection acquire increment in Hibernate C3P0.
HIBERNATE_C3P0_ACQUIRE_RETRY_ATTEMPTS - Static variable in class com.jk.core.config.JKConstants.Hibernate
Represents the configuration property for specifying the number of acquire connection retry attempts in Hibernate C3P0.
HIBERNATE_C3P0_ACQUIRE_RETRY_DELAY - Static variable in class com.jk.core.config.JKConstants.Hibernate
Represents the configuration property for specifying the delay between acquire connection retries in Hibernate C3P0.
HIBERNATE_C3P0_ADMIN_MAX_TASK_TIME - Static variable in class com.jk.core.config.JKConstants.Hibernate
Represents the configuration property for specifying the maximum time for administrative tasks in Hibernate C3P0.
HIBERNATE_C3P0_AUTOMATIC_TEST_TABLE - Static variable in class com.jk.core.config.JKConstants.Hibernate
Represents the configuration property for specifying the automatic test table in Hibernate C3P0.
HIBERNATE_C3P0_CHECKOUT_TIMEOUT - Static variable in class com.jk.core.config.JKConstants.Hibernate
Represents the configuration property for specifying the connection checkout timeout in Hibernate C3P0.
HIBERNATE_C3P0_CONTEXT_CLASS_LOADER_SOURCE - Static variable in class com.jk.core.config.JKConstants.Hibernate
Represents the configuration property for specifying the context class loader source in Hibernate C3P0.
HIBERNATE_C3P0_DEBUG_UNRETURNED_CONNECTION_STACK_TRACES - Static variable in class com.jk.core.config.JKConstants.Hibernate
Represents the configuration property for enabling debug stack traces of unreturned connections in Hibernate C3P0.
HIBERNATE_C3P0_IDLE_CONNECTION_CHECK_TIMEOUT - Static variable in class com.jk.core.config.JKConstants.Hibernate
Represents the configuration property for specifying the timeout for checking idle connections in Hibernate C3P0.
HIBERNATE_C3P0_IDLE_CONNECTION_TEST_PERIOD - Static variable in class com.jk.core.config.JKConstants.Hibernate
Represents the configuration property for specifying the period between tests of idle connections in Hibernate C3P0.
HIBERNATE_C3P0_MAX_CONNECTION_AGE - Static variable in class com.jk.core.config.JKConstants.Hibernate
Represents the configuration property for specifying the maximum age of connections in Hibernate C3P0.
HIBERNATE_C3P0_NUM_HELPER_THREADS - Static variable in class com.jk.core.config.JKConstants.Hibernate
Represents the configuration property for specifying the number of helper threads in Hibernate C3P0.
HIBERNATE_C3P0_STATEMENTS_CACHE - Static variable in class com.jk.core.config.JKConstants.Hibernate
Represents the configuration property for specifying the maximum number of cached statements in Hibernate C3P0.
HIBERNATE_C3P0_STATEMENTS_CACHE_PER_CONNECTION - Static variable in class com.jk.core.config.JKConstants.Hibernate
Represents the configuration property for specifying the maximum number of cached statements per connection in Hibernate C3P0.
HIBERNATE_C3P0_TEST_CONNECTION_ON_CHECKOUT - Static variable in class com.jk.core.config.JKConstants.Hibernate
Represents the configuration property for specifying testing connections during checkout in Hibernate C3P0.
HIBERNATE_C3P0_TIMEOUT - Static variable in class com.jk.core.config.JKConstants.Hibernate
Represents the configuration property for specifying the connection timeout in Hibernate C3P0.
HIBERNATE_C3P0_UNRETURNED_CONNECTION_TIMEOUT - Static variable in class com.jk.core.config.JKConstants.Hibernate
Represents the configuration property for specifying the timeout for unreturned connections in Hibernate C3P0.
HIBERNATE_CONNECTION_AUTOCOMMIT - Static variable in class com.jk.core.config.JKConstants.Hibernate
Represents the configuration property for specifying the autocommit behavior of database connections in Hibernate.
HIBERNATE_FORMAT_SQL - Static variable in class com.jk.core.config.JKConstants.Hibernate
Represents the configuration property for specifying the formatting of SQL statements in Hibernate.
HIBERNATE_GLOBALLY_QUOTED_IDENTIFIERS - Static variable in class com.jk.core.config.JKConstants.Hibernate
Represents the configuration property for specifying globally quoted identifiers (IDs) in Hibernate.
HIBERNATE_HBM2DDL_AUTO - Static variable in class com.jk.core.config.JKConstants.Hibernate
Represents the configuration property for specifying Hibernate's automatic schema update behavior.
HIBERNATE_ID_NEW_GENERATOR_MAPPINGS - Static variable in class com.jk.core.config.JKConstants.Hibernate
Represents the configuration property for specifying new identifier (ID) generator mappings in Hibernate.
HIBERNATE_JDBC_DIALICT - Static variable in class com.jk.core.config.JKConstants.Hibernate
Represents the configuration property for specifying the type of database used in hibernate to generate SQL statements for a particular relational database.
HIBERNATE_JDBC_DRIVER_NAME - Static variable in class com.jk.core.config.JKConstants.Hibernate
Represents the configuration property for specifying the JDBC driver class name in Hibernate..
HIBERNATE_MAX_SIZE - Static variable in class com.jk.core.config.JKConstants.Hibernate
Represents the configuration property for specifying the maximum size of the connection pool in Hibernate C3P0.
HIBERNATE_MIN_SIZE - Static variable in class com.jk.core.config.JKConstants.Hibernate
Represents the configuration property for specifying the minimum size of the connection pool in Hibernate C3P0.
HIBERNATE_PHYSICAL_NAMING_STRATEGY - Static variable in class com.jk.core.config.JKConstants.Hibernate
Represents the configuration property for specifying the physical naming strategy in Hibernate.
HIBERNATE_PREFERRED_TEST_QUERY - Static variable in class com.jk.core.config.JKConstants.Hibernate
Represents the configuration property for specifying the preferred test query in Hibernate C3P0.
HIBERNATE_SHOW_SQL - Static variable in class com.jk.core.config.JKConstants.Hibernate
Represents the configuration property for enabling the display of SQL statements in Hibernate.
HIBERNATE_USE_SQL_COMMENTS - Static variable in class com.jk.core.config.JKConstants.Hibernate
Represents the configuration property for specifying the usage of SQL comments in Hibernate.
HistoryItem - Annotation Interface in com.jk.core.annotations
This Interface represents annotation of item history.
HOST_NAME - Enum constant in enum class com.jk.core.validation.builtin.FSValidators
Validates that the provided string is a valid host name.
HOST_NAME_OR_IP_ADDRESS - Enum constant in enum class com.jk.core.validation.builtin.FSValidators
Validates that the provided string is either a valid host name or a valid IP address.
HSQL - Enum constant in enum class com.jk.data.datasource.JKDatabase
Represents the HSql database configuration.
HTML_CONTENTS - Static variable in interface com.jk.web.JKWebConstants
Represents the attribute name for HTML contents.
HTTP_HEADER_KEY - Static variable in class com.jk.core.config.JKConstants.Context
Represents the configuration property for specifying the Application Header key in the HTTP context.
HTTP_REQUEST_MAP - Static variable in class com.jk.core.config.JKConstants.Context
Represents the configuration property for specifying Request Map in the HTTP context.
HTTP_SESSION_ID - Static variable in class com.jk.core.config.JKConstants.Context
Represents the configuration property for specifying Session Identifier (ID) in the HTTP context.
HTTP_SESSION_MAP - Static variable in class com.jk.core.config.JKConstants.Context
Represents the configuration property for specifying Session Map in the HTTP context.
HTTP_VERSION_NOT_SUPPORTED - Enum constant in enum class com.jk.core.http.JKHttpStatus
505 HTTP Version Not Supported.

I

i() - Static method in class com.jk.core.lm.JKLMF
I.
I_AM_A_TEAPOT - Enum constant in enum class com.jk.core.http.JKHttpStatus
418 I'm a teapot.
ignore - Variable in class com.jk.web.filters.JKSetCharacterEncodingFilter
Indicates whether to ignore the filter or not.
IM_USED - Enum constant in enum class com.jk.core.http.JKHttpStatus
226 IM Used.
implementMe() - Static method in class com.jk.core.util.JK
This method throws an IllegalStateException with a default message indicating that the method is not implemented yet.
implementMe(String) - Static method in class com.jk.core.util.JK
This method throws an IllegalStateException with the specified message, indicating that the method is not implemented yet.
importDb(DatabaseInfo) - Static method in class com.jk.data.backup.MySqlUtil
This method imports an SQL file into a MySQL database using the provided DatabaseInfo.
ImportManager - Class in com.jk.data.backup
This class is responsible for managing the import of SQL data into a database.
ImportManager(String) - Constructor for class com.jk.data.backup.ImportManager
This method constructs a new ImportManager with the path to the SQL file for import.
info(String, Object...) - Method in class com.jk.core.logging.JKLogger
This method logs a message at the INFO level according to the specified format and arguments.
info(String, Throwable) - Method in class com.jk.core.logging.JKLogger
This method logs an exception (throwable) at the INFO level with an accompanying message.
INFO - Enum constant in enum class com.jk.core.validation.Severity
Represents informational severity level.
INFO - Static variable in class com.jk.core.logging.JKLog
Represents the INFO log level.
INFORMATIONAL - Enum constant in enum class com.jk.core.http.JKHttpStatus.Series
The informational.
init() - Static method in class com.jk.core.config.JKConfig
This method initiate the default configuration instance by specifying all its needed attributes, while properly documenting the steps with the configuration logger.
init() - Static method in class com.jk.core.util.JK
This method initializes the JK framework.
init() - Method in class com.jk.core.version.JKVersionManager
This method initialize the version manager by reading and registering version information from build properties files.
init() - Static method in class com.jk.data.dataaccess.JKDataAccessFactory
This method initializes the JKDataAccessFactory by setting the default data source based on configuration.
init() - Method in class com.jk.data.datasource.impl.JKAbstractDataSource
This method initializes the data source.
init() - Method in class com.jk.data.datasource.impl.JKHibernateDataSource
This method initializes the data source.
init() - Method in interface com.jk.data.datasource.JKDataSource
This method initiates the data source.
init() - Method in class com.jk.data.datasource.JKNoSqlDataSource
This method initializes the MongoClient by configuring a PojoCodecProvider to handle object mapping, creating MongoClientSettings with connection details and credentials, and then creating the MongoClient.
init() - Method in class com.jk.services.server.JKServiceConfig
This method initializes the Jersey application configuration.
init() - Method in class com.jk.web.faces.controllers.JKWebController
This method initializes the web controller.
init() - Method in class com.jk.web.mvc.MvcObjectViewModel
This method initializes the view model by extracting metadata from the original object.
init() - Method in class com.jk.web.servlets.JKWebContextListener
This method initializes the JKWebContextListener.
init() - Method in class com.jk.web.test.JKManagedBeanTest
This method initializes the test environment before each test case is executed.
init() - Method in class com.jk.webstack.listeners.JKWebstackContextListener
This method initialize the JKWebstackContextListener.
init() - Method in class com.jk.webstack.security.services.SecurityService
This method initializes the service, creating a default user and role if none exist.
init(FilterConfig) - Method in class com.jk.web.filters.JKDefaultFilter
init(FilterConfig) - Method in class com.jk.web.filters.JKNoCacheFilter
init(FilterConfig) - Method in class com.jk.web.filters.JKSetCharacterEncodingFilter
init(FilterConfig) - Method in class com.jk.web.multitenant.JKMultiTenantFilter
init(FilterConfig) - Method in class com.jk.web.mvc.MvcFilter
This method initializes the filter and scans for MVC models in specified packages.
init(ServletConfig) - Method in class com.jk.web.servlets.JKLogoutServlet
This method initializes the servlet configuration and logs initialization.
init(ServletConfig) - Method in class com.jk.web.servlets.JKResetConfigServlet
This method initializes the servlet configuration and logs initialization.
init(ServletConfig) - Method in class com.jk.web.servlets.JKVersionsServlet
This method initializes the servlet configuration and logs initialization.
init(ServletContext) - Static method in class com.jk.web.mvc.MvcUtil
This method initializes the MvcUtil class with the ServletContext.
init(InputStream, InputStream) - Static method in class com.jk.core.mime.MimeUtil
This method initializes the Magic MIME database by loading MIME types and parsing magic rules from the provided input streams.
init(Properties) - Static method in class com.jk.core.logging.JKLoggerFactory
This method initiates a logger with the specified properties.
initClass() - Static method in class com.jk.web.test.JKManagedBeanTest
This method initializes the test class before any test cases are executed.
initClass() - Static method in class com.jk.webstack.listeners.test.JKWebStackManagedBeanTest
This method initializes the JKDataAccessFactory before running the test class.
initConnectinoPool() - Method in class com.jk.data.datasource.impl.JKHibernateDataSource
This method is supposed to initializes the connection pool for the data source.
initFromConfigFile(String) - Static method in class com.jk.core.logging.JKLoggerFactory
This method constructs a new logger with the specified configuration in the provided file.
initHibernate() - Method in class com.jk.data.datasource.impl.JKHibernateDataSource
This method initializes Hibernate.
initilized - Static variable in class com.jk.core.config.JKConfig
Represents a boolean value to show whether this object been initialized or not.
initInfo() - Static method in class com.jk.core.util.JK
This method is responsible for initializing information related to build time and load time of the JK framework.
initProperties(Properties) - Method in class com.jk.data.datasource.impl.JKAbstractDataSource
This method initializes the properties for the data source, including default values and configuration fixes.
initRequestInfo(HttpServletRequest) - Static method in class com.jk.web.mvc.MvcUtil
This method initializes request-related information in thread-local storage.
INPUT_SHOW_LABEL - Static variable in class com.jk.web.faces.components.TagAttributeConstants
Represents the attribute to show labels for input components.
INPUT_WITH_LABEL - Static variable in class com.jk.web.faces.components.TagAttributeConstants
Represents the attribute indicating input components with labels.
insert(NewPayloadRequestModel) - Method in class com.jk.services.client.workflow.JKWorkflowServiceClient
This method inserts an object into the service.
insert(T) - Method in class com.jk.data.dataaccess.git.JKGitDataAccess
This method inserts a new record into the Git-backed storage.
insert(T) - Method in interface com.jk.data.dataaccess.orm.JKObjectDataAccess
This method inserts the provided object into the data storage.
insert(T) - Method in class com.jk.data.dataaccess.orm.JKObjectDataAccessImpl
This method inserts the provided object into the data storage.
insert(T) - Method in class com.jk.data.dataaccess.orm.JKObjectDataAccessInMemory
This method inserts the provided object into the data storage.
insert(T) - Method in class com.jk.data.vendors.mongo.JKMongoDataAccess
This method inserts the provided object into the data storage.
insert(T) - Method in class com.jk.services.client.JKMatureServiceClient
This method inserts an object into the service.
INSERT - Static variable in class com.jk.data.dynamic.query.Keyword
Represents the INSERT keyword.
insertable() - Method in class com.jk.data.dataaccess.orm.meta.JKColumnWrapper
Whether the column is included in SQL INSERTstatements generated by the persistence provider.
insertOrUpdate(Object) - Method in class com.jk.data.dataaccess.orm.JKObjectDataAccessInMemory
This method inserts a new object into the data storage if it doesn't exist, or updates an existing object.
insertOrUpdate(T) - Method in interface com.jk.data.dataaccess.orm.JKObjectDataAccess
This method inserts a new object into the data storage if it doesn't exist, or updates an existing object.
insertOrUpdate(T) - Method in class com.jk.data.dataaccess.orm.JKObjectDataAccessImpl
This method inserts a new object into the data storage if it doesn't exist, or updates an existing object.
insertOrUpdate(T) - Method in class com.jk.data.vendors.mongo.JKMongoDataAccess
This method is yet to be implemented (TBI).
insertRecord(int) - Method in class com.jk.core.model.table.JKTableModel
This method insert an empty record at the specified row index.
insertRecord(int, JKTableRecord) - Method in class com.jk.core.model.table.JKTableModel
This method insert the specified record at the provided row index.
insertRow(int, Object[]) - Method in class com.jk.core.model.table.JKDefaultTableModel
This method insert a new row at the given index containing the provided data.
insertRow(int, Vector) - Method in class com.jk.core.model.table.JKDefaultTableModel
This method insert a new row at the given index containing the provided data.
instance(Class<T>) - Static method in class com.jk.core.factory.JKFactory
This method retrieves an instance of the provided superclass, either from a predefined map, the Spring context, or by directly instantiating the class.
instance(Class<T>, Class<? extends T>) - Static method in class com.jk.core.factory.JKFactory
This method retrieves an instance of the provided superclass and falls back to a default handler if no bean definition is found in the Spring context.
Instance - Static variable in class com.jk.web.faces.decorators.JKTagDecorator
Represents the instance of JKTagDecorator class.
INSUFFICIENT_SPACE_ON_RESOURCE - Enum constant in enum class com.jk.core.http.JKHttpStatus
Deprecated.
INSUFFICIENT_STORAGE - Enum constant in enum class com.jk.core.http.JKHttpStatus
507 Insufficient Storage.
interalServerError(Object) - Method in class com.jk.services.server.JKAbstractRestController
This method generates an HTTP response with an internal server error status code (HTTP 500 Internal Server Error) and includes the provided entity as the response entity.
INTERNAL_SERVER_ERROR - Enum constant in enum class com.jk.core.http.JKHttpStatus
500 Internal Server Error.
INTO - Static variable in class com.jk.data.dynamic.query.Keyword
Represents the INTO keyword.
InvalidaNameException - Exception in com.jk.core.exceptions
This class represents exception thrown when an invalid name is encountered.
InvalidaNameException(String) - Constructor for exception com.jk.core.exceptions.InvalidaNameException
This method constructors an InvalidaNameException that contains the invalid name value.
invalidateSession(String...) - Static method in class com.jk.web.util.JKJsfUtil
This method invalidates the current user session while optionally preserving specified session attributes.
InvalidMagicMimeEntryException - Exception in com.jk.core.mime
This class represents exception thrown when an invalid magic mime entry is encountered.
InvalidMagicMimeEntryException() - Constructor for exception com.jk.core.mime.InvalidMagicMimeEntryException
This method constructs a new InvalidMagicMimeEntryException.
InvalidMagicMimeEntryException(ArrayList<?>) - Constructor for exception com.jk.core.mime.InvalidMagicMimeEntryException
This method constructs a new InvalidMagicMimeEntryException with the invalid magic mime entry that caused this exception.
IP_ADDRESS - Enum constant in enum class com.jk.core.validation.builtin.FSValidators
Validates that the provided string is a valid IP address.
IS_AUTOMATIC_BACKUP - Static variable in class com.jk.data.backup.DataBaseBackup
Represents whether the automatic backups are enabled or disabled.
is1xxInformational() - Method in enum class com.jk.core.http.JKHttpStatus
This method specifies whether this status code is in the 1XX HTTP series or not.
is2xxSuccessful() - Method in enum class com.jk.core.http.JKHttpStatus
This method specifies whether this status code is in the 2XX HTTP series or not.
is3xxRedirection() - Method in enum class com.jk.core.http.JKHttpStatus
This method specifies whether this status code is in the 3XX HTTP series or not.
is4xxClientError() - Method in enum class com.jk.core.http.JKHttpStatus
This method specifies whether this status code is in the 4XX HTTP series or not.
is5xxServerError() - Method in enum class com.jk.core.http.JKHttpStatus
This method specifies whether this status code is in the 5XX HTTP series or not.
isAccountNonExpired() - Method in class com.jk.webstack.security.User
Indicates whether the user's account has expired.
isAccountNonExpired() - Method in class com.jk.webstack.services.account.Account
Indicates whether the user's account has expired.
isAccountNonLocked() - Method in class com.jk.webstack.security.User
Indicates whether the user is locked or unlocked.
isAccountNonLocked() - Method in class com.jk.webstack.services.account.Account
Indicates whether the user is locked or unlocked.
isActive() - Method in class com.jk.services.client.workflow.models.PayloadModel
This method checks whether this model is active or not.
isAdmin() - Method in class com.jk.webstack.security.controllers.JKSecurityWebController
This method check if the current user is an administrator.
isAdmin() - Method in class com.jk.webstack.security.controllers.JKUserWebControllers
This method check if the current user is an administrator.
isAllDataValid() - Method in class com.jk.core.model.table.JKTableModel
This method checks that the column values do not contain null values.
isAllowAdd() - Method in class com.jk.webstack.controllers.JKWebControllerWithOrmSupport
This method checks whether the controller is in the ADD mode to allow data addition.
isAllowDelete() - Method in class com.jk.core.model.table.JKTableModel
This method checks if this table allow deletion of data.
isAllowDelete() - Method in class com.jk.webstack.controllers.JKWebControllerWithOrmSupport
This method checks whether the current mode allows deleting.
isAllowEdit() - Method in class com.jk.webstack.controllers.JKWebControllerWithOrmSupport
This method checks whether the current mode allows editing.
isAllowFill() - Method in class com.jk.webstack.controllers.JKWebControllerWithOrmSupport
This method checks whether the current mode allows filling fields.
isAllowNullable() - Method in class com.jk.core.cache.simple.JKAbstractCacheManager
This method checks whether this JKAbstractCacheManager allow null values or not.
isAllowReset() - Method in class com.jk.webstack.controllers.JKWebControllerWithOrmSupport
This method checks whether the current mode allows reseting.
isAllowSave() - Method in class com.jk.webstack.controllers.JKWebControllerWithOrmSupport
This method checks whether the current mode allows saving.
isAlwaysRefreshList() - Method in class com.jk.webstack.controllers.JKWebControllerWithOrmSupport
This method checks whether to always refresh the list of ORM entities or not.
isAnyEmpty(String...) - Static method in class com.jk.core.util.JKValidationUtil
This method checks if any of the provided strings are empty.
isAuthenticed(String, int, String, String, String) - Static method in class com.jk.core.util.JKLDapAuthenticator
This method checks if the provided user credentials are authenticated against the LDAP server.
isAuthorized(String) - Method in class com.jk.webstack.security.controllers.JKSecurityWebController
This method check if the current user is authorized with the given role.
isAuthorizedHost() - Static method in class com.jk.services.server.JKServiceUtil
This method checks if the remote host making the service request is authorized based on its IP address.
isAuto() - Method in class com.jk.web.faces.config.JKTagMapping
This method checks whether this tag mapping is automatically loaded from the JSFcontainer at runtime.
isAutomaticBackupAllwoed() - Method in class com.jk.data.backup.AutomaticDBBackup
This method is yet to be implemented (TBI)
isAvailable(Object, Class<?>) - Method in interface com.jk.core.cache.JKCacheManager
This method checks whether the specified cached data is available or not.
isAvailable(Object, Class<?>) - Method in class com.jk.core.cache.simple.JKAbstractCacheManager
This method checks whether the specified cached data is available or not.
isBackupCreated() - Method in class com.jk.data.backup.AutomaticDBBackup
This method checks if a backup for the current day has already been created.
isBoolean(Class) - Static method in class com.jk.core.util.JKObjectUtil
This method checks if the given class represents a boolean type.
isBoolean(String) - Static method in class com.jk.core.util.JKValidationUtil
This method checks if the provided string represents a boolean value.
isCellEditable(int, int) - Method in class com.jk.core.model.table.JKDefaultTableModel
This method checks whether this cell is editable or not.
isClassAvilableInClassPath(String) - Static method in class com.jk.core.util.JKObjectUtil
This method checks if a class is available in the class path.
isClosed() - Method in class com.jk.data.datasource.JKSession
This method checks whether the session is closed.
isColumnEnabled(int) - Method in class com.jk.core.model.table.JKTableRecord
This method check whether this column is enabled or not.
isCommit() - Method in class com.jk.data.datasource.JKSession
This method checks whether a commit operation is requested.
isCompress() - Method in class com.jk.data.backup.DataBaseBackup
This method checks whether the backup data are to be compressed or not.
isConfirmReeset() - Method in class com.jk.webstack.controllers.JKWebControllerWithOrmSupport
This method checks the flag for confirming reset actions.
isCreated() - Method in class com.jk.webstack.security.controllers.JKAccountWebController
This method check if the account creation was successful.
isCredentialsNonExpired() - Method in class com.jk.webstack.security.User
Indicates whether the user's credentials (password) has expired.
isCredentialsNonExpired() - Method in class com.jk.webstack.services.account.Account
Indicates whether the user's credentials (password) has expired.
isCurrentTimeBetweenTowTimes(Date, Date, Date, Date) - Static method in class com.jk.core.util.JKDateTimeUtil
This method checks if the current time is between two specified time ranges.
isDataModified() - Method in class com.jk.core.model.table.JKTableModel
This method checks if the data have been modified.
isDate(Class) - Static method in class com.jk.core.util.JKObjectUtil
This method checks if the given class represents a date type.
isDate(String, String) - Static method in class com.jk.core.util.JKDateTimeUtil
This method checks if the given string can be parsed as a valid date using the specified pattern.
isDateEqaualed(Date, Date) - Static method in class com.jk.core.util.JKDateTimeUtil
This method compares two Date objects to determine if they represent the same date (year, month, and day) regardless of their time components.
isDebug() - Method in class com.jk.web.faces.controllers.JKWebController
This method checks if the web application is running in debug mode.
isDebug() - Static method in class com.jk.web.util.JKWebUtil
This method checks if the application is in debug mode.
isDebugEnabled() - Method in class com.jk.core.logging.JKLogger
This method checks whether the logger instance enabled for the DEBUG level or not.
isDebugMode() - Static method in class com.jk.core.util.JK
This method checks whether the application is in debug mode.
isDecorate() - Static method in class com.jk.web.faces.config.JKFacesConfigurations
This method checks if decoration is enabled globally.
isDecorateFixLinks() - Method in class com.jk.web.faces.config.JKFacesConfigurations
This method checks if decoration of fix links is enabled.
isDecorateMapping() - Method in class com.jk.web.faces.config.JKFacesConfigurations
This method checks if decoration of tag mappings is enabled.
isDevelopmentMode() - Method in class com.jk.web.faces.controllers.JKWebController
This method checks if the web application is running in development mode.
isDisabled() - Method in class com.jk.core.security.JKUser
This method checks if the user is disabled.
isDone() - Method in class com.jk.core.timer.JKTask
This method checks if the task has been completed.
isDouble(String) - Static method in class com.jk.core.util.JKValidationUtil
This method checks if the provided string can be parsed as a double.
isDuplicateKey(SQLException) - Method in class com.jk.data.vendors.mysql.MysqlDataAccess
This method checks if the provided SQLException indicates a duplicate key violation.
isDuplicateKey(SQLException) - Method in class com.jk.data.vendors.oracle.JKOracleDataAccess
This method checks if the provided SQLException indicates a duplicate key violation.
isDuplicateKey(SQLException, boolean) - Method in class com.jk.data.vendors.mysql.MysqlDataAccess
This method checks if the provided SQLException indicates a duplicate key violation.
isDuplicateKey(SQLException, boolean) - Method in class com.jk.data.vendors.oracle.JKOracleDataAccess
This method checks if the provided SQLException indicates a duplicate key violation.
isDuplicateKeyErrorCode() - Method in exception com.jk.core.exceptions.JKDataAccessException
This method is yet To Be Implemented (TBI).
isEditable() - Method in class com.jk.core.model.table.JKTableColumn
This method checks if this column is editable as well as visible.
isEditable() - Method in class com.jk.core.model.table.JKTableModel
This method checks if this table is editable.
isEditable(int) - Method in class com.jk.core.model.table.JKTableModel
This method checks that the column at the provided index is editable.
isEditable(int, int) - Method in class com.jk.core.model.table.JKTableModel
This method checks if the cell at the provided coordinate is editable.
isEditMode() - Method in class com.jk.webstack.controllers.JKWebControllerWithOrmSupport
This method checks whether the controller is currently in EDIT mode.
isEditTabular() - Method in class com.jk.webstack.controllers.JKWebControllerWithOrmSupport
This method checks the flag for tabular editing mode.
isEmpty() - Method in class com.jk.core.collections.JKSet
Returns true if this set contains no elements.
isEmpty() - Method in class com.jk.core.validation.Problems
This method checks if the collection is empty (contains no problems).
isEmpty(String) - Static method in class com.jk.core.util.JKIOUtil
This method is yet to be implemented (TBI).
isEmpty(String) - Static method in class com.jk.core.util.JKStringUtil
This method checks if a given string is empty or consists of only whitespace characters.
isEmpty(String) - Static method in class com.jk.core.util.JKValidationUtil
This method checks if the provided string is empty.
isEmpty(Collection<?>) - Static method in class com.jk.core.util.JKValidationUtil
This method checks if a collection is null or empty.
isEnabled() - Method in class com.jk.core.model.table.JKTableColumnValue
This method checks if this value is enabled or not.
isEnabled() - Static method in class com.jk.services.client.logging.JKLogServiceClient
This method checks whether the logging service client is enabled based on the configuration.
isEnabled() - Method in class com.jk.webstack.security.User
Indicates whether the user is enabled or disabled.
isEnabled() - Method in class com.jk.webstack.services.account.Account
Indicates whether the user is enabled or disabled.
isEnableRemoteLogging() - Method in class com.jk.services.client.JKServiceClient
This method checks whether remote logging is enabled for service calls made with this client or not.
isEntityAvailable(Class<?>) - Static method in class com.jk.data.dataaccess.JKDataAccessFactory
This method checks if an entity represented by the specified class is available within the default data source.
isEntityAvailable(Class<?>) - Method in class com.jk.data.datasource.impl.JKAbstractDataSource
This method checks whether the entity is available or not.
isEntityAvailable(Class<?>) - Method in interface com.jk.data.datasource.JKDataSource
This method checks whether the entity is available or not.
isError() - Method in enum class com.jk.core.http.JKHttpStatus
This method specifies whether this status code is in the HTTP series or not.
isFailed() - Method in class com.jk.core.reflection.common.MethodCallInfo
This method checks whether the method call failed or not.
isFatal() - Method in class com.jk.core.validation.Problem
This method checks if this Problem instance represents a fatal problem.
isFieldExists(Class<?>, String) - Static method in class com.jk.core.util.JKObjectUtil
This method checks if a field with the given name exists within the specified class or its super-classes.
isFieldModified(String) - Method in class com.jk.webstack.controllers.JKWebControllerWithOrmSupport
This method checks if a specific field in the model has been modified.
isFileExist(String) - Static method in class com.jk.core.util.JKIOUtil
This method checks whether a file with the specified name exists.
isFinal(Field) - Static method in class com.jk.core.util.JKObjectUtil
This method checks if the given field is declared as 'final'.
isFloat(String) - Static method in class com.jk.core.util.JKValidationUtil
This method checks if the provided string can be parsed as a float.
isFullSpan() - Method in class com.jk.web.faces.components.layouts.UIAbstractRegion
This method checks whether the region should span the full width of the container.
isFullSpan() - Method in class com.jk.web.faces.components.layouts.UINorth
This method checks whether the region should span the full width of the container.
isFullSpan() - Method in class com.jk.web.faces.components.layouts.UISouth
This method checks whether the region should span the full width of the container.
isG() - Static method in class com.jk.core.lm.JKLMF
Checks if is g.
isGlobal() - Method in class com.jk.web.embedded.spring.ErrorPage
This method check whether this error page is global or not.
isHtmlTag() - Method in class com.jk.web.faces.tags.JKTagWrapper
This method checks if the tag represents an HTML tag (local name is "html").
isId() - Method in class com.jk.data.dataaccess.orm.meta.JKColumnWrapper
This method checks whether this column has an identifier (ID) or not.
isInitilized() - Static method in class com.jk.core.config.JKConfig
This method checks whether this JKConfig object is initiated or not.
isInitizlied() - Static method in class com.jk.core.util.JK
This method checks whether the JK Framework been initialized or not.
isInline() - Method in class com.jk.data.dynamic.query.FieldCondition
This method determines whether the query component should be rendered in-line in the query structure (true) or not (false).
isInline() - Method in class com.jk.data.dynamic.query.FieldName
This method determines whether the query component should be rendered in-line in the query structure (true) or not (false).
isInline() - Method in class com.jk.data.dynamic.query.Keyword
This method determines whether the query component should be rendered in-line in the query structure (true) or not (false).
isInline() - Method in class com.jk.data.dynamic.query.ObjectComponent
This method determines whether the query component should be rendered in-line in the query structure (true) or not (false).
isInline() - Method in class com.jk.data.dynamic.query.Operator
This method determines whether the query component should be rendered in-line in the query structure (true) or not (false).
isInline() - Method in interface com.jk.data.dynamic.query.QueryComponent
This method determines whether the query component should be rendered in-line in the query structure (true) or not (false).
isInline() - Method in class com.jk.data.dynamic.query.StringCondition
This method determines whether the query component should be rendered in-line in the query structure (true) or not (false).
isInline() - Method in class com.jk.data.dynamic.query.StringReturnValue
This method determines whether the query component should be rendered in-line in the query structure (true) or not (false).
isInline() - Method in class com.jk.data.dynamic.query.TableName
This method determines whether the query component should be rendered in-line in the query structure (true) or not (false).
isInputDisabled() - Method in class com.jk.webstack.controllers.JKWebControllerWithOrmSupport
This method checks if the input fields should be disabled based on the current controller mode.
isInt(String) - Static method in class com.jk.core.util.JKValidationUtil
This method checks if the provided string can be parsed as an integer.
isInteger(Class<?>) - Static method in class com.jk.core.util.JKObjectUtil
This method checks if the provided class represents an integer type (primitive or wrapper).
isInteger(String) - Static method in class com.jk.core.util.JKValidationUtil
This method checks if the provided string can be parsed as an integer.
isInTransaction() - Method in class com.jk.data.dataaccess.core.JKDataAccessImpl
This method checks whether the current instance is in an active transaction.
isInvalidDatabaseName() - Method in exception com.jk.core.exceptions.JKDataAccessException
This method is yet To Be Implemented (TBI).
isInvalidUsernamePassword() - Method in exception com.jk.core.exceptions.JKDataAccessException
This method is yet To Be Implemented (TBI).
isJavaIdentifier(String) - Static method in class com.jk.core.validation.builtin.Utilities
This method is yet to be implemented (TBI).
isJSF22() - Static method in class com.jk.web.util.JKJsfUtil
This method checks whether the Jakarta Server Faces (JSF) version being used is 2.2.
isLeftToRight() - Method in class com.jk.core.locale.JKLocale
This method checks whether this locale direction is left-to-right or not.
isListenerForSource(Object) - Method in class com.jk.web.faces.renderers.JKPreRenderer
isLogged() - Method in exception com.jk.core.exceptions.JKException
This method checks whether this exception is logged or not.
isMethodDirectlyExists(Object, String, Class<?>...) - Static method in class com.jk.core.util.JKObjectUtil
This method checks if a method with the given name and parameter types exists directly in the class of the object.
isMobile() - Method in class com.jk.web.faces.controllers.JKUtilWebController
This method checks if the user agent indicates a mobile device.
isMobile() - Method in class com.jk.web.servlets.JKJspUtil
This method checks if the user is accessing the application from a mobile device.
isModified() - Method in class com.jk.core.model.table.JKTableRecord
This method check whether this record is modified or not.
isMultipartContent(HttpServletRequest) - Static method in class com.jk.web.filters.JKDefaultFilter
This method checks if the request is of multi-part content type.
isMultiTenant() - Method in interface com.jk.data.dataaccess.core.JKFinder
This method checks if the database operation is multi-tenant.
isMultiTenant() - Method in interface com.jk.data.dataaccess.core.JKUpdater
This method is yet to be implemented.(TBI).
isMultiTenantApp() - Static method in class com.jk.core.util.JK
This method checks whether the application is configured as a multi-tenant application.
isNotFound() - Method in exception com.jk.services.client.JKServiceClientException
This method checks if the exception represents a "Not Found" error.
isNumeric() - Method in class com.jk.core.model.table.JKTableColumn
This method checks if this column is numeric or not.
isNumericClumn(int) - Method in class com.jk.core.model.table.JKTableModel
This method checks whether this column contains numeric value or not.
isPeriodActive(Date, Date) - Static method in class com.jk.core.util.JKDateTimeUtil
This method checks if a given period defined by start and end dates is currently active.
isPrependId() - Method in class com.jk.web.faces.components.layouts.UILayout
This method checks whether the prependId property is set to true or false.
isPrimitive(Class<?>) - Static method in class com.jk.core.util.JK
This method checks whether the provided class is a primitive type.
isPrimitive(Class<?>) - Static method in class com.jk.core.util.JKObjectUtil
This method checks if a given class is a primitive type or a wrapper class.
isReadOnlyMode() - Method in class com.jk.webstack.controllers.JKWebControllerWithOrmSupport
This method checks whether the controller is currently in READONLY mode.
isRequired() - Method in class com.jk.core.model.table.JKColumnFilter
This method checks whether this filter type is required or not.
isRequired() - Method in class com.jk.core.model.table.JKTableColumn
This method checks if this column is required or not.
isRequiresAuthentication() - Method in class com.jk.core.mail.JKMailInfo
This method checks whether the mail requires authentication or not.
isRespectHight() - Method in class com.jk.web.faces.components.layouts.UIAbstractRegion
This method checks whether to respect the specified height.
isRespectHight() - Method in class com.jk.web.faces.components.layouts.UICenter
This method checks whether to respect the specified height.
isRespectHight() - Method in class com.jk.web.faces.components.layouts.UINorth
This method checks whether to respect the specified height.
isRespectHight() - Method in class com.jk.web.faces.components.layouts.UISouth
This method checks whether to respect the specified height.
isRespectWidth() - Method in class com.jk.web.faces.components.layouts.UIAbstractRegion
This method checks whether to respect the specified width.
isRespectWidth() - Method in class com.jk.web.faces.components.layouts.UICenter
This method checks whether to respect the specified width.
isRespectWidth() - Method in class com.jk.web.faces.components.layouts.UIEnd
This method checks whether to respect the specified width.
isRespectWidth() - Method in class com.jk.web.faces.components.layouts.UIStart
This method checks whether to respect the specified width.
isSecured() - Method in class com.jk.core.mail.JKMailInfo
This method check whether this mail is secured or not.
isSelectedNodeOfType(Class<? extends JKBaseModel>) - Method in class com.jk.web.util.JKPrimefacesTreeWrapper
This method checks if the selected node in the tree is of the specified class type.
isStatic(Field) - Static method in class com.jk.core.util.JKObjectUtil
This method checks if the given field is declared as 'static'.
isStretchHeight() - Method in class com.jk.web.faces.components.layouts.UIAbstractRegion
This method checks whether to stretch the height to fill the container.
isStretchHeight() - Method in class com.jk.web.faces.components.layouts.UICenter
This method checks whether to stretch the height to fill the container.
isStretchHeight() - Method in class com.jk.web.faces.components.layouts.UIEnd
This method checks whether to stretch the height to fill the container.
isStretchHeight() - Method in class com.jk.web.faces.components.layouts.UIStart
This method checks whether to stretch the height to fill the container.
isStretchWidth() - Method in class com.jk.web.faces.components.layouts.UIAbstractRegion
This method checks whether to stretch the width to fill the container.
isStretchWidth() - Method in class com.jk.web.faces.components.layouts.UICenter
This method checks whether to stretch the width to fill the container.
isStretchWidth() - Method in class com.jk.web.faces.components.layouts.UINorth
This method checks whether to stretch the width to fill the container.
isStretchWidth() - Method in class com.jk.web.faces.components.layouts.UISouth
This method checks whether to stretch the width to fill the container.
isSuggestReset() - Method in class com.jk.webstack.security.controllers.JKAccountWebController
This method check if it is suggested to reset the password due to an existing account.
isTableExists(String) - Method in class com.jk.data.dataaccess.core.JKDataAccessImpl
This method checks whether the table with the provided name exists in the database or not.
isTableExists(String) - Method in interface com.jk.data.dataaccess.core.JKDataAccessService
This method checks whether the table with the provided name exists in the database or not.
isTableExists(String) - Method in class com.jk.data.vendors.oracle.JKOracleDataAccess
This method checks whether the table with the provided name exists in the database or not.
isTestContext() - Static method in class com.jk.core.util.JK
This method checks if the application is currently in test context.
isTime(Class) - Static method in class com.jk.core.util.JKObjectUtil
This method checks if the given class represents a time type.
isTimeConflict(Time, Time, Time, Time) - Static method in class com.jk.core.util.JKDateTimeUtil
This method checks if there is a time conflict between two time intervals.
isTimesEqaualed(Date, Date) - Static method in class com.jk.core.util.JKDateTimeUtil
This method checks if the two provided dates are equal or not.
isTimeStamp(Class) - Static method in class com.jk.core.util.JKObjectUtil
This method checks if the given class represents a time stamp type.
isTokenExpired() - Method in class com.jk.webstack.services.account.Account
This method checks whether the token has expired or not.
isTransient(Field) - Static method in class com.jk.core.util.JKObjectUtil
This method checks if the given field is declared as 'transient'.
isUpperCase(String) - Static method in class com.jk.core.util.JKValidationUtil
This method checks if the provided string is entirely in upper-case.
isUrlable() - Method in class com.jk.web.faces.tags.JKTagWrapper
This method checks if the tag is URLable (whether it is one of the URLable HTML tags).
isUserLoggedIn() - Static method in class com.jk.core.security.JKSecurityManager
This method checks if a user is currently logged in.
isUserLoggedIn() - Method in class com.jk.webstack.controllers.JKWebAppBaseController
This method checks if a user is currently logged in.
isUserLoggedIn() - Method in class com.jk.webstack.security.controllers.JKSecurityWebController
This method check if a user is logged in.
isValidPrivilige(JKPrivilige) - Method in interface com.jk.core.security.JKAuthorizer
This method checks if the specified privilege is valid.
isValidTableColumnIndex(int) - Method in class com.jk.core.model.table.JKTableModel
This method checks the provided index if it belongs to a valid column or not.
isVisible() - Method in class com.jk.core.model.table.JKTableColumn
This method checks if this column is visible or not.
isVisible(int) - Method in class com.jk.core.model.table.JKTableModel
This method checks whether the column associated with the provided index is visible or not.
isWindows() - Static method in class com.jk.core.util.JKIOUtil
This method checks whether the platform is Windows or not.
isWindows() - Static method in class com.jk.core.validation.builtin.Utilities
This method is yet to be implemented (TBI).
isWorkflowAvialable() - Static method in class com.jk.services.client.workflow.JKWorkflowUtil
This method checks if the workflow service is available by verifying the presence of the workflow URL property.
isWorkflowAvialable() - Method in class com.jk.webstack.controllers.JKWebControllerWithOrmSupport
This method checks whether workflow functionality is available.
isWorseThan(Problem) - Method in class com.jk.core.validation.Problem
This method compares the severity of this Problem instance with another Problem instance.
isWrapperFor(Class<?>) - Method in class com.jk.core.jdbc.JKDriverManagerDataSource
iterator() - Method in class com.jk.core.collections.JKSet
Returns an iterator over the elements in this set.
iterator() - Method in class com.jk.web.embedded.spring.MimeMappings

J

JASS_REMOTE_USER - Static variable in class com.jk.core.config.JKConstants.Context
Represents the configuration property for specifying the Remote User in the JASS context.
JAVA_CLASS - Static variable in class com.jk.core.datatypes.JKDataType
Represents the data type Java Class numeric code.
JAVA_ENUM - Static variable in class com.jk.core.datatypes.JKDataType
Represents the data type Java Enum numeric code.
JAVA_PACKAGE_NAME - Enum constant in enum class com.jk.core.validation.builtin.FSValidators
Validates that the provided string is a valid Java package name.
javaToCodeMapping - Static variable in class com.jk.core.datatypes.JKDataTypeMapping
Represents the mapping of java type to numeric code.
JDBC_DRIVER - Static variable in class com.jk.data.vendors.eclipselink.JKPersistenceUnitProperties
Represents the JDBC property for specifying the driver class name for internal connection pooling.
JDBC_PASSWORD - Static variable in class com.jk.core.config.JKConstants.CloudFoundery
Represents the database password.
JDBC_PASSWORD - Static variable in class com.jk.core.config.JKConstants.Hibernate
Represents the configuration property for specifying the JDBC connection password in Hibernate..
JDBC_PASSWORD - Static variable in class com.jk.data.vendors.eclipselink.JKPersistenceUnitProperties
Represents the JDBC property for specifying the database password for internal connection pooling.
JDBC_URL - Static variable in class com.jk.core.config.JKConstants.CloudFoundery
Represents the database URL.
JDBC_URL - Static variable in class com.jk.core.config.JKConstants.Hibernate
Represents the configuration property for specifying the JDBC connection URL in Hibernate.
JDBC_URL - Static variable in class com.jk.data.vendors.eclipselink.JKPersistenceUnitProperties
Represents the JDBC property for specifying the database URL for internal connection pooling.
JDBC_USER - Static variable in class com.jk.data.vendors.eclipselink.JKPersistenceUnitProperties
Represents the JDBC property for specifying the database user name for internal connection pooling.
JDBC_USERNAME - Static variable in class com.jk.core.config.JKConstants.CloudFoundery
Represents the database user name.
JDBC_USERNAME - Static variable in class com.jk.core.config.JKConstants.Hibernate
Represents the configuration property for specifying the JDBC connection username in Hibernate.
jdbcConnectionAcquisitionEnd() - Method in class com.jk.data.datasource.JKDataSourceListener
This method is yet to be implemented (TBI).
jdbcConnectionAcquisitionStart() - Method in class com.jk.data.datasource.JKDataSourceListener
This method is yet to be implemented (TBI).
jdbcConnectionReleaseEnd() - Method in class com.jk.data.datasource.JKDataSourceListener
This method is yet to be implemented (TBI).
jdbcConnectionReleaseStart() - Method in class com.jk.data.datasource.JKDataSourceListener
This method is yet to be implemented (TBI).
jdbcExecuteBatchEnd() - Method in class com.jk.data.datasource.JKDataSourceListener
This method is yet to be implemented (TBI).
jdbcExecuteBatchStart() - Method in class com.jk.data.datasource.JKDataSourceListener
This method is yet to be implemented (TBI).
jdbcExecuteStatementEnd() - Method in class com.jk.data.datasource.JKDataSourceListener
This method is yet to be implemented (TBI).
jdbcExecuteStatementStart() - Method in class com.jk.data.datasource.JKDataSourceListener
This method is yet to be implemented (TBI).
jdbcPrepareStatementEnd() - Method in class com.jk.data.datasource.JKDataSourceListener
This method is yet to be implemented (TBI).
jdbcPrepareStatementStart() - Method in class com.jk.data.datasource.JKDataSourceListener
This method is yet to be implemented (TBI).
JFRAMEWORK_ENV - Static variable in class com.jk.core.config.JKConstants.Config
Represents the environment variable name that may includes the configurations.
JK - Class in com.jk.core.util
This class provides various utility methods for common operations in Java applications.
JK() - Constructor for class com.jk.core.util.JK
 
JK_APP_NAME - Static variable in class com.jk.core.config.JKConstants.Context
Represents the configuration property for specifying Application name in the JK context.
JK_CONFIG_PATH - Static variable in class com.jk.core.config.JKConstants.Context
Represents the configuration property for specifying the Configuration Path in the JK context.
JK_CONFIG_PATH_DEFAULT - Static variable in class com.jk.core.config.JKConstants.Context
Represents the configuration property for specifying the default configuration path in the JK context.
JK_CONFIG_RELOAD - Static variable in class com.jk.core.config.JKConstants.Context
Represents the configuration property for specifying reload configuration in the JK context.
JK_CONFIG_TOKEN - Static variable in class com.jk.core.config.JKConstants.Context
Represents the configuration property for specifying security token configuration in the JK context.
JK_CONTEXT - Static variable in class com.jk.core.config.JKConstants.Context
Represents the configuration property for specifying the JK context.
JK_LAYOUT_FORM_LAYOUT - Static variable in class com.jk.web.faces.components.layouts.UIFormLayout
Represents the component type for UIFormLayout.
JK_MULTI_TENANT - Static variable in class com.jk.core.config.JKConstants.Context
Represents the configuration property for specifying Multi-Tenant in the JK context.
JK_REMOTE_APP_NAME - Static variable in class com.jk.core.config.JKConstants.Context
Represents the configuration property for specifying Remote Application Name.
JKAbstractCacheManager - Class in com.jk.core.cache.simple
This abstract class provides a base implementation for cache management.
JKAbstractCacheManager() - Constructor for class com.jk.core.cache.simple.JKAbstractCacheManager
 
JKAbstractContext - Class in com.jk.core.context
This class implements the JKContext interface.
JKAbstractContext() - Constructor for class com.jk.core.context.JKAbstractContext
 
JKAbstractDataSource - Class in com.jk.data.datasource.impl
This class is an abstract base class that implements the JKDataSource interface.
JKAbstractDataSource() - Constructor for class com.jk.data.datasource.impl.JKAbstractDataSource
This method constructs a new JKAbstractDataSource.
JKAbstractDataSource(String, Properties) - Constructor for class com.jk.data.datasource.impl.JKAbstractDataSource
This method constructs a new JKAbstractDataSource with a name and properties.
JKAbstractRestController - Class in com.jk.services.server
This class is a base class for REST controllers that provides common functionality and utility methods.
JKAbstractRestController() - Constructor for class com.jk.services.server.JKAbstractRestController
 
JKAbstractTempralConvertor - Class in com.jk.web.faces.convertor
This class is an abstract base class for custom temporal converters that extend DateTimeConverter.
JKAbstractTempralConvertor() - Constructor for class com.jk.web.faces.convertor.JKAbstractTempralConvertor
 
JKAccountWebController - Class in com.jk.webstack.security.controllers
This class is responsible for handling user account-related operations in a web application.
JKAccountWebController() - Constructor for class com.jk.webstack.security.controllers.JKAccountWebController
 
JKApplicationEventEvent - Interface in com.jk.services.server.listeners
This interface represents the application events that are handled by JKApplicationEventListener class.
JKApplicationEventListener - Class in com.jk.services.server.listeners
This class is used for receiving JKApplicationEventEvent events.
JKApplicationEventListener() - Constructor for class com.jk.services.server.listeners.JKApplicationEventListener
 
JKAssertionException - Exception in com.jk.core.exceptions
This class represents exception thrown to indicate an assertion failure within the application.
JKAssertionException() - Constructor for exception com.jk.core.exceptions.JKAssertionException
This method constructs a new JKAssertionException without any specified errors or causes.
JKAssertionException(String) - Constructor for exception com.jk.core.exceptions.JKAssertionException
This method constructs a JKAssertionException with a specific error message.
JKAssertionException(String, Throwable) - Constructor for exception com.jk.core.exceptions.JKAssertionException
This method constructs a JKAssertionException with a specific error message and a cause.
JKAssertionException(String, Throwable, boolean, boolean) - Constructor for exception com.jk.core.exceptions.JKAssertionException
This method constructs a JKAssertionException with a specific error message, cause, suppression behavior, and stack trace writability.
JKAssertionException(Throwable) - Constructor for exception com.jk.core.exceptions.JKAssertionException
This method constructs a JKAssertionException with a cause.
JKAudit - Class in com.jk.core.security
This class is used to represents an audit entry that tracks changes made to a business record.
JKAudit() - Constructor for class com.jk.core.security.JKAudit
 
JKAuditType - Class in com.jk.core.security
This class represents the type of audit entry, indicating the nature of the change or event.
JKAuditType(int) - Constructor for class com.jk.core.security.JKAuditType
This method constructs a new JKAuditType with the provided unique identifier.
JKAuditType(int, String) - Constructor for class com.jk.core.security.JKAuditType
This method constructs a new JKAuditType with the provided unique identifier and the name of the audit type.
JKAuthenticaor - Interface in com.jk.core.security
This interface is for authentication providers responsible for user authentication in an application.
JKAuthenticationException - Exception in com.jk.core.exceptions
This class represents exception thrown to indicate an authentication-related errors within the application
JKAuthenticationException() - Constructor for exception com.jk.core.exceptions.JKAuthenticationException
This method constructs a new JKAuthenticationException without any specified errors or causes.
JKAuthenticationException(String) - Constructor for exception com.jk.core.exceptions.JKAuthenticationException
This method constructs a JKAuthenticationException with a specific error message.
JKAuthenticationException(String, Throwable) - Constructor for exception com.jk.core.exceptions.JKAuthenticationException
This method constructs a JKAuthenticationException with a specific error message and a cause.
JKAuthenticationException(String, Throwable, boolean, boolean) - Constructor for exception com.jk.core.exceptions.JKAuthenticationException
This method constructs a JKAuthenticationException with a specific error message, cause, suppression behavior, and stack trace writability.
JKAuthenticationException(Throwable) - Constructor for exception com.jk.core.exceptions.JKAuthenticationException
This method constructs a JKAuthenticationException with a cause.
JKAuthorizer - Interface in com.jk.core.security
This interface is for authorizers responsible for checking user privileges and permissions.
JKAuthroizationException - Exception in com.jk.core.exceptions
This class represents exception thrown to indicate an authorization-related errors within the application
JKAuthroizationException() - Constructor for exception com.jk.core.exceptions.JKAuthroizationException
This method constructs a new JKAuthroizationException without any specified errors or causes.
JKAuthroizationException(String) - Constructor for exception com.jk.core.exceptions.JKAuthroizationException
This method constructs a JKAuthroizationException with a specific error message.
JKAuthroizationException(String, Throwable) - Constructor for exception com.jk.core.exceptions.JKAuthroizationException
This method constructs a JKAuthroizationException with a specific error message and a cause.
JKAuthroizationException(String, Throwable, boolean, boolean) - Constructor for exception com.jk.core.exceptions.JKAuthroizationException
This method constructs a JKAuthroizationException with a specific error message, cause, suppression behavior, and stack trace writability.
JKAuthroizationException(Throwable) - Constructor for exception com.jk.core.exceptions.JKAuthroizationException
This method constructs a JKAuthroizationException with a cause.
JKBaseEntity - Class in com.jk.core.jpa
This class provides common properties for database base entities.
JKBaseEntity() - Constructor for class com.jk.core.jpa.JKBaseEntity
 
JKBaseModel - Class in com.jk.core.jpa
This class represents a base model class for MongoDB documents.
JKBaseModel() - Constructor for class com.jk.core.jpa.JKBaseModel
This method constructs a new JKBaseModel with default properties.
JKBaseModel(String) - Constructor for class com.jk.core.jpa.JKBaseModel
This method constructs a new JKBaseModel with the provided unique identifier (UID).
JKBaseModelModDateComparitor - Class in com.jk.core.jpa
This class provides methods to compare the modification dates of JKBaseModel entities.
JKBaseModelModDateComparitor() - Constructor for class com.jk.core.jpa.JKBaseModelModDateComparitor
 
JKBaseModelNameComparitor - Class in com.jk.core.jpa
This class provides methods to compare the names of JKBaseModel entities.
JKBaseModelNameComparitor() - Constructor for class com.jk.core.jpa.JKBaseModelNameComparitor
 
JKBooleanConverter - Class in com.jk.data.dataaccess.orm.util
This class is used to convert boolean values (true and false) into a custom string representation.
JKBooleanConverter() - Constructor for class com.jk.data.dataaccess.orm.util.JKBooleanConverter
This method constructs a new JKBooleanConverter.
JKBooleanConverter(String, String) - Constructor for class com.jk.data.dataaccess.orm.util.JKBooleanConverter
This method constructs a new JKBooleanConverter with the specified true and false strings.
JKBooleanYesNoConvertor - Class in com.jk.data.dataaccess.orm.util
This class is used to convert boolean values (true and false) into the ("YES","NO") string representation respectively.
JKBooleanYesNoConvertor() - Constructor for class com.jk.data.dataaccess.orm.util.JKBooleanYesNoConvertor
This method constructs a new JKBooleanYesNoConvertor.
JKBooleanYNConvertor - Class in com.jk.data.dataaccess.orm.util
This class is used to convert boolean values (true and false) into the ("Y","N") string representation respectively.
JKBooleanYNConvertor() - Constructor for class com.jk.data.dataaccess.orm.util.JKBooleanYNConvertor
This method constructs a new JKBooleanYNConvertor.
JKCacheFactory - Class in com.jk.core.cache
This class is a factory used for creating JKCacheManager objects.
JKCacheFactory() - Constructor for class com.jk.core.cache.JKCacheFactory
 
JKCacheManager - Interface in com.jk.core.cache
This interface provides the necessarily methods needed for JKCacheManager objects.
JKCacheService - Class in com.jk.services.server.commons.services
This class is a REST web service for managing cache regions and cache operations.
JKCacheService() - Constructor for class com.jk.services.server.commons.services.JKCacheService
 
JKCacheUtil - Class in com.jk.core.cache.simple
This class provides utilities to the cache classes.
JKCacheUtil() - Constructor for class com.jk.core.cache.simple.JKCacheUtil
 
JKCaller - Interface in com.jk.data.dataaccess.core
This interface defines a contract for objects that represent database callable statements.
JKCharResponseWrapper - Class in com.jk.web.util
This class is a custom implementation of HttpServletResponseWrapper that captures the response content as characters.
JKCharResponseWrapper(HttpServletResponse) - Constructor for class com.jk.web.util.JKCharResponseWrapper
This method constructs a new .
JKClassPathXmlApplicationContext - Class in com.jk.core.factory.spring
This class extends the Spring Framework's ClassPathXmlApplicationContext to provide additional or customized functionality.
JKClassPathXmlApplicationContext() - Constructor for class com.jk.core.factory.spring.JKClassPathXmlApplicationContext
This constructor creates a new instance of the subclass JKClassPathXmlApplicationContext using the default settings of the superclass ClassPathXmlApplicationContext for bean-style configuration.
JKClassPathXmlApplicationContext(String) - Constructor for class com.jk.core.factory.spring.JKClassPathXmlApplicationContext
This method create a new JKClassPathXmlApplicationContext, loading the definitions from the given XML file and automatically refreshing the context.
JKClassPathXmlApplicationContext(String...) - Constructor for class com.jk.core.factory.spring.JKClassPathXmlApplicationContext
This method create a new JKClassPathXmlApplicationContext, loading the definitions from the given XML files and automatically refreshing the context.
JKClassPathXmlApplicationContext(String[], boolean) - Constructor for class com.jk.core.factory.spring.JKClassPathXmlApplicationContext
This method create a new JKClassPathXmlApplicationContext, loading the definitions from the given XML files.
JKClassPathXmlApplicationContext(String[], boolean, ApplicationContext) - Constructor for class com.jk.core.factory.spring.JKClassPathXmlApplicationContext
This method create a new JKClassPathXmlApplicationContext with the given parent, loading the definitions from the given XML files.
JKClassPathXmlApplicationContext(String[], Class<?>) - Constructor for class com.jk.core.factory.spring.JKClassPathXmlApplicationContext
This method create a new JKClassPathXmlApplicationContext, loading the definitions from the given XML files and automatically refreshing the context.
JKClassPathXmlApplicationContext(String[], Class<?>, ApplicationContext) - Constructor for class com.jk.core.factory.spring.JKClassPathXmlApplicationContext
This method create a new JKClassPathXmlApplicationContext with the given parent, loading the definitions from the given XML files and automatically refreshing the context.
JKClassPathXmlApplicationContext(String[], ApplicationContext) - Constructor for class com.jk.core.factory.spring.JKClassPathXmlApplicationContext
This method create a new JKClassPathXmlApplicationContext with the given parent, loading the definitions from the given XML files and automatically refreshing the context.
JKClassPathXmlApplicationContext(String, Class<?>) - Constructor for class com.jk.core.factory.spring.JKClassPathXmlApplicationContext
This method create a new JKClassPathXmlApplicationContext, loading the definitions from the given XML file and automatically refreshing the context.
JKClassPathXmlApplicationContext(ApplicationContext) - Constructor for class com.jk.core.factory.spring.JKClassPathXmlApplicationContext
This method constructs a new instance of JKClassPathXmlApplicationContext for bean-style configuration.
JKClientRequestFilter - Class in com.jk.services.client
This class implements the ClientRequestFilter interface.
JKClientRequestFilter() - Constructor for class com.jk.services.client.JKClientRequestFilter
 
JKCollectionUtil - Class in com.jk.core.util
This class is a utility class used for working with collections and properties.
JKCollectionUtil() - Constructor for class com.jk.core.util.JKCollectionUtil
 
JKColumnFilter - Class in com.jk.core.model.table
This class represents a column filter for database querying.
JKColumnFilter(JKTableColumn) - Constructor for class com.jk.core.model.table.JKColumnFilter
This method constructs a new JKColumnFilter with the specified column.
JKColumnWrapper - Class in com.jk.data.dataaccess.orm.meta
This class is used to wrap and enhance metadata about a column in an entity class.
JKColumnWrapper(Field, Column) - Constructor for class com.jk.data.dataaccess.orm.meta.JKColumnWrapper
This method constructs a new JKColumnWrapper with the provided parameters.
JKCompileUtil - Class in com.jk.core.java
This class provides methods to extract class and package information from source code, retrieve class path, determine package directory, and compile Java source code dynamically.
JKCompileUtil() - Constructor for class com.jk.core.java.JKCompileUtil
 
JKCompressionUtil - Class in com.jk.core.util
This class is a utility class thats used for compressing and decompressing files using Zip format.
JKCompressionUtil() - Constructor for class com.jk.core.util.JKCompressionUtil
 
JKConfig - Class in com.jk.core.config
This class provides an implementation of the configurations and provides ways to access and manage the properties of these configurations.
JKConfig() - Constructor for class com.jk.core.config.JKConfig
This constructor creates a new instance of the JKConfig class.
JKConfig(Properties) - Constructor for class com.jk.core.config.JKConfig
This constructor creates a new instance of the JKConfig class.
JKConfigEvent - Interface in com.jk.core.config
This interface represents the configuration events that causes the configurations to change.
JKConfigListener - Interface in com.jk.core.config
This interface is a configuration listener interface for receiving configuration events.
JKConfigService - Class in com.jk.services.server.commons.services
This class provides REST end-points for managing and retrieving configuration properties.
JKConfigService() - Constructor for class com.jk.services.server.commons.services.JKConfigService
 
JKConstants - Class in com.jk.core.config
This class contains the necessary constants used for the JK-Framework classes.
JKConstants() - Constructor for class com.jk.core.config.JKConstants
 
JKConstants.App - Class in com.jk.core.config
This class provides constants related to Applications.
JKConstants.Build - Class in com.jk.core.config
This class contains the constants needed for a build.
JKConstants.Cache - Class in com.jk.core.config
This class provides constants related to Cache.
JKConstants.CloudFoundery - Class in com.jk.core.config
This class provides constants needed for Cloud Foundry.
JKConstants.Config - Class in com.jk.core.config
This class provides the configuration constants.
JKConstants.Context - Class in com.jk.core.config
This class provides constants related to Context.
JKConstants.Database - Class in com.jk.core.config
This class provides constants related to Database.
JKConstants.General - Class in com.jk.core.config
This class provides the general constants.
JKConstants.Git - Class in com.jk.core.config
This class provides constants related to Git.
JKConstants.Hibernate - Class in com.jk.core.config
This class provides constants related to Hibernate.
JKConstants.Log - Class in com.jk.core.config
This class provides constants related to Log.
JKConstants.Microservices - Class in com.jk.core.config
This class provides constants related to Microservices.
JKConstants.Mongo - Class in com.jk.core.config
This class provides constants related to Mongo.
JKConstants.PreConfig - Class in com.jk.core.config
This class provides the pre-configuration constants.
JKConstants.Security - Class in com.jk.core.config
This class provides constants related to Security.
JKConstants.WEB - Class in com.jk.core.config
This class provides constants related to WEB.
JKContentCaptureServletResponse - Class in com.jk.web.util
This class is a custom implementation of HttpServletResponseWrapper that captures the response content and provides a method to obtain that content as a string.
JKContentCaptureServletResponse(HttpServletResponse) - Constructor for class com.jk.web.util.JKContentCaptureServletResponse
This method constructs a new JKContentCaptureServletResponse.
JKContext - Interface in com.jk.core.context
This interface provides the necessary methods to manage and handle the configuration properties for the context objects and their attributes.
JKContextFactory - Class in com.jk.core.context
This class is a factory used for creating JKContext objects.
JKContextFactory() - Constructor for class com.jk.core.context.JKContextFactory
 
JKConversionUtil - Class in com.jk.core.util
This class is a utility class used for performing various types of conversions.
JKConversionUtil() - Constructor for class com.jk.core.util.JKConversionUtil
 
JKCrossCuttingApp - Class in com.jk.services.crosscutting
This class extends JKServiceConfig and provides a method to start the cross-cutting application.
JKCrossCuttingApp() - Constructor for class com.jk.services.crosscutting.JKCrossCuttingApp
 
JKCSVConvertor - Class in com.jk.core.jpa
This class is can be used to convert entity attribute state into database column representation and back again.
JKCSVConvertor() - Constructor for class com.jk.core.jpa.JKCSVConvertor
 
JKCustomSessionFactoryInterceptor - Class in com.jk.data.vendors.hibernate
This class is a custom Hibernate Session Factory Interceptor.
JKCustomSessionFactoryInterceptor() - Constructor for class com.jk.data.vendors.hibernate.JKCustomSessionFactoryInterceptor
 
JKCustomSqlType - Interface in com.jk.data.dataaccess.core
This interface defines a contract for custom database object types.
JKCustomSqlType.ArrayCustomSqlType - Class in com.jk.data.dataaccess.core
This class is an abstract class that implements JKCustomSqlType for array-like custom SQL types.
JKCustomSqlType.StructCustomSqlType - Class in com.jk.data.dataaccess.core
This class is an abstract class that implements JKCustomSqlType for structured custom SQL types.
JKDataAccessException - Exception in com.jk.core.exceptions
This class represents exception thrown to indicate an data access-related errors within the application.
JKDataAccessException() - Constructor for exception com.jk.core.exceptions.JKDataAccessException
This method constructs a new JKDataAccessException without any specified errors or causes.
JKDataAccessException(String) - Constructor for exception com.jk.core.exceptions.JKDataAccessException
This method constructs a JKDataAccessException with a specific error message.
JKDataAccessException(String, Throwable) - Constructor for exception com.jk.core.exceptions.JKDataAccessException
This method constructs a JKDataAccessException with a specific error message and a cause.
JKDataAccessException(Throwable) - Constructor for exception com.jk.core.exceptions.JKDataAccessException
This method constructs a JKDataAccessException with a cause.
JKDataAccessFactory - Class in com.jk.data.dataaccess
This class provides a factory for creating data access-related objects, including data sources and data access services, and manages the default data source.
JKDataAccessFactory() - Constructor for class com.jk.data.dataaccess.JKDataAccessFactory
 
JKDataAccessImpl - Class in com.jk.data.dataaccess.core
This class provides a comprehensive set of methods for interacting with a database.
JKDataAccessImpl() - Constructor for class com.jk.data.dataaccess.core.JKDataAccessImpl
This method constructs a new JKDataAccessImpl using the default data source.
JKDataAccessImpl(JKDataSource) - Constructor for class com.jk.data.dataaccess.core.JKDataAccessImpl
This method constructs a new JKDataAccessImpl using the provided data source.
JKDataAccessImpl(String) - Constructor for class com.jk.data.dataaccess.core.JKDataAccessImpl
This method constructs a new JKDataAccessImpl using the data source associated with the provided prefix.
JKDataAccessManyRowsException - Exception in com.jk.data.exceptions
This class represents exception thrown when a data access operation returns more rows than expected.
JKDataAccessManyRowsException() - Constructor for exception com.jk.data.exceptions.JKDataAccessManyRowsException
This method constructs a new JKDataAccessManyRowsException without any specified errors or causes.
JKDataAccessManyRowsException(String) - Constructor for exception com.jk.data.exceptions.JKDataAccessManyRowsException
This method constructs a JKDataAccessManyRowsException with a specific error message.
JKDataAccessManyRowsException(String, Object[]) - Constructor for exception com.jk.data.exceptions.JKDataAccessManyRowsException
This method constructs a JKDataAccessManyRowsException with a query string and associated parameters.
JKDataAccessManyRowsException(String, Throwable) - Constructor for exception com.jk.data.exceptions.JKDataAccessManyRowsException
This method constructs a JKDataAccessManyRowsException with a specific error message and a cause.
JKDataAccessManyRowsException(Throwable) - Constructor for exception com.jk.data.exceptions.JKDataAccessManyRowsException
This method constructs a JKDataAccessManyRowsException with a cause.
JKDataAccessService - Interface in com.jk.data.dataaccess.core
This interface defines methods for interacting with a database, executing queries, and managing transactions.
JKDataAccessUtil - Class in com.jk.data.util
This class provides utility methods for working with data access operations.
JKDataAccessUtil() - Constructor for class com.jk.data.util.JKDataAccessUtil
 
JKDataAccessValidationException - Exception in com.jk.data.exceptions
This class represents exceptions thrown to indicate that an error occurred within the application.
JKDataAccessValidationException() - Constructor for exception com.jk.data.exceptions.JKDataAccessValidationException
This method constructs a new JKDataAccessValidationException without any specified errors or causes.
JKDataAccessValidationException(String) - Constructor for exception com.jk.data.exceptions.JKDataAccessValidationException
This method constructs a JKDataAccessValidationException with a specific error message.
JKDataAccessValidationException(String, Throwable) - Constructor for exception com.jk.data.exceptions.JKDataAccessValidationException
This method constructs a JKDataAccessValidationException with a specific error message and a cause.
JKDataAccessValidationException(Throwable) - Constructor for exception com.jk.data.exceptions.JKDataAccessValidationException
This method constructs a JKDataAccessValidationException with a cause.
JKDatabase - Enum Class in com.jk.data.datasource
This enum representing various database types along with their configuration.
JKDatabaseDownException - Exception in com.jk.core.exceptions
This class represents exception thrown to indicate that the database is unavailable or encounters connectivity issues
JKDatabaseDownException(Exception, String, String, int) - Constructor for exception com.jk.core.exceptions.JKDatabaseDownException
This method constructs a JKDatabaseDownException with a specific exception, host name, and port number while also specifying the name of the database associated with it.
JKDataSource - Interface in com.jk.data.datasource
This interface defines methods for managing database connections and entities.
JKDataSourceEvent - Interface in com.jk.data.datasource
The interface represents events related to JKDataSource.
JKDataSourceFactory - Class in com.jk.data.datasource
This class is a factory for creating and managing JKDataSource instances.
JKDataSourceFactory() - Constructor for class com.jk.data.datasource.JKDataSourceFactory
 
JKDataSourceListener - Class in com.jk.data.datasource
The listener class for receiving JKDataSourceEvent.
JKDataSourceListener(int) - Constructor for class com.jk.data.datasource.JKDataSourceListener
This method constructs a new JKDataSourceListener.
JKDataType - Class in com.jk.core.datatypes
This class is responsible for providing suitable methods for the handling and managing of the data types in the JK-Framework.
JKDataType() - Constructor for class com.jk.core.datatypes.JKDataType
This method constructs an empty JKDataType object without initiating any of its attributes.
JKDataType(int, Class<?>, String) - Constructor for class com.jk.core.datatypes.JKDataType
This method constructs a JKDataType object and initiates all the attributes with the specified values.
JKDataTypeCategory - Enum Class in com.jk.core.datatypes
The JKDataTypeCategory enum represents a collection of constants that defines the different data types categories available in JK-Framework.
JKDataTypeMapping - Class in com.jk.core.datatypes
This class is responsible for the mapping of JKDataType by providing mapping of the data types to specific attributes values depending on their numeric code.
JKDataTypeMapping() - Constructor for class com.jk.core.datatypes.JKDataTypeMapping
 
JKDateConvertor - Class in com.jk.web.faces.convertor
This class represents a date converter used for formatting and parsing date values using a specified pattern.
JKDateConvertor() - Constructor for class com.jk.web.faces.convertor.JKDateConvertor
 
JKDateTimeUtil - Class in com.jk.core.util
This class is a utility class used for handling date and time related operations.
JKDateTimeUtil() - Constructor for class com.jk.core.util.JKDateTimeUtil
 
JKDateTimeUtil.CompareDates - Enum Class in com.jk.core.util
This enum is representing the comparison result between two dates.
JKDbIdValue - Class in com.jk.data.dataaccess.core
This class represents a database record with an associated ID and value.
JKDbIdValue() - Constructor for class com.jk.data.dataaccess.core.JKDbIdValue
This method constructs a new JKDbIdValue.
JKDBOperation - Interface in com.jk.data.dataaccess.core
This interface used to denote classes or components related to database operations in the JK framework.
JKDebugUtil - Class in com.jk.core.util
This class is a utility class used for debugging and logging purposes.
JKDebugUtil() - Constructor for class com.jk.core.util.JKDebugUtil
 
JKDefaultCacheManager - Class in com.jk.core.cache.simple
This class extends JKAbstractCacheManager class.
JKDefaultCacheManager() - Constructor for class com.jk.core.cache.simple.JKDefaultCacheManager
 
JKDefaultExceptionHandler<T extends Throwable> - Class in com.jk.core.exceptions.handler
This class represents the default exception handler class for the JK-Framework.
JKDefaultExceptionHandler() - Constructor for class com.jk.core.exceptions.handler.JKDefaultExceptionHandler
 
JKDefaultFilter - Class in com.jk.web.filters
This class is a servlet filter that provides default behavior for caching and processing requests.
JKDefaultFilter() - Constructor for class com.jk.web.filters.JKDefaultFilter
 
JKDefaultIndexable - Class in com.jk.core.jpa
This class provides basic properties for a default indexable entity.
JKDefaultIndexable() - Constructor for class com.jk.core.jpa.JKDefaultIndexable
This method constructs a new JKDefaultIndexable.
JKDefaultIndexable(String) - Constructor for class com.jk.core.jpa.JKDefaultIndexable
This method constructs a new JKDefaultIndexable with the provided name.
JKDefaultListableBeanFactory - Class in com.jk.core.factory.spring
This class extends the Spring Framework's DefaultListableBeanFactory to provide additional or customized functionality.
JKDefaultListableBeanFactory() - Constructor for class com.jk.core.factory.spring.JKDefaultListableBeanFactory
This method created a new JKDefaultListableBeanFactory.
JKDefaultListableBeanFactory(BeanFactory) - Constructor for class com.jk.core.factory.spring.JKDefaultListableBeanFactory
This method created a new JKDefaultListableBeanFactory with the given parent.
JKDefaultResourceLoader - Class in com.jk.core.resources
This class is a default implementation of the JKResourceLoader interface that provides methods for loading resources.
JKDefaultResourceLoader() - Constructor for class com.jk.core.resources.JKDefaultResourceLoader
This method constructs a new JKDefaultResourceLoader.
JKDefaultTableModel - Class in com.jk.core.model.table
This class represents a table model providing ways to manage and manipulate the rows and columns and table content.
JKDefaultTableModel() - Constructor for class com.jk.core.model.table.JKDefaultTableModel
This method constructs a new JKDefaultTableModel with zero rows and columns.
JKDefaultTableModel(int, int) - Constructor for class com.jk.core.model.table.JKDefaultTableModel
This method constructs a new JKDefaultTableModel with as many rows and columns as specified by the given values.
JKDefaultTableModel(Object[][], Object[]) - Constructor for class com.jk.core.model.table.JKDefaultTableModel
This method constructs a new JKDefaultTableModel with the specified column headers and rows filled with the provided data.
JKDefaultTableModel(Object[], int) - Constructor for class com.jk.core.model.table.JKDefaultTableModel
This method constructs a new JKDefaultTableModel with the specified column headers and with as many rows as specified by the given value.
JKDefaultTableModel(Vector, int) - Constructor for class com.jk.core.model.table.JKDefaultTableModel
This method constructs a new JKDefaultTableModel with the specified column headers and with as many rows as specified by the given value.
JKDefaultTableModel(Vector, Vector) - Constructor for class com.jk.core.model.table.JKDefaultTableModel
This method constructs a new JKDefaultTableModel with the specified column headers and rows filled with the provided data.
JKDesktopContext - Class in com.jk.core.context.impl
This class represents a context tailored for desktop applications within the JK framework.
JKDesktopContext() - Constructor for class com.jk.core.context.impl.JKDesktopContext
 
JKDisabledUserException - Exception in com.jk.core.exceptions
This class represents exception thrown to indicate that a user account is disabled or inactive.
JKDisabledUserException() - Constructor for exception com.jk.core.exceptions.JKDisabledUserException
This method constructs a new JKDisabledUserException without any specified errors or causes.
JKDisabledUserException(JKUser) - Constructor for exception com.jk.core.exceptions.JKDisabledUserException
This method constructs a JKDisabledUserException with the disabled user.
JKDisabledUserException(String) - Constructor for exception com.jk.core.exceptions.JKDisabledUserException
This method constructs a JKDisabledUserException with a specific error message.
JKDisabledUserException(String, Throwable) - Constructor for exception com.jk.core.exceptions.JKDisabledUserException
This method constructs a JKDisabledUserException with a specific error message and a cause.
JKDisabledUserException(String, Throwable, boolean, boolean) - Constructor for exception com.jk.core.exceptions.JKDisabledUserException
This method constructs a JKDisabledUserException with a specific error message, cause, suppression behavior, and stack trace writability.
JKDisabledUserException(Throwable) - Constructor for exception com.jk.core.exceptions.JKDisabledUserException
This method constructs a JKDisabledUserException with a cause.
JKDriverManagerDataSource - Class in com.jk.core.jdbc
This class provides method to help in managing the driver connection.
JKDriverManagerDataSource() - Constructor for class com.jk.core.jdbc.JKDriverManagerDataSource
This method constructs a new JKDriverManagerDataSource.
JKDriverManagerDataSource(String, String, String) - Constructor for class com.jk.core.jdbc.JKDriverManagerDataSource
Instantiates a new JK driver manager data source.
JKEmptyReportException - Exception in com.jk.core.exceptions
This class represents exception thrown to indicate that a report is empty or contains no data.
JKEmptyReportException() - Constructor for exception com.jk.core.exceptions.JKEmptyReportException
This method constructs a new JKEmptyReportException without any specified errors or causes.
JKEmptyReportException(String) - Constructor for exception com.jk.core.exceptions.JKEmptyReportException
This method constructs a JKEmptyReportException with a specific error message.
JKEmptyReportException(String, Throwable) - Constructor for exception com.jk.core.exceptions.JKEmptyReportException
This method constructs a JKEmptyReportException with a specific error message and a cause.
JKEmptyReportException(String, Throwable, boolean, boolean) - Constructor for exception com.jk.core.exceptions.JKEmptyReportException
This method constructs a JKEmptyReportException with a specific error message, cause, suppression behavior, and stack trace writability.
JKEmptyReportException(Throwable) - Constructor for exception com.jk.core.exceptions.JKEmptyReportException
This method constructs a JKEmptyReportException with a cause.
JKEntity - Class in com.jk.data.dataaccess.orm
This class provides common functionality and annotations for entity classes.
JKEntity() - Constructor for class com.jk.data.dataaccess.orm.JKEntity
This method constructs a new JKEntity.
JKEntityManagerFactory - Class in com.jk.data.vendors.hibernate
This class is a factory that provides a utility method to create an EntityManagerFactory.
JKEntityManagerFactory() - Constructor for class com.jk.data.vendors.hibernate.JKEntityManagerFactory
 
JKEntityModelMapper - Class in com.jk.core.jpa
This class provides methods for JKBaseEntity objects and JKBaseModel objects to interact with each other by mapping each other attributes to their own.
JKEntityModelMapper() - Constructor for class com.jk.core.jpa.JKEntityModelMapper
 
JKErrorServlet - Class in com.jk.web.servlets
This class is a servlet responsible for handling and displaying error pages and exception details.
JKErrorServlet() - Constructor for class com.jk.web.servlets.JKErrorServlet
 
JKExcelUtil - Class in com.jk.core.util
This class is a utility class used for creating and writing Excel sheets using Apache POI.
JKExcelUtil(JKTableModel) - Constructor for class com.jk.core.util.JKExcelUtil
This method constructs a new JKExcelUtil from the data available in the JKTableModel.
JKException - Exception in com.jk.core.exceptions
This class represents exceptions thrown to indicate that an error occurred within the application.
JKException() - Constructor for exception com.jk.core.exceptions.JKException
This method constructs a new JKException without any specified errors or causes.
JKException(String) - Constructor for exception com.jk.core.exceptions.JKException
This method constructs a JKException with a specific error message.
JKException(String, Throwable) - Constructor for exception com.jk.core.exceptions.JKException
This method constructs a JKException with a specific error message and a cause.
JKException(String, Throwable, boolean, boolean) - Constructor for exception com.jk.core.exceptions.JKException
This method constructs a JKException with a specific error message, cause, suppression behavior, and stack trace writability.
JKException(Throwable) - Constructor for exception com.jk.core.exceptions.JKException
This method constructs a JKException with a cause.
JKExceptionHandler<T extends Throwable> - Interface in com.jk.core.exceptions.handler
This interface is used for handling exceptions inside the JK-Framework.
JKExceptionHandlerFactory - Class in com.jk.core.exceptions.handler
This class is a factory used to create JKExceptionHandler objects.
JKExceptionHandlerFactory() - Constructor for class com.jk.core.exceptions.handler.JKExceptionHandlerFactory
 
JKExceptionHandlerInfo - Class in com.jk.core.exceptions.handler
This class represents information about an exception handler.
JKExceptionHandlerInfo() - Constructor for class com.jk.core.exceptions.handler.JKExceptionHandlerInfo
This method constructs a new JKExceptionHandlerInfo instance.
JKExceptionUtil - Class in com.jk.core.exceptions.handler
This class is an utility class for working with exceptions.
JKExceptionUtil() - Constructor for class com.jk.core.exceptions.handler.JKExceptionUtil
 
JKExecutor - Class in com.jk.core.timer
This class is used for executing tasks with timeout monitoring.
JKExecutor() - Constructor for class com.jk.core.timer.JKExecutor
 
JKFacesConfigurations - Class in com.jk.web.faces.config
This class represents configuration settings.
JKFacesConfigurations() - Constructor for class com.jk.web.faces.config.JKFacesConfigurations
 
JKFacesExceptionHandler - Class in com.jk.web.faces.exceptions
This class is a handler that intercepts unhandled exceptions in the application, logs them, and provides a custom error message to the user.
JKFacesExceptionHandler(ExceptionHandler) - Constructor for class com.jk.web.faces.exceptions.JKFacesExceptionHandler
This method constructs a new JKFacesExceptionHandler.
JKFacesExceptionHandlerFactory - Class in com.jk.web.faces.exceptions
This factory provides an instance of JKFacesExceptionHandler to handle exceptions in the JSF application.
JKFacesExceptionHandlerFactory(ExceptionHandlerFactory) - Constructor for class com.jk.web.faces.exceptions.JKFacesExceptionHandlerFactory
This method constructs a new JKFacesExceptionHandlerFactory.
JKFactory - Class in com.jk.core.factory
This class provides methods for creating instances, associating implementations, and checking for the existence of beans in a Spring context.
JKFactory() - Constructor for class com.jk.core.factory.JKFactory
 
JKFakeMailSender - Class in com.jk.core.mail
This class provides a way to send mails from a fake sender.
JKFakeMailSender() - Constructor for class com.jk.core.mail.JKFakeMailSender
 
JKFileDownloadServiceCaller - Class in com.jk.services.client
This class implements the JKServiceCaller interface for making service calls to download files.
JKFileDownloadServiceCaller(Object) - Constructor for class com.jk.services.client.JKFileDownloadServiceCaller
This method constructs a new JKFileDownloadServiceCaller with the provided object.
JKFinder - Interface in com.jk.data.dataaccess.core
This interface is used to define database query finders within the JK framework.
JKFinderAdapter - Class in com.jk.data.dataaccess.core
This class is an implementation of the JKFinder interface.
JKFinderAdapter() - Constructor for class com.jk.data.dataaccess.core.JKFinderAdapter
 
JKFormatUtil - Class in com.jk.core.util
This class is a utility class used for formatting various types of data, such as dates, times, numbers, and more.
JKFormatUtil() - Constructor for class com.jk.core.util.JKFormatUtil
 
JKFormRenderer - Class in com.jk.web.faces.renderers
This class extends FormRenderer class, which renders a UIForm as a Form.
JKFormRenderer() - Constructor for class com.jk.web.faces.renderers.JKFormRenderer
 
JKGitDataAccess - Class in com.jk.data.dataaccess.git
This class provides basic data access operations for managing records in a Git-backed storage.
JKGitDataAccess() - Constructor for class com.jk.data.dataaccess.git.JKGitDataAccess
 
JKGitWrapper - Class in com.jk.core.scm
This class provides a convenient interface to interact with Git repositories, including creating, cloning, committing, pushing, and other related operations.
JKGitWrapper() - Constructor for class com.jk.core.scm.JKGitWrapper
This method constructs a new JKGitWrapper.
JKGitWrapper(Properties) - Constructor for class com.jk.core.scm.JKGitWrapper
This method constructs a new JKGitWrapper using the provided properties.
JKGuavaCacheWrapper<K,V> - Class in com.jk.core.collections.map
This class represents a wrapper class that stores cache entries and provides the necessary method to interact with and access the cache stored within.
JKGuavaCacheWrapper(Cache<K, V>) - Constructor for class com.jk.core.collections.map.JKGuavaCacheWrapper
This method constructs a new instance of the JKGuavaCacheWrapper with the provided parameters.
JKHeadersService - Class in com.jk.services.server.commons.services
This class provides a REST end-point for retrieving HTTP headers from the current request context.
JKHeadersService() - Constructor for class com.jk.services.server.commons.services.JKHeadersService
 
JKHibernateDataSource - Class in com.jk.data.datasource.impl
This class extends JKAbstractDataSource and provides specific functionality for configuring and managing Hibernate-based data sources.
JKHibernateDataSource(String, Properties) - Constructor for class com.jk.data.datasource.impl.JKHibernateDataSource
This method constructs a new JKHibernateDataSource with name and configuration properties.
JKHiService - Class in com.jk.services.server.commons.services
This class provides a simple REST end-point that returns a greeting message.
JKHiService() - Constructor for class com.jk.services.server.commons.services.JKHiService
 
JKHttpException - Exception in com.jk.core.exceptions
This class represents exception thrown to indicate an data HTTP-related errors within the application
JKHttpException() - Constructor for exception com.jk.core.exceptions.JKHttpException
This method constructs a new JKHttpException without any specified errors or causes.
JKHttpException(String, int) - Constructor for exception com.jk.core.exceptions.JKHttpException
This method constructs a JKHttpException with a specific error message and code.
JKHttpException(String, Throwable) - Constructor for exception com.jk.core.exceptions.JKHttpException
This method constructs a JKHttpException with a specific error message and a cause.
JKHttpException(Throwable) - Constructor for exception com.jk.core.exceptions.JKHttpException
This method constructs a JKHttpException with a cause.
JKHttpStatus - Enum Class in com.jk.core.http
Enumeration of HTTP status codes.
JKHttpStatus.Series - Enum Class in com.jk.core.http
Enumeration of HTTP status series.
JKHttpUtil - Class in com.jk.core.http
This class provides utility methods to deal with URLs and file downloads from them.
JKHttpUtil() - Constructor for class com.jk.core.http.JKHttpUtil
 
JKIndexable - Interface in com.jk.core.jpa
This interface provides basic properties for an indexable entity.
JKInfoService - Class in com.jk.services.server.commons.services
This class provides a REST end-point to retrieve information about registered service servers.
JKInfoService() - Constructor for class com.jk.services.server.commons.services.JKInfoService
 
JKInvalidTokenException - Exception in com.jk.core.exceptions
This class represents exception thrown to indicate an invalid token is encountered within the application.
JKInvalidTokenException() - Constructor for exception com.jk.core.exceptions.JKInvalidTokenException
This method constructs a new JKInvalidTokenException without any specified errors or causes.
JKInvalidTokenException(String) - Constructor for exception com.jk.core.exceptions.JKInvalidTokenException
This method constructs a JKInvalidTokenException with a specific error message.
JKInvalidTokenException(String, Throwable) - Constructor for exception com.jk.core.exceptions.JKInvalidTokenException
This method constructs a JKInvalidTokenException with a specific error message and a cause.
JKInvalidTokenException(String, Throwable, boolean, boolean) - Constructor for exception com.jk.core.exceptions.JKInvalidTokenException
This method constructs a JKInvalidTokenException with a specific error message, cause, suppression behavior, and stack trace writability.
JKInvalidTokenException(Throwable) - Constructor for exception com.jk.core.exceptions.JKInvalidTokenException
This method constructs a JKInvalidTokenException with a cause.
JKInvalidUserException - Exception in com.jk.core.exceptions
This class represents exception thrown to indicate an invalid user is encountered.
JKInvalidUserException() - Constructor for exception com.jk.core.exceptions.JKInvalidUserException
This method constructs a new JKInvalidUserException without any specified errors or causes.
JKInvalidUserException(String) - Constructor for exception com.jk.core.exceptions.JKInvalidUserException
This method constructs a JKInvalidUserException with a specific error message.
JKInvalidUserException(String, Throwable) - Constructor for exception com.jk.core.exceptions.JKInvalidUserException
This method constructs a JKInvalidUserException with a specific error message and a cause.
JKInvalidUserException(String, Throwable, boolean, boolean) - Constructor for exception com.jk.core.exceptions.JKInvalidUserException
This method constructs a JKInvalidUserException with a specific error message, cause, suppression behavior, and stack trace writability.
JKInvalidUserException(Throwable) - Constructor for exception com.jk.core.exceptions.JKInvalidUserException
This method constructs a JKInvalidUserException with a cause.
JKIOUtil - Class in com.jk.core.util
This class is a utility class used for various I/O operations and file handling tasks.
JKIOUtil() - Constructor for class com.jk.core.util.JKIOUtil
 
JKJdbcUtil - Class in com.jk.core.util
This class is a utility class used for JDBC (Java Database Connectivity) operations and handling.
JKJdbcUtil() - Constructor for class com.jk.core.util.JKJdbcUtil
 
JKJerseyObjectMapperProvider - Class in com.jk.services.server
This class provides a custom configuration for the Jackson ObjectMapper.
JKJerseyObjectMapperProvider() - Constructor for class com.jk.services.server.JKJerseyObjectMapperProvider
 
JKJsfContext - Class in com.jk.core.context.impl
This class represents a context tailored for Jakarta Server Faces within the JK framework.
JKJsfContext() - Constructor for class com.jk.core.context.impl.JKJsfContext
 
JKJsfUtil - Class in com.jk.web.util
This class provides utility methods for working with Jakarta Server Faces (JSF) in web applications.
JKJsfUtil() - Constructor for class com.jk.web.util.JKJsfUtil
 
JKJspUtil - Class in com.jk.web.servlets
This class provides utility methods for use within Jakarta Server Pages (JSP) in a Java application.
JKJspUtil() - Constructor for class com.jk.web.servlets.JKJspUtil
This method constructs a new JKJspUtil.
JKKeyValue<K,V> - Interface in com.jk.core.util
This interface represents a key-value pair, where a key and a corresponding value are associated.
JKLDapAuthenticator - Class in com.jk.core.util
This class provides LDAP authentication functionality for verifying user credentials against an LDAP server.
JKLDapAuthenticator() - Constructor for class com.jk.core.util.JKLDapAuthenticator
 
JKListHolder<T extends JKIndexable> - Interface in com.jk.core.collections
This Interface is a generic interface for holding a list of items that implement the JKIndexable interface.
JKLMF - Class in com.jk.core.lm
The Class JKLMF.
JKLMF() - Constructor for class com.jk.core.lm.JKLMF
 
JKLocale - Class in com.jk.core.locale
This class represents a locale (language and regional settings)
JKLocale() - Constructor for class com.jk.core.locale.JKLocale
This method initiates a new JKLocale
JKLocale(int, String, String) - Constructor for class com.jk.core.locale.JKLocale
This method constructs a new JKLocale with the provides identifier, name and short name.
JKLocale(int, String, String, JKLocaleDirection) - Constructor for class com.jk.core.locale.JKLocale
This method constructs a new JKLocale with the provides identifier, name and short name, direction.
JKLocaleDirection - Enum Class in com.jk.core.locale
This enum represents the possible locale directions for the JKLocale objects.
JKLog - Class in com.jk.core.logging
This model represents log levels commonly used for logging purposes.
JKLog() - Constructor for class com.jk.core.logging.JKLog
This method constructs a new JKLog.
JKLog(String, String, String) - Constructor for class com.jk.core.logging.JKLog
This method constructs a new JKLog with the specified name, message and severity.
JKLogConfig - Class in com.jk.core.logging
This class provide a way to print all the loggers in this application with their severity level specified.
JKLogConfig() - Constructor for class com.jk.core.logging.JKLogConfig
 
JKLogCrossCuttingService - Class in com.jk.services.crosscutting.logging
This class represents a REST web service end-point for logging in the cross-cutting application.
JKLogCrossCuttingService() - Constructor for class com.jk.services.crosscutting.logging.JKLogCrossCuttingService
 
JKLogFilter - Class in com.jk.core.logging
This class is a specialized filter with a decide method that takes a bunch of parameters instead of a single event object.
JKLogFilter(String) - Constructor for class com.jk.core.logging.JKLogFilter
This method constructs a new JKLogFilter with the provided filter CSV value.
JKLoggedInterceptor - Class in com.jk.core.logging
This class is an interceptor for logging method calls and their outcomes.
JKLoggedInterceptor() - Constructor for class com.jk.core.logging.JKLoggedInterceptor
 
JKLogger - Class in com.jk.core.logging
This class provides logging functionality using the underlying Logger implementation.
JKLogger(String) - Constructor for class com.jk.core.logging.JKLogger
This method initiates a new JKLogger with the specified name.
JKLoggerFactory - Class in com.jk.core.logging
This class represents a factory used to create JKLogger objects.
JKLoggerFactory() - Constructor for class com.jk.core.logging.JKLoggerFactory
 
JKLogoutServlet - Class in com.jk.web.servlets
This class is a servlet responsible for handling user logout requests.
JKLogoutServlet() - Constructor for class com.jk.web.servlets.JKLogoutServlet
This method constructs a new JKLogoutServlet.
JKLogService - Class in com.jk.services.server.commons.services
This class provides a REST end-point to retrieve logs from the application's log files.