Serialized Form
-
Package org.cxbox.core.crudma
-
Class org.cxbox.core.crudma.CrudmaEvent
class CrudmaEvent extends org.springframework.context.ApplicationEvent implements Serializable-
Serialized Fields
-
crudmaAction
CrudmaActionHolder.CrudmaAction crudmaAction
-
exception
Throwable exception
-
result
T result
-
-
-
-
Package org.cxbox.core.crudma.state
-
Class org.cxbox.core.crudma.state.BcState
class BcState extends Object implements Serializable-
Serialized Fields
-
dto
org.cxbox.api.data.dto.DataResponseDTO dto
Object which stores changes to the current business component in serializable form. If present, record should be updated with this changes as input argument before Crudma method call -
isPersisted
boolean isPersisted
Flag that indicates whether the record was stored in persistence layer if false, pendingAction should be processed before Crudma method call -
pendingAction
String pendingAction
If record is not persisted, this field can be used to determine which action should be used to persist the record before Crudma method call
-
-
-
-
Package org.cxbox.core.dao.hbn
-
Class org.cxbox.core.dao.hbn.ConfiguredJtaPlatform
class ConfiguredJtaPlatform extends org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform implements Serializable-
Serialized Fields
-
applicationContext
org.springframework.context.ApplicationContext applicationContext
-
-
-
-
Package org.cxbox.core.dto
-
Class org.cxbox.core.dto.BusinessError.Entity
class Entity extends Object implements Serializable
-
-
Package org.cxbox.core.dto.multivalue
-
Class org.cxbox.core.dto.multivalue.MultivalueField
class MultivalueField extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
values
List<MultivalueFieldSingleValue> values
-
-
Class org.cxbox.core.dto.multivalue.MultivalueFieldSingleValue
class MultivalueFieldSingleValue extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.cxbox.core.exception
-
Exception org.cxbox.core.exception.AnySourceVersionMismatchException
class AnySourceVersionMismatchException extends BusinessException implements Serializable -
Exception org.cxbox.core.exception.BusinessException
class BusinessException extends RuntimeException implements Serializable-
Serialized Fields
-
entity
BusinessError.Entity entity
-
popup
List<String> popup
-
postActions
List<PostAction> postActions
-
-
-
Exception org.cxbox.core.exception.BusinessIntermediateException
class BusinessIntermediateException extends RuntimeException implements Serializable-
Serialized Fields
-
entity
BusinessError.Entity entity
-
object
Object object
-
-
-
Exception org.cxbox.core.exception.ClientException
class ClientException extends RuntimeException implements Serializable -
Exception org.cxbox.core.exception.EntityNotFoundException
class EntityNotFoundException extends BusinessException implements Serializable -
Exception org.cxbox.core.exception.InnerBcException
class InnerBcException extends BusinessException implements Serializable -
Exception org.cxbox.core.exception.UnableToLockException
class UnableToLockException extends BusinessException implements Serializable -
Exception org.cxbox.core.exception.UnconfirmedException
class UnconfirmedException extends RuntimeException implements Serializable-
Serialized Fields
-
preInvokeEvents
List<PreInvokeEvent> preInvokeEvents
-
-
-
Exception org.cxbox.core.exception.VersionMismatchException
class VersionMismatchException extends BusinessException implements Serializable
-