Serialized Form
-
Package org.cxbox.core.controller
-
Package org.cxbox.core.crudma
-
Class org.cxbox.core.crudma.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 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 extends org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform implements Serializable
-
Serialized Fields
-
applicationContext
org.springframework.context.ApplicationContext applicationContext
-
-
-
-
Package org.cxbox.core.dto
-
Package org.cxbox.core.dto.data
-
Class org.cxbox.core.dto.data.BcDto extends org.cxbox.api.data.dto.DataResponseDTO implements Serializable
-
Serialized Fields
-
name
String name
-
-
-
Class org.cxbox.core.dto.data.HistoricityDto extends org.cxbox.api.data.dto.DataResponseDTO implements Serializable
-
Serialized Fields
-
endDate
LocalDateTime endDate
-
startDate
LocalDateTime startDate
-
-
-
Class org.cxbox.core.dto.data.SystemSettingDTO extends org.cxbox.api.data.dto.DataResponseDTO implements Serializable
-
Class org.cxbox.core.dto.data.ViewDto extends org.cxbox.api.data.dto.DataResponseDTO implements Serializable
-
-
Package org.cxbox.core.dto.data.entity
-
Class org.cxbox.core.dto.data.entity.EntityTypeDTO extends org.cxbox.api.data.dto.DataResponseDTO implements Serializable
-
-
Package org.cxbox.core.dto.data.view
-
Class org.cxbox.core.dto.data.view.BcAssocDTO extends org.cxbox.api.data.dto.DataResponseDTO implements Serializable
-
Class org.cxbox.core.dto.data.view.BcDTO extends org.cxbox.api.data.dto.DataResponseDTO implements Serializable
-
Class org.cxbox.core.dto.data.view.ScreenDTO extends org.cxbox.api.data.dto.DataResponseDTO implements Serializable
-
Serialized Fields
-
bo
BusinessObjectDTO bo
-
name
String name
-
navigation
ScreenNavigation navigation
-
primaries
String primaries
-
primary
String primary
-
title
String title
-
views
List<ViewDTO> views
-
-
-
Class org.cxbox.core.dto.data.view.ScreenNavigation extends Object implements Serializable
-
Serialized Fields
-
menu
List<ScreenNavigation.MenuItem> menu
-
-
-
Class org.cxbox.core.dto.data.view.ScreenNavigation.MenuItem extends Object implements Serializable
-
Class org.cxbox.core.dto.data.view.ScreenNavigation.SingleView extends ScreenNavigation.MenuItem implements Serializable
-
Serialized Fields
-
viewName
String viewName
Unique name of view refers to the name of view.json file. Title of view in navigation tabs specified in “title” field in view.json file.
-
-
-
Class org.cxbox.core.dto.data.view.ScreenNavigation.ViewGroup extends ScreenNavigation.MenuItem implements Serializable
-
Serialized Fields
-
child
List<ScreenNavigation.MenuItem> child
Array of navigation elements specified below group(View or inner Group) -
defaultView
String defaultView
name of view, which is located below group (in child element or lower) If specified, click on group in navigation tab redirects on view with following name. If not specified, click on group in navigation tab redirects on first view, which is found using the breadth-first search algorithm -
title
String title
Title of category in navigation tabs.
-
-
-
Class org.cxbox.core.dto.data.view.WidgetDTO extends org.cxbox.api.data.dto.DataResponseDTO implements Serializable
-
Serialized Fields
-
axisFields
String axisFields
-
bcName
String bcName
-
chart
String chart
-
description
String description
-
descriptionTitle
String descriptionTitle
-
fields
String fields
-
graph
String graph
-
gridBreak
Long gridBreak
-
gridWidth
Long gridWidth
-
height
Number height
-
hide
Boolean hide
-
isDraggable
Boolean isDraggable
-
isResizable
Boolean isResizable
-
limit
Long limit
-
maxHeight
Number maxHeight
-
maxWidth
Number maxWidth
-
minHeight
Number minHeight
-
minWidth
Number minWidth
-
name
String name
-
options
String options
-
pivotFields
String pivotFields
-
position
Long position
-
showCondition
String showCondition
-
showExportStamp
Boolean showExportStamp
-
snippet
String snippet
-
title
String title
-
type
String type
-
url
String url
-
widgetId
Integer widgetId
-
width
Number width
-
x
Number x
-
y
Number y
-
-
-
-
Package org.cxbox.core.dto.rowmeta
-
Class org.cxbox.core.dto.rowmeta.FilterGroupDTO extends org.cxbox.api.data.dto.DataResponseDTO implements Serializable
-
-
Package org.cxbox.core.exception
-
Class org.cxbox.core.exception.BusinessException extends RuntimeException implements Serializable
-
Serialized Fields
-
entity
BusinessError.Entity entity
-
popup
List<String> popup
-
postActions
List<PostAction> postActions
-
-
-
Class org.cxbox.core.exception.BusinessIntermediateException extends RuntimeException implements Serializable
-
Serialized Fields
-
entity
BusinessError.Entity entity
-
object
Object object
-
-
-
Class org.cxbox.core.exception.ClientException extends RuntimeException implements Serializable
-
Class org.cxbox.core.exception.EntityNotFoundException extends BusinessException implements Serializable
-
Class org.cxbox.core.exception.InnerBcException extends BusinessException implements Serializable
-
Class org.cxbox.core.exception.UnableToLockException extends BusinessException implements Serializable
-
Class org.cxbox.core.exception.UnconfirmedException extends RuntimeException implements Serializable
-
Serialized Fields
-
preInvokeEvents
List<PreInvokeEvent> preInvokeEvents
-
-
-
Class org.cxbox.core.exception.VersionMismatchException extends BusinessException implements Serializable
-