Serialized Form
-
Package com.cmobilecom.af.entity
-
Class com.cmobilecom.af.entity.ActionDescriptor extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
command
java.lang.String command
-
commitImmediate
boolean commitImmediate
commitImmediate: different from JSF command immediate. An JSF action can be called in ApplyRequestValue or InvokeApp phase. if actionDescriptor commitImmediate is true, commitTransaction immediately after the action is handled to enable page navigation by postRefreshViewAfterCommit() result. so do not copy JSF command immediate to ActionDescriptor. -
completed
boolean completed
-
description
java.lang.String description
-
pageIdAfterComplete
java.lang.Integer pageIdAfterComplete
-
parameters
java.util.Map<java.lang.String,java.lang.Object> parameters
-
skipValidate
boolean skipValidate
-
successMessages
java.util.List<ParameterizedMessage> successMessages
-
type
ActionDescriptor.Type type
-
-
Class com.cmobilecom.af.entity.DataDescriptor extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
dataOwner
User dataOwner
-
dataType
java.lang.Class<T> dataType
-
entity
PersistenceEntity entity
-
multiple
boolean multiple
-
persisted
boolean persisted
-
scope
java.lang.String scope
-
-
Class com.cmobilecom.af.entity.DataType extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
module
java.lang.String module
-
name
java.lang.String name
-
-
Class com.cmobilecom.af.entity.DualPersistenceEntity extends PersistenceEntityBase implements Serializable
-
Class com.cmobilecom.af.entity.EntityTypeId extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
entityId
java.lang.String entityId
-
entityType
DataType<T extends PersistenceEntity> entityType
separator between type and id. hierarchyId and nid can start with letters
-
-
Class com.cmobilecom.af.entity.LobBase extends PersistenceEntityBase implements Serializable
-
Serialized Fields
-
fileName
java.lang.String fileName
Lob fileName -
name
java.lang.String name
Lob name -
size
java.lang.Long size
Lob size in bytes
-
-
-
Class com.cmobilecom.af.entity.PersistenceEntityBase extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
changed
boolean changed
transient: whether this entity has been changed -
id
java.lang.Long id
entity id that is a primary key used to join with referencing entities. -
instance
Instance instance
-
selected
boolean selected
-
sequenceNo
java.lang.Integer sequenceNo
sequence number in a list of entities -
statistics
boolean statistics
transient: whether this entity is an statistics entity -
version
java.lang.Integer version
entity version for optimistic locking
-
-
Class com.cmobilecom.af.entity.SimpleHierarchyEntity extends PersistenceEntityBase implements Serializable
-
Serialized Fields
-
hierarchyId
java.lang.String hierarchyId
hierarchy id -
name
java.lang.String name
hierarchy entity name
-
-
-
Class com.cmobilecom.af.entity.TypeNotMappedException extends SystemRuntimeException implements Serializable
-
-
Package com.cmobilecom.af.entity.attr
-
Class com.cmobilecom.af.entity.attr.EntityAttrBase extends PersistenceEntityBase implements Serializable
-
Serialized Fields
-
displayName
java.lang.String displayName
-
name
java.lang.String name
-
options
java.util.List<EntityAttrOption> options
-
required
java.lang.Boolean required
-
type
EntityAttr.Type type
-
-
-
Class com.cmobilecom.af.entity.attr.EntityAttrOptionBase extends PersistenceEntityBase implements Serializable
-
Serialized Fields
-
attribute
EntityAttr attribute
-
name
java.lang.String name
-
value
java.lang.String value
-
-
-
Class com.cmobilecom.af.entity.attr.EntityAttrValueBase extends PersistenceEntityBase implements Serializable
-
Serialized Fields
-
attribute
EntityAttr attribute
-
value
java.lang.String value
-
-
-
-
Package com.cmobilecom.af.entity.bus
-
Class com.cmobilecom.af.entity.bus.CalcContext extends java.lang.Object implements Serializable
-
Serialized Fields
-
currencyCode
java.lang.String currencyCode
-
dataAccessUnit
java.lang.Object dataAccessUnit
-
mathContext
java.math.MathContext mathContext
-
monetaryFactionDigits
int monetaryFactionDigits
-
roundingMode
java.math.RoundingMode roundingMode
-
-
-
Class com.cmobilecom.af.entity.bus.MonthClose extends PersistenceEntityBase implements Serializable
-
Serialized Fields
-
endDate
java.time.LocalDate endDate
-
month
java.lang.Integer month
-
startDate
java.time.LocalDate startDate
-
-
-
-
Package com.cmobilecom.af.entity.form
-
Class com.cmobilecom.af.entity.form.Answer extends PersistenceEntityBase implements Serializable
-
Serialized Fields
-
question
Question question
-
value
java.lang.String value
-
-
-
Class com.cmobilecom.af.entity.form.Option extends PersistenceEntityBase implements Serializable
-
Serialized Fields
-
name
java.lang.String name
-
question
Question question
-
value
java.lang.Integer value
-
-
-
Class com.cmobilecom.af.entity.form.Question extends PersistenceEntityBase implements Serializable
-
Serialized Fields
-
answerType
Question.AnswerType answerType
-
form
Form form
-
maxValue
java.lang.Integer maxValue
-
minValue
java.lang.Integer minValue
-
number
java.lang.Integer number
-
options
java.util.List<Option> options
-
required
java.lang.Boolean required
-
text
java.lang.String text
-
-
-
-
Package com.cmobilecom.af.entity.i18n
-
Class com.cmobilecom.af.entity.i18n.EntityI18NBase extends PersistenceEntityBase implements Serializable
-
Serialized Fields
-
locale
java.lang.String locale
Locale as string -
property
java.lang.String property
Entity property name -
value
java.lang.String value
Property value for the locale
-
-
-
Class com.cmobilecom.af.entity.i18n.EntityI18NSupportBase extends PersistenceEntityBase implements Serializable
-
Serialized Fields
-
entityI18NMap
java.util.Map<java.lang.String,java.util.Map<java.lang.String,EntityI18N>> entityI18NMap
entityI18NMap: cache, built from entityI18Ns. map from property name to locale to translation(EntityI18N) -
entityI18Ns
java.util.Set<EntityI18N> entityI18Ns
A set of EntityI18N(s) for property value translations.
-
-
-
-
Package com.cmobilecom.af.entity.persistence
-
Class com.cmobilecom.af.entity.persistence.EntityFileIdentifier extends java.lang.Object implements Serializable
-
Serialized Fields
-
filePath
java.lang.String filePath
-
instanceId
java.lang.Long instanceId
-
instanceTypeId
java.lang.String instanceTypeId
-
-
-
-
Package com.cmobilecom.af.entity.report
-
Class com.cmobilecom.af.entity.report.DatePeriod extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.cmobilecom.af.entity.report.InstantPeriod extends DatePeriod<java.util.Date> implements Serializable
-
Class com.cmobilecom.af.entity.report.LocalDatePeriod extends TemporalPeriod<java.time.LocalDate> implements Serializable
-
Class com.cmobilecom.af.entity.report.LocalDateTimePeriod extends TemporalPeriod<java.time.LocalDateTime> implements Serializable
-
Class com.cmobilecom.af.entity.report.TemporalPeriod extends DatePeriod<T extends java.lang.Comparable> implements Serializable
-
-
Package com.cmobilecom.af.entity.system
-
Class com.cmobilecom.af.entity.system.SystemException extends ExecException implements Serializable
-
Class com.cmobilecom.af.entity.system.SystemRuntimeException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
localized
boolean localized
Whether messageId is localized? If false, resource bundle will be used to translate the messageId. -
messageId
java.lang.String messageId
If localized is false, messageId is a key in resource bundle whose value can contain parameters {n} such as {0}, {1}. Otherwise, messageId is a message that can contain parameters {n} such as {0}, {1}. -
params
java.lang.Object[] params
Parameters that are used to replace {n} in message. -
severity
ExecException.Severity severity
Message severity level
-
-
-
-
Package com.cmobilecom.af.model
-
Class com.cmobilecom.af.model.ListDataModel extends java.lang.Object implements Serializable
-
Serialized Fields
-
data
java.util.List<T> data
-
rowIndex
int rowIndex
-
size
int size
-
-
-
-
Package com.cmobilecom.af.model.attr
-
Class com.cmobilecom.af.model.attr.EntityAttrBean extends EntityBackingBean<T extends EntityAttr> implements Serializable
-
Class com.cmobilecom.af.model.attr.EntityAttrOptionBean extends EntityBackingBean<T extends EntityAttrOption> implements Serializable
-
-
Package com.cmobilecom.af.model.bean
-
Class com.cmobilecom.af.model.bean.BackingBean extends Component implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
containerBean
ContainerBean containerBean
The ContainerBean of this BackingBean. A bean must be put into a region of its ContainerBean pageContent to be visible. -
hidden
boolean hidden
Whether this BackingBean is hidden? If true, this BackingBean is not visible, but it can be ajax updated and made visible. -
manageMode
boolean manageMode
-
messages
java.util.Map<BackingBean.MessageLocation,ParameterizedMessage> messages
bean messages -
name
java.lang.String name
-
styleClass
java.lang.String styleClass
Style class name -
title
ParameterizedMessage title
Backing bean title -
viewConfig
ViewConfig viewConfig
ViewConifg. Each bean is required to have a ViewConfig.
-
-
Class com.cmobilecom.af.model.bean.BackingBeanException extends SystemException implements Serializable
-
Serialized Fields
-
source
Component source
exception source: Bean or EntityProperty For display error message close to the source.
-
-
-
Class com.cmobilecom.af.model.bean.ColumnHeaders extends java.lang.Object implements Serializable
-
Serialized Fields
-
headers
java.lang.String headers
-
len
int len
-
maxDepth
int maxDepth
-
nodesByDepthMap
java.util.Map<java.lang.Integer,java.util.List<ColumnHeaders.Node>> nodesByDepthMap
-
position
int position
-
root
ColumnHeaders.Node root
-
-
-
Class com.cmobilecom.af.model.bean.ColumnHeaders.Node extends java.lang.Object implements Serializable
-
Serialized Fields
-
attributes
java.util.Map<java.lang.String,java.lang.String> attributes
-
children
java.util.List<ColumnHeaders.Node> children
-
depth
int depth
-
leafCount
int leafCount
-
name
I18NName name
-
parent
ColumnHeaders.Node parent
-
type
ColumnHeaders.Node.Type type
-
-
-
Class com.cmobilecom.af.model.bean.ColumnToggle extends java.lang.Object implements Serializable
-
Serialized Fields
-
enabled
boolean enabled
-
priorities
int[] priorities
-
-
-
Class com.cmobilecom.af.model.bean.Component extends java.lang.Object implements Serializable
-
Class com.cmobilecom.af.model.bean.EntityBackingBean extends PersistenceDataBackingBean<T extends PersistenceEntity> implements Serializable
-
Serialized Fields
-
entityBackingBeanHelper
EntityBackingBeanHelper<T extends PersistenceEntity> entityBackingBeanHelper
-
entityCommandHandler
EntityCommandHandler<T extends PersistenceEntity> entityCommandHandler
-
groupByProperties
java.util.List<java.lang.String> groupByProperties
GroupBy properties: the properties for grouping in query. Meaningful for query view. -
groupByPropertySelectItems
java.util.List<SelectItem> groupByPropertySelectItems
GroupBy property selectItems. For query -
hiddenPropertyQueryElements
java.util.List<CriteriaElement> hiddenPropertyQueryElements
-
orderByProperties
java.util.List<EntityBackingBean.OrderByProperty> orderByProperties
OrderBy properties: the properties for order by in query. Meaningful for query view. -
orderByPropertySelectItems
java.util.List<SelectItem> orderByPropertySelectItems
OrderBy property selectItems. For query -
queryResultTransformer
QueryResultTransformer queryResultTransformer
-
-
-
Class com.cmobilecom.af.model.bean.EntityBackingBean.OrderByProperty extends java.lang.Object implements Serializable
-
Serialized Fields
-
ascending
boolean ascending
-
property
java.lang.String property
-
-
-
Class com.cmobilecom.af.model.bean.EntityBackingBeanHelper extends java.lang.Object implements Serializable
-
Serialized Fields
-
entityBackingBean
EntityBackingBean<T extends PersistenceEntity> entityBackingBean
-
idRule
IdRule idRule
-
-
-
Class com.cmobilecom.af.model.bean.EntityChoiceSupportBean extends HierarchyAwareBackingBean<T extends EntityChoiceSupport> implements Serializable
-
Serialized Fields
-
choiceEntities
java.util.List<T extends EntityChoiceSupport> choiceEntities
a list of choice entities from which to select one.- Since:
- 5.13
-
copiedFromAnother
boolean copiedFromAnother
If choice is EntityChoiceSupportBean.CHOICE_SAME_AS_ANOTHER_PREFIX, whether the entity value is copied from another entity. If false, all the properties will be hidden except the choice property.
-
-
-
Class com.cmobilecom.af.model.bean.EntityCommandHandler extends java.lang.Object implements Serializable
-
Serialized Fields
-
beanFlowHistory
BeanFlowHistory beanFlowHistory
-
entityBackingBean
EntityBackingBean<T extends PersistenceEntity> entityBackingBean
-
-
-
Class com.cmobilecom.af.model.bean.EntityFormSupportBean extends HierarchyAwareBackingBean<T extends PersistenceEntity> implements Serializable
-
Serialized Fields
-
formEntityCache
java.util.Map<java.lang.String,PersistenceEntity> formEntityCache
For circular reference(entity -> formEntity -> entity), detach the reference before persisting the entity, putting the formEntity in the cache for restoring the reference.
-
-
-
Class com.cmobilecom.af.model.bean.EntityI18NBean extends EntityBackingBean<T extends EntityI18N> implements Serializable
-
Class com.cmobilecom.af.model.bean.EntityListBackingBean extends PersistenceDataBackingBean<T extends PersistenceEntity> implements Serializable
-
Serialized Fields
-
columnToggle
ColumnToggle<T extends PersistenceEntity> columnToggle
Column toggle for mobile: cache -
entityListCommandHandler
EntityListCommandHandler<T extends PersistenceEntity> entityListCommandHandler
-
entityListRowClientId
java.lang.String entityListRowClientId
-
entityListRowExpansion
EntityListRowExpansion<T extends PersistenceEntity> entityListRowExpansion
entity list row expansion properties and current states -
pageableEntityList
PageableEntityList<T extends PersistenceEntity> pageableEntityList
pageable entity list supporting pagination -
paginatorMenuBean
PaginatorMenuBean<T extends PersistenceEntity> paginatorMenuBean
-
refreshEntityListAfterCommit
boolean refreshEntityListAfterCommit
whether to refresh entity list from persistence after applying changes. default is false. -
rowEntityViewBeanList
java.util.List<EntityBackingBean<T extends PersistenceEntity>> rowEntityViewBeanList
-
-
-
Class com.cmobilecom.af.model.bean.EntityListCommandHandler extends java.lang.Object implements Serializable
-
Serialized Fields
-
entityListBackingBean
EntityListBackingBean<T extends PersistenceEntity> entityListBackingBean
-
-
-
Class com.cmobilecom.af.model.bean.EntityListViewConfig extends PersistenceDataViewConfig implements Serializable
-
Serialized Fields
-
amountDigitsMap
java.util.Map<java.lang.String,java.lang.Integer> amountDigitsMap
-
askEntityCountToAdd
java.lang.Boolean askEntityCountToAdd
-
calculateStatistics
java.lang.Boolean calculateStatistics
-
columnHeaders
ColumnHeaders columnHeaders
-
columnHeadersRenderable
java.lang.Boolean columnHeadersRenderable
-
embeddedStatistics
EntityListViewConfig.EmbeddedStatistics embeddedStatistics
-
endPageIndex
java.lang.Integer endPageIndex
-
entityCountToAdd
java.lang.Integer entityCountToAdd
-
fullSearchEnabled
java.lang.Boolean fullSearchEnabled
-
hasMoveUpDownPermission
java.lang.Boolean hasMoveUpDownPermission
-
hiddenIfEmpty
java.lang.Boolean hiddenIfEmpty
-
initialEntityCount
java.lang.Integer initialEntityCount
-
initialPageIndex
java.lang.Integer initialPageIndex
-
listItemLayoutCode
java.lang.String listItemLayoutCode
For LIST layout type, the layoutCode for entity row(list item). layout code contains property expressions. -
navigatableToEntity
java.lang.Boolean navigatableToEntity
-
navigateToEntityPartialBehaviorSupport
PartialBehaviorSupport navigateToEntityPartialBehaviorSupport
-
pageable
java.lang.Boolean pageable
-
pagePadding
java.lang.Boolean pagePadding
-
pageParam
java.lang.String pageParam
-
pageSize
java.lang.Integer pageSize
-
partialDataLoading
java.lang.Boolean partialDataLoading
-
restorePageIndex
java.lang.Boolean restorePageIndex
-
rowEntityViewLayoutType
EntityListViewConfig.RowEntityViewLayoutType rowEntityViewLayoutType
-
rowExpansion
EntityListViewConfig.RowExpansion rowExpansion
-
rowExpansionSupported
java.lang.Boolean rowExpansionSupported
-
showRowCommands
java.lang.Boolean showRowCommands
-
showStatistics
java.lang.Boolean showStatistics
-
startPageIndex
java.lang.Integer startPageIndex
-
statisticsRowLabel
I18NName statisticsRowLabel
-
-
-
Class com.cmobilecom.af.model.bean.EntityListViewConfig.EmbeddedStatistics extends java.lang.Object implements Serializable
-
Serialized Fields
-
diffProperties
java.util.List<java.lang.String> diffProperties
-
-
-
Class com.cmobilecom.af.model.bean.EntityViewConfig extends PersistenceDataViewConfig implements Serializable
-
Serialized Fields
-
beanFlowNavigations
java.util.Map<BeanFlowNavigation.Direction,BeanFlowNavigation> beanFlowNavigations
-
endFormIndex
java.lang.Integer endFormIndex
-
formDesign
FormDesign formDesign
-
quickQueryProperties
java.util.List<java.lang.String> quickQueryProperties
-
restoreFormIndex
java.lang.Boolean restoreFormIndex
-
showKeywordProperties
java.lang.Boolean showKeywordProperties
-
showSearchOptions
java.lang.Boolean showSearchOptions
-
startFormIndex
java.lang.Integer startFormIndex
-
-
-
Class com.cmobilecom.af.model.bean.HierarchyAwareBackingBean extends EntityBackingBean<T extends PersistenceEntity> implements Serializable
-
Class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean extends EntityBackingBean<T extends Hierarchy> implements Serializable
-
Serialized Fields
-
idRule
int[] idRule
-
-
-
Class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean.Reference extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
entityType
java.lang.Class entityType
-
leafRequired
boolean leafRequired
-
property
java.lang.String property
-
-
Class com.cmobilecom.af.model.bean.InvalidDataSourceException extends BackingBeanException implements Serializable
-
Class com.cmobilecom.af.model.bean.MapEntity extends java.util.HashMap<java.lang.String,java.lang.Object> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
changed
boolean changed
-
id
java.lang.Long id
-
selected
boolean selected
-
sequenceNo
java.lang.Integer sequenceNo
-
statistics
boolean statistics
-
version
java.lang.Integer version
-
-
Class com.cmobilecom.af.model.bean.MapEntityBean extends HierarchyAwareBackingBean<T extends MapEntity> implements Serializable
-
Serialized Fields
-
actionHandler
MapEntityBean.ActionHandler<T extends MapEntity> actionHandler
-
-
-
Class com.cmobilecom.af.model.bean.MapEntityBean.DefaultActionHandler extends java.lang.Object implements Serializable
-
Class com.cmobilecom.af.model.bean.ParseException extends BackingBeanException implements Serializable
-
Class com.cmobilecom.af.model.bean.PersistenceDataBackingBean extends BackingBean implements Serializable
-
Serialized Fields
-
entityAttrsMap
java.util.Map<java.lang.Object,java.util.List<EntityAttr>> entityAttrsMap
EntityAttr cache: cacheKey -> EntityAttr(s) -
entityDataSource
EntityDataSource<T extends PersistenceEntity> entityDataSource
The EntityDataSource to build this backing bean. -
entityPropertyList
java.util.List<EntityProperty<T extends PersistenceEntity>> entityPropertyList
Entity property list -
entityType
java.lang.Class<T extends PersistenceEntity> entityType
Allow different entity types to share one type of backing bean. must be set before doing anything. -
footerMenuBean
MenuBean footerMenuBean
Footer menu -
generatedBeans
PersistenceDataBackingBean.GeneratedBeanPageContent generatedBeans
The generated beans if any -
hasCreatePermission
java.lang.Boolean hasCreatePermission
cached hasCreatePermission -
hasDeletePermission
java.lang.Boolean hasDeletePermission
cached hasDeletePermission -
hasEditPermission
java.lang.Boolean hasEditPermission
cached hasEditPermission -
hasViewPermission
java.lang.Boolean hasViewPermission
cached hasViewPermission -
headerMenuBean
MenuBean headerMenuBean
Header menu -
initialViewConfig
PersistenceDataViewConfig initialViewConfig
The initial ViewConfig that is the ViewConfig before it is changed by callingEntityBackingBean.buildViewConfig(PersistenceEntity)
, orEntityBackingBean.buildEntityListViewConfig(EntityListBackingBean, EntityListViewConfig)
. -
readOnly
boolean readOnly
Read only? All entity properties are read only if true, and users can not change it.
-
-
-
Class com.cmobilecom.af.model.bean.PersistenceDataBackingBean.GeneratedBeanPageContent extends PageContent implements Serializable
-
Serialized Fields
-
ignoreRegionNumber
boolean ignoreRegionNumber
-
-
-
Class com.cmobilecom.af.model.bean.PersistenceDataBackingBean.HelpPathInfo extends java.lang.Object implements Serializable
-
Serialized Fields
-
module
java.lang.String module
-
pathInfo
java.lang.String pathInfo
-
-
-
Class com.cmobilecom.af.model.bean.PersistenceDataViewConfig extends ViewConfig implements Serializable
-
Serialized Fields
-
accessibleWithoutParentBean
java.util.Map<AccessType,java.lang.Boolean> accessibleWithoutParentBean
-
hasCreatePermission
java.lang.Boolean hasCreatePermission
-
hasDeletePermission
java.lang.Boolean hasDeletePermission
-
hasEditPermission
java.lang.Boolean hasEditPermission
-
hasViewPermission
java.lang.Boolean hasViewPermission
-
layoutColumns
java.lang.Integer layoutColumns
-
layoutDirection
PersistenceDataViewConfig.LayoutDirection layoutDirection
-
layoutType
LayoutType layoutType
-
mediaParams
java.util.Map<java.lang.String,java.lang.Object> mediaParams
-
menuNodesDenied
java.util.Set<java.lang.String> menuNodesDenied
-
menuNodesSupported
java.util.List<java.lang.String> menuNodesSupported
-
printView
java.lang.Boolean printView
-
propertiesToHide
java.util.Set<java.lang.String> propertiesToHide
-
propertiesToShow
java.util.List<java.lang.String> propertiesToShow
-
propertyDescriptors
java.util.Map<java.lang.String,PropertyDescriptor> propertyDescriptors
-
propertyGroups
java.util.List<PersistenceDataViewConfig.PropertyGroup> propertyGroups
-
readOnly
java.lang.Boolean readOnly
-
showFooterMenu
java.lang.Boolean showFooterMenu
-
showHeaderMenu
java.lang.Boolean showHeaderMenu
-
showPrimaryProperties
java.lang.Boolean showPrimaryProperties
-
tabView
TabView tabView
-
themeEnabled
java.lang.Boolean themeEnabled
-
-
-
Class com.cmobilecom.af.model.bean.PersistenceDataViewConfig.PropertyGroup extends java.lang.Object implements Serializable
-
Serialized Fields
-
layoutCode
java.lang.String layoutCode
-
layoutType
LayoutType layoutType
-
memberSeparator
java.lang.String memberSeparator
-
name
java.lang.String name
-
position
java.lang.Integer position
-
properties
java.util.List<java.lang.String> properties
-
showMemberNames
boolean showMemberNames
-
visibleName
I18NName visibleName
-
-
-
Class com.cmobilecom.af.model.bean.PropertyDescriptor extends java.lang.Object implements Serializable
-
Serialized Fields
-
actionOnChange
java.lang.String actionOnChange
-
actionOnClick
java.lang.String actionOnClick
-
editable
java.lang.Boolean editable
-
editEnabled
java.lang.Boolean editEnabled
-
help
Help help
-
minLength
java.lang.Integer minLength
-
outputLink
java.lang.String outputLink
-
partialBehaviorSupport
PartialBehaviorSupport partialBehaviorSupport
-
pattern
java.lang.String pattern
-
persistenceDataViewConfig
PersistenceDataViewConfig persistenceDataViewConfig
-
placeholder
I18NName placeholder
-
priority
java.lang.Integer priority
-
property
java.lang.String property
-
renderStyle
java.util.Map<java.lang.String,java.lang.Object> renderStyle
-
requiredType
RequiredType requiredType
-
showName
java.lang.Boolean showName
-
validationDelayed
java.lang.Boolean validationDelayed
-
visibleName
I18NName visibleName
-
-
-
Class com.cmobilecom.af.model.bean.SimpleHierarchyEntityBean extends HierarchyEntityBackingBean<T extends Hierarchy> implements Serializable
-
Class com.cmobilecom.af.model.bean.ViewConfig extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
accessControlAccessor
AccessControlAccessor accessControlAccessor
accessControlAccessor chaining to the root accessor -
accessControlContext
AccessControlContext accessControlContext
-
accordionView
AccordionView accordionView
-
dialogView
DialogView dialogView
-
embeddedObject
boolean embeddedObject
-
messages
java.util.Map<BackingBean.MessageLocation,ParameterizedMessage> messages
bean messages -
nestedViewConfigs
java.util.Map<java.lang.String,ViewConfig> nestedViewConfigs
-
panelView
PanelView panelView
-
panelVisible
java.lang.Boolean panelVisible
-
parameters
java.util.Map<java.lang.String,java.lang.Object> parameters
Parameter map -
partialBehaviorSupportMap
java.util.Map<java.lang.String,PartialBehaviorSupport> partialBehaviorSupportMap
partial behavior support map: target(command/property) to PartialBehaviorSupport -
popupView
PopupView popupView
-
redirects
java.util.Map<java.lang.String,Redirect> redirects
redirect map: command -> Redirect -
styleClass
java.lang.String styleClass
-
title
ParameterizedMessage title
-
viewType
ViewType viewType
-
-
-
Package com.cmobilecom.af.model.behavior
-
Class com.cmobilecom.af.model.behavior.DomEventSupport extends java.util.HashMap<java.lang.String,java.lang.String> implements Serializable
-
Serialized Fields
-
clientBehaviorHolder
ClientBehaviorHolder clientBehaviorHolder
-
dynamicHandlers
java.util.Map<java.lang.String,java.lang.Boolean> dynamicHandlers
-
-
-
Class com.cmobilecom.af.model.behavior.PartialBehavior extends java.lang.Object implements Serializable
-
Serialized Fields
-
containerRenderRegions
PartialBehavior.ContainerRenderRegions containerRenderRegions
-
disabled
boolean disabled
-
event
java.lang.String event
-
executeTargets
java.util.List<VisitTarget> executeTargets
-
params
java.util.Map<java.lang.String,java.lang.Object> params
Any parameters that might be used by UI view.- Since:
- 5.9
-
renderTargets
java.util.List<VisitTarget> renderTargets
-
unresolvedExecuteTargets
java.lang.String unresolvedExecuteTargets
-
unresolvedRenderTargets
java.lang.String unresolvedRenderTargets
-
-
-
Class com.cmobilecom.af.model.behavior.PartialBehavior.ContainerRenderRegions extends java.lang.Object implements Serializable
-
Serialized Fields
-
clearRenderRegions
boolean clearRenderRegions
Whether to clear the renderRegions before adding beans? -
containerBean
ContainerBean containerBean
-
openDialog
java.lang.Boolean openDialog
-
renderRegions
java.util.List<java.lang.Integer> renderRegions
Render regions: a list of region numbers. If null, use the default queryResults renderRegions of containerBean.
-
-
-
Class com.cmobilecom.af.model.behavior.PartialBehaviorSupport extends java.util.HashMap<java.lang.String,PartialBehavior> implements Serializable
-
Class com.cmobilecom.af.model.behavior.VisitBackingBean extends VisitComponent implements Serializable
- serialVersionUID:
- 1L
-
Class com.cmobilecom.af.model.behavior.VisitComponent extends VisitTarget implements Serializable
-
Serialized Fields
-
component
Component component
The component of this visit target -
part
VisitComponent.Part part
-
-
-
Class com.cmobilecom.af.model.behavior.VisitContainerBean extends VisitComponent implements Serializable
-
Serialized Fields
-
childIndex
java.lang.Integer childIndex
When closing a dialog, the dialogBean is null. So use parent containerBean and childIndex for visitTarget. -
closeExistDialog
boolean closeExistDialog
For creating new dialog, whether to close existing dialog
-
-
-
Class com.cmobilecom.af.model.behavior.VisitEntityListRow extends VisitTarget implements Serializable
-
Serialized Fields
-
entityListBackingBean
EntityListBackingBean<T extends PersistenceEntity> entityListBackingBean
-
expansionRow
boolean expansionRow
-
rowIndex
int rowIndex
-
-
-
Class com.cmobilecom.af.model.behavior.VisitMenuNode extends VisitComponent implements Serializable
-
Serialized Fields
-
subTree
boolean subTree
-
-
-
Class com.cmobilecom.af.model.behavior.VisitProperty extends VisitComponent implements Serializable
-
Serialized Fields
-
entity
T extends PersistenceEntity entity
-
-
-
Class com.cmobilecom.af.model.behavior.VisitRegion extends VisitComponent implements Serializable
-
Serialized Fields
-
containerBean
ContainerBean containerBean
-
regionNumber
int regionNumber
-
-
-
Class com.cmobilecom.af.model.behavior.VisitRegions extends VisitTarget implements Serializable
-
Serialized Fields
-
containerBean
ContainerBean containerBean
-
endRegionNumber
java.lang.Integer endRegionNumber
-
startRegionNumber
int startRegionNumber
-
-
-
Class com.cmobilecom.af.model.behavior.VisitTarget extends java.lang.Object implements Serializable
-
Serialized Fields
-
action
VisitTarget.Action action
Action to take on client. Default to Update if null. -
target
VisitTarget target
target for insertBefore and insertAfter
-
-
-
Class com.cmobilecom.af.model.behavior.VisitUIComponent extends VisitTarget implements Serializable
-
Serialized Fields
-
clientId
java.lang.String clientId
-
-
-
Class com.cmobilecom.af.model.behavior.VisitWidgetComponent extends VisitUIComponent implements Serializable
-
Serialized Fields
-
equivalentVisitTarget
VisitTarget equivalentVisitTarget
-
-
-
-
Package com.cmobilecom.af.model.bus
-
Class com.cmobilecom.af.model.bus.MonthCloseAwareBean extends EntityFormSupportBean<T extends PersistenceEntity> implements Serializable
-
Class com.cmobilecom.af.model.bus.MonthCloseBean extends EntityBackingBean<T extends MonthClose> implements Serializable
-
-
Package com.cmobilecom.af.model.chart
-
Class com.cmobilecom.af.model.chart.CartesianChart extends Chart implements Serializable
-
Serialized Fields
-
orientation
java.lang.String orientation
-
stacked
boolean stacked
-
zoomEnabled
boolean zoomEnabled
-
-
-
Class com.cmobilecom.af.model.chart.Chart extends java.lang.Object implements Serializable
-
Serialized Fields
-
animate
boolean animate
-
datatipFormat
java.lang.String datatipFormat
-
itemMargin
int itemMargin
-
labels
java.util.List<I18NName> labels
-
legendPosition
java.lang.String legendPosition
-
seriesList
java.util.List<ChartSeries> seriesList
-
showDataLabels
boolean showDataLabels
-
title
ParameterizedMessage title
-
-
-
Class com.cmobilecom.af.model.chart.ChartSeries extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
I18NName name
-
values
java.util.List<java.lang.Number> values
-
-
-
Class com.cmobilecom.af.model.chart.EntityChartProperty extends EntityProperty<T extends PersistenceEntity> implements Serializable
-
Serialized Fields
-
cartesianChart
CartesianChart cartesianChart
-
cssStyle
java.lang.String cssStyle
-
pieChart
PieChart pieChart
-
-
-
Class com.cmobilecom.af.model.chart.PieChart extends Chart implements Serializable
-
Serialized Fields
-
diameter
int diameter
-
fill
boolean fill
-
-
-
-
Package com.cmobilecom.af.model.container
-
Class com.cmobilecom.af.model.container.ContainerBean extends Component implements Serializable
-
Serialized Fields
-
containerMenuBean
ContainerMenuBean containerMenuBean
containerMenuBean: main menu of this ContainerBean -
dataAccessUnit
DataAccessUnit dataAccessUnit
-
layoutCode
java.lang.String layoutCode
-
layoutFullPage
boolean layoutFullPage
-
layoutStyleSheet
java.lang.String layoutStyleSheet
-
pageContent
PageContent pageContent
-
pageInfo
PageInfo pageInfo
-
parameters
java.util.Map<java.lang.String,java.lang.Object> parameters
-
renderable
boolean renderable
-
resourceBundle
java.util.ResourceBundle resourceBundle
-
saveStates
java.lang.Boolean saveStates
-
viewInfo
ViewInfo viewInfo
-
-
-
Class com.cmobilecom.af.model.container.ContainerMenuBean extends MenuBean implements Serializable
-
Class com.cmobilecom.af.model.container.DefaultPageContentListener extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.cmobilecom.af.model.container.MenuSubTreeInfo extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
createWhenRootNodeCreated
boolean createWhenRootNodeCreated
-
entityMenuNodeNameResolver
EntityNameResolver<T extends PersistenceEntity,?> entityMenuNodeNameResolver
-
entityWebLinkPattern
java.lang.String entityWebLinkPattern
-
hierarchyWebLinkPattern
java.lang.String hierarchyWebLinkPattern
-
includeEntities
boolean includeEntities
-
menuStyle
MenuViewConfig.MenuStyle menuStyle
-
renderChildHierarchyAsLabel
boolean renderChildHierarchyAsLabel
-
renderRegions
java.util.List<java.lang.Integer> renderRegions
-
renderRootHierarchyAsLabel
boolean renderRootHierarchyAsLabel
-
showOnclickRootNode
boolean showOnclickRootNode
-
styleClass
java.lang.String styleClass
-
title
ParameterizedMessage title
-
-
Class com.cmobilecom.af.model.container.PageContent extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
containerBean
ContainerBean containerBean
-
dialogBean
DialogBean dialogBean
-
listeners
java.util.List<PageContentListener> listeners
-
regionMap
java.util.Map<java.lang.Integer,Region> regionMap
-
-
Class com.cmobilecom.af.model.container.PageContentViewConfig extends ViewConfig implements Serializable
-
Class com.cmobilecom.af.model.container.PageInfo extends java.lang.Object implements Serializable
-
Serialized Fields
-
description
java.lang.String description
-
icon
java.lang.String icon
-
image
java.lang.String image
-
keywords
java.lang.String keywords
-
logo
java.lang.String logo
-
manifest
java.lang.String manifest
-
title
java.lang.String title
-
-
-
Class com.cmobilecom.af.model.container.Redirect extends java.lang.Object implements Serializable
-
Serialized Fields
-
action
java.lang.String action
-
dataAccessUnit
DataAccessUnit dataAccessUnit
-
paramOpList
java.util.List<Redirect.ParamOp> paramOpList
-
toURL
java.lang.String toURL
-
-
-
Class com.cmobilecom.af.model.container.Redirect.ParamOp extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
-
type
Redirect.ParamOp.Type type
-
value
java.lang.String value
-
-
-
Class com.cmobilecom.af.model.container.Region extends Component implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
beanList
java.util.List<BackingBean> beanList
-
layoutColumns
java.lang.Integer layoutColumns
-
layoutDirection
PersistenceDataViewConfig.LayoutDirection layoutDirection
-
layoutType
LayoutType layoutType
-
regionNumber
int regionNumber
-
-
Class com.cmobilecom.af.model.container.ViewInfo extends java.lang.Object implements Serializable
-
Serialized Fields
-
requestURIUnderContextPath
java.lang.String requestURIUnderContextPath
-
userData
java.util.Map<java.lang.String,java.lang.Object> userData
User data: name/value pair- Since:
- 5.13
-
viewParameters
java.util.Map<java.lang.String,java.lang.String> viewParameters
view parameters
-
-
-
-
Package com.cmobilecom.af.model.dialog
-
Class com.cmobilecom.af.model.dialog.ConfirmBean extends MapEntityBean<MapEntity> implements Serializable
-
Serialized Fields
-
commandClicked
ConfirmBean.Command commandClicked
-
-
-
Class com.cmobilecom.af.model.dialog.DialogActionTracker extends java.lang.Object implements Serializable
-
Serialized Fields
-
entityChanged
boolean entityChanged
-
entityCreated
boolean entityCreated
-
entityDeleted
boolean entityDeleted
-
-
-
Class com.cmobilecom.af.model.dialog.DialogBean extends ContainerBean implements Serializable
-
Serialized Fields
-
dialogActionTracker
DialogActionTracker dialogActionTracker
-
dialogListener
DialogListener dialogListener
-
title
ParameterizedMessage title
-
type
DialogBean.DialogType type
-
viewConfig
PageContentViewConfig viewConfig
-
widgetVar
java.lang.String widgetVar
-
-
-
Class com.cmobilecom.af.model.dialog.ProgressBean extends MapEntityBean<MapEntity> implements Serializable
-
Serialized Fields
-
closeDialogOncomplete
boolean closeDialogOncomplete
Whether to close progress dialog when the command of targetMenuNode is successfully executed. It is better not to close if redirect after completion of the command. Server side exception maps to client ajax callback onsuccess, not onerror. -
targetMenuNodeActionSource
MenuNodeActionSource targetMenuNodeActionSource
The target menuNode whose command execution progress will be tracked
-
-
-
-
Package com.cmobilecom.af.model.entimport
-
Class com.cmobilecom.af.model.entimport.EntityFileDataSource extends FileDataSource implements Serializable
-
Serialized Fields
-
entityType
java.lang.Class<T extends PersistenceEntity> entityType
-
-
-
Class com.cmobilecom.af.model.entimport.EntityImportBean extends EntityBackingBean<T extends EntityImport> implements Serializable
-
Class com.cmobilecom.af.model.entimport.EntityImportHandler.HandleResult extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
created
int created
The number of entities created -
entities
java.util.List<T extends PersistenceEntity> entities
entities imported but not persisted (conflictAction is null) -
messages
java.util.List<ParameterizedMessage> messages
A list of messages -
overridden
int overridden
The number of existing entities overridden by imported entities -
skipped
int skipped
The number of entities skipped, use existing entities
-
-
Class com.cmobilecom.af.model.entimport.FileDataSource extends java.lang.Object implements Serializable
-
Serialized Fields
-
directory
boolean directory
-
filePath
java.lang.String filePath
-
locationType
FileDataSource.LocationType locationType
-
module
java.lang.String module
-
-
-
Class com.cmobilecom.af.model.entimport.FileUploadEntityImport extends PersistenceEntityBase implements Serializable
-
Serialized Fields
-
conflictAction
EntityImport.ConflictAction conflictAction
-
entityType
java.lang.Class entityType
-
module
java.lang.String module
-
uploadedFiles
java.util.List<UploadedFile> uploadedFiles
-
-
-
Class com.cmobilecom.af.model.entimport.FileUploadEntityImportBean extends EntityImportBean<FileUploadEntityImport> implements Serializable
-
Class com.cmobilecom.af.model.entimport.SystemEntityImport extends PersistenceEntityBase implements Serializable
-
Serialized Fields
-
conflictAction
EntityImport.ConflictAction conflictAction
-
entityImportDataSources
java.util.List<EntityImportDataSource> entityImportDataSources
-
entityType
java.lang.Class entityType
-
-
-
Class com.cmobilecom.af.model.entimport.SystemEntityImportBean extends EntityImportBean<SystemEntityImport> implements Serializable
-
Serialized Fields
-
dataSourceConfig
java.util.Map<java.lang.String,SystemEntityImportBean.DataSourceEntry> dataSourceConfig
-
-
-
Class com.cmobilecom.af.model.entimport.SystemEntityImportBean.DataSourceEntry extends java.lang.Object implements Serializable
-
Serialized Fields
-
file
java.lang.String file
-
id
java.lang.String id
-
name
java.lang.String name
-
params
java.util.Map<java.lang.String,java.lang.String> params
-
type
java.lang.String type
-
-
-
-
Package com.cmobilecom.af.model.form
-
Class com.cmobilecom.af.model.form.AnswerBean extends EntityBackingBean<Answer> implements Serializable
-
Class com.cmobilecom.af.model.form.FormBean extends EntityBackingBean<Form> implements Serializable
-
Class com.cmobilecom.af.model.form.OptionBean extends EntityBackingBean<Option> implements Serializable
-
Class com.cmobilecom.af.model.form.QuestionBean extends EntityBackingBean<Question> implements Serializable
-
Class com.cmobilecom.af.model.form.ResponseBean extends EntityBackingBean<Response> implements Serializable
-
Class com.cmobilecom.af.model.form.ResponseListBean extends EntityListBackingBean<Response> implements Serializable
-
-
Package com.cmobilecom.af.model.formdesign
-
Class com.cmobilecom.af.model.formdesign.FormDesignBean extends EntityBackingBean<T extends FormDesign> implements Serializable
-
Class com.cmobilecom.af.model.formdesign.FormDesignDescriptor extends java.lang.Object implements Serializable
-
Serialized Fields
-
formDesignImplClass
java.lang.Class formDesignImplClass
-
viewConfigDescriptors
ViewConfigDescriptor[] viewConfigDescriptors
-
-
-
Class com.cmobilecom.af.model.formdesign.ViewConfigDescriptor extends java.lang.Object implements Serializable
-
Serialized Fields
-
amountDigitProperties
java.lang.String[] amountDigitProperties
-
formBeanProperty
java.lang.String formBeanProperty
-
propertyEntityProperties
java.lang.String[] propertyEntityProperties
-
propertyEntityType
java.lang.Class propertyEntityType
-
propertyEntityViewType
ViewType propertyEntityViewType
-
statisticsRowLabelSupported
boolean statisticsRowLabelSupported
-
type
java.lang.Integer type
-
typeVisibleName
java.lang.String typeVisibleName
-
-
-
-
Package com.cmobilecom.af.model.lob
-
Class com.cmobilecom.af.model.lob.FileUpload extends PersistenceEntityBase implements Serializable
-
Serialized Fields
-
uploadedFiles
java.util.List<UploadedFile> uploadedFiles
-
-
-
Class com.cmobilecom.af.model.lob.FileUploadBean extends EntityBackingBean<FileUpload> implements Serializable
-
Class com.cmobilecom.af.model.lob.LobBean extends HierarchyAwareBackingBean<T extends Lob> implements Serializable
-
Class com.cmobilecom.af.model.lob.LobBeanBase extends LobBean<T extends Lob> implements Serializable
-
Class com.cmobilecom.af.model.lob.LobListBean extends EntityListBackingBean<T extends Lob> implements Serializable
-
-
Package com.cmobilecom.af.model.menu
-
Class com.cmobilecom.af.model.menu.BeanMenuNodeFactory extends MenuNodeFactory implements Serializable
-
Class com.cmobilecom.af.model.menu.MenuBean extends BackingBean implements Serializable
-
Serialized Fields
-
contextMenuAsChildren
boolean contextMenuAsChildren
Whether to treat context menu as children -
locked
boolean locked
Whether this MenuBean is locked, and no menu nodes can be added? -
rootMenuNode
MenuNode rootMenuNode
tree of menu node.
-
-
-
Class com.cmobilecom.af.model.menu.MenuNode extends Component implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
actionHandler
MenuNodeActionHandler actionHandler
-
actionListener
MenuNodeActionListener actionListener
-
addSeparatorBefore
boolean addSeparatorBefore
-
captchaRequired
boolean captchaRequired
-
children
java.util.List<MenuNode> children
-
command
java.lang.String command
-
contextMenuBean
MenuNodeContextMenuBean contextMenuBean
-
count
java.lang.Integer count
-
countPartOfParent
boolean countPartOfParent
-
disabled
boolean disabled
-
domEventSupport
DomEventSupport domEventSupport
-
entitySelectionRequired
boolean entitySelectionRequired
-
expanded
boolean expanded
-
factory
MenuNodeFactory factory
-
icon
java.lang.String icon
-
iconOnly
boolean iconOnly
-
id
java.lang.String id
-
immediate
boolean immediate
-
initialized
boolean initialized
-
inputDataBean
EntityBackingBean inputDataBean
-
lazyInitializer
MenuNodeLazyInitializer lazyInitializer
-
licenseFeatureRequired
ModuleScopedName licenseFeatureRequired
-
loginRequired
boolean loginRequired
-
menuBean
MenuBean menuBean
-
name
I18NName name
-
outputLink
java.lang.String outputLink
-
pageId
java.lang.Integer pageId
-
parameters
java.util.Map<java.lang.String,java.lang.Object> parameters
-
parent
MenuNode parent
-
partialBehaviorSupport
PartialBehaviorSupport partialBehaviorSupport
-
renderStyle
RenderStyle renderStyle
-
selfClientId
java.lang.String selfClientId
-
showInputDataOnly
boolean showInputDataOnly
-
showProgress
boolean showProgress
-
styleClass
java.lang.String styleClass
-
title
I18NName title
-
userData
java.lang.Object userData
-
-
Class com.cmobilecom.af.model.menu.MenuNodeActionSource extends java.lang.Object implements Serializable
-
Serialized Fields
-
menuNode
MenuNode menuNode
The menuNode whose command -
propertyCurrentEntitiesOnPath
java.util.List<PersistenceEntity> propertyCurrentEntitiesOnPath
-
-
-
Class com.cmobilecom.af.model.menu.MenuNodeContextMenuBean extends MenuBean implements Serializable
-
Serialized Fields
-
inheritable
boolean inheritable
-
-
-
Class com.cmobilecom.af.model.menu.MenuNodeFactory extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
context
MenuNodeFactoryContext context
Factory context -
menuBean
MenuBean menuBean
The menuBean of this factory. The menu nodes created by this factory will be added to the MenuBean. -
rootMenuNode
MenuNode rootMenuNode
The root menu node created by this factory -
viewConfig
MenuViewConfig viewConfig
The viewConfig of this factory that can be different from its menuBean viewConfig.
-
-
Class com.cmobilecom.af.model.menu.MenuViewConfig extends ViewConfig implements Serializable
-
Serialized Fields
-
autoDisplay
java.lang.Boolean autoDisplay
-
clearRegionsOnCommand
java.util.Map<java.lang.String,java.util.List<java.lang.Integer>> clearRegionsOnCommand
-
commandStyleNumber
java.lang.Integer commandStyleNumber
-
iconOnly
java.lang.Boolean iconOnly
-
menuNodeDescriptors
java.util.Map<java.lang.String,MenuViewConfig.MenuNodeDescriptor> menuNodeDescriptors
-
menuNodesToHide
java.util.Set<java.lang.String> menuNodesToHide
-
menuNodesToShow
java.util.List<java.lang.String> menuNodesToShow
-
menuStyle
MenuViewConfig.MenuStyle menuStyle
-
overlay
Overlay overlay
-
rootVisible
java.lang.Boolean rootVisible
-
showContextMenu
java.lang.Boolean showContextMenu
-
treeView
TreeView treeView
-
-
-
Class com.cmobilecom.af.model.menu.MenuViewConfig.MenuNodeDescriptor extends java.lang.Object implements Serializable
-
Serialized Fields
-
captchaRequired
java.lang.Boolean captchaRequired
-
icon
java.lang.Integer icon
-
key
java.lang.String key
-
name
I18NName name
-
outputLink
java.lang.String outputLink
-
partialBehaviorSupport
PartialBehaviorSupport partialBehaviorSupport
-
renderStyle
java.util.Map<java.lang.String,java.lang.Object> renderStyle
-
-
-
Class com.cmobilecom.af.model.menu.ShortcutMenuNodeFactory extends MenuNodeFactory implements Serializable
-
Serialized Fields
-
shortcutXml
java.lang.String shortcutXml
-
targetMenuBean
MenuBean targetMenuBean
-
-
-
Class com.cmobilecom.af.model.menu.SimpleMenuNodeFactoryContext extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
contextData
java.lang.Object contextData
-
contextId
java.lang.String contextId
-
dataAccessUnit
DataAccessUnit dataAccessUnit
-
queryHints
QueryDescriptor.QueryHints queryHints
-
-
Class com.cmobilecom.af.model.menu.TypedMenuNode extends MenuNode implements Serializable
-
Serialized Fields
-
entityType
java.lang.Class entityType
-
-
-
Class com.cmobilecom.af.model.menu.TypedMenuNodeContextMenuBean extends MenuNodeContextMenuBean implements Serializable
-
Class com.cmobilecom.af.model.menu.TypedMenuNodeFactory extends MenuNodeFactory implements Serializable
-
Serialized Fields
-
createEntityOnly
boolean createEntityOnly
show create form when clicking, ignore singleEntity/createIfEmpty -
createIfEmpty
boolean createIfEmpty
If single is true, whether to show create form if empty(single entity does not exist) -
entityType
java.lang.Class<T extends PersistenceEntity> entityType
-
hierarchy
boolean hierarchy
-
menuSubTreeInfo
MenuSubTreeInfo<T extends PersistenceEntity> menuSubTreeInfo
-
propertyQueryElements
java.util.List<CriteriaElement> propertyQueryElements
-
queryEnabled
boolean queryEnabled
-
queryRenderRegions
java.util.List<java.lang.Integer> queryRenderRegions
-
queryResultTransformer
QueryResultTransformer queryResultTransformer
-
queryResultViewConfig
EntityListViewConfig queryResultViewConfig
-
queryViewConfig
EntityViewConfig queryViewConfig
-
showQueryResults
boolean showQueryResults
-
singleEntity
boolean singleEntity
if true, single entity considering the queryPropertyNameValuePairs(can be null)
-
-
-
Class com.cmobilecom.af.model.menu.TypedMenuNodeFactoryContext extends SimpleMenuNodeFactoryContext implements Serializable
-
Serialized Fields
-
autoOpenQueryForm
boolean autoOpenQueryForm
-
dataDescriptor
DataDescriptor<T extends PersistenceEntity> dataDescriptor
-
entityHierarchyPropertyInfo
EntityHierarchyPropertyInfo entityHierarchyPropertyInfo
-
hasCreatePermission
java.lang.Boolean hasCreatePermission
-
hasDeletePermission
java.lang.Boolean hasDeletePermission
-
hasEditPermission
java.lang.Boolean hasEditPermission
-
hasViewPermission
java.lang.Boolean hasViewPermission
-
helpPathInfo
PersistenceDataBackingBean.HelpPathInfo helpPathInfo
-
importDataSourceTypes
java.util.List<java.lang.String> importDataSourceTypes
-
importHandleModule
java.lang.String importHandleModule
-
multitenantPropertyVisibleName
java.lang.String multitenantPropertyVisibleName
-
queryCommandInfo
TypedMenuNodeFactoryContext.QueryCommandInfo queryCommandInfo
-
typeName
I18NName typeName
-
typePluralName
I18NName typePluralName
-
-
-
-
Package com.cmobilecom.af.model.module
-
Class com.cmobilecom.af.model.module.ModuleMenuNodeFactory extends MenuNodeFactory implements Serializable
-
Serialized Fields
-
moduleNode
ModuleNode moduleNode
-
-
-
Class com.cmobilecom.af.model.module.ModuleNode extends java.lang.Object implements Serializable
-
Serialized Fields
-
children
java.util.List<ModuleNode> children
-
containers
java.util.Set<java.lang.String> containers
-
dataAccessUnitType
ModuleNode.DataAccessUnitType dataAccessUnitType
-
menuNodeFactories
java.util.List<ModuleNode.MenuNodeFactory> menuNodeFactories
-
moduleName
java.lang.String moduleName
-
name
java.lang.String name
-
parameters
java.util.Map<java.lang.String,java.lang.String> parameters
-
parent
ModuleNode parent
-
visible
boolean visible
-
visibleName
java.lang.String visibleName
-
-
-
-
Package com.cmobilecom.af.model.module.event
-
Class com.cmobilecom.af.model.module.event.NoResponseException extends SystemException implements Serializable
-
-
Package com.cmobilecom.af.model.nav
-
Class com.cmobilecom.af.model.nav.BeanFlowHistory extends java.lang.Object implements Serializable
-
Serialized Fields
-
formDesigns
java.util.Stack<FormDesign> formDesigns
-
-
-
Class com.cmobilecom.af.model.nav.EntityDataSource extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
actionDescriptor
ActionDescriptor actionDescriptor
-
dataSource
java.lang.Object dataSource
-
dataTransient
java.lang.Boolean dataTransient
-
parameters
java.util.Map<java.lang.String,java.lang.Object> parameters
-
queryFormBean
EntityBackingBean<T extends PersistenceEntity> queryFormBean
-
-
Class com.cmobilecom.af.model.nav.EntityListCreateEntity extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
createdEntityListBean
EntityListBackingBean<T extends PersistenceEntity> createdEntityListBean
-
entityDataSource
EntityDataSource<T extends PersistenceEntity> entityDataSource
-
entityListBackingBean
EntityListBackingBean<T extends PersistenceEntity> entityListBackingBean
-
entityType
java.lang.Class<T extends PersistenceEntity> entityType
-
entityViewConfig
EntityViewConfig entityViewConfig
-
-
Class com.cmobilecom.af.model.nav.EntityListToEntity extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
currentEntityIndex
int currentEntityIndex
-
entityListBackingBean
EntityListBackingBean<T extends PersistenceEntity> entityListBackingBean
keep the whole backing bean in order to navigate back to entity list view.
-
-
Class com.cmobilecom.af.model.nav.EntityOfEntityList extends java.lang.Object implements Serializable
-
Serialized Fields
-
entityIndex
int entityIndex
index within current page -
pageableEntityList
PageableEntityList<T extends PersistenceEntity> pageableEntityList
-
-
-
Class com.cmobilecom.af.model.nav.StepFlow extends java.lang.Object implements Serializable
-
Serialized Fields
-
steps
java.util.List<Step> steps
-
-
-
-
Package com.cmobilecom.af.model.pagination
-
Class com.cmobilecom.af.model.pagination.MemoryEntityList extends PageableEntityList<T extends PersistenceEntity> implements Serializable
-
Serialized Fields
-
dataDescriptor
DataDescriptor<T extends PersistenceEntity> dataDescriptor
-
entitiesToBeDeleted
java.util.List<T extends PersistenceEntity> entitiesToBeDeleted
-
entityList
java.util.List<T extends PersistenceEntity> entityList
-
title
ParameterizedMessage title
-
-
-
Class com.cmobilecom.af.model.pagination.PageableEntityList extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
currentPageIndex
int currentPageIndex
Current page index starting from zero -
currentPageLeadingStatisticsEntityCount
java.lang.Integer currentPageLeadingStatisticsEntityCount
If variable pageSize is supported, the number of leading statistics entities in current page. -
currentPageOffset
java.lang.Integer currentPageOffset
If variable pageSize is supported, current page entity start index within the whole entity list, excluding embedded statistics entities. -
currentPageSize
java.lang.Integer currentPageSize
If variable pageSize is supported, the number of entities in current page, excluding embedded statistics entities. -
entitiesAddedOrDeleted
boolean entitiesAddedOrDeleted
Has any entity been added or deleted to this pageable entity list? If true, applyChange command will be rendered for saving changes. -
entityListBackingBean
EntityListBackingBean<T extends PersistenceEntity> entityListBackingBean
The EntityListBackingBean to manage this pageable entity list -
fillBlankRowsIfAdjustForward
boolean fillBlankRowsIfAdjustForward
If variable pageSize is supported, whether to fill rows from next page if there is not enough entities for the current page. default is true. -
nextPageStartEntities
java.util.List<T extends PersistenceEntity> nextPageStartEntities
If variable pageSize is supported, The list of entities that will be shown at the beginning of the next page -
pageCount
java.lang.Integer pageCount
Total number of pages, null for unknown -
pageListener
PageListener pageListener
A pageListener that is called when page data is loaded or page size is adjusted -
pageSize
java.lang.Integer pageSize
Page size, rows per page. If null: infinite, so total one page -
size
java.lang.Integer size
Total number of rows (entities), null for unknown -
statisticsEntity
T extends PersistenceEntity statisticsEntity
The statistics values of the whole entity list -
statisticsMismatchedValueMap
java.util.Map<java.lang.String,java.lang.Object> statisticsMismatchedValueMap
Property statistics values that does not match property types. A map from propertyName to statistics value. -
supportVariablePageSize
boolean supportVariablePageSize
Whether variable pageSize is supported? If supported, statistics entities can be embedded to current page and keep the same rows on all pages for rendering on device.
-
-
Class com.cmobilecom.af.model.pagination.PaginatorMenuBean extends MenuBean implements Serializable
-
Class com.cmobilecom.af.model.pagination.PaginatorMenuNodeFactory extends MenuNodeFactory implements Serializable
-
Serialized Fields
-
entityListBackingBean
EntityListBackingBean<T extends PersistenceEntity> entityListBackingBean
-
-
-
Class com.cmobilecom.af.model.pagination.QueryCriteriaEntityList extends PageableEntityList<T extends PersistenceEntity> implements Serializable
-
Serialized Fields
-
pageable
boolean pageable
-
pageEntityList
java.util.List<T extends PersistenceEntity> pageEntityList
-
queryCriteria
QueryCriteria<Q,T extends PersistenceEntity> queryCriteria
-
queryDescriptor
QueryDescriptor queryDescriptor
-
resultsLimit
java.lang.Integer resultsLimit
-
resultsLimitReason
PageableEntityList.ResultsLimitReason resultsLimitReason
-
skipResults
java.lang.Integer skipResults
-
statisticsCriteria
QueryCriteria<java.lang.Object[],T extends PersistenceEntity> statisticsCriteria
-
statisticsProperties
java.util.List<StatisticsProperty> statisticsProperties
-
-
-
-
Package com.cmobilecom.af.model.print
-
Class com.cmobilecom.af.model.print.EntityBatchPrintBase extends PersistenceEntityBase implements Serializable
-
Serialized Fields
-
formDesign
FormDesign formDesign
-
formsPerPage
java.lang.Integer formsPerPage
-
formWrapperTopBottomMargin
java.lang.Integer formWrapperTopBottomMargin
-
showFormSeparatorLine
java.lang.Boolean showFormSeparatorLine
-
-
-
Class com.cmobilecom.af.model.print.EntityBatchPrintBean extends HierarchyAwareBackingBean<T extends EntityBatchPrint> implements Serializable
-
-
Package com.cmobilecom.af.model.property
-
Class com.cmobilecom.af.model.property.ChoiceType extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
java.lang.String name
-
-
Class com.cmobilecom.af.model.property.EntityCaptchaProperty extends EntityProperty<T extends PersistenceEntity> implements Serializable
-
Class com.cmobilecom.af.model.property.EntityCollectionProperty extends EntityProperty<T extends PersistenceEntity> implements Serializable
-
Serialized Fields
-
memberType
java.lang.Class memberType
-
-
-
Class com.cmobilecom.af.model.property.EntityFileUploadProperty extends EntityProperty<T extends PersistenceEntity> implements Serializable
-
Serialized Fields
-
acceptTypes
java.lang.String acceptTypes
-
countLimit
java.lang.Integer countLimit
-
sizeLimit
java.lang.Long sizeLimit
-
-
-
Class com.cmobilecom.af.model.property.EntityFormBeanProperty extends EntityProperty<T extends PersistenceEntity> implements Serializable
-
Serialized Fields
-
formBeanEntityType
java.lang.Class formBeanEntityType
-
formBeanMap
java.util.Map<T extends PersistenceEntity,BackingBean> formBeanMap
-
memberType
java.lang.Class memberType
-
nullAsDeleteProperties
java.lang.String[] nullAsDeleteProperties
-
trimScopes
EntityFormBeanProperty.TrimScope[] trimScopes
-
typeConverter
FormBeanPropertyUtil.TypeConverter typeConverter
-
-
-
Class com.cmobilecom.af.model.property.EntityHierarchyProperty extends EntityProperty<T extends PersistenceEntity> implements Serializable
-
Serialized Fields
-
hierarchyAccessor
HierarchyAccessor hierarchyAccessor
-
hierarchySelectPropertiesCache
com.cmobilecom.af.model.property.EntityHierarchyProperty.HierarchySelectPropertiesCache hierarchySelectPropertiesCache
-
leafRequired
java.lang.Boolean leafRequired
-
-
-
Class com.cmobilecom.af.model.property.EntityHierarchyPropertyInfo extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.cmobilecom.af.model.property.EntityMediaProperty extends EntityProperty<T extends PersistenceEntity> implements Serializable
-
Serialized Fields
-
mediaParams
java.util.Map<java.lang.String,java.lang.Object> mediaParams
-
-
-
Class com.cmobilecom.af.model.property.EntityProgressProperty extends EntityProperty<T extends PersistenceEntity> implements Serializable
-
Serialized Fields
-
ajax
boolean ajax
-
displayOnly
boolean displayOnly
-
interval
int interval
-
labelTemplate
java.lang.String labelTemplate
-
progress
EntityProgressProperty.ProgressImpl progress
-
-
-
Class com.cmobilecom.af.model.property.EntityProgressProperty.ProgressImpl extends AbstractProgress implements Serializable
-
Serialized Fields
-
completed
int completed
-
statusMessage
java.lang.String statusMessage
-
-
-
Class com.cmobilecom.af.model.property.EntityProperty extends Component implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
backingBean
PersistenceDataBackingBean<T extends PersistenceEntity> backingBean
property backing bean: entity or entity list backing bean -
checkAvailabilityEnabled
boolean checkAvailabilityEnabled
-
children
java.util.List<EntityProperty<T extends PersistenceEntity>> children
Child properties -
customProperty
boolean customProperty
Whether this property is a custom property? A custom property does not belong to the entity type by reflection. -
customValue
java.lang.Object customValue
-
domEventSupport
DomEventSupport domEventSupport
-
dynamicPartialBehaviorSupport
boolean dynamicPartialBehaviorSupport
-
dynamicRenderStyle
boolean dynamicRenderStyle
-
dynamicSelectQuery
boolean dynamicSelectQuery
-
dynamicValue
boolean dynamicValue
-
editable
java.lang.Boolean editable
-
editableIfCreating
boolean editableIfCreating
-
entityAttr
EntityAttr entityAttr
-
group
EntityPropertyGroup<T extends PersistenceEntity> group
-
grouping
boolean grouping
-
groupTitleRow
boolean groupTitleRow
-
help
Help help
-
hidden
boolean hidden
-
invalidUserInputs
java.util.Map<java.lang.Integer,java.lang.Object> invalidUserInputs
Purpose: Do not lose user inputs. If valid, update model data. If not valid, display them back to user.During model update, For valueString() binding only. If user input is valid for this property, the property value will be set, and invalidUserInput is null. Otherwise the property value is unchanged, and invalidUserInput keeps the user input so that it can be display back.
Using JSF framework: For invalid user input, exception has to be thrown to let JSF know. Bug: the exception message is ignored, stack trace is printed on server side. Optional validation can not be supported, for example, when country/state selection change, other fields should display back regardless of their values.
-
markAsRequired
boolean markAsRequired
-
maxLength
int maxLength
-
maxValue
long maxValue
-
menuBean
MenuBean menuBean
-
messages
java.util.Map<java.lang.Integer,BackingBeanMessage> messages
Error or information about this property. Map is used to support Entity List view -
minLength
int minLength
For string, min and max length -
minValue
long minValue
For number, min and max value -
name
java.lang.String name
-
parent
EntityProperty<T extends PersistenceEntity> parent
Parent property -
partialBehaviorSupport
PartialBehaviorSupport partialBehaviorSupport
-
pattern
java.lang.String pattern
-
placeholder
I18NName placeholder
-
queryInfo
QueryInfo<T extends PersistenceEntity> queryInfo
For query view -
renderStyle
RenderStyle renderStyle
default value if the property is null. dot seperated property names (can be more than one level) null if the property does not have a default value -
required
boolean required
-
selected
boolean selected
-
selectPropertyQueryElements
CriteriaElement[] selectPropertyQueryElements
-
showIfNull
boolean showIfNull
-
showName
boolean showName
-
styleClass
java.lang.String styleClass
-
type
java.lang.Class type
-
validationDelayed
boolean validationDelayed
-
valueConverter
ValueConverter<T extends PersistenceEntity> valueConverter
-
visibleName
I18NName visibleName
-
-
Class com.cmobilecom.af.model.property.EntityPropertyGroup extends EntityProperty<T extends PersistenceEntity> implements Serializable
-
Serialized Fields
-
layoutCode
java.lang.String layoutCode
-
-
-
Class com.cmobilecom.af.model.property.EntityRetypeProperty extends EntityProperty<T extends PersistenceEntity> implements Serializable
-
Serialized Fields
-
targetProperty
EntityProperty<T extends PersistenceEntity> targetProperty
-
-
-
Class com.cmobilecom.af.model.property.EntitySelectionProperty extends EntityProperty<T extends PersistenceEntity> implements Serializable
-
Class com.cmobilecom.af.model.property.EscapeTextConverter extends java.lang.Object implements Serializable
-
Class com.cmobilecom.af.model.property.Help extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
afterValue
boolean afterValue
-
dynamic
boolean dynamic
-
force
boolean force
-
message
ParameterizedMessage message
-
popup
boolean popup
-
showIfValueNull
boolean showIfValueNull
-
toggleable
boolean toggleable
-
-
Class com.cmobilecom.af.model.property.HierarchyAccessor extends java.lang.Object implements Serializable
-
Serialized Fields
-
dataAccessUnit
DataAccessUnit dataAccessUnit
-
hierarchyClass
java.lang.Class<T extends Hierarchy> hierarchyClass
-
idRule
int[] idRule
ID rule for descendants of the root. -
queryCriteria
QueryCriteria queryCriteria
-
rootHierarchyId
java.lang.String rootHierarchyId
The root hierarchy id for this accessor. null for accessing the whole hierarchy. -
rootNode
HierarchyAccessor.HierarchyNode rootNode
-
-
-
Class com.cmobilecom.af.model.property.InvalidValueException extends BackingBeanException implements Serializable
-
Class com.cmobilecom.af.model.property.NumberDescriptor extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
maxFractionDigits
int maxFractionDigits
-
minFractionDigits
int minFractionDigits
-
type
NumberDescriptor.Type type
-
-
Class com.cmobilecom.af.model.property.QueryInfo extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
groupByProperty
boolean groupByProperty
-
matchType
CriteriaFunction.Function matchType
-
orderByProperty
boolean orderByProperty
-
searchOptionPropertyVisibleName
I18NName searchOptionPropertyVisibleName
-
-
Class com.cmobilecom.af.model.property.RenderStyle extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
actionOnClick
ActionOnClick actionOnClick
-
autoComplete
boolean autoComplete
-
calendarPopup
boolean calendarPopup
-
cols
int cols
-
component
Component component
-
datePattern
java.lang.String datePattern
-
defaultTime
java.lang.String defaultTime
-
displayValueForFalse
java.lang.String displayValueForFalse
-
displayValueForNotNull
java.lang.String displayValueForNotNull
-
displayValueForNull
java.lang.String displayValueForNull
-
displayValueForTrue
java.lang.String displayValueForTrue
-
displayValueOnly
boolean displayValueOnly
-
dynamicSelectItems
boolean dynamicSelectItems
-
escape
boolean escape
-
feedback
boolean feedback
-
forceSelection
boolean forceSelection
-
layout
LayoutType layout
-
memberSeparator
java.lang.String memberSeparator
-
minQueryLength
int minQueryLength
-
numberDescriptor
NumberDescriptor numberDescriptor
-
openDialogOnShowResults
boolean openDialogOnShowResults
-
openInputDialog
boolean openInputDialog
-
params
java.util.Map<java.lang.String,java.lang.String> params
-
pathShowStyle
RenderStyle.PathShowStyle pathShowStyle
-
redisplay
boolean redisplay
-
rows
int rows
-
selectItems
java.util.List<SelectItem> selectItems
Cache for request scope. Consider list view, different rows have different choices. -
selectSize
int selectSize
-
separator
java.lang.String separator
-
showMemberNames
boolean showMemberNames
-
size
int size
-
styleNumber
int styleNumber
-
target
java.lang.String target
-
temporalType
javax.persistence.TemporalType temporalType
-
timeStyle
int timeStyle
-
toggleEdit
boolean toggleEdit
-
userShowStyle
RenderStyle.UserShowStyle userShowStyle
-
valueLocalized
boolean valueLocalized
-
-
Class com.cmobilecom.af.model.property.SelectItem extends java.lang.Object implements Serializable
-
Serialized Fields
-
label
I18NName label
-
value
java.lang.Object value
-
-
-
Class com.cmobilecom.af.model.property.SelectItemListProvider.CountryI18NName extends I18NName implements Serializable
-
Class com.cmobilecom.af.model.property.SelectItemListProvider.CurrencyI18NName extends I18NName implements Serializable
-
Serialized Fields
-
currency
java.util.Currency currency
-
-
-
Class com.cmobilecom.af.model.property.SelectItemListProvider.LocaleI18NName extends I18NName implements Serializable
-
Serialized Fields
-
locale
java.util.Locale locale
-
-
-
Class com.cmobilecom.af.model.property.SelectItemListProvider.TimeZoneI18NName extends I18NName implements Serializable
-
-
Package com.cmobilecom.af.model.query
-
Class com.cmobilecom.af.model.query.CheckNotNullProperty extends EntityProperty<T extends PersistenceEntity> implements Serializable
-
Serialized Fields
-
notNull
java.lang.Boolean notNull
-
-
-
Class com.cmobilecom.af.model.query.DistanceEntityProperty extends EntityProperty<T extends PersistenceEntity> implements Serializable
-
Serialized Fields
-
distance
java.lang.String distance
-
-
-
Class com.cmobilecom.af.model.query.EntityDefaultOrdersBuilder extends DefaultCriteriaQueryBuilder<T> implements Serializable
-
Serialized Fields
-
containerBean
ContainerBean containerBean
-
factory
MenuNodeFactory factory
-
-
-
Class com.cmobilecom.af.model.query.FormQueryBuilder extends java.lang.Object implements Serializable
-
Serialized Fields
-
queryFormBean
EntityBackingBean<E extends PersistenceEntity> queryFormBean
-
-
-
Class com.cmobilecom.af.model.query.GroupQueryResultTransformer extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
entityType
java.lang.Class<T extends PersistenceEntity> entityType
-
propertyList
java.util.List<java.lang.String> propertyList
-
-
Class com.cmobilecom.af.model.query.KeywordEntityProperty extends EntityProperty<T extends PersistenceEntity> implements Serializable
-
Serialized Fields
-
matchOption
KeywordEntityProperty.MatchOption matchOption
-
-
-
Class com.cmobilecom.af.model.query.RangeEntityProperty extends EntityProperty<T extends PersistenceEntity> implements Serializable
-
Serialized Fields
-
datePeriod
TemporalPeriod datePeriod
cache for RangeEntityProperty.RangeType.DATE_PERIOD, converted from value -
rangeType
RangeEntityProperty.RangeType rangeType
-
value
java.lang.Object value
-
-
-
-
Package com.cmobilecom.af.model.report
-
Class com.cmobilecom.af.model.report.CantCalculateException extends SystemException implements Serializable
-
Class com.cmobilecom.af.model.report.PeriodConverter extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.cmobilecom.af.model.report.ReportBean extends MapEntityBean<ReportEntity> implements Serializable
-
Class com.cmobilecom.af.model.report.ReportEntity extends MapEntity implements Serializable
-
Serialized Fields
-
datePeriodNormalizedNames
java.util.List<java.lang.String> datePeriodNormalizedNames
-
datePeriodSeries
java.util.List<I18NName> datePeriodSeries
-
groupByValueEntityMap
java.util.Map<java.lang.Comparable,PersistenceEntity> groupByValueEntityMap
-
groupByValueList
java.util.List<java.lang.Comparable> groupByValueList
-
statisticsColumnsAdded
boolean statisticsColumnsAdded
-
statisticsRowAdded
boolean statisticsRowAdded
-
valueSeriesList
java.util.List<java.util.List<java.math.BigDecimal>> valueSeriesList
-
valueSeriesNames
java.util.List<I18NName> valueSeriesNames
-
-
-
Class com.cmobilecom.af.model.report.ReportQueryForm extends PersistenceEntityBase implements Serializable
-
Serialized Fields
-
chartHeight
java.lang.String chartHeight
-
chartType
ReportQueryForm.ChartType chartType
-
chartWidth
java.lang.String chartWidth
-
displayFormat
ReportQueryForm.DisplayFormat displayFormat
-
groupBy
java.lang.Integer groupBy
-
legendPosition
ReportQueryForm.LegendPosition legendPosition
-
percentage
java.lang.Boolean percentage
-
period
ReportPeriod period
-
periodCount
java.lang.Integer periodCount
-
reportDataList
java.util.List<java.lang.Integer> reportDataList
-
stacked
java.lang.Boolean stacked
-
type
ReportQueryForm.Type type
-
-
-
Class com.cmobilecom.af.model.report.ReportQueryFormBean extends HierarchyAwareBackingBean<T extends ReportQueryForm> implements Serializable
-
Class com.cmobilecom.af.model.report.ReportTableBean extends EntityListBackingBean<ReportTableRow> implements Serializable
-
Class com.cmobilecom.af.model.report.ReportTableRow extends MapEntity implements Serializable
-
Serialized Fields
-
reportData
java.lang.Integer reportData
-
-
-
Class com.cmobilecom.af.model.report.ReportTableRowBean extends EntityBackingBean<ReportTableRow> implements Serializable
-
Class com.cmobilecom.af.model.report.ReportUtil.ReportPeriodI18NName extends I18NName implements Serializable
-
Serialized Fields
-
dataAccessUnit
DataAccessUnit dataAccessUnit
-
omitYear
boolean omitYear
-
reportPeriod
ReportPeriod reportPeriod
-
twoDigitYear
boolean twoDigitYear
-
yearStartDate
java.time.LocalDate yearStartDate
-
-
-
-
Package com.cmobilecom.af.model.security
-
Class com.cmobilecom.af.model.security.AuthFailedException extends BackingBeanException implements Serializable
-
Class com.cmobilecom.af.model.security.LoginBean extends EntityBackingBean<T extends LoginForm> implements Serializable
-
Class com.cmobilecom.af.model.security.LoginRequiredException extends BackingBeanException implements Serializable
-
Class com.cmobilecom.af.model.security.ResetPasswordBean extends EntityBackingBean<T extends ResetPassword> implements Serializable
-
Class com.cmobilecom.af.model.security.UserBean extends EntityBackingBean<T extends User> implements Serializable
-
-
Package com.cmobilecom.af.model.system
-
Class com.cmobilecom.af.model.system.AccessDeniedException extends SystemException implements Serializable
-
Serialized Fields
-
accessType
AccessType accessType
-
dataAccessUnit
DataAccessUnit dataAccessUnit
-
entityId
java.lang.String entityId
-
entityType
java.lang.Class entityType
-
property
java.lang.String property
-
-
-
Class com.cmobilecom.af.model.system.ExceedQuotaException extends BackingBeanException implements Serializable
-
Class com.cmobilecom.af.model.system.SystemInitializationException extends SystemException implements Serializable
-
-
Package com.cmobilecom.af.model.util
-
Class com.cmobilecom.af.model.util.MapOfMap extends java.lang.Object implements Serializable
-
-
Package com.cmobilecom.af.model.view
-
Class com.cmobilecom.af.model.view.AccordionView extends TabViewBase implements Serializable
-
Serialized Fields
-
activeTabs
java.util.Set<java.lang.Integer> activeTabs
-
disabledTabs
java.util.Set<java.lang.Integer> disabledTabs
-
loadedTabs
java.util.Set<java.lang.Integer> loadedTabs
-
multiple
boolean multiple
-
-
-
Class com.cmobilecom.af.model.view.DialogView extends Widget implements Serializable
-
Serialized Fields
-
closable
boolean closable
-
closeOnEscape
boolean closeOnEscape
-
draggable
boolean draggable
-
height
java.lang.Integer height
-
maximizable
boolean maximizable
-
minHeight
java.lang.Integer minHeight
-
minimizable
boolean minimizable
-
minWidth
java.lang.Integer minWidth
-
modal
boolean modal
-
onHide
java.lang.String onHide
-
onShow
java.lang.String onShow
-
resizable
boolean resizable
-
visible
boolean visible
-
width
java.lang.Integer width
-
-
-
Class com.cmobilecom.af.model.view.PanelView extends Widget implements Serializable
-
Serialized Fields
-
closable
boolean closable
-
collapsed
boolean collapsed
-
toggleable
boolean toggleable
-
toggleOrientation
java.lang.String toggleOrientation
-
-
-
Class com.cmobilecom.af.model.view.PopupView extends Widget implements Serializable
-
Serialized Fields
-
at
java.lang.String at
-
dismissable
boolean dismissable
-
hideEvent
java.lang.String hideEvent
-
my
java.lang.String my
-
onHide
java.lang.String onHide
-
onShow
java.lang.String onShow
-
showCloseIcon
boolean showCloseIcon
-
showEvent
java.lang.String showEvent
-
-
-
Class com.cmobilecom.af.model.view.TabView extends TabViewBase implements Serializable
-
Serialized Fields
-
activeIndex
int activeIndex
-
effect
java.lang.String effect
-
effectDuration
java.lang.String effectDuration
-
orientation
java.lang.String orientation
-
styleClass
java.lang.String styleClass
-
tabClosable
boolean tabClosable
-
widgetVar
java.lang.String widgetVar
-
-
-
Class com.cmobilecom.af.model.view.TabViewBase extends Widget implements Serializable
-
Serialized Fields
-
cache
boolean cache
-
dynamic
boolean dynamic
-
onTabChange
java.lang.String onTabChange
-
onTabShow
java.lang.String onTabShow
-
tabTitleStyleClass
java.lang.String tabTitleStyleClass
-
-
-
Class com.cmobilecom.af.model.view.TreeView extends Widget implements Serializable
-
Serialized Fields
-
animate
boolean animate
animate: enable expand/collapse effect -
cache
boolean cache
if dynamic, whether to cache nodes on client -
dynamic
boolean dynamic
dynamic: load tree nodes on demand -
expandedDepth
java.lang.Integer expandedDepth
Initial expanded depth of tree nodes. The depth of root is 1.
-
-
-
-
Package com.cmobilecom.af.session
-
Class com.cmobilecom.af.session.DefaultCriteriaQueryBuilder extends java.lang.Object implements Serializable
-
Serialized Fields
-
queryEntityType
java.lang.Class queryEntityType
-
-
-
Class com.cmobilecom.af.session.EntityNotFoundException extends SystemRuntimeException implements Serializable
-
Class com.cmobilecom.af.session.PropertyCriteriaQueryBuilder extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
entityType
java.lang.Class<E extends PersistenceEntity> entityType
entity type -
propertyQueryElements
java.util.List<? extends CriteriaElement> propertyQueryElements
a list of PropertyQueryElements as query restrictions and/or orders -
resultType
java.lang.Class<T> resultType
type of query results retrieved from persistence
-
-
Class com.cmobilecom.af.session.QueryCriteria extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
criteriaQueryBuilders
java.util.List<CriteriaQueryBuilder<T>> criteriaQueryBuilders
-
distinct
java.lang.Boolean distinct
-
entityFetchGraph
EntityFetchGraph entityFetchGraph
-
groupQuery
boolean groupQuery
-
hints
QueryDescriptor.QueryHints hints
-
queryParameterMap
java.util.Map<java.lang.String,java.lang.Object> queryParameterMap
-
queryResultTransformers
java.util.List<QueryResultTransformer<?,?>> queryResultTransformers
-
queryResultType
java.lang.Class<T> queryResultType
-
queryString
java.lang.String queryString
-
queryType
QueryCriteria.QueryType queryType
-
rowCountQueryCriteria
QueryCriteria<java.lang.Long,java.lang.Long> rowCountQueryCriteria
-
title
ParameterizedMessage title
-
transformedResultDataDescriptor
DataDescriptor<X> transformedResultDataDescriptor
-
userDataMap
java.util.Map<java.lang.String,java.lang.Object> userDataMap
-
-
Class com.cmobilecom.af.session.QueryDescriptor extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
entityManagerFactoryCacheKey
java.lang.String entityManagerFactoryCacheKey
-
hints
QueryDescriptor.QueryHints hints
-
instance
Instance instance
-
instanceTypeId
java.lang.String instanceTypeId
-
persistenceUnit
java.lang.String persistenceUnit
-
readOnly
boolean readOnly
-
sharedTableMultitenant
boolean sharedTableMultitenant
-
-
Class com.cmobilecom.af.session.StatisticsProperty extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
aggregate
StatisticsProperty.Aggregate aggregate
-
propertyName
java.lang.String propertyName
-
-
-
Package com.cmobilecom.af.session.criteria
-
Package com.cmobilecom.af.test.api
-
Class com.cmobilecom.af.test.api.WaitTimeoutException extends java.lang.RuntimeException implements Serializable
-
-
Package com.cmobilecom.af.util
-
Class com.cmobilecom.af.util.ExecException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
localized
boolean localized
Whether messageId is localized? If false, resource bundle will be used to translate the messageId. -
messageId
java.lang.String messageId
If localized is false, messageId is a key in resource bundle whose value can contain parameters {n} such as {0}, {1}. Otherwise, messageId is a message that can contain parameters {n} such as {0}, {1}. -
params
java.lang.Object[] params
Parameters that are used to replace {n} in message. -
severity
ExecException.Severity severity
Message severity level
-
-
-
Class com.cmobilecom.af.util.I18NName extends ParameterizedMessage implements Serializable
- serialVersionUID:
- 1L
-
Class com.cmobilecom.af.util.LinkedProperties extends java.util.Properties implements Serializable
-
Serialized Fields
-
keys
java.util.LinkedHashSet<java.lang.Object> keys
-
-
-
Class com.cmobilecom.af.util.ParameterizedMessage extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ignoreIfMissing
boolean ignoreIfMissing
-
localized
boolean localized
-
messageId
java.lang.String messageId
-
params
java.lang.Object[] params
-
-
-
Package com.cmobilecom.af.util.expr
-
Class com.cmobilecom.af.util.expr.DivideByZeroException extends EvaluateException implements Serializable
-
Class com.cmobilecom.af.util.expr.EvaluateException extends ExecException implements Serializable
-
Class com.cmobilecom.af.util.expr.NullOperandException extends EvaluateException implements Serializable
-
Class com.cmobilecom.af.util.expr.ParseException extends ExecException implements Serializable
-
-
Package com.cmobilecom.af.util.text
-
Class com.cmobilecom.af.util.text.UnknownExpressionException extends ExecException implements Serializable
-