Serialized Form
-
Package com.jk.core.datatypes
-
Class com.jk.core.datatypes.JKDataType
class JKDataType extends Object implements Serializable
-
-
Package com.jk.core.exceptions
-
Exception com.jk.core.exceptions.InvalidaNameException
class InvalidaNameException extends JKException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
Represents the invalid name.
-
-
Exception com.jk.core.exceptions.JKAssertionException
class JKAssertionException extends JKException implements Serializable -
Exception com.jk.core.exceptions.JKAuthenticationException
class JKAuthenticationException extends JKSecurityException implements Serializable -
Exception com.jk.core.exceptions.JKAuthroizationException
class JKAuthroizationException extends JKSecurityException implements Serializable -
Exception com.jk.core.exceptions.JKDataAccessException
class JKDataAccessException extends JKException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
exception
ArrayList<JKDataAccessException> exception
Represents a collection of data access-related errors that have occurred during the execution of a specific operation.
-
-
Exception com.jk.core.exceptions.JKDatabaseDownException
class JKDatabaseDownException extends JKServerDownException implements Serializable- serialVersionUID:
- 8502756430257643464L
-
Serialized Fields
-
dbName
String dbName
Represents the name of the database associated with this exception.
-
-
Exception com.jk.core.exceptions.JKDisabledUserException
class JKDisabledUserException extends JKSecurityException implements Serializable-
Serialized Fields
-
user
JKUser user
Represents the user associated with this exception.
-
-
-
Exception com.jk.core.exceptions.JKEmptyReportException
class JKEmptyReportException extends JKReportException implements Serializable -
Exception com.jk.core.exceptions.JKException
class JKException extends RuntimeException implements Serializable- serialVersionUID:
- -432528857361517859L
-
Serialized Fields
-
logged
boolean logged
Represents whether this exception is logged or not.
-
-
Exception com.jk.core.exceptions.JKHttpException
class JKHttpException extends JKException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
Represents the error code of this exception.
-
-
Exception com.jk.core.exceptions.JKInvalidTokenException
class JKInvalidTokenException extends JKSecurityException implements Serializable -
Exception com.jk.core.exceptions.JKInvalidUserException
class JKInvalidUserException extends JKSecurityException implements Serializable -
Exception com.jk.core.exceptions.JKNotAllowedOperationException
class JKNotAllowedOperationException extends JKSecurityException implements Serializable -
Exception com.jk.core.exceptions.JKReportException
class JKReportException extends JKException implements Serializable -
Exception com.jk.core.exceptions.JKSecurityException
class JKSecurityException extends JKException implements Serializable -
Exception com.jk.core.exceptions.JKServerDownException
class JKServerDownException extends JKException implements Serializable- serialVersionUID:
- -2582331807098593228L
-
Serialized Fields
-
host
String host
Represents the server associated with this exception host name. -
port
int port
Represents the server associated with this exception port number.
-
-
Exception com.jk.core.exceptions.JKTimeoutException
class JKTimeoutException extends JKException implements Serializable -
Exception com.jk.core.exceptions.JKValidationException
class JKValidationException extends JKException implements Serializable -
Exception com.jk.core.exceptions.JKXmlException
class JKXmlException extends JKException implements Serializable
-
-
Package com.jk.core.factory.spring
-
Class com.jk.core.factory.spring.JKDefaultListableBeanFactory
class JKDefaultListableBeanFactory extends org.springframework.beans.factory.support.DefaultListableBeanFactory implements Serializable
-
-
Package com.jk.core.jpa
-
Class com.jk.core.jpa.JKBaseEntity
class JKBaseEntity extends Object implements Serializable-
Serialized Fields
-
crtDate
Date crtDate
Represents thecrt_date
column value in the database.This field specifies the creation date and is stored in the database as a time stamp.
-
crtUser
String crtUser
Represents thecrt_user
column value in the database.This field specifies the entity creation user.
-
description
String description
Represents the entity description. -
displayName
String displayName
Represents thedisplay_name
column value in the database.This field specifies the entity display name.
-
modDate
Date modDate
Represents themod_date
column value in the database.This field specifies the date this entity was modified in and is stored in the database as a time stamp.
-
modUser
String modUser
Represents themod_user
column value in the database.This field specifies the user who modified the entity.
-
name
String name
Represents the entity name. -
summary
String summary
Represents the entity summary. -
tenant
String tenant
Represents thetenant_id
column value in the database.This field represents the tenant identifier (ID) which is associated with this entity.
-
uid
String uid
Represents the entity universally unique identifier (UUID) -
version
int version
Represents this entity version.
-
-
-
Class com.jk.core.jpa.JKBaseModel
class JKBaseModel extends Object implements Serializable-
Serialized Fields
-
crtDate
String crtDate
Represents the entity creation date in the MongoDB. -
crtUser
String crtUser
Represents the entity creation user in the MongoDB. -
description
String description
Represents the entity description in the MongoDB. -
displayName
String displayName
Represents the entity display name in the MongoDB. -
modDate
String modDate
Represents the entity modification date in the MongoDB. -
modUser
String modUser
Represents the entity modification user in the MongoDB. -
name
String name
Represents the entity name in the MongoDB. -
summary
String summary
Represents the entity summary in the MongoDB. -
tenant
String tenant
Represents the entity tenant in the MongoDB. -
uid
String uid
Represents the unique identifier (UID) for this entity in the MongoDB documents. -
version
int version
Represents the entity version in the MongoDB.
-
-
-
-
Package com.jk.core.locale
-
Class com.jk.core.locale.JKLocale
class JKLocale extends Object implements Serializable- serialVersionUID:
- -4392783699434888201L
-
Serialized Fields
-
direction
JKLocaleDirection direction
Represents the direction the text is read from in this locale.- See Also:
-
id
int id
Represents the locale identifier (ID). -
name
String name
Represents the locale name. -
shortName
String shortName
Represents the locale short name, usually made up of two letters.
-
-
-
Package com.jk.core.logging
-
Class com.jk.core.logging.JKLoggedInterceptor
class JKLoggedInterceptor extends Object implements Serializable-
Serialized Fields
-
logger
JKLogger logger
Represents this class logger.
-
-
-
-
Package com.jk.core.mime
-
Exception com.jk.core.mime.InvalidMagicMimeEntryException
class InvalidMagicMimeEntryException extends Exception implements Serializable- serialVersionUID:
- -6705937358834408523L
-
-
Package com.jk.core.model.table
-
Class com.jk.core.model.table.JKDefaultTableModel
class JKDefaultTableModel extends AbstractTableModel implements Serializable- serialVersionUID:
- -8125197035369796500L
-
Class com.jk.core.model.table.JKMapTableModel
class JKMapTableModel extends JKTableModel implements Serializable -
Class com.jk.core.model.table.JKTableModel
class JKTableModel extends AbstractTableModel implements Serializable- serialVersionUID:
- -6003811835691538215L
-
Serialized Fields
-
allowDelete
boolean allowDelete
Indicates whether this table allow entry deletion or not. -
deletedRecords
Vector<JKTableRecord> deletedRecords
Represents the deleted records. -
modified
boolean modified
Indicates whether this table has been modified or not. -
records
Vector<JKTableRecord> records
Represents the table records. -
tableColumns
Vector<JKTableColumn> tableColumns
Represents the table columns. -
visibilityManager
com.jk.core.model.table.JKTableModel.ColumnVisiblityManagar visibilityManager
Represents the column visibility manager.
-
-
-
Package com.jk.core.reflection.common
-
Class com.jk.core.reflection.common.MethodCallInfo
class MethodCallInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
className
String className
Represents the class name. -
exception
Exception exception
Represents the method exception. -
failed
boolean failed
Indicates whether the call has failed or not. -
methodName
String methodName
Represents the method name. -
paramters
Object[] paramters
Represents the method parameters. -
result
Object result
Represents the method result.
-
-
Exception com.jk.core.reflection.common.RemoteReflectionException
class RemoteReflectionException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package com.jk.core.sound
-
Exception com.jk.core.sound.SoundException
class SoundException extends Exception implements Serializable- serialVersionUID:
- 1961246061140382786L
-
-
Package com.jk.core.templates
-
Exception com.jk.core.templates.JKTemplateException
class JKTemplateException extends JKException implements Serializable -
Exception com.jk.core.templates.JKTemplateProcessingException
class JKTemplateProcessingException extends JKTemplateException implements Serializable
-
-
Package com.jk.data.dataaccess.core
-
Class com.jk.data.dataaccess.core.JKDbIdValue
class JKDbIdValue extends Object implements Serializable- serialVersionUID:
- 537896307464838186L
-
-
Package com.jk.data.dataaccess.orm
-
Class com.jk.data.dataaccess.orm.JKEntity
class JKEntity extends Object implements Serializable
-
-
Package com.jk.data.datasource
-
Class com.jk.data.datasource.DefaultPhysicalNamingStrategy
class DefaultPhysicalNamingStrategy extends Object implements Serializable -
Class com.jk.data.datasource.JKDataSourceListener
class JKDataSourceListener extends Object implements Serializable-
Serialized Fields
-
index
int index
Represents the index associated with the listener. -
logger
JKLogger logger
Represents the class logger.
-
-
-
-
Package com.jk.data.dynamic.paging
-
Exception com.jk.data.dynamic.paging.PagingException
class PagingException extends JKDataAccessException implements Serializable- serialVersionUID:
- -1703303938691085057L
-
-
Package com.jk.data.exceptions
-
Exception com.jk.data.exceptions.JKDataAccessManyRowsException
class JKDataAccessManyRowsException extends JKDataAccessException implements Serializable -
Exception com.jk.data.exceptions.JKDataAccessValidationException
class JKDataAccessValidationException extends JKDataAccessException implements Serializable- serialVersionUID:
- -2450150009026093119L
-
Exception com.jk.data.exceptions.JKRecordNotFoundException
class JKRecordNotFoundException extends JKDataAccessException implements Serializable- serialVersionUID:
- 1L
-
-
Package com.jk.data.vendors.h2
-
Class com.jk.data.vendors.h2.H2PhysicalNamingStrategy
class H2PhysicalNamingStrategy extends DefaultPhysicalNamingStrategy implements Serializable
-
-
Package com.jk.data.vendors.mysql
-
Class com.jk.data.vendors.mysql.MysqlPhysicalNamingStrategy
class MysqlPhysicalNamingStrategy extends DefaultPhysicalNamingStrategy implements Serializable
-
-
Package com.jk.data.vendors.oracle
-
Class com.jk.data.vendors.oracle.OraclePhysicalNamingStrategy
class OraclePhysicalNamingStrategy extends DefaultPhysicalNamingStrategy implements Serializable
-
-
Package com.jk.services.client
-
Exception com.jk.services.client.JKServiceClientException
class JKServiceClientException extends JKException implements Serializable-
Serialized Fields
-
errorCode
String errorCode
Represents the error code associated with the exception. -
errorMessage
String errorMessage
Represents the error message associated with the exception. -
responseMessage
String responseMessage
Represents the response message received from the service. -
serviceName
String serviceName
Represents the name of the service associated with the exception. -
status
JKHttpStatus status
Represents the HTTP status associated with the exception. -
url
String url
Represents the URL associated with the exception.
-
-
-
-
Package com.jk.services.client.workflow.models
-
Class com.jk.services.client.workflow.models.NewPayloadRequestModel
class NewPayloadRequestModel extends Object implements Serializable-
Serialized Fields
-
action
String action
Represents the action associated with this pay-load request model. -
body
String body
Represents the body content associated with this pay-load request model. -
entity
String entity
Represents the entity associated with this pay-load request model. -
id
Integer id
Represents the ID for this pay-load request model. -
system
String system
Represents the system associated with this pay-load request model.
-
-
-
Class com.jk.services.client.workflow.models.PayloadModel
class PayloadModel extends Object implements Serializable-
Serialized Fields
-
active
boolean active
Indicates whether this model is active or not. -
approveLabel
String approveLabel
Represents the approve label associated with this pay-load model. -
approveNextStatus
String approveNextStatus
Represents the approve next status for this pay-load model. -
creator
String creator
Represents the creator for this pay-load model. -
id
Integer id
Represents the ID for this pay-load model. -
object
Object object
Represents the object associated with this model. -
originalAction
String originalAction
Represents the original action for this pay-load model. -
payload
String payload
Represents the pay-load content for this pay-load model. -
rejectLabel
String rejectLabel
Represents the reject label for this pay-load model. -
rejectNextStatus
String rejectNextStatus
Represents the reject next status for this pay-load model. -
role
String role
Represents the role for this pay-load model. -
status
String status
Represents the status for this pay-load model. -
timestamp
Timestamp timestamp
Represents the time stamp for this pay-load model. -
workflowClass
String workflowClass
Represents the workflow class.
-
-
-
Class com.jk.services.client.workflow.models.WorkflowEntityModel
class WorkflowEntityModel extends Object implements Serializable
-
-
Package com.jk.web.faces.controllers
-
Class com.jk.web.faces.controllers.JKUtilWebController
class JKUtilWebController extends JKWebController implements Serializable -
Class com.jk.web.faces.controllers.JKWebController
class JKWebController extends Object implements Serializable-
Serialized Fields
-
logger
JKLogger logger
Represents this class logger.
-
-
-
Class com.jk.web.faces.controllers.JKWebMessagesController
class JKWebMessagesController extends JKWebController implements Serializable
-
-
Package com.jk.web.servlets
-
Class com.jk.web.servlets.JKErrorServlet
class JKErrorServlet extends jakarta.servlet.http.HttpServlet implements Serializable -
Class com.jk.web.servlets.JKLogoutServlet
class JKLogoutServlet extends jakarta.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
logger
JKLogger logger
Represents this class logger.
-
-
Class com.jk.web.servlets.JKResetConfigServlet
class JKResetConfigServlet extends jakarta.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
logger
JKLogger logger
Represents this class logger.
-
-
Class com.jk.web.servlets.JKVersionsServlet
class JKVersionsServlet extends jakarta.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
logger
JKLogger logger
Represents this class logger.
-
-
-
Package com.jk.webstack.controllers
-
Class com.jk.webstack.controllers.JKMasterDetailWebControllerWithOrmSupport
class JKMasterDetailWebControllerWithOrmSupport extends JKWebControllerWithOrmSupport<T extends JKBaseEntity> implements Serializable-
Serialized Fields
-
detailControllers
List<JKWebControllerWithOrmSupport<?>> detailControllers
Represents the list of detail controllers associated with this master-detail controller.
-
-
-
Class com.jk.webstack.controllers.JKWebAppBaseController
class JKWebAppBaseController extends JKWebController implements Serializable -
Class com.jk.webstack.controllers.JKWebControllerWithOrmSupport
class JKWebControllerWithOrmSupport extends JKWebControllerWithSqlDataAccess implements Serializable-
Serialized Fields
-
alwaysRefreshList
boolean alwaysRefreshList
Represents a flag to always refresh the list of ORM entities. -
client
JKWorkflowServiceClient client
Represents a workflow service client for handling work flows. -
confirmReeset
boolean confirmReeset
Represents a flag to confirm reset actions. -
dataList
List<T> dataList
The data list, this shall be used in datalists and comboboxes, for datatables, please use ModelList. -
dataListFilter
Predicate<? super T> dataListFilter
Represents a filter predicate for the data list. -
editTabular
boolean editTabular
Represents a flag for tabular editing mode. -
filterList
List<T> filterList
Represents a filtered list of ORM entities. -
filterList2
List filterList2
Represents a second filter list, if required for another data table. -
mode
ControllerMode mode
Represents the current controller mode. -
model
T model
Represents the current ORM entity being managed. -
modelClass
Class<T> modelClass
Represents the class type of the ORM entity. -
modelList
List<T> modelList
Represents a list of ORM entities. -
modelListFilter
Predicate<? super T> modelListFilter
Represents a filter predicate for the model list. -
original
T original
Represents the original ORM entity for workflow purposes. -
payload
PayloadModel payload
Represents the pay-load model for workflow. -
payloads
List<PayloadModel> payloads
Represents a list of pay-load models for work flows. -
workflowAvialable
boolean workflowAvialable
Represents a flag indicating whether workflow functionality is available. -
workflowEntity
WorkflowEntityModel workflowEntity
Represents the work flow entity model.
-
-
-
Class com.jk.webstack.controllers.JKWebControllerWithSqlDataAccess
class JKWebControllerWithSqlDataAccess extends JKWebAppBaseController implements Serializable-
Serialized Fields
-
sqlDataAccess
JKDataAccessService sqlDataAccess
Represents the SQL data access service for executing SQL queries.
-
-
-
-
Package com.jk.webstack.security
-
Class com.jk.webstack.security.User
class User extends Object implements Serializable-
Serialized Fields
-
expired
boolean expired
Indicates whether this user account can expire or not. -
firstname
String firstname
Represents the user first name. -
id
Integer id
Represents the primary key and user identifier (ID). -
lastname
String lastname
Represents the user last name. -
locked
boolean locked
Indicates whether this user account is locked or not. -
password
String password
Represents the user password. -
role
UserRole role
Represents the user role. -
temp
String temp
Represents a temporary value associated with the user. -
username
String username
Represents the user name. -
verifiedEmail
boolean verifiedEmail
Indicates whether the user has verifies their email address.
-
-
-
Class com.jk.webstack.security.UserRole
class UserRole extends Object implements Serializable
-
-
Package com.jk.webstack.security.controllers
-
Class com.jk.webstack.security.controllers.JKAccountWebController
class JKAccountWebController extends JKWebController implements Serializable-
Serialized Fields
-
created
boolean created
Indicates whether the account was created successfully or not. -
email
String email
Represents the user email address. -
firstName
String firstName
Represents the user first name. -
lastName
String lastName
Represents the user last name. -
password
String password
Represents the user password. -
service
AccountServices service
Represents the account service. -
suggestReset
boolean suggestReset
Indicates whether it is suggest to reset the password due to an existing account.
-
-
-
Class com.jk.webstack.security.controllers.JKRolesWebControllers
-
Class com.jk.webstack.security.controllers.JKSecurityWebController
class JKSecurityWebController extends JKWebController implements Serializable -
Class com.jk.webstack.security.controllers.JKUserWebControllers
-
-
Package com.jk.webstack.services.account
-
Class com.jk.webstack.services.account.Account
class Account extends JKBaseEntity implements Serializable-
Serialized Fields
-
email
String email
Represents the user account email address. -
expired
boolean expired
Indicates whether the user account has expired. -
firstname
String firstname
Represents the user account first name. -
id
Integer id
Represents the user account identifier (ID). -
lastname
String lastname
Represents the user account last name. -
locked
boolean locked
Indicates whether the user account has been locked. -
oneTimeToken
String oneTimeToken
Represents the one time token. -
oneTokenTime
Date oneTokenTime
Represents the creation date and time for the one time token. -
password
String password
Represents the user account password. -
temp
String temp
Represents a temporary string associated with this user account. -
verifiedEmail
boolean verifiedEmail
Indicates whether the email address been verified.
-
-
-
Exception com.jk.webstack.services.account.AccountAlreadyExistsException
class AccountAlreadyExistsException extends Exception implements Serializable
-
-
Package com.jk.webstack.services.email
-
Class com.jk.webstack.services.email.Email
class Email extends JKBaseEntity implements Serializable
-
-
Package com.jk.webstack.services.mointor
-
Class com.jk.webstack.services.mointor.Event
class Event extends JKBaseEntity implements Serializable
-
-
Package com.jk.webstack.services.workflow
-
Class com.jk.webstack.services.workflow.WorkflowController
class WorkflowController extends JKWebController implements Serializable-
Serialized Fields
-
client
JKWorkflowServiceClient client
Represents the current client. -
filterList2
List filterList2
Represents a list of filters associated with this controller. -
payload
PayloadModel payload
Represents the currently selected pay-load. -
payLoads
List<PayloadModel> payLoads
Represents a list of pay-loads.
-
-
-