A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes All Packages

A

ABORT - com.cmobilecom.af.entity.persistence.EntityImport.ConflictAction
Abort the import process, and rollback transaction.
ABOVE_FOOTER_MENU - com.cmobilecom.af.model.bean.BackingBean.MessageLocation
Above footer menu and below bean content
AbstractModule - Class in com.cmobilecom.af.model.module
AbstractModule: default Module implementation and subclass can override methods as needed.
AbstractModule() - Constructor for class com.cmobilecom.af.model.module.AbstractModule
 
AbstractModule.ModuleTextExprResolver - Class in com.cmobilecom.af.model.module
Text Expression Resolver for modules.
AbstractProgress - Class in com.cmobilecom.af.util
Progress Implementation base.
AbstractProgress() - Constructor for class com.cmobilecom.af.util.AbstractProgress
Create a progress with root module.
AbstractSystemTest<E extends java.lang.Enum<E>> - Class in com.cmobilecom.af.test.api
Abstract system module test.
AbstractSystemTest(InstanceTest) - Constructor for class com.cmobilecom.af.test.api.AbstractSystemTest
Constructor
accept(MailServer) - Method in interface com.cmobilecom.af.model.mail.EmailClient
Is this EmailClient able to connect to the mail server to send emails?
acceptProtocol(String) - Method in interface com.cmobilecom.af.test.api.PageLoader
Does this pageLoader accept the URL.
ACCESS_CONTROL - com.cmobilecom.af.model.annotation.EditControl
by property access control
ACCESS_CONTROL - com.cmobilecom.af.model.pagination.PageableEntityList.ResultsLimitReason
access control: without full search permission
AccessControl - Interface in com.cmobilecom.af.model.system
Access control describes user types and/or permissions required to access an entity or its property.
accessControlAccessor - Variable in class com.cmobilecom.af.model.bean.ViewConfig
accessControlAccessor chaining to the root accessor
AccessControlAccessor - Class in com.cmobilecom.af.model.system
AccessControlAccessor provides the methods to check if a user has the permission to access an entity or property, or take an action.
AccessControlAccessor(DataAccessUnit) - Constructor for class com.cmobilecom.af.model.system.AccessControlAccessor
Constructor
AccessControlAccessorWrapper - Class in com.cmobilecom.af.model.system
AccessControlAccessorWrapper wraps an AccessControlAccessor and an AccessControlContext instance.
AccessControlAccessorWrapper(AccessControlAccessor, AccessControlContext) - Constructor for class com.cmobilecom.af.model.system.AccessControlAccessorWrapper
Constructor with wrapped AccessControlAccessor and AccessControlContext instance
AccessControlContext - Class in com.cmobilecom.af.model.system
AccessControlContext that is passed to AccessControlAccessor in authorization granting or denying certain permissions from user.
AccessControlContext(PersistenceEntity) - Constructor for class com.cmobilecom.af.model.system.AccessControlContext
Constructor with a single entity scope.
AccessControlContext(String) - Constructor for class com.cmobilecom.af.model.system.AccessControlContext
Constructor with scope.
AccessControlContext(String, String) - Constructor for class com.cmobilecom.af.model.system.AccessControlContext
Constructor.
AccessControlContext(Collection<ModuleScopedName>, Collection<ModuleScopedName>) - Constructor for class com.cmobilecom.af.model.system.AccessControlContext
Constructor
AccessControlContext(Set<String>, Set<String>) - Constructor for class com.cmobilecom.af.model.system.AccessControlContext
Constructor.
AccessControlItem - Class in com.cmobilecom.af.model.system
AccessControlItem is an item of accessControl.
AccessControlItem(String, String) - Constructor for class com.cmobilecom.af.model.system.AccessControlItem
Constructor.
AccessDeniedException - Exception in com.cmobilecom.af.model.system
Access denied exception
AccessDeniedException(String) - Constructor for exception com.cmobilecom.af.model.system.AccessDeniedException
Constructor.
AccessDeniedException(String, boolean, Object[]) - Constructor for exception com.cmobilecom.af.model.system.AccessDeniedException
Constructor.
AccessDeniedException(String, AccessType, DataDescriptor, String, DataAccessUnit) - Constructor for exception com.cmobilecom.af.model.system.AccessDeniedException
Constructor with access denied for accessing data described by the dataDescriptor.
AccessDeniedException(String, AccessType, Class) - Constructor for exception com.cmobilecom.af.model.system.AccessDeniedException
Constructor with access denied for accessing the entity type.
AccessDeniedException(String, AccessType, Class, String) - Constructor for exception com.cmobilecom.af.model.system.AccessDeniedException
Constructor with access denied for accessing the property.
AccessDeniedException(String, Object[]) - Constructor for exception com.cmobilecom.af.model.system.AccessDeniedException
Constructor.
AccessDeniedException(Throwable) - Constructor for exception com.cmobilecom.af.model.system.AccessDeniedException
Constructor: wrapper over a Throwable
AccessItem - Interface in com.cmobilecom.af.entity.security
Access item.
AccessToken - Interface in com.cmobilecom.af.entity.security
Access Token for access control.
AccessType - Enum in com.cmobilecom.af.model.system
Define access type constants
ACCORDION_TREE - com.cmobilecom.af.model.menu.MenuViewConfig.MenuStyle
Accordion with tree: top menu nodes as accordion tabs, and their children as tab content rendered as tree.
AccordionView - Class in com.cmobilecom.af.model.view
AccordionView.
AccordionView(boolean, boolean, boolean) - Constructor for class com.cmobilecom.af.model.view.AccordionView
Constructor.
AccordionView(AccordionView) - Constructor for class com.cmobilecom.af.model.view.AccordionView
Copy constructor
AccordionView(Element) - Constructor for class com.cmobilecom.af.model.view.AccordionView
Constructor with XML element.
action - Variable in class com.cmobilecom.af.model.behavior.VisitTarget
Action to take on client.
ActionContext - Class in com.cmobilecom.af.model.context
ActionContext: context under which action is being handled.
ActionContext() - Constructor for class com.cmobilecom.af.model.context.ActionContext
 
ActionDescriptor - Class in com.cmobilecom.af.entity
Action Descriptor
ActionDescriptor(ActionDescriptor.Type) - Constructor for class com.cmobilecom.af.entity.ActionDescriptor
Constructor.
ActionDescriptor(ActionDescriptor.Type, String) - Constructor for class com.cmobilecom.af.entity.ActionDescriptor
Constructor
ActionDescriptor(ActionDescriptor.Type, String, boolean) - Constructor for class com.cmobilecom.af.entity.ActionDescriptor
Constructor
ActionDescriptor.Type - Enum in com.cmobilecom.af.entity
Action Type
actionOnClick() - Method in annotation type com.cmobilecom.af.model.annotation.RenderStyleDef
For command link, action to take when clicking property.
ActionOnClick - Enum in com.cmobilecom.af.model.annotation
For property rendered as command link.
activate(boolean) - Method in class com.cmobilecom.af.model.bean.EntityCommandHandler
Activate or inactivate the entity if the entity is an ActiveAware
ActivateCode - Interface in com.cmobilecom.af.entity.security
ActivateCode: user activation code.
activateUser(InstanceTypeTest.UserProfile, ContainerBean) - Method in class com.cmobilecom.af.test.api.UserRegisterUtil
Activate user.
ACTIVE - com.cmobilecom.af.entity.security.User.Status
active
ActiveAware - Interface in com.cmobilecom.af.entity
ActiveAware: the instances of the entity types that implements ActiveAware can be active or inactive.
add(int, boolean, BackingBean, boolean, Integer) - Method in class com.cmobilecom.af.model.container.PageContent
Add the bean at the end of the region
add(int, int, BackingBean) - Method in class com.cmobilecom.af.model.container.PageContent
Add the bean to the region at the specified position.
add(int, BackingBean) - Method in class com.cmobilecom.af.model.container.PageContent
Add the bean to the region.
add(int, List<BackingBean>) - Method in class com.cmobilecom.af.model.container.PageContent
Add all beans, ignoring generated beans.
add(Redirect.ParamOp) - Method in class com.cmobilecom.af.model.container.Redirect
Add a parameter operation
add(EntityImportHandler.HandleResult) - Method in class com.cmobilecom.af.model.entimport.EntityImportHandler.HandleResult
Add the result to this HandleResult, merging messages and entities.
add(MenuNode) - Method in class com.cmobilecom.af.model.menu.MenuBean
Append the menuNode to the children of the root of this menuBean.
add(ModuleNode) - Method in class com.cmobilecom.af.model.module.InstanceType
Add module to the top level.
add(TypeAccessControl) - Method in class com.cmobilecom.af.model.system.ModuleAccessControl
Add access control for entity type
add(ExprValue, MathContext) - Method in class com.cmobilecom.af.util.expr.ExprValue
Add the augend and this ExprValue(this + augend).
ADD - com.cmobilecom.af.model.container.PageContentEvent.Type
Bean added
ADD - com.cmobilecom.af.model.container.Redirect.ParamOp.Type
Add a new parameter overriding exist one if any
ADD - com.cmobilecom.af.session.criteria.CriteriaFunction.Function
add: the sum of multiple values
ADD_ALL - com.cmobilecom.af.model.container.Redirect.ParamOp.Type
Add all current view parameters
addActionAccessControl(String, AccessControl) - Method in class com.cmobilecom.af.model.system.ModuleAccessControl
Add access control for the action
addActionBehavior(VisitTarget) - Method in class com.cmobilecom.af.model.behavior.PartialBehaviorSupport
Add an action PartialBehavior with the execute target.
addActionBehavior(List<VisitTarget>) - Method in class com.cmobilecom.af.model.behavior.PartialBehaviorSupport
Add an action PartialBehavior with the list of execute targets.
addActionBehavior(List<VisitTarget>, PartialBehavior.ContainerRenderRegions) - Method in class com.cmobilecom.af.model.behavior.PartialBehaviorSupport
Add an action PartialBehavior with the list of execute targets.
addAll(Integer, List<T>) - Method in class com.cmobilecom.af.model.pagination.MemoryEntityList
 
addAll(Integer, List<T>) - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Insert the entity list at the position.
addAll(Integer, List<T>) - Method in class com.cmobilecom.af.model.pagination.QueryCriteriaEntityList
 
addAll(List<Quota>) - Method in class com.cmobilecom.af.model.system.QuotaAccessor
Add all the quota in the list
addAllParams(Map<String, String>) - Method in class com.cmobilecom.af.model.util.RequestHelper
Add all the parameters to current request, overriding existing params with same names if any.
addAnswer(Integer, Answer) - Method in interface com.cmobilecom.af.entity.form.Response
Add the answer to this response.
addAsRenderTarget() - Method in class com.cmobilecom.af.model.bean.BackingBean
Add this bean as render target.
addAttributes(Element, String[]) - Static method in class com.cmobilecom.af.util.XmlUtil
Add the attributes to the element.
addBcc(String) - Method in interface com.cmobilecom.af.model.mail.EmailRequest
Add the email address to the BCC list
addBean(String, Object) - Method in class com.cmobilecom.af.model.container.DefaultTextExprResolver
Add bean for resolving bean expression #{beanName.property}.
addBeanFlowNavigation(BeanFlowNavigation) - Method in class com.cmobilecom.af.model.bean.EntityViewConfig
Add a bean flow navigation
addBeans(PageContent, Integer, List<Integer>) - Method in class com.cmobilecom.af.model.container.PageContent
Add all the beans of the pageContent to the region.
addBoundDomain(BoundDomain) - Method in interface com.cmobilecom.af.entity.system.Instance
Add the bound domain.
addBundleToMap(ResourceBundle) - Method in class com.cmobilecom.af.model.module.ModuleResourceBundle
Add the bundle messages to this bundle.
addCaptchaPropertyIfRequired() - Method in class com.cmobilecom.af.model.bean.EntityBackingBeanHelper
Add captcha if it is required by any footer menu node.
addChild(int, EntityProperty<T>) - Method in class com.cmobilecom.af.model.property.EntityProperty
Add the child property at the position to this EntityProperty
addChild(ColumnHeaders.Node, boolean) - Method in class com.cmobilecom.af.model.bean.ColumnHeaders.Node
Add the child node
addChild(MenuNode) - Method in class com.cmobilecom.af.model.menu.MenuNode
Append the child menu node, replacing existing menu node with the same id if any.
addChild(ModuleNode) - Method in class com.cmobilecom.af.model.module.ModuleNode
Add a child module node.
addChild(EntityProperty<T>) - Method in class com.cmobilecom.af.model.property.EntityProperty
Add the child property to this EntityProperty
addChild(EntityProperty<T>) - Method in class com.cmobilecom.af.model.property.EntityPropertyGroup
 
addChild(Integer, MenuNode) - Method in class com.cmobilecom.af.model.menu.MenuNode
Add child menu node at the position.
addChild(T) - Method in class com.cmobilecom.af.model.property.HierarchyAccessor.HierarchyNode
Add a child hierarchy entity as node.
addChildElementTextValue(Element, String, String) - Static method in class com.cmobilecom.af.util.XmlUtil
Add a child element with the text content.
addChildElementTextValue(Element, String, String, boolean) - Static method in class com.cmobilecom.af.util.XmlUtil
Add a child element with the text content.
addChildElementTextValue(Element, String, String, boolean, boolean) - Static method in class com.cmobilecom.af.util.XmlUtil
Add a child element with the text content.
addChildren(boolean, ColumnHeaders.Node...) - Method in class com.cmobilecom.af.model.bean.ColumnHeaders.Node
Add the child nodes
addChildren(boolean, I18NName...) - Method in class com.cmobilecom.af.model.bean.ColumnHeaders.Node
Add the child nodes
addChildren(Integer, List<MenuNode>) - Method in class com.cmobilecom.af.model.menu.MenuNode
Add the list of the menu nodes as children.
addChildren(List<MenuNode>) - Method in class com.cmobilecom.af.model.menu.MenuNode
Add the list of the menu nodes as children.
addChildren(List<MenuNode>, MenuNodeFactory) - Method in class com.cmobilecom.af.model.menu.MenuNode
Add the list of the menu nodes as children.
addChildren(List<EntityProperty<T>>) - Method in class com.cmobilecom.af.model.property.EntityProperty
Add a list of child properties.
addCommonMenuNodes(PersistenceDataBackingBean<T>, MenuBean) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Add menu nodes to either entity list row commands or entity header/footer menu by backing bean type(entity or entity list backing bean).
addCompleted(double) - Method in class com.cmobilecom.af.util.Progress.Module
Add the percentage completed such as 10, 20.
addContextMenuNodes(TypedMenuNodeContextMenuBean<T>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Add menu nodes to the entityType's context menu bean.
addContextMenuNodes(TypedMenuNodeContextMenuBean<T>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBeanHelper
Add menu nodes to the context menuBean for the entityType
addContextPath(String) - Method in class com.cmobilecom.af.model.util.RequestHelper
Add request contextPath to the URL.
addContextPath(String) - Static method in class com.cmobilecom.af.web.module.UrlUtil
Add request contextPath to the URL.
addCreatedEntity(T, ContainerBean) - Method in class com.cmobilecom.af.model.nav.EntityListCreateEntity
Add the created entity.
addCredentialCookie(String) - Method in class com.cmobilecom.af.model.security.LoginBean
Add credential cookie.
addCriteriaQueryBuilder(CriteriaQueryBuilder<T>) - Method in class com.cmobilecom.af.session.QueryCriteria
Add the builder to the end of the chained CriteriaQueryBuilders.
addDays(Date, int, Calendar) - Static method in class com.cmobilecom.af.util.DateUtil
Add the number of days to the date.
addDays(Date, int, Locale, TimeZone) - Static method in class com.cmobilecom.af.util.DateUtil
Add the number of days to the date.
addDefaultPrefix(List<String>) - Static method in class com.cmobilecom.af.model.menu.MenuViewConfig
addDefaultPrefix(Set<String>) - Static method in class com.cmobilecom.af.model.menu.MenuViewConfig
addDetailMessage(ParameterizedMessage) - Method in class com.cmobilecom.af.model.bean.BackingBeanResult
Add detail message for exception to be thrown.
addDialect(Dialect) - Method in class com.cmobilecom.af.util.db.DbDescriptor
Add dialect.
addEmailMenuNode(MenuBean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Add email menu node to the menu bean
addEmailObject(EmailObject) - Method in class com.cmobilecom.af.model.mail.SendMail
Add the emailObject to the queue
addEmailObjects(List<EmailObject>) - Method in class com.cmobilecom.af.model.mail.SendMail
Add the list of emailObjects to the queue
addEmptySelection(List<SelectItem>) - Static method in class com.cmobilecom.af.model.property.SelectItemListProvider
Add empty selection to the select item list.
addEmptySelection(List<SelectItem>, String, boolean) - Static method in class com.cmobilecom.af.model.property.SelectItemListProvider
Add empty selection to the beginning of the selectItems.
addEmptySelection(List<SelectItem>, String, boolean, boolean) - Static method in class com.cmobilecom.af.model.property.SelectItemListProvider
Add empty selection to the list of selectItems.
addEmptySelectionIfNecessary(List<SelectItem>, EntityProperty, boolean) - Static method in class com.cmobilecom.af.model.property.SelectItemListProvider
Add empty selection if necessary to the list.
addEntitiesToMemory(List<T>, boolean) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Add the entities to the end of entity list.
addEntitiesToMemory(List<T>, Integer, boolean) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Add the entities to the entity list.
addEntity(T) - Method in class com.cmobilecom.af.model.entimport.EntityImportHandler.HandleResult
Add the imported entity.
addEntity(T) - Method in class com.cmobilecom.af.model.pagination.MemoryEntityList
 
addEntity(T) - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Add the entity to the end of current page.
addEntity(T) - Method in class com.cmobilecom.af.model.pagination.QueryCriteriaEntityList
 
addEntityAccessControl(AccessType, AccessControl) - Method in class com.cmobilecom.af.model.system.TypeAccessControl
Add accessControl for entity
addEntityCollectionProperty(String, Class, Class, RenderStyle, boolean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Add entity collection property of the specified type
addEntityFetchGraph(EntityFetchGraph) - Method in class com.cmobilecom.af.session.QueryCriteria
Add the entity fetch graph (inclusive or exclusive) for criteria API query, merging with existing fetch graph if any.
addEntityFormBeanProperty(String, boolean, BackingBean, boolean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Add a form bean property to the end of the entity property list of this bean.
addEntityFormBeanProperty(String, boolean, BackingBean, boolean, Integer) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Add a form bean property to the entity property list of this bean.
addEntityListRowRenderTarget(int, Boolean) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Add entityListRow render target.
addEntityListRowRenderTarget(T, Boolean) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Add entityListRow render target.
addEntityProperty(Class, String, Class, RenderStyle, boolean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Add entity property of the specified type
addEntityProperty(Class, String, Class, RenderStyle, boolean, EntityProperty<T>, Integer) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Add entity property of the specified type.
addEntityProperty(String, Class, RenderStyle, boolean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Add a regular entity property
addEntityPropertyAfter(EntityProperty<T>, String, Integer) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Add a property after another property in the property list.
addEntityPropertyBefore(EntityProperty<T>, String, Integer) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Add a property before another property in the property list.
addEntityTypeInvisible(Class<? extends PersistenceEntity>, ModuleNode.DataAccessUnitType) - Method in class com.cmobilecom.af.model.module.InstanceType
Add the entityType that is invisible for the DataAccessUnit type.
addEventHandler(String, String) - Method in class com.cmobilecom.af.model.behavior.DomEventSupport
Add client event behavior that is static script only, not ajax.
addExecuteTarget(VisitTarget) - Method in class com.cmobilecom.af.model.behavior.PartialBehavior
Add the execute target.
addExecuteTargets(List<VisitTarget>) - Method in class com.cmobilecom.af.model.behavior.PartialBehavior
Add a list of execute targets.
addExportMenuNode(MenuBean, String, int, ParameterizedMessage) - Static method in class com.cmobilecom.af.model.menu.MenuBean
Add the menu node to export data.
addExpression(String, String) - Method in class com.cmobilecom.af.model.module.InstanceType.Seed
Add an expression and its resolved value for SQL files.
addExpressions(CriteriaExpression...) - Method in interface com.cmobilecom.af.session.criteria.CriteriaGroup
Add a list of expressions
addExpressions(List<CriteriaExpression>) - Method in interface com.cmobilecom.af.session.criteria.CriteriaGroup
Add a list of expressions
addFetchesToQuery(CriteriaQuery, EntityManager) - Method in class com.cmobilecom.af.session.EntityFetchGraph
Add all the fetches in this fetch graph into the CriteriaQuery.
addFile(UploadedFile) - Method in class com.cmobilecom.af.model.property.EntityFileUploadProperty
Add the file to the uploaded file list
addFormBeanPropertyValue(List<M>, FormBeanPropertyUtil.ValueMerger<M>, List<M>) - Method in class com.cmobilecom.af.model.bean.FormBeanPropertyUtil
Add the entity list to the property value collection.
addFormDesignDescriptors(Map<Class, FormDesignDescriptor>) - Static method in class com.cmobilecom.af.model.formdesign.FormDesignBean
Add entity types that support FormDesign.
addFunction(Function) - Method in class com.cmobilecom.af.util.expr.Expression
Add supported function in the expression.
addGeneratedBean(BackingBean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Add generated bean
addGeneratedBean(Integer, BackingBean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Add generated bean to the region
addGroupByProperties(List<String>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Add the properties to group by in query view.
addHiddenPropertyQueryElements(CriteriaElement...) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Add the list of hidden CriteriaElement(s) that will be added to query criteria.
addHiddenPropertyQueryElements(List<CriteriaElement>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Add the list of hidden CriteriaElement(s) that will be added to query criteria.
addHierarchyDescriptorMapping(Map<Class, SimpleHierarchyEntityBean.HierarchyDescriptor>) - Static method in class com.cmobilecom.af.model.bean.SimpleHierarchyEntityBean
Add the HierarchyDescriptor map, merging to existing HierarchyDescriptor(s) if any.
addInputDataCollectionProperty(Class, Class, RenderStyle, boolean) - Method in class com.cmobilecom.af.model.menu.MenuNode
Add the single property(collection type) to the inputData that is a MapEntity.
addInputDataProperty(Class, Object, PartialBehaviorSupport, RenderStyle, boolean) - Method in class com.cmobilecom.af.model.menu.MenuNode
Add the single property to the inputData that is a MapEntity.
addInputDataProperty(Class, String, Object, PartialBehaviorSupport, RenderStyle, boolean) - Method in class com.cmobilecom.af.model.menu.MenuNode
Add the single property to the inputData that is a MapEntity.
addInputDataProperty(String, Class, Object, PartialBehaviorSupport, RenderStyle, boolean) - Method in class com.cmobilecom.af.model.menu.MenuNode
Add the property to the inputData that is a MapEntity.
addInstanceTest(InstanceIdentifier, InstanceTest) - Method in class com.cmobilecom.af.test.api.InstanceTypeTest
Add an InstanceTest.
addItem(DialectItem) - Method in class com.cmobilecom.af.util.db.Dialect
Add the item to the dialect
addJoinsToQuery(CriteriaQuery, EntityManager) - Method in class com.cmobilecom.af.session.EntityFetchGraph
Add all the joins in this fetch graph into the CriteriaQuery.
addMenuNode(MenuNode) - Method in class com.cmobilecom.af.model.property.EntityProperty
Add menu node to the property menu bean.
addMenuNodes() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
 
addMenuNodes() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
 
addMenuNodes() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Add menu nodes to header or footer menu.
addMenuNodes(boolean) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Add menu nodes to header or footer menu.
addMenuNodes(boolean) - Method in class com.cmobilecom.af.model.form.ResponseListBean
 
addMenuNodes(boolean) - Method in class com.cmobilecom.af.model.lob.LobListBean
 
addMenuNodes(ModeType) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Add menu nodes to header or footer menu.
addMenuNodes(ModeType) - Method in class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean
 
addMenuNodes(ModeType) - Method in class com.cmobilecom.af.model.dialog.ConfirmBean
 
addMenuNodes(ModeType) - Method in class com.cmobilecom.af.model.dialog.ProgressBean
 
addMenuNodes(ModeType) - Method in class com.cmobilecom.af.model.entimport.EntityImportBean
 
addMenuNodes(ModeType) - Method in class com.cmobilecom.af.model.form.FormBean
 
addMenuNodes(ModeType) - Method in class com.cmobilecom.af.model.form.ResponseBean
 
addMenuNodes(ModeType) - Method in class com.cmobilecom.af.model.formdesign.FormDesignBean
 
addMenuNodes(ModeType) - Method in class com.cmobilecom.af.model.lob.FileUploadBean
 
addMenuNodes(ModeType) - Method in class com.cmobilecom.af.model.lob.LobBean
 
addMenuNodes(ModeType) - Method in class com.cmobilecom.af.model.print.EntityBatchPrintBean
 
addMenuNodes(ModeType) - Method in class com.cmobilecom.af.model.security.LoginBean
 
addMenuNodes(ModeType) - Method in class com.cmobilecom.af.model.security.ResetPasswordBean
 
addMenuNodesDenied(boolean, String...) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Add the denied menu nodes that applies to both header and footer menu.
addMenuNodesDenied(String...) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Add the denied menu nodes that applies to both header and footer menu.
addMenuNodesDenied(Set<String>) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Add the denied menu nodes that applies to both header and footer menu.
addMenuNodesForChildModules() - Method in class com.cmobilecom.af.model.module.ModuleMenuNodeFactory
Create the module menus for child module nodes, and add them under the root of their parent module menu.
addMenuNodesToShow(String...) - Method in class com.cmobilecom.af.model.menu.MenuViewConfig
Add the menu nodes to show.
addMenuNodesToUserAccount(MenuNode) - Method in class com.cmobilecom.af.model.module.AbstractModule
 
addMenuNodesToUserAccount(MenuNode) - Method in interface com.cmobilecom.af.model.module.Module
Add menu nodes to the user account menu of current authenticated user
addMessage(BackingBeanMessage) - Method in class com.cmobilecom.af.model.bean.BackingBeanResult
Add a message.
addMessage(ParameterizedMessage) - Method in class com.cmobilecom.af.model.entimport.EntityImportHandler.HandleResult
Add the message to this HandleResult
addMessage(ParameterizedMessage, BackingBeanMessage) - Method in class com.cmobilecom.af.model.bean.BackingBeanResult
Add the message with the summary.
addMessage(ParameterizedMessage, BackingBeanMessage) - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Add a message to show on UI.
addMessage(ParameterizedMessage, ExecException.Severity) - Method in class com.cmobilecom.af.model.bean.BackingBean
Add the message to request result.
addMessage(ParameterizedMessage, ExecException.Severity) - Method in class com.cmobilecom.af.model.bean.BackingBeanResult
Add the message with the severity.
addMessage(ParameterizedMessage, Throwable, ExecException.Severity) - Method in class com.cmobilecom.af.model.bean.BackingBeanResult
Add message only, not setting errorThrown.
addMessage(String, boolean, Object[], ExecException.Severity) - Method in class com.cmobilecom.af.model.bean.BackingBean
Add the message to request result.
addMessage(String, Object[], ExecException.Severity) - Static method in class com.cmobilecom.af.model.util.BeanUtil
Add the message to request scope result.
addMessages(List<ParameterizedMessage>, ExecException.Severity) - Method in class com.cmobilecom.af.model.bean.BackingBean
Add the messages to request result.
addMessages(List<ParameterizedMessage>, ExecException.Severity) - Method in class com.cmobilecom.af.model.bean.BackingBeanResult
Add the list of messages.
addModuleAccessControl(ModuleAccessControl) - Method in class com.cmobilecom.af.model.system.AccessControlAccessor
Add the moduleAccessControl to this accessor.
addModuleMenu(ModuleNode, MenuNode, User, AccessControlAccessorWrapper, ContainerMenuBean) - Static method in class com.cmobilecom.af.model.module.ModuleMenuNodeFactory
Create module menu and add it under the parentMenuNode
addModulePercentageCompleted(double) - Method in class com.cmobilecom.af.util.AbstractProgress
Add work percentage completed to the active module.
addModulePercentageCompleted(double) - Method in interface com.cmobilecom.af.util.Progress
add percentage completed to current active module
addNaming(InstanceType.Naming) - Method in class com.cmobilecom.af.model.module.InstanceType
Add a naming that would override entityType and/or property visible names in the scope of this InstanceType.
addOption(Option) - Method in class com.cmobilecom.af.entity.form.Question
Add an option.
addOrderByProperties(EntityBackingBean.OrderByProperty...) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Set the properties to order by in query view.
addOrders(CriteriaQuery<T>, List<Order>) - Static method in class com.cmobilecom.af.session.PropertyCriteriaQueryBuilder
Add the orders to the end of list of existing orders of the criteriaQuery.
addOrders(CriteriaQuery<T>, Order...) - Static method in class com.cmobilecom.af.session.PropertyCriteriaQueryBuilder
Add the orders to the end of list of existing orders of the criteriaQuery.
addOrReplaceParams(String, Map<String, String>, boolean) - Static method in class com.cmobilecom.af.web.module.UrlUtil
Add or replace the parameters into the query string.
addPageContentListener(PageContentListener) - Method in class com.cmobilecom.af.model.container.PageContent
Add a PageContentListener that will be notified when a bean is added or removed.
addParam(String, String) - Method in class com.cmobilecom.af.model.property.RenderStyle
Add a parameter, overriding existing one if any.
addParameter(String, String) - Method in class com.cmobilecom.af.model.PageNavigation
Add parameters for constructing URL.
addParameters(Map<String, Object>) - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Add all the parameters to this EntityDataSource.
addParamsToURL(int, boolean, Map<String, String>, boolean) - Method in class com.cmobilecom.af.model.util.RequestHelper
Add the parameters to the page URL.
addParamsToURL(String, Map<String, String>, boolean) - Method in class com.cmobilecom.af.model.util.RequestHelper
Add the parameters to the URL.
addParamsToURL(String, Map<String, String>, boolean) - Static method in class com.cmobilecom.af.web.module.UrlUtil
Add the parameters to the URL.
addParamToURL(String, String, String, boolean) - Method in class com.cmobilecom.af.model.util.RequestHelper
Add one parameter to the URL.
addPartialBehavior(PartialBehavior) - Method in class com.cmobilecom.af.model.behavior.PartialBehaviorSupport
Add the partial behavior replacing existing PartialBehavior with the same event name if any.
addPortNumberToURL(StringBuilder, boolean, int) - Static method in class com.cmobilecom.af.web.module.UrlUtil
Add the port number to the URL.
addPrerequisites(StepFlow) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Add prerequisites to the stepFlow before refreshDataModel.
addPrintViewMenuNode(MenuBean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Add printer view menu node to the menu bean
addProgressListener(ProgressListener) - Method in class com.cmobilecom.af.util.AbstractProgress
 
addProgressListener(ProgressListener) - Method in interface com.cmobilecom.af.util.Progress
Add progress listener.
addProperties(String...) - Method in class com.cmobilecom.af.session.EntityFetchGraph
Add simple properties to this entity graph.
addProperties(JoinType, String...) - Method in class com.cmobilecom.af.session.EntityJoinGraph
Add the properties to this entity graph with the join type.
addProperties(JoinType, List<String>) - Method in class com.cmobilecom.af.session.EntityJoinGraph
Add the properties to this entity graph with the join type.
addPropertiesToHide(String...) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Add the properties to hide.
addPropertiesToHide(Set<String>) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Add the properties to hide.
addPropertiesToShow(int, String...) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Add properties at the position to show.
addPropertiesToShow(String...) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Add properties at the end to show.
addPropertiesToShow(List<String>) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Add the properties to show
addProperty(EntityProperty<T>) - Method in class com.cmobilecom.af.model.query.KeywordEntityProperty
Add the property to match keywords
addProperty(String, JoinType) - Method in class com.cmobilecom.af.session.EntityJoinGraph
Add the property to this entity graph with the join type.
addPropertyAccessControl(AccessType, String, Set<ModeType>, AccessControl) - Method in class com.cmobilecom.af.model.system.TypeAccessControl
Add accessControl for the property.
addPropertyGroups(PersistenceDataViewConfig.PropertyGroup...) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Add property grouping.
addPropertyPath(String, JoinType) - Method in class com.cmobilecom.af.session.EntityJoinGraph
Add a property path, creating subgraph for parent properties if necessary.
addPropertyQueryElements(List<? extends CriteriaElement>) - Method in class com.cmobilecom.af.session.PropertyCriteriaQueryBuilder
Add the list of CriteriaElement(s) that is used to build CriteriaQuery
addPropertyRenderTarget(EntityProperty<T>, T) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Add property render target.
addPropertyRenderTarget(String, T) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Add property render target.
addPropertyRenderTargets(String[], T) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Add the list of properties as render targets.
addPropertyToHide(String) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Add the property to hide.
addPropertyToShow(String) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Add the property to show
addPropertyVisibleName(String, String) - Method in class com.cmobilecom.af.model.module.InstanceType.Naming
Add property visible name.
addQueryHints(ModuleNode.DataAccessUnitType, QueryDescriptor.QueryHints) - Method in class com.cmobilecom.af.model.module.InstanceType
Add default queryHints for the dataAccessUnit type
addQueryResultTransformers(boolean, QueryResultTransformer<?, ?>...) - Method in class com.cmobilecom.af.session.QueryCriteria
Add the list of QueryResultTransformers by appending them to the end of the list of queryResultTransformers, or replacing existing transformers of same types.
addQueryResultTransformers(QueryResultTransformer<?, ?>...) - Method in class com.cmobilecom.af.session.QueryCriteria
Add the list of QueryResultTransformers by appending them to the end of the list of queryResultTransformers.
addQuestion(Question) - Method in interface com.cmobilecom.af.entity.form.Form
Add a question.
addQuota(Quota) - Method in class com.cmobilecom.af.model.system.QuotaAccessor
Add the quota
addRedirect(Redirect) - Method in class com.cmobilecom.af.model.bean.ViewConfig
Add a Redirect, overriding existing one if any.
addReferences(HierarchyEntityBackingBean.Reference[]) - Method in class com.cmobilecom.af.model.bean.SimpleHierarchyEntityBean.HierarchyDescriptor
Add the references to the Hierarchy type
addReferences(List<HierarchyEntityBackingBean.Reference>) - Method in class com.cmobilecom.af.model.bean.SimpleHierarchyEntityBean.HierarchyDescriptor
Add the references to the Hierarchy type
addRegisteredUser(UserIdentifier, InstanceIdentifier) - Method in class com.cmobilecom.af.test.api.InstanceTypeTest
Add registered user.
addRenderRegions(PartialBehavior.ContainerRenderRegions, boolean) - Method in class com.cmobilecom.af.model.behavior.PartialBehavior
Add the render regions only if their containerBean does not conflict with the render region containerBean of this instance.
addRenderRegions(List<Integer>) - Method in class com.cmobilecom.af.model.behavior.PartialBehavior
Add render regions.
addRenderRegions(List<Integer>) - Method in class com.cmobilecom.af.model.behavior.PartialBehavior.ContainerRenderRegions
Add the render regions ignoring duplicates
addRenderTarget(VisitTarget) - Method in interface com.cmobilecom.af.model.behavior.PartialViewContext
Add a render target that will be refreshed
addRenderTarget(VisitTarget) - Static method in class com.cmobilecom.af.model.behavior.PartialViewUtil
Add a render target.
addRenderTargets(PartialBehavior.ContainerRenderRegions) - Static method in class com.cmobilecom.af.model.behavior.PartialViewUtil
Add the render regions as render targets.
addRenderTargets(PartialBehavior, PersistenceDataBackingBean, ContainerBean, boolean) - Static method in class com.cmobilecom.af.model.behavior.PartialViewUtil
Create VisitTargets from the ajaxBehavior and add them as ajax render targets.
addRenderTargets(ContainerBean, List<Integer>) - Static method in class com.cmobilecom.af.model.behavior.PartialViewUtil
Add the regions as render targets
addRenderTargets(String[]) - Static method in class com.cmobilecom.af.model.behavior.PartialViewUtil
Add a list of render targets by client IDs.
addRenderTargets(Collection<VisitTarget>) - Method in interface com.cmobilecom.af.model.behavior.PartialViewContext
Add the collection of render targets
addRenderTargets(Collection<VisitTarget>) - Static method in class com.cmobilecom.af.model.behavior.PartialViewUtil
Add the collection of VisitTargets as render targets
addRenderTargets(List<VisitTarget>) - Method in class com.cmobilecom.af.model.behavior.PartialBehavior
Add the render targets
addReportTableProperties(T, ReportEntity, ReportTableBean, List<ReportTableRow>, List<EntityProperty<ReportTableRow>>) - Method in class com.cmobilecom.af.model.report.ReportQueryFormBean
Add additional properties to report table after series name property(1st property).
addRestriction(CriteriaBuilder, CriteriaQuery<T>, Expression<Boolean>) - Static method in class com.cmobilecom.af.model.query.FormQueryBuilder
Add the restriction to the CriteriaQuery.
addRowCommandMenuNodes(EntityListBackingBean<T>, MenuBean) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Add menu nodes to the row command menu of the entity list backing bean.
addRowCommandMenuNodes(EntityListBackingBean<T>, MenuBean) - Method in class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean
 
addRowCommandMenuNodes(EntityListBackingBean<T>, MenuBean) - Method in class com.cmobilecom.af.model.bus.MonthCloseBean
 
addRowCommandMenuNodes(EntityListBackingBean<T>, MenuBean) - Method in class com.cmobilecom.af.model.lob.LobBean
 
addRows(boolean) - Method in interface com.cmobilecom.af.test.api.EntityListBean
Click "addRows" menu node to add blank rows to the entity list or open selection dialog to select entities to add.
addSeedSql(String) - Method in class com.cmobilecom.af.model.module.InstanceType.Seed
Add the sql file that will be seeded after all module seed sql(s).
addSelections(CriteriaSelection...) - Method in interface com.cmobilecom.af.session.criteria.CriteriaSelect
Add a list of selections
addSelections(List<CriteriaSelection>) - Method in interface com.cmobilecom.af.session.criteria.CriteriaSelect
Add a list of selections
addSeries(ChartSeries) - Method in class com.cmobilecom.af.model.chart.Chart
Add a series
addSettingsMenuNode(MenuNode) - Method in class com.cmobilecom.af.model.module.ModuleMenuNodeFactory
Create and add the settings menu node under the parentMenuNode.
addSharedEntityType(MultiTenant.SharedEntityType) - Method in class com.cmobilecom.af.model.module.MultiTenant
Add shared entity type
addSnapshot(String, long) - Method in class com.cmobilecom.af.test.api.TestClock
Add a snapshot, replacing existing one with the same name if any.
addStatisticsPropertiesToQuery(QueryCriteria<Object[], T>, List<String>, List<StatisticsProperty>, EntityJoinGraph<T>) - Static method in class com.cmobilecom.af.model.query.FormQueryBuilder
Add grouping and selections of statistics properties to the query criteria.
addStatisticsRowRenderTarget() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Add statistics entity as a render target.
addStep(Step) - Method in class com.cmobilecom.af.model.nav.StepFlow
Add step to this StepFlow
addSubdomain(String, String) - Static method in class com.cmobilecom.af.test.api.Util
Add subdomain to the domain.
addSubdomain(String, String, Integer) - Static method in class com.cmobilecom.af.util.StringUtil
Add subdomain to the domain.
addSubgraph(String, EntityJoinGraph) - Method in class com.cmobilecom.af.session.EntityJoinGraph
Add a subgraph
addSubgraph(String, Class, JoinType) - Method in class com.cmobilecom.af.session.EntityFetchGraph
 
addSubgraph(String, Class, JoinType) - Method in class com.cmobilecom.af.session.EntityJoinGraph
Add join subgraph for the property.
addSuccessMessage(ParameterizedMessage) - Method in class com.cmobilecom.af.entity.ActionDescriptor
Add success message for display after the action is successfully completed.
addTestAutomationMessage(EmailRequest) - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Show the email as a message if test automation is enabled.
addTestAutomationMessage(ParameterizedMessage) - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Add the message if test automation is enabled.
addTime(Date, String, Calendar) - Static method in class com.cmobilecom.af.util.DateUtil
Add the time to the date.
addTime(Date, String, Locale, TimeZone) - Static method in class com.cmobilecom.af.util.DateUtil
Add the time to the date.
addToCriteria(CriteriaBuilder, CommonAbstractCriteria, List<? extends CriteriaElement>, String) - Static method in class com.cmobilecom.af.session.PropertyCriteriaQueryBuilder
Add the list of propertyQueryElements to the criteria.
addToMap(Map<K, List<E>>, K, E) - Static method in class com.cmobilecom.af.util.CollectionUtil
Add an element to map value that is a list.
addToTop(int, MenuNode) - Method in class com.cmobilecom.af.model.menu.MenuBean
Add the menuNode to the children of the root of this menuBean at the specified position.
addToTop(ColumnHeaders.Node...) - Method in class com.cmobilecom.af.model.bean.ColumnHeaders
Add the list of nodes at the top-level under the root
addToTop(MenuNode) - Method in class com.cmobilecom.af.model.menu.MenuBean
Append the menuNode to the children of the root of this menuBean.
addToTop(I18NName...) - Method in class com.cmobilecom.af.model.bean.ColumnHeaders
Add a list of nodes at the top-level under the root
addToTop(List<ColumnHeaders.Node>) - Method in class com.cmobilecom.af.model.bean.ColumnHeaders
Add the list of nodes at the top-level under the root
addToTop(List<I18NName>, String) - Method in class com.cmobilecom.af.model.bean.ColumnHeaders
Add a list of nodes at the top-level under the root
addToTop(List<I18NName>, String, Integer[]) - Method in class com.cmobilecom.af.model.bean.ColumnHeaders
Add a list of nodes at the top-level under the root
addToTopBeforeCommand(MenuNode, String) - Method in class com.cmobilecom.af.model.menu.MenuBean
Add the specified menuNode before the menuNode with the command in the children of the root of this menuBean.
addToZip(File, FilenameFilter, String, ZipOutputStream) - Static method in class com.cmobilecom.af.util.ZipUtil
Add all the files under the directory to the zip stream
addToZip(File, String, ZipOutputStream) - Static method in class com.cmobilecom.af.util.ZipUtil
Add a file to the zip
addTransactionListener(TransactionListener) - Static method in class com.cmobilecom.af.model.phase.TransactionManager
Add a transaction listener associated with the current Thread.
addTypedMenuNodes(MenuNodeFactory, MenuNode, TypeDescriptor[]) - Static method in class com.cmobilecom.af.model.menu.MenuNodeFactory
Create menu nodes for the list of TypeDescriptors, and add them under the parentMenuNode.
addTypedMenuNodes(MenuNodeFactory, MenuNode, TypeDescriptor[], ModuleScopedName) - Static method in class com.cmobilecom.af.model.menu.MenuNodeFactory
Add menu nodes under the parentMenuNode to show the specified types.
addValue(Number) - Method in class com.cmobilecom.af.model.chart.ChartSeries
Append a value
addValueChangeBehavior(VisitTarget) - Method in class com.cmobilecom.af.model.behavior.PartialBehaviorSupport
Add a valueChange PartialBehavior with the execute target.
addValueChangeBehavior(List<VisitTarget>) - Method in class com.cmobilecom.af.model.behavior.PartialBehaviorSupport
Add an valueChange PartialBehavior with the list of execute targets.
addViewParameter(String, String) - Method in class com.cmobilecom.af.model.container.ViewInfo
Add view parameter, override existing one if any.
addWidgetAttributes(WidgetBuilder, ResponseWriter) - Method in class com.cmobilecom.af.web.module.BeanViewEncoder
Add widget attributes to a JSON object which is the cfg parameter when creating the widget on client.
addWidgetAttributes(WidgetBuilder, ResponseWriter) - Method in class com.cmobilecom.af.web.module.EntityListBeanViewEncoder
 
addWidgetAttributes(WidgetBuilder, ResponseWriter) - Method in class com.cmobilecom.af.web.module.PersistenceDataBeanViewEncoder
 
adjustClock(long) - Method in interface com.cmobilecom.af.test.api.ContainerBean
Adjust clock by advancing the specified milliseconds for the InstanceType of this containerBean.
advance(int) - Method in class com.cmobilecom.af.entity.report.ReportPeriod
Advance period
advance(int) - Method in class com.cmobilecom.af.test.api.ReportPeriod
Advance the specified number of periods.
advanceDays(int, boolean) - Method in class com.cmobilecom.af.test.api.TestClock
Advance the number of days.
advanceHours(int, boolean) - Method in class com.cmobilecom.af.test.api.TestClock
Advance the number of hours.
advanceMillis(long, boolean) - Method in class com.cmobilecom.af.test.api.TestClock
Advance the number of milliseconds.
advanceMinutes(int, boolean) - Method in class com.cmobilecom.af.test.api.TestClock
Advance the number of minutes.
advanceToNextMonth(ZoneId, int) - Method in class com.cmobilecom.af.test.api.TestClock
Advance to the day of next month with the same localTime.
advanceToSnapshot(String, long) - Method in class com.cmobilecom.af.test.api.TestClock
Advance to the named snapshot timestamp plus the millisToAdvance.
advanceYear(int) - Method in class com.cmobilecom.af.entity.report.ReportPeriod
Increase year
after() - Method in class com.cmobilecom.af.test.api.PageResource
Close pageLoader
after(T) - Method in class com.cmobilecom.af.entity.report.DatePeriod
Is this DatePeriod after the date? If the startDate is null, return false.
AFTER_BUILD_PROPERTY_MODEL - com.cmobilecom.af.model.bean.EntityInitializer.PhaseId
AFTER_PREPARE_ENTITY - com.cmobilecom.af.model.bean.EntityInitializer.PhaseId
afterActionPerformed(MenuNode) - Method in interface com.cmobilecom.af.model.menu.MenuNodeActionListener
afterActionPerformed: called after the action for the menuNode is completed.
afterBeanFlowNavigate(BeanFlowNavigation.Direction) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Called after bean flow is navigated.
afterPhase(PersistenceDataBackingBean<T>, BeanLifeCycleListener.Phase) - Method in interface com.cmobilecom.af.model.bean.listener.BeanLifeCycleListener
Called after the lifecycle phase.
afterPhase(PhaseListener.PhaseId) - Method in class com.cmobilecom.af.model.phase.PhaseListener
Commit current active transaction after phase
afterValue() - Method in annotation type com.cmobilecom.af.model.annotation.HelpDef
show position, after property value.
aggregate(CriteriaBuilder, StatisticsProperty.Aggregate, Expression) - Static method in class com.cmobilecom.af.model.query.FormQueryBuilder
Apply the aggregate function to the property.
alias(String) - Method in interface com.cmobilecom.af.session.criteria.CriteriaElementFactory
Create an alias.
alias(String) - Method in interface com.cmobilecom.af.session.criteria.CriteriaSelection
Set the alias for this selection.
alias(String) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create an alias.
ALL - com.cmobilecom.af.model.annotation.DeviceType
All devices
ALL - com.cmobilecom.af.model.annotation.ModeType
All modes
ALL - com.cmobilecom.af.model.bean.ViewType
All views
ALL - com.cmobilecom.af.model.behavior.VisitComponent.Part
all the containerBean including title and body
ALL - com.cmobilecom.af.model.property.EntityFormBeanProperty.TrimScope
All entities
ALL - com.cmobilecom.af.session.criteria.CriteriaFunction.Function
all(subquery): all expression of a subquery results
ALL_PAGES - com.cmobilecom.af.model.bean.EntityListBackingBean.EntitySelectScope
all entities in all pages
ALL_PERMISSIONS - Static variable in interface com.cmobilecom.af.entity.security.Permission
Permission: all permissions of all modules, defined in System module
ALL_USER_DEFINED_PROPERTIES - Static variable in class com.cmobilecom.af.model.bean.UserDefinedPropertyBuilder
All user-defined properties
and(CriteriaExpression<Boolean>...) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
AND boolean function of a list of expressions.
and(ExprValue) - Method in class com.cmobilecom.af.util.expr.ExprValue
Boolean AND.
and(List<CriteriaExpression<Boolean>>) - Method in interface com.cmobilecom.af.session.criteria.CriteriaElementFactory
AND boolean function of a list of expressions.
and(List<CriteriaExpression<Boolean>>) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
AND boolean function of a list of expressions.
AND - com.cmobilecom.af.session.criteria.CriteriaPredicate.Function
And boolean operator
Android - com.cmobilecom.af.model.util.UserAgent.OsType
Android
ANONYMOUS - Static variable in class com.cmobilecom.af.model.system.AccessControlItem
User type constant: All users who are not authenticated
Answer - Class in com.cmobilecom.af.entity.form
Answer to a question in form.
Answer() - Constructor for class com.cmobilecom.af.entity.form.Answer
 
Answer(Question) - Constructor for class com.cmobilecom.af.entity.form.Answer
 
Answer(Question, String) - Constructor for class com.cmobilecom.af.entity.form.Answer
 
ANSWER - com.cmobilecom.af.model.form.FormBean.DisplayMode
Answer questions
AnswerBean - Class in com.cmobilecom.af.model.form
Answer bean.
AnswerBean() - Constructor for class com.cmobilecom.af.model.form.AnswerBean
 
ANY - com.cmobilecom.af.session.criteria.CriteriaFunction.Function
any(subquery): any expression of a subquery results
anyRowHasInvalidUserInput() - Method in class com.cmobilecom.af.model.property.EntityProperty
Check if this property of any row has invalid input.
append(String) - Method in class com.cmobilecom.af.model.util.Downloader
Write the text to response writer.
appendQueryStringToURL(String, String) - Static method in class com.cmobilecom.af.web.module.UrlUtil
Append the queryString to the URL.
appendTextFile(File) - Method in class com.cmobilecom.af.model.util.Downloader
Write the text file to response writer.
APPLY_CHANGE - com.cmobilecom.af.entity.ActionDescriptor.Type
Apply changes to entities
APPLY_VALUE - com.cmobilecom.af.model.phase.PhaseListener.PhaseId
Apply request value
applyChange() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Apply the changes of the entity(of this bean) to persistence.
applyChange() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Apply changes to persistence.
applyChange(boolean) - Method in interface com.cmobilecom.af.test.api.EntityBean
Save changes by clicking "ApplyChange" menu node.
applyChange(boolean, ActionDescriptor) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Apply the changes of the entity(of this bean) to persistence.
applyChange(boolean, ActionDescriptor) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Apply the changes of the entity(of this bean) to persistence.
applyChange(boolean, ActionDescriptor) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Apply the changes of the entity or entities(of this bean) to persistence.
ApplyValuePhaseListener - Class in com.cmobilecom.af.model.phase
ApplyValuePhaseListener for ApplyRequestValue phase.
ApplyValuePhaseListener() - Constructor for class com.cmobilecom.af.model.phase.ApplyValuePhaseListener
 
arrayToString(T[]) - Static method in class com.cmobilecom.af.util.CollectionUtil
Convert the array of any objects to a string, separated by comma.
arrayToString(T[], boolean, String) - Static method in class com.cmobilecom.af.util.CollectionUtil
Convert the array of any objects to a string, separated by comma.
arrryToString(T[], String) - Static method in class com.cmobilecom.af.test.api.Util
Convert an array to a string, with values separated by separator.
asc(CriteriaExpression<T>) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Order by the expression ascending.
asc(String) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Order by the property ascending.
askValuesBeforeAddingChildEntity(EntityBackingBean<E>, I, String, List<String>, EntityPropertyInitializer<I>, ContainerBean) - Static method in class com.cmobilecom.af.model.bean.EntityListCommandHandler
Ask property values before adding a child entity to the entity list backing bean.
asList(boolean, String...) - Static method in class com.cmobilecom.af.util.I18NName
Map names to a list of I18NName(s).
assertContains(int, String, String) - Method in interface com.cmobilecom.af.test.api.EntityListBean
Assert that the property value contains the specified text.
assertContains(String) - Method in interface com.cmobilecom.af.test.api.EntityProperty
Assert that the property value contains the specified text.
assertContains(String, String) - Method in interface com.cmobilecom.af.test.api.EntityBean
Assert that the property value contains the specified text.
assertEditEnabled() - Method in interface com.cmobilecom.af.test.api.EntityProperty
Assert that the property is enabled for editing.
assertEditNotEnabled() - Method in interface com.cmobilecom.af.test.api.EntityProperty
Assert that the property is not enabled for editing.
assertEntityCount(Integer) - Method in interface com.cmobilecom.af.test.api.EntityListBean
Assert entity count.
assertEquals(int, String, Number, NumberFormat) - Method in interface com.cmobilecom.af.test.api.EntityListBean
Assert that the property value at the rowIndex is the expected value.
assertEquals(int, String, String) - Method in interface com.cmobilecom.af.test.api.EntityListBean
Assert that the property value is the expected value.
assertEquals(Number, NumberFormat) - Method in interface com.cmobilecom.af.test.api.EntityProperty
Assert that the property value is the expected value.
assertEquals(String) - Method in interface com.cmobilecom.af.test.api.EntityProperty
Assert that the property value is the expected value.
assertEquals(String, Number, NumberFormat) - Method in interface com.cmobilecom.af.test.api.EntityBean
Assert that the property value is the expected value.
assertEquals(String, String) - Method in interface com.cmobilecom.af.test.api.EntityBean
Assert that the property value is the expected value.
assertEqualsAnother(int, String, String) - Method in interface com.cmobilecom.af.test.api.EntityListBean
Assert that one property value is equal to another property value.
assertEqualsAnother(String, String) - Method in interface com.cmobilecom.af.test.api.EntityBean
Assert that one property value is equal to another property value.
assertEqualsNullable(Number, NumberFormat) - Method in interface com.cmobilecom.af.test.api.EntityProperty
Assert that the property value (nullable) is the expected value.
assertMatches(int, String, String) - Method in interface com.cmobilecom.af.test.api.EntityListBean
Assert that the property value matches the regular expression.
assertMatches(String) - Method in interface com.cmobilecom.af.test.api.EntityProperty
Assert that the property value matches the regular expression.
assertMatches(String, String) - Method in interface com.cmobilecom.af.test.api.EntityBean
Assert that the property value matches the regular expression.
assertNotNull() - Method in interface com.cmobilecom.af.test.api.EntityProperty
Assert that the property value is not null (not empty string).
assertNotNull(int, String) - Method in interface com.cmobilecom.af.test.api.EntityListBean
Assert that the property value is not null (not empty string)
assertNotNull(String) - Method in interface com.cmobilecom.af.test.api.EntityBean
Assert that the property value is not null (not empty string)
assertNull() - Method in interface com.cmobilecom.af.test.api.EntityProperty
Assert that the property value is null (empty string).
assertNull(int, String) - Method in interface com.cmobilecom.af.test.api.EntityListBean
Assert that the property value is null (empty string)
assertNull(String) - Method in interface com.cmobilecom.af.test.api.EntityBean
Assert that the property value is null (empty string)
assertPropertyFound(int, String) - Method in interface com.cmobilecom.af.test.api.EntityListBean
Assert that the property is found in this bean.
assertPropertyFound(String) - Method in interface com.cmobilecom.af.test.api.EntityBean
Assert that the property is found in this bean.
assertPropertyNotFound(int, String) - Method in interface com.cmobilecom.af.test.api.EntityListBean
Assert that the property is not found in this bean.
assertPropertyNotFound(String) - Method in interface com.cmobilecom.af.test.api.EntityBean
Assert that the property is not found in this bean.
assertSelectedEquals(String, boolean) - Method in interface com.cmobilecom.af.test.api.EntityProperty
Assert that the property selected value (select one) is the expected value.
assertStatisticsPropertyEquals(String, Number, NumberFormat) - Method in interface com.cmobilecom.af.test.api.EntityListBean
Assert that the statistics property value is the expected value.
asVisitTarget() - Method in class com.cmobilecom.af.model.bean.BackingBean
Create a VisitTarget of this BackingBean.
asVisitTarget(boolean) - Method in class com.cmobilecom.af.model.menu.MenuNode
Create a VisitTarget for this MenuNode.
asVisitTarget(T) - Method in class com.cmobilecom.af.model.property.EntityProperty
Create a VisitTarget for this property.
attr(String, boolean) - Method in class com.cmobilecom.af.web.module.WidgetBuilder
Set a boolean attribute.
attr(String, Number) - Method in class com.cmobilecom.af.web.module.WidgetBuilder
Set a number attribute.
attr(String, String) - Method in class com.cmobilecom.af.web.module.WidgetBuilder
Set a string attribute.
ATTR_LOCALIZED - Static variable in class com.cmobilecom.af.model.bean.ViewConfig
XML attribute name: localized
ATTR_NAME - Static variable in class com.cmobilecom.af.model.bean.ViewConfig
XML attribute name: name
ATTR_SERIAL_VERSION - Static variable in class com.cmobilecom.af.model.util.ObjectXmlSerializer
Serial version attribute name for object root element.
ATTR_TYPE - Static variable in class com.cmobilecom.af.model.entimport.DefaultEntityImportValidator
element attribute name: type
ATTR_VALUE - Static variable in class com.cmobilecom.af.model.bean.ViewConfig
XML attribute name: value
attribute - Variable in class com.cmobilecom.af.entity.attr.EntityAttrOptionBase
 
attribute - Variable in class com.cmobilecom.af.entity.attr.EntityAttrValueBase
 
AUTH_TOKEN - com.cmobilecom.af.model.security.AuthResult.AuthMethod
Authenticate by auth token.
authCredentialChanged(MailServer) - Method in class com.cmobilecom.af.model.mail.SendMail
Mail server authentication credential has been changed
authCredentialChanged(Session, MailServer) - Method in interface com.cmobilecom.af.model.mail.EmailClient
Notify this EmailClient that authentication credential has been changed.
authenticatedUser - Variable in class com.cmobilecom.af.model.context.BackingBeanContext
current user associated with the session of this BackingBeanContext.
authenticateUser(LoginForm, LoginBean.PasswordEncodeType, EntityProperty, boolean, boolean) - Method in class com.cmobilecom.af.model.security.LoginBean
Authenticate user by verifying username and password.
authenticateUserByCookie() - Method in class com.cmobilecom.af.model.security.LoginBean
Authenticate user by cookie named LoginBean.CREDENTIAL_COOKIE whose value is encoded by LoginBean.encodeCookieCredential(String, String).
authenticateUserByToken() - Method in class com.cmobilecom.af.model.security.LoginBean
Authenticate user by a secure random token, a request parameter named RequestHelper.REQUEST_PARAM_AUTH_TOKEN.
AuthFailedException - Exception in com.cmobilecom.af.model.security
AuthFailedException.
AuthFailedException(String) - Constructor for exception com.cmobilecom.af.model.security.AuthFailedException
Constructor.
AuthFailedException(String, Object[]) - Constructor for exception com.cmobilecom.af.model.security.AuthFailedException
Constructor.
AuthFailedException(String, Object[], Component) - Constructor for exception com.cmobilecom.af.model.security.AuthFailedException
Constructor.
AuthFailedException(Throwable) - Constructor for exception com.cmobilecom.af.model.security.AuthFailedException
Constructor: wrapper over a Throwable
authorizeAccess() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Check access control for current entity that is about to create/show.
authorizeAccessEntity(User, AccessType, DataDescriptor) - Method in class com.cmobilecom.af.model.system.AccessControlAccessorWrapper
Check if the user can access the data(entity or entity list).
authorizeAccessEntity(User, AccessType, DataDescriptor, AccessControlContext) - Method in class com.cmobilecom.af.model.system.AccessControlAccessor
Check if the user can access the data(entity or entity list).
authorizeAccessEntityType(User, AccessType, Class) - Method in class com.cmobilecom.af.model.system.AccessControlAccessorWrapper
Check if the user can access the entity.
authorizeAccessEntityType(User, AccessType, Class, AccessControlContext) - Method in class com.cmobilecom.af.model.system.AccessControlAccessor
Check if the user can access the entity.
authorizeAccessEntityType(AccessType) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Is current user authorized to access the entity type of this bean?
authorizeAccessProperty(User, AccessType, ModeType, String, DataDescriptor, boolean) - Method in class com.cmobilecom.af.model.system.AccessControlAccessorWrapper
Check if the user can access the property.
authorizeAccessProperty(User, AccessType, ModeType, String, DataDescriptor, boolean, AccessControlContext) - Method in class com.cmobilecom.af.model.system.AccessControlAccessor
Check if the user can access the property.
authorizeBeforeLoading(DataDescriptor) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Check access control (view permission) before loading the entities.
AuthResult - Class in com.cmobilecom.af.model.security
AuthResult: Authentication Result.
AuthResult(AuthResult.AuthMethod) - Constructor for class com.cmobilecom.af.model.security.AuthResult
Constructor.
AuthResult(AuthResult.AuthMethod, int, boolean, User, Boolean) - Constructor for class com.cmobilecom.af.model.security.AuthResult
Constructor
AuthResult.AuthMethod - Enum in com.cmobilecom.af.model.security
User authentication method.
AUTO_GEN_EDITABLE - com.cmobilecom.af.entity.persistence.IdRule.IdGenStrategy
Auto generate, but can be edited
AUTO_GEN_READONLY - com.cmobilecom.af.entity.persistence.IdRule.IdGenStrategy
Auto generate, read only
autoComplete() - Method in annotation type com.cmobilecom.af.model.annotation.RenderStyleDef
whether to enable auto complete for inputText? default: false.
autoComplete(String, int) - Method in interface com.cmobilecom.af.test.api.EntityProperty
Input property value by auto complete.
autoComplete(String, String, boolean, boolean) - Method in interface com.cmobilecom.af.test.api.EntityProperty
Input property value by auto complete.
autoCompleteSuggestions(String) - Method in class com.cmobilecom.af.model.property.EntityProperty
Get the suggestions for inputText autoComplete.
AutoUpdatePanel - Interface in com.cmobilecom.af.test.api
Auto update panel for all partial behaviors.
AVG - com.cmobilecom.af.session.criteria.CriteriaFunction.Function
aggregate avg
AVG - com.cmobilecom.af.session.StatisticsProperty.Aggregate
average

B

BACK - com.cmobilecom.af.model.nav.BeanFlowNavigation.Direction
Back to the previous step
BACKING_BEAN - Static variable in class com.cmobilecom.af.model.behavior.VisitTarget
backing bean visit target for property PartialBehaviorDef annotation
backingBean - Variable in class com.cmobilecom.af.model.property.EntityProperty
property backing bean: entity or entity list backing bean
backingBean - Variable in class com.cmobilecom.af.web.module.BeanViewEncoder
The bean to be encoded
BackingBean - Class in com.cmobilecom.af.model.bean
Base class for Backing Beans
BackingBean() - Constructor for class com.cmobilecom.af.model.bean.BackingBean
Default constructor.
BackingBean.MessageLocation - Enum in com.cmobilecom.af.model.bean
Locations to show backing bean messages
BackingBeanContext - Class in com.cmobilecom.af.model.context
One BackingBeanContext instance per user session.
BackingBeanContext() - Constructor for class com.cmobilecom.af.model.context.BackingBeanContext
Default constructor
BackingBeanException - Exception in com.cmobilecom.af.model.bean
Backing Bean exception
BackingBeanException(ParameterizedMessage) - Constructor for exception com.cmobilecom.af.model.bean.BackingBeanException
Constructor with a ParameterizedMessage
BackingBeanException(String) - Constructor for exception com.cmobilecom.af.model.bean.BackingBeanException
Constructor.
BackingBeanException(String, boolean, Object[]) - Constructor for exception com.cmobilecom.af.model.bean.BackingBeanException
Constructor.
BackingBeanException(String, Object[]) - Constructor for exception com.cmobilecom.af.model.bean.BackingBeanException
Constructor.
BackingBeanException(String, Object[], Component) - Constructor for exception com.cmobilecom.af.model.bean.BackingBeanException
Constructor.
BackingBeanException(String, Throwable) - Constructor for exception com.cmobilecom.af.model.bean.BackingBeanException
Constructor with a localized message and cause.
BackingBeanException(Throwable) - Constructor for exception com.cmobilecom.af.model.bean.BackingBeanException
Constructor: wrapper over a Throwable
BackingBeanMessage - Class in com.cmobilecom.af.model.bean
BackingBeanMessage with severity.
BackingBeanMessage(ParameterizedMessage, ExecException.Severity) - Constructor for class com.cmobilecom.af.model.bean.BackingBeanMessage
Constructor with a ParameterizedMessage and severity.
BackingBeanMessage(String, boolean, Object[], ExecException.Severity) - Constructor for class com.cmobilecom.af.model.bean.BackingBeanMessage
Constructor with messageId, localized, params and severity.
BackingBeanResult - Class in com.cmobilecom.af.model.bean
BackingBeanResult: Tracking error or success results during Invoke Application Phase and Backing bean initialization, direct JSP how to render the page.
BackingBeanResult() - Constructor for class com.cmobilecom.af.model.bean.BackingBeanResult
Default constructor without any messages or errors
BAR - com.cmobilecom.af.model.report.ReportQueryForm.ChartType
Bar chart
BAR_CHART - Static variable in class com.cmobilecom.af.model.property.RenderStyle
Style number constant: Bar chart
BARCODE - Static variable in class com.cmobilecom.af.model.property.RenderStyle
Style number constant: barcode
batchPrint(int, int) - Method in interface com.cmobilecom.af.test.api.EntityBean
Batch print: click printView if this bean is a batch print query form bean.
batchPrint(int, int, boolean) - Method in interface com.cmobilecom.af.test.api.EntityBean
Batch print: click printView if this bean is a batch print query form bean.
Bean - Interface in com.cmobilecom.af.test.api
Bean represents a BackingBean on UI.
beanAdded(PageContentEvent) - Method in class com.cmobilecom.af.model.container.DefaultPageContentListener
Bean has been added to pageContent
beanAdded(PageContentEvent) - Method in interface com.cmobilecom.af.model.container.PageContentListener
beanAdded: called after a bean has been added to pageContent
BeanFlowHistory - Class in com.cmobilecom.af.model.nav
BeanFlowHistory: keep tracking the previous steps of EntityBackingBean flow navigations (BeanFlowNavigation based on FormDesign so that it can go back to previous steps.
BeanFlowHistory() - Constructor for class com.cmobilecom.af.model.nav.BeanFlowHistory
Default constructor with empty history
BeanFlowHistory(Class, List<String>) - Constructor for class com.cmobilecom.af.model.nav.BeanFlowHistory
Constructor.
BeanFlowHistory(List<FormDesign>) - Constructor for class com.cmobilecom.af.model.nav.BeanFlowHistory
Constructor with the list of bean flow FormDesigns.
beanFlowNavigate(BeanFlowNavigation.Direction) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Continue to the next or go back to the previous step in bean flow.
BeanFlowNavigation - Class in com.cmobilecom.af.model.nav
BeanFlowNavigation: Define the way for going to the next or previous step of a bean flow.
BeanFlowNavigation(BeanFlowNavigation.Direction, FormDesign, List<String>, I18NName) - Constructor for class com.cmobilecom.af.model.nav.BeanFlowNavigation
Constructor
BeanFlowNavigation.Direction - Enum in com.cmobilecom.af.model.nav
Navigation direction
BeanLifeCycleListener<T extends PersistenceEntity> - Interface in com.cmobilecom.af.model.bean.listener
PersistenceDataBackingBean lifecycle listener.
BeanLifeCycleListener.Phase - Enum in com.cmobilecom.af.model.bean.listener
Lifecycle phases
BeanListener<T extends PersistenceEntity> - Interface in com.cmobilecom.af.model.bean.listener
PersistenceDataBackingBean listener.
BeanMenuNodeFactory - Class in com.cmobilecom.af.model.menu
BeanMenuNodeFactory is a MenuNodeFactory that can be associated with menus(header menu, footer menu, paginator menu and rowCommand menu) of a PersistenceDataBackingBean.
BeanMenuNodeFactory(TypedMenuNodeFactoryContext, MenuBean, MenuViewConfig) - Constructor for class com.cmobilecom.af.model.menu.BeanMenuNodeFactory
Constructor
beanRemoved(PageContentEvent) - Method in class com.cmobilecom.af.model.container.DefaultPageContentListener
Bean has been removed from pageContent
beanRemoved(PageContentEvent) - Method in interface com.cmobilecom.af.model.container.PageContentListener
beanRemoved: called after a bean has been removed from pageContent
BeanUtil - Class in com.cmobilecom.af.model.util
Backing bean utilities
BeanUtil() - Constructor for class com.cmobilecom.af.model.util.BeanUtil
 
BeanViewEncoder - Class in com.cmobilecom.af.web.module
BeanViewEncoder is used to add additional functionalities to the bean view (menu, entity or entity list) on web.
BeanViewEncoder() - Constructor for class com.cmobilecom.af.web.module.BeanViewEncoder
 
before() - Method in class com.cmobilecom.af.test.api.PageResource
Create pageLoader instance
before(T) - Method in class com.cmobilecom.af.entity.report.DatePeriod
Is this DatePeriod before the date? If the endDate is null, return false.
beforeActionPerformed(MenuNode) - Method in interface com.cmobilecom.af.model.menu.MenuNodeActionListener
beforeActionPerformed: called before the action for the menuNode is handled.
beforeBeanFlowNavigate(BeanFlowNavigation.Direction) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Called before bean flow is navigated.
beforeImportEntities(Element, EntityImport.ConflictAction, EntityImportHandler.HandleResult) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Called before entities are imported.
beforeLoadInitialPage(EntityListBackingBean<T>, QueryCriteria, int, PageableEntityList<T>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
For entity list backing bean, called before loading the initial page from persistence.
beforeLoadInitialPage(QueryCriteria<Q, T>, int, PageableEntityList<T>) - Method in interface com.cmobilecom.af.model.pagination.PageListener
beforeLoadInitialPage: called before loading the initial page from persistence
beforeLoadInitialPage(QueryCriteria, int, PageableEntityList) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
 
beforePhase(PersistenceDataBackingBean<T>, BeanLifeCycleListener.Phase) - Method in interface com.cmobilecom.af.model.bean.listener.BeanLifeCycleListener
Called before the lifecycle phase.
beforePhase(PhaseListener.PhaseId) - Method in class com.cmobilecom.af.model.phase.PhaseListener
Begin a new transaction
BEFPRE_PREPARE_ENTITY - com.cmobilecom.af.model.bean.EntityInitializer.PhaseId
begin(boolean) - Method in class com.cmobilecom.af.model.phase.JTATransaction
 
begin(boolean) - Method in class com.cmobilecom.af.model.phase.ResourceLocalTransaction
 
begin(boolean) - Method in interface com.cmobilecom.af.model.phase.Transaction
Begin a new transaction or join current transaction.
begin(boolean) - Method in class com.cmobilecom.af.model.phase.UserTransactionWrapper
Begin a new transaction or join current transaction.
BELOW_HEADER_MENU - com.cmobilecom.af.model.bean.BackingBean.MessageLocation
Below header menu and above bean content
between(CriteriaExpression, CriteriaExpression, CriteriaExpression) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a between function to check if the value is between the minValue and maxValue.
between(String, T, T) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a between function to check if the property value is between the minValue and maxValue.
BETWEEN - com.cmobilecom.af.session.criteria.CriteriaFunction.Function
a value is between 2 other values
bitAnd(ExprValue) - Method in class com.cmobilecom.af.util.expr.ExprValue
Bitwise and
bitOr(ExprValue) - Method in class com.cmobilecom.af.util.expr.ExprValue
Bitwise or
BODY - com.cmobilecom.af.model.behavior.VisitComponent.Part
body
BOOLEAN - com.cmobilecom.af.entity.attr.EntityAttr.Type
Boolean type
BOOLEAN_VALUE - Static variable in class com.cmobilecom.af.model.property.SelectItemListProvider
ChoiceType: Boolean type value selection
BOTTOM - com.cmobilecom.af.model.bean.BackingBean.MessageLocation
On the bottom below footer menu
BoundDomain - Interface in com.cmobilecom.af.entity.system
BoundDomain for subsystems.
broadcastEvent(ModuleEvent) - Method in class com.cmobilecom.af.model.module.AbstractModule
 
broadcastEvent(ModuleEvent) - Method in interface com.cmobilecom.af.model.module.Module
Broadcast the event to all the modules in current InstanceType.
broadcastEvent(ModuleEvent, boolean) - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Broadcast the event to the modules of current bound InstanceType, and return the first non-null response.
broadcastEvent(ModuleEvent, ResponseHandler) - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Broadcast the event to the modules of current bound InstanceType, calling the response handler to handle responses.
browseByProperty() - Method in annotation type com.cmobilecom.af.entity.annotation.HierarchySupport
A property name whose type is Hierarchy, which defines the hierarchies for entity browsing.
build(CriteriaBuilder, CriteriaQuery<T>) - Method in class com.cmobilecom.af.model.query.EntityDefaultOrdersBuilder
 
build(CriteriaBuilder, CriteriaQuery<T>) - Method in class com.cmobilecom.af.model.query.FormQueryBuilder
Build query criteria from a queryFormBean.
build(CriteriaBuilder, CriteriaQuery<T>) - Method in interface com.cmobilecom.af.session.CriteriaQueryBuilder
Build criteria query
build(CriteriaBuilder, CriteriaQuery<T>) - Method in class com.cmobilecom.af.session.PropertyCriteriaQueryBuilder
 
BUILD_MENUS - com.cmobilecom.af.model.bean.listener.BeanLifeCycleListener.Phase
BUILD_PROPERTY_MODEL - com.cmobilecom.af.model.bean.listener.BeanLifeCycleListener.Phase
Phase: build property model
BUILD_VIEW_CONFIG - com.cmobilecom.af.model.bean.listener.BeanLifeCycleListener.Phase
Phase: build viewConfig
buildComponentDisplayTitle(Component, ParameterizedMessage) - Static method in class com.cmobilecom.af.model.bean.BackingBean
Build component display title, appending component's DataAccessUnit: root containerBean: if its dataAccessUnit is not current bound dataAccessUnit dialogBean: if its dataAccessUnit is different from that of root containerBean backingBean: if its dataAccessUnit is different from that of its containerBean
buildCriteriaQuery(QueryCriteria<Q, X>) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Build the CriteriaQuery using the criteriaQueryBuilders of the queryCriteria, fetching lazy properties if requested.
buildCriteriaQuery(QueryCriteria<Q, X>) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
buildCriteriaQuery(CriteriaBuilder, CriteriaQuery<Object[]>, T, List<Integer>, DatePeriod, int) - Method in class com.cmobilecom.af.model.report.ReportQueryFormBean
Build the criteria query for the list of report data.
buildEntityFormBean(EntityViewConfig) - Method in class com.cmobilecom.af.model.bean.FormBeanPropertyUtil
Build entity form bean that is an EntityBackingBean.
buildEntityGraph(EntityManager) - Method in class com.cmobilecom.af.session.EntityFetchGraph
Build the JPA entity graph from this EntityFetchGraph.
buildEntityI18NMap(EntityI18NSupport, boolean, PersistenceEntityManager) - Static method in class com.cmobilecom.af.model.bean.EntityI18NBean
Build map from the entityI18N(s) of an entityI18NSupport entity.
buildEntityListFormBean(EntityListViewConfig) - Method in class com.cmobilecom.af.model.bean.FormBeanPropertyUtil
Build a entity list backing bean for a property value that is a collection.
buildEntityListViewConfig(EntityListBackingBean<Question>, EntityListViewConfig) - Method in class com.cmobilecom.af.model.form.QuestionBean
 
buildEntityListViewConfig(EntityListBackingBean<Response>, EntityListViewConfig) - Method in class com.cmobilecom.af.model.form.ResponseBean
 
buildEntityListViewConfig(EntityListBackingBean<T>, EntityListViewConfig) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Build entity list ViewConfig starting from the initial ViewConfig.
buildEntityListViewConfig(EntityListBackingBean<T>, EntityListViewConfig) - Method in class com.cmobilecom.af.model.bean.EntityI18NBean
 
buildEntityListViewConfig(EntityListBackingBean<T>, EntityListViewConfig) - Method in class com.cmobilecom.af.model.lob.LobBean
 
buildEntityTabView() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Build tab view for Entity view(create or show/edit)
buildEntityTabView() - Method in class com.cmobilecom.af.model.formdesign.FormDesignBean
 
buildFormBean(PersistenceDataBackingBean<Question>, Question, EntityFormBeanProperty<Question>) - Method in class com.cmobilecom.af.model.form.QuestionBean
 
buildFormBean(PersistenceDataBackingBean<ReportEntity>, ReportEntity, EntityFormBeanProperty<ReportEntity>) - Method in class com.cmobilecom.af.model.report.ReportBean
 
buildFormBean(PersistenceDataBackingBean<T>, T, EntityFormBeanProperty<T>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Build the formBean for the entityFormBeanProperty, overriding existing formBean of the property if any.
buildFormBean(PersistenceDataBackingBean<T>, T, String) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Build the form bean(Entity or Entity List) for the property.
buildOpenWindowJS(String, String, String) - Static method in class com.cmobilecom.af.web.module.UrlUtil
Build javascript for opening a new window to show the URL.
buildQueryCriteria() - Method in class com.cmobilecom.af.model.print.EntityBatchPrintBean
Build the query criteria to retrieve the entities to be printed
buildQueryTabView() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Build tab view for Query view.
buildQueryTabView() - Method in class com.cmobilecom.af.model.print.EntityBatchPrintBean
Do not build tab view (quick, advanced), no search options.
buildQueryTabView() - Method in class com.cmobilecom.af.model.report.ReportQueryFormBean
 
buildURL(ViewInfo, boolean, TextExpressionResolver) - Method in class com.cmobilecom.af.model.container.Redirect
Build a complete URL by running the parameter operations against the toURL of this Redirect.
buildURL(ViewInfo, boolean, Object) - Method in class com.cmobilecom.af.model.container.Redirect
Build a complete URL by running the parameter operations against the toURL of this Redirect.
buildUserDefinedProperties(List<EntityAttr>, EntityProperty<T>) - Method in class com.cmobilecom.af.model.bean.UserDefinedPropertyBuilder
Build user-defined properties for the list of EntityAttr(s).
buildUserDefinedProperties(List<EntityAttr>, String, EntityProperty<T>) - Method in class com.cmobilecom.af.model.bean.UserDefinedPropertyBuilder
Build user-defined properties for the attribute with the specified name.
buildViewConfig() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Build view config.
buildViewConfig(Answer) - Method in class com.cmobilecom.af.model.form.AnswerBean
 
buildViewConfig(Form) - Method in class com.cmobilecom.af.model.form.FormBean
 
buildViewConfig(Response) - Method in class com.cmobilecom.af.model.form.ResponseBean
 
buildViewConfig(FileUpload) - Method in class com.cmobilecom.af.model.lob.FileUploadBean
 
buildViewConfig(T) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Build the entity ViewConfig starting from the initial ViewConfig.
buildViewConfig(T) - Method in class com.cmobilecom.af.model.bean.EntityChoiceSupportBean
 
buildViewConfig(T) - Method in class com.cmobilecom.af.model.bean.EntityI18NBean
 
buildViewConfig(T) - Method in class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean
enable createAndContinue button
buildViewConfig(T) - Method in class com.cmobilecom.af.model.formdesign.FormDesignBean
 
buildViewConfig(T) - Method in class com.cmobilecom.af.model.print.EntityBatchPrintBean
Override query TabView: use TABLE layout.
buildViewConfig(T) - Method in class com.cmobilecom.af.model.report.ReportQueryFormBean
Enable TabView layout
buildViewConfig(T) - Method in class com.cmobilecom.af.model.security.LoginBean
 
BusinessDateAware<T extends java.lang.Comparable> - Interface in com.cmobilecom.af.entity.bus
An entity that implements this interface requires a date, and it can not be deleted or edited if the month of the date is closed.
bytesToHex(byte[], String) - Static method in class com.cmobilecom.af.util.StringUtil
Convert a byte array to hex string.
BytesUtil - Class in com.cmobilecom.af.util
Bytes utilities
BytesUtil() - Constructor for class com.cmobilecom.af.util.BytesUtil
 

C

CACHE_CONTROL_VALUE - Static variable in class com.cmobilecom.af.web.module.WebUtil
Cache control: one year
cacheEntityAttrs(Object, List<EntityAttr>) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Cache the EntityAttr(s) for the cacheKey.
CalcContext - Class in com.cmobilecom.af.entity.bus
Monetary calculation Context.
CalcContext(String, Object) - Constructor for class com.cmobilecom.af.entity.bus.CalcContext
Constructor with currency code.
CalcContext(String, RoundingMode, Object) - Constructor for class com.cmobilecom.af.entity.bus.CalcContext
Constructor with currency code and rounding mode.
calculatePageCount(PageableEntityList.PaginationChangeReason) - Method in class com.cmobilecom.af.model.pagination.MemoryEntityList
 
calculatePageCount(PageableEntityList.PaginationChangeReason) - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
calculateStatistics() - Method in class com.cmobilecom.af.model.pagination.MemoryEntityList
 
calculateStatistics() - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Calculate the statistics for all the statistics properties
calculateStatistics() - Method in class com.cmobilecom.af.model.pagination.QueryCriteriaEntityList
 
calculateStatistics(EntityListBackingBean<T>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Calculate statistics for the entity list including all pages.
calendarPopup() - Method in annotation type com.cmobilecom.af.model.annotation.RenderStyleDef
Whether to pop up calendar for date input?
call(RequestEvent) - Method in interface com.cmobilecom.af.model.module.event.ResponseCallback
Invoke this callback.
CALLER - com.cmobilecom.af.model.pagination.PageableEntityList.ResultsLimitReason
 
callLifecycleListenerAfterPhase(BeanLifeCycleListener.Phase) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Call bean lifecycle listener after the phase.
callLifecycleListenerBeforePhase(BeanLifeCycleListener.Phase) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Call bean lifecycle listener before the phase.
canAccessEntity(User, AccessType, DataDescriptor) - Method in class com.cmobilecom.af.model.system.AccessControlAccessorWrapper
Can the user access the data described by the dataDescriptor? If the access control is not defined, the access is allowed.
canAccessEntity(User, AccessType, DataDescriptor, AccessControlContext) - Method in class com.cmobilecom.af.model.system.AccessControlAccessor
Can the user access the data described by the dataDescriptor? If the access control is not defined for an accessType, default to Permission.MODULE_VIEW permission.
canAccessProperty(User, AccessType, ModeType, String, DataDescriptor, boolean) - Method in class com.cmobilecom.af.model.system.AccessControlAccessorWrapper
Can user access the property? If the access control for the property is not defined, the access is allowed.
canAccessProperty(User, AccessType, ModeType, String, DataDescriptor, boolean, AccessControlContext) - Method in class com.cmobilecom.af.model.system.AccessControlAccessor
Can user access the property? If the access control for the property is not defined, the access is allowed.
canAddMenuNode(String) - Method in class com.cmobilecom.af.model.menu.MenuBean
Can the menuNode with the command be added to this menuBean by its viewConfig menuNodeToHide and menuNodeToShow?
canAddMenuNode(String, String) - Method in class com.cmobilecom.af.model.menu.MenuBean
Can the menuNode be added to this menuBean by its viewConfig menuNodeToHide and menuNodeToShow?
canAddMenuNodeToMenuBean(String, String, MenuBean) - Static method in class com.cmobilecom.af.model.menu.MenuBean
Can the menuNode be added to the menuBean by its viewConfig menuNodeToHide and menuNodeToShow?
canBeExecuteTarget(RenderStyle, boolean) - Method in class com.cmobilecom.af.model.chart.EntityChartProperty
Chart is an ajax execute target for processing ajax behavior of clicking items.
canBeExecuteTarget(RenderStyle, boolean) - Method in class com.cmobilecom.af.model.property.EntityProperty
Can this EntityProperty be an Ajax execute target for showing or editing mode? For input value in editing mode, it is an execute target to decode values.
cancel() - Method in class com.cmobilecom.af.model.dialog.DialogBean
Cancel dialog: close dialog without notifying listeners.
Cancel - com.cmobilecom.af.model.dialog.ConfirmBean.Command
Cancel
cancelChange() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Cancel changes in editing mode.
cancelChange(boolean) - Method in interface com.cmobilecom.af.test.api.EntityBean
Cancel changes by clicking "CancelChange" menu node.
cancelled(PhaseListener.PhaseId) - Method in class com.cmobilecom.af.model.phase.DefaultTransactionListener
 
cancelled(PhaseListener.PhaseId) - Method in interface com.cmobilecom.af.model.phase.TransactionListener
cancelled: called after user canceled the action.
canFormEntityBeSameAs(T, String) - Method in class com.cmobilecom.af.model.bean.EntityFormSupportBean
Can the entityFormBeanProperty(entity type) be the same as other entityFormBeanProperty(s) of the entity? e.g., order.billTo can be same as order.shipTo.
CantCalculateException - Exception in com.cmobilecom.af.model.report
CantCalculateException: throw if a formula can not be calculated.
CantCalculateException(String, boolean, Object[]) - Constructor for exception com.cmobilecom.af.model.report.CantCalculateException
Constructor.
CantCalculateException(String, Object[]) - Constructor for exception com.cmobilecom.af.model.report.CantCalculateException
Constructor.
canUserAccessEntityType(AccessType) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Can current user access the entity type of this bean?
canUserAccessType(User, AccessType, Class) - Method in class com.cmobilecom.af.model.system.AccessControlAccessorWrapper
Whether the user has the permission to access the entityType.
canUserAccessType(User, AccessType, Class, AccessControlContext) - Method in class com.cmobilecom.af.model.system.AccessControlAccessor
Whether the user has the permission to access the entityType.
canUserTakeAction(User, String, String) - Method in class com.cmobilecom.af.model.system.AccessControlAccessorWrapper
Does the user has the permission to take the action?
canUserTakeAction(User, String, String, AccessControlContext) - Method in class com.cmobilecom.af.model.system.AccessControlAccessor
Does the user has the permission to take the action?
CAPTCHA - Static variable in class com.cmobilecom.af.model.property.RenderStyle
Style number constant: Captcha
CartesianChart - Class in com.cmobilecom.af.model.chart
Cartesian chart such bar, line charts.
CartesianChart() - Constructor for class com.cmobilecom.af.model.chart.CartesianChart
Default constructor
CartesianChart(ParameterizedMessage, List<ChartSeries>) - Constructor for class com.cmobilecom.af.model.chart.CartesianChart
Constructor with a list of series
ChainedExpressionResolver - Class in com.cmobilecom.af.util.text
Chained TextExpressionResolver.
ChainedExpressionResolver(TextExpressionResolver) - Constructor for class com.cmobilecom.af.util.text.ChainedExpressionResolver
Constructor with parent resolver
changeLayoutType(PersistenceDataBean.LayoutType) - Method in interface com.cmobilecom.af.test.api.PersistenceDataBean
Change layout type.
changeLocale(boolean, String...) - Method in interface com.cmobilecom.af.test.api.ContainerBean
Change user locale to the first locale in the list that is not the current locale.
changeTheme(String...) - Method in interface com.cmobilecom.af.test.api.ContainerBean
Change the theme for current session to the first theme in the list that is not the current theme.
Chart - Class in com.cmobilecom.af.model.chart
Chart base.
Chart() - Constructor for class com.cmobilecom.af.model.chart.Chart
Default constructor
Chart(ParameterizedMessage) - Constructor for class com.cmobilecom.af.model.chart.Chart
Default constructor without any series.
Chart(ParameterizedMessage, ChartSeries...) - Constructor for class com.cmobilecom.af.model.chart.Chart
Constructor with a list of series
Chart(ParameterizedMessage, List<ChartSeries>) - Constructor for class com.cmobilecom.af.model.chart.Chart
Constructor with a list of series
CHART - com.cmobilecom.af.model.report.ReportQueryForm.DisplayFormat
Chart
CHART_LEGEND_POSITION - Static variable in class com.cmobilecom.af.model.property.SelectItemListProvider
ChoiceType: chart legend position
CHART_TABLE - com.cmobilecom.af.model.report.ReportQueryForm.DisplayFormat
Both chart and table
CHART_TYPE - Static variable in class com.cmobilecom.af.model.property.SelectItemListProvider
ChoiceType: chart type
ChartSeries - Class in com.cmobilecom.af.model.chart
A chart series has a name and consists of a list of values.
ChartSeries(I18NName) - Constructor for class com.cmobilecom.af.model.chart.ChartSeries
Constructor
ChartSeries(I18NName, List<Number>) - Constructor for class com.cmobilecom.af.model.chart.ChartSeries
Constructor with name and values
CHECK_IMAGE - Static variable in class com.cmobilecom.af.model.property.RenderStyle
Style number constant: check using image, read only.
checkAvailability() - Method in annotation type com.cmobilecom.af.model.annotation.Property
Whether to check availability of property value, such as uniqueness.
checkAvailability(T, EntityProperty<T>) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Check availability of the property value within all entities, The property is a primary key.
checkAvailabilityAfterValidation(T, EntityProperty<T>) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Check availability after the property value is validated.
CHECKBOX - Static variable in class com.cmobilecom.af.model.property.RenderStyle
Style number constant: checkbox
CheckNotNullProperty<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.query
CheckNotNullProperty is an EntityProperty in query used to add notNull/isNull restriction to query.
CheckNotNullProperty(PersistenceDataBackingBean<T>, String, Class, EntityProperty<T>) - Constructor for class com.cmobilecom.af.model.query.CheckNotNullProperty
Constructor.
checkPermissionBeforeCreate(T) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Check whether current user has the creating permission of the entity before saving it to the persistence.
checkQuantityQuotaBeforeCreate(T) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
quota was checked before instantiating backing bean for creating.
checkQuantityQuotaBeforeCreate(T) - Method in class com.cmobilecom.af.model.entimport.EntityImportBean
 
checkQuantityQuotaForCreateEntity(Class<T>, boolean, int, DataAccessUnit) - Method in class com.cmobilecom.af.model.system.QuotaAccessor
Check quota before or after creating entities.
checkQuotaForCreatePropertyEntity(Class<T>, String, Integer, Long) - Method in class com.cmobilecom.af.model.system.QuotaAccessor
Check quota before creating a new entity of the property.
checkQuotaForPropertyEntities(Class<T>, String, Integer, Long) - Method in class com.cmobilecom.af.model.system.QuotaAccessor
Check quota for the count and size of the property.
ChildEntity - Interface in com.cmobilecom.af.entity
ChildEntity: this interface indicates an entity has a parent entity.
childWindowOpened() - Method in interface com.cmobilecom.af.test.api.ContainerBean
Call this method when a child window is opened even if the child window will never be used.
choiceChanged(T, String) - Method in class com.cmobilecom.af.model.bean.EntityChoiceSupportBean
Handle entity choice change event.
ChoiceType - Class in com.cmobilecom.af.model.property
ChoiceType: a map key to SelectItem list.
ChoiceType(String) - Constructor for class com.cmobilecom.af.model.property.ChoiceType
Constructor with name
CLASSPATH - com.cmobilecom.af.model.entimport.FileDataSource.LocationType
In classpath
ClassUtil - Class in com.cmobilecom.af.util
Class Utilities using reflection.
ClassUtil() - Constructor for class com.cmobilecom.af.util.ClassUtil
 
cleanBeanCache() - Method in class com.cmobilecom.af.model.container.PageContent
Clear cache of all the beans of all regions
cleanBeanCache() - Method in class com.cmobilecom.af.model.container.Region
Call bean.cleanCache() for each bean in the region
cleanCache() - Method in class com.cmobilecom.af.model.container.ContainerBean
Clean cache, including cached ResourceBundle.
clear() - Method in class com.cmobilecom.af.model.container.ContainerBean
Clear pageContent, containerMenu and properties
clear() - Method in class com.cmobilecom.af.model.container.PageContent
Remove all regions and viewConfigs
clear() - Method in class com.cmobilecom.af.model.container.Region
Remove all beans
clear() - Method in class com.cmobilecom.af.model.dialog.DialogActionTracker
Clear all flags (created, changed and deleted) by setting them to false.
clear() - Method in class com.cmobilecom.af.model.pagination.MemoryEntityList
 
clear() - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Clear the whole entity list in memory.
clear() - Method in class com.cmobilecom.af.model.pagination.QueryCriteriaEntityList
 
clear() - Method in class com.cmobilecom.af.model.system.ResourceCache
Remove all resources from cache.
clear() - Method in class com.cmobilecom.af.util.LinkedProperties
 
clear(String) - Method in class com.cmobilecom.af.model.system.ResourceCache
Remove the resource from cache.
clearCache() - Method in interface com.cmobilecom.af.entity.FormDesign
clear data created from xml.
clearCache() - Method in class com.cmobilecom.af.model.bean.BackingBean
Clean cache
clearCache() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
 
clearCache() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
 
clearCache() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
 
clearCache() - Method in class com.cmobilecom.af.model.property.HierarchyAccessor
Clear cache including hierarchy node tree and id rule.
clearCache() - Method in interface com.cmobilecom.af.model.view.UiView
Clear cache.
clearCache() - Method in class com.cmobilecom.af.test.api.ManageCenter
Clear cache.
clearCache(DataAccessUnit) - Static method in class com.cmobilecom.af.model.property.HierarchyAccessor
Clear caches of all HierarchyAccessor instances whose hierarchy entities are owned by the ownerDataAccessUnit.
clearCache(Class, String, DataAccessUnit) - Static method in class com.cmobilecom.af.model.property.HierarchyAccessor
Clear the cache of a HierarchyAccessor instance.
clearCachedEntityManagerFactory(String) - Static method in class com.cmobilecom.af.session.ResourceLocalEntityManagerAccessor
Clear the cached EntityManagerFactory with the key.
clearEntityManagers(boolean) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Detach all the entities from all the created entity managers (associated with current thread) of the persistence unit of this PersistenceEntityManager.
clearEntityManagers(boolean) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
clearEntityManagers(QueryDescriptor) - Method in interface com.cmobilecom.af.session.JPAEntityManagerAccessor
Clear entity mangers for the queryDescriptor, including detaching entities and clearing cached EntityManagers if appropriate.
clearEntityManagers(QueryDescriptor) - Method in class com.cmobilecom.af.session.ResourceLocalEntityManagerAccessor
Detach all entities from thread-local entityManagers, close them, and then remove them from thread local.
clearFormBeanPropertyValueFlags() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Clear changed and selected flags of formBean property values that are entities.
clearFormBeans(List<T>) - Method in class com.cmobilecom.af.model.property.EntityFormBeanProperty
Clear all the form beans of this property except those for the specified entities.
clearFunctions() - Method in class com.cmobilecom.af.util.expr.Expression
Remove all functions, and as a result no functions are supported.
clearGeneratedBeans() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Delete all generated beans
clearHeaders() - Method in class com.cmobilecom.af.model.bean.ColumnHeaders
Clear internal string value.
clearInvalidUserInput() - Method in class com.cmobilecom.af.model.property.EntityProperty
Clear invalid input for current row.
clearInvalidUserInput(String, int, boolean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Clear invalid user input in Entity Properties in order to show new values that are usually changed in backing beans.
clearL2Cache() - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Clear the JPA L2 cache(session cache) associated with the persistence unit of this entity manager.
clearL2Cache() - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
clearPageCache() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Clean cache for pagination
clearPool(boolean) - Static method in class com.cmobilecom.af.model.mail.SendMail
Clear thread pool.
clearPropertiesToHide() - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Clear the list of properties to hide
clearPropertiesToShow() - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Set propertiesToShow to null.
clearPropertyCurrentEntitiesOnPath() - Method in class com.cmobilecom.af.model.menu.MenuNodeActionSource
Clear (set to null) all the current entities of EnityListBackingBean entityProperties on the path from the menuNode to root.
clearQueryResultTransformers() - Method in class com.cmobilecom.af.session.QueryCriteria
Remove all the queryResultTransformers that have been added.
clearRegions(int, Integer) - Method in class com.cmobilecom.af.model.container.PageContent
Clear a range of regions.
clearRegions(List<Integer>) - Method in class com.cmobilecom.af.model.container.PageContent
Clear regions.
clearRegionsOnCommand(MenuNode) - Method in class com.cmobilecom.af.model.container.ContainerBean
Clear regions before executing the command of the menu node.
clearRenderRegions - Variable in class com.cmobilecom.af.model.behavior.PartialBehavior.ContainerRenderRegions
Whether to clear the renderRegions before adding beans?
clearResourceBundleCache(Locale) - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Clear all cached resource bundles for the locale
clearThreadLocalObjects() - Static method in class com.cmobilecom.af.model.phase.TransactionManager
Clear all thread local objects including entity managers, user transaction, transaction listeners since a thread can be reused for subsequent requests.
clearTransactionListeners() - Static method in class com.cmobilecom.af.model.phase.TransactionManager
clean TransactionListeners that is thread local.
clearUserTransaction() - Static method in class com.cmobilecom.af.model.phase.TransactionManager
clean UserTransaction that is thread local.
clearVarMap() - Method in interface com.cmobilecom.af.model.container.PageObjectResolver
Before resolver embedded objects, clear existing varMap for collecting vars defined in embedded objects.
click() - Method in class com.cmobilecom.af.model.menu.MenuNode
Handle menu node action.
click() - Method in interface com.cmobilecom.af.test.api.MenuNode
Click this menu node.
click(String, boolean, String) - Method in interface com.cmobilecom.af.test.api.MenuNode
Click this menu node, and accept or dismiss confirm alert.
clickCaptcha() - Method in interface com.cmobilecom.af.test.api.EntityProperty
Click the captcha to verify that "I am a human" for EntityCaptchaProperty.
clickCommonMenuNode(PersistenceDataBackingBean<T>, T, MenuNode) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
clickContextMenuNode(MenuNode) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Handle command for the menu node that is added by EntityBackingBean.addContextMenuNodes(TypedMenuNodeContextMenuBean) or override commands created by TypedMenuNodeContextMenuBean.
clickEntityRowCommand(EntityListBackingBean<T>, T, EntityProperty<T>, MenuNode) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Handle entity row command action for entity list view.
clickEntityRowCommand(EntityListBackingBean<T>, T, EntityProperty<T>, MenuNode) - Method in class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean
 
clickEntityRowCommand(EntityListBackingBean<T>, T, EntityProperty<T>, MenuNode) - Method in class com.cmobilecom.af.model.bus.MonthCloseBean
 
clickEntityRowCommand(EntityListBackingBean<T>, T, EntityProperty<T>, MenuNode) - Method in class com.cmobilecom.af.model.lob.LobBean
 
clickLink() - Method in class com.cmobilecom.af.model.property.EntityProperty
Handle action when the property value(rendered as command link) is clicked
clickLink() - Method in interface com.cmobilecom.af.test.api.EntityProperty
Click property value that is rendered as command link.
clickLink(String) - Method in interface com.cmobilecom.af.test.api.ContainerBean
Click the link with the name.
clickLink(String, boolean, String) - Method in interface com.cmobilecom.af.test.api.EntityProperty
Click this command link, and accept or dismiss confirm alert.
clickMenuNode(MapEntityBean<T>, MenuNode) - Method in interface com.cmobilecom.af.model.bean.MapEntityBean.ActionHandler
Handle menu node action.
clickMenuNode(MapEntityBean<T>, MenuNode) - Method in class com.cmobilecom.af.model.bean.MapEntityBean.DefaultActionHandler
 
clickMenuNode(PersistenceDataBackingBean<T>, T, MenuNode) - Method in class com.cmobilecom.af.model.util.RequestHelper
Handle menu node command.
clickMenuNode(MenuNode) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
 
clickMenuNode(MenuNode) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
 
clickMenuNode(MenuNode) - Method in class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean
 
clickMenuNode(MenuNode) - Method in class com.cmobilecom.af.model.bean.MapEntityBean
Handle menu node action by delegating to its ActionHandler.
clickMenuNode(MenuNode) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
 
clickMenuNode(MenuNode) - Method in class com.cmobilecom.af.model.bus.MonthCloseBean
 
clickMenuNode(MenuNode) - Method in class com.cmobilecom.af.model.dialog.ConfirmBean
 
clickMenuNode(MenuNode) - Method in class com.cmobilecom.af.model.dialog.ProgressBean
 
clickMenuNode(MenuNode) - Method in class com.cmobilecom.af.model.entimport.EntityImportBean
 
clickMenuNode(MenuNode) - Method in class com.cmobilecom.af.model.form.FormBean
 
clickMenuNode(MenuNode) - Method in class com.cmobilecom.af.model.form.ResponseBean
 
clickMenuNode(MenuNode) - Method in class com.cmobilecom.af.model.form.ResponseListBean
 
clickMenuNode(MenuNode) - Method in class com.cmobilecom.af.model.formdesign.FormDesignBean
 
clickMenuNode(MenuNode) - Method in class com.cmobilecom.af.model.lob.FileUploadBean
 
clickMenuNode(MenuNode) - Method in class com.cmobilecom.af.model.lob.LobBean
 
clickMenuNode(MenuNode) - Method in class com.cmobilecom.af.model.lob.LobListBean
 
clickMenuNode(MenuNode) - Method in interface com.cmobilecom.af.model.menu.MenuNodeActionHandler
Handle the action of the menu node
clickMenuNode(MenuNode) - Method in class com.cmobilecom.af.model.menu.MenuNodeContextMenuBean
 
clickMenuNode(MenuNode) - Method in class com.cmobilecom.af.model.menu.MenuNodeFactory
 
clickMenuNode(MenuNode) - Method in class com.cmobilecom.af.model.menu.ShortcutMenuNodeFactory
 
clickMenuNode(MenuNode) - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeContextMenuBean
 
clickMenuNode(MenuNode) - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactory
 
clickMenuNode(MenuNode) - Method in class com.cmobilecom.af.model.module.ModuleMenuNodeFactory
 
clickMenuNode(MenuNode) - Method in class com.cmobilecom.af.model.pagination.PaginatorMenuNodeFactory
 
clickMenuNode(MenuNode) - Method in class com.cmobilecom.af.model.print.EntityBatchPrintBean
 
clickMenuNode(MenuNode) - Method in class com.cmobilecom.af.model.property.EntityMediaProperty
 
clickMenuNode(MenuNode) - Method in class com.cmobilecom.af.model.property.EntityProperty
Handle action of property menu node
clickMenuNode(MenuNode) - Method in class com.cmobilecom.af.model.report.ReportQueryFormBean
 
clickMenuNode(MenuNode) - Method in class com.cmobilecom.af.model.security.LoginBean
 
clickMenuNode(MenuNode) - Method in class com.cmobilecom.af.model.security.ResetPasswordBean
 
clickMenuNode(MenuNode, DataAccessUnit) - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeContextMenuBean
Click menu node.
clickMenuNode(MenuNode, DataAccessUnit) - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactory
Click menu node.
clickMenuNodeToLoadPage(boolean, String[], boolean, InstanceTypeTest.UserProfile, boolean, String, String, String, boolean) - Method in class com.cmobilecom.af.test.api.InstanceTypeTest
Load index page, click the menu node, login if required, and load the page for the menu node.
clickNode(boolean, boolean) - Method in class com.cmobilecom.af.model.menu.MenuNode
Handle menu node action.
clickPropertyMenuNode(PersistenceDataBackingBean<T>, T, EntityProperty<T>, MenuNode) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Handle the action of the property menu node.
clickPropertyValue(PersistenceDataBackingBean<Form>, Form, EntityProperty<Form>, PartialBehavior.ContainerRenderRegions) - Method in class com.cmobilecom.af.model.form.FormBean
 
clickPropertyValue(PersistenceDataBackingBean<ReportTableRow>, ReportTableRow, EntityProperty<ReportTableRow>, PartialBehavior.ContainerRenderRegions) - Method in class com.cmobilecom.af.model.report.ReportTableRowBean
Click report table cell value
clickPropertyValue(PersistenceDataBackingBean<T>, T, EntityProperty<T>, PartialBehavior.ContainerRenderRegions) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Action: when user click the link of a property value subclass can override this method to handle property value clicks.
clickPropertyValue(PersistenceDataBackingBean<T>, T, EntityProperty<T>, PartialBehavior.ContainerRenderRegions) - Method in class com.cmobilecom.af.model.lob.LobBean
 
clickResetPasswordURL(ContainerBean) - Method in class com.cmobilecom.af.test.api.UserRegisterUtil
Click resetPassword URL.
clickValueLink() - Method in class com.cmobilecom.af.model.property.EntityProperty
Handle action when the property value(rendered as command link) is clicked
ClientBehaviorHolder - Interface in com.cmobilecom.af.model.behavior
ClientBehaviorHolder that supports both partial behavior and DOM events.
clone() - Method in class com.cmobilecom.af.entity.attr.EntityAttrBase
 
clone() - Method in interface com.cmobilecom.af.entity.Hierarchy
Deep clone this hierarchy.
clone() - Method in interface com.cmobilecom.af.entity.PersistenceEntity
Clone the entity to get a new entity (JPA life cycle is new).
clone() - Method in class com.cmobilecom.af.entity.PersistenceEntityBase
 
clone() - Method in class com.cmobilecom.af.entity.SimpleHierarchyEntity
 
clone() - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
 
clone() - Method in class com.cmobilecom.af.model.bean.EntityViewConfig
 
clone() - Method in class com.cmobilecom.af.model.bean.MapEntity
 
clone() - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
 
clone() - Method in class com.cmobilecom.af.model.bean.PropertyDescriptor
Deep clone.
clone() - Method in class com.cmobilecom.af.model.bean.ViewConfig
 
clone() - Method in class com.cmobilecom.af.model.behavior.PartialBehavior
Clone.
clone() - Method in class com.cmobilecom.af.model.behavior.VisitTarget
 
clone() - Method in class com.cmobilecom.af.model.container.ContainerBean
 
clone() - Method in class com.cmobilecom.af.model.menu.MenuViewConfig
 
clone() - Method in class com.cmobilecom.af.model.menu.SimpleMenuNodeFactoryContext
Shallow clone.
clone() - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactoryContext
Shallow clone.
clone() - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Clone: default clone except creating new property map.
clone() - Method in class com.cmobilecom.af.model.property.RenderStyle
Clone: shallow copy
clone() - Method in class com.cmobilecom.af.session.QueryCriteria
Clone this QueryCriteria.
clone() - Method in class com.cmobilecom.af.session.QueryDescriptor
shallow copy
clone() - Method in class com.cmobilecom.af.util.db.DbConfig
Copy: shallow clone that refers to the same instance of DbDescriptor
close() - Method in class com.cmobilecom.af.model.util.Downloader
Close output stream and complete downloading.
close() - Method in interface com.cmobilecom.af.test.api.DialogBean
Close dialog by clicking the close icon.
close() - Method in interface com.cmobilecom.af.test.api.MessageItem
Close this message item.
close() - Method in interface com.cmobilecom.af.test.api.MessagePanel
Close message panel and all its message items.
close() - Method in interface com.cmobilecom.af.test.api.PageLoader
Close this PageLoader and its associated resources.
close(boolean, Object) - Method in class com.cmobilecom.af.model.dialog.DialogBean
Close this dialog, and remove it from its parent ContainerBean.
close(boolean, Object, boolean) - Method in class com.cmobilecom.af.model.dialog.DialogBean
Close this dialog, and remove it from its parent ContainerBean.
Close - com.cmobilecom.af.model.dialog.ConfirmBean.Command
Close confirm dialog
closeConnection() - Method in interface com.cmobilecom.af.model.mail.EmailClient
Close connection with MailServer.
closeConnection() - Method in class com.cmobilecom.af.util.db.DbExec
Close database connection.
CLOSED - com.cmobilecom.af.entity.security.User.Status
Closed.
closeWindow() - Method in interface com.cmobilecom.af.test.api.ContainerBean
Close the window of this ContainerBean and all its child windows recursively, and then switch to its parent window.
CMD_PREFIX - Static variable in class com.cmobilecom.af.model.menu.MenuViewConfig.MenuNodeDescriptor
Key prefix for menu node command
COALESCE - com.cmobilecom.af.session.criteria.CriteriaFunction.Function
coalesce(expr, ...): return the first non-null expression
CODE128 - com.cmobilecom.af.entity.persistence.IdRule.BarcodeType
Code128: alphanumeric, variable length
CODE128 - com.cmobilecom.af.test.api.InstanceTest.BarcodeType
CODE-128
collectionToIdList(Collection<T>) - Static method in class com.cmobilecom.af.entity.persistence.Utility
Get the list of id(s) of the entities.
collectionToIdSet(Collection<T>) - Static method in class com.cmobilecom.af.entity.persistence.Utility
Get the set of id(s) of the entities.
collectionToIdString(Collection<T>, String) - Static method in class com.cmobilecom.af.entity.persistence.Utility
Get the string of id(s) of the entities, separated by the specified separator.
collectionToNidString(Collection<T>, String) - Static method in class com.cmobilecom.af.entity.persistence.Utility
Get the string of nid(s) of the NormativeId entities, separated by the specified separator.
collectionToString(Collection<T>) - Static method in class com.cmobilecom.af.util.CollectionUtil
Convert a collection to a string, with values separated by comma.
collectionToString(Collection<T>, String) - Static method in class com.cmobilecom.af.test.api.Util
Convert a collection to a string, with values separated by separator.
collectionToString(Collection<T>, String) - Static method in class com.cmobilecom.af.util.CollectionUtil
Convert a collection to a string, with values separated by separator.
CollectionUtil - Class in com.cmobilecom.af.util
Collection Utilities
CollectionUtil() - Constructor for class com.cmobilecom.af.util.CollectionUtil
 
cols() - Method in annotation type com.cmobilecom.af.model.annotation.RenderStyleDef
inputTextarea columns.
column() - Method in annotation type com.cmobilecom.af.model.annotation.Property
meaningful only in a ENTITY_LIST view
Column - Annotation Type in com.cmobilecom.af.model.annotation
Column annotation describes a property in entity list view.
COLUMN_VIEW - com.cmobilecom.af.model.annotation.LayoutType
Column view with each column showing a number of contents.
COLUMN_VIEW - com.cmobilecom.af.test.api.PersistenceDataBean.LayoutType
Column view with each column showing a number of contents.
ColumnHeaders - Class in com.cmobilecom.af.model.bean
Entity list column headers in tabular layout.
ColumnHeaders() - Constructor for class com.cmobilecom.af.model.bean.ColumnHeaders
Constructor with only root created, used for creating ColumnHeaders programmatically.
ColumnHeaders(ColumnHeaders) - Constructor for class com.cmobilecom.af.model.bean.ColumnHeaders
Copy constructor
ColumnHeaders(String) - Constructor for class com.cmobilecom.af.model.bean.ColumnHeaders
Constructor.
ColumnHeaders.Node - Class in com.cmobilecom.af.model.bean
ColumnHeaders Node in a tree.
ColumnHeaders.Node.Type - Enum in com.cmobilecom.af.model.bean
Node type
ColumnHeaders.NodeVisitor - Interface in com.cmobilecom.af.model.bean
ColumnHeaders Node visitor
ColumnToggle<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.bean
Column priorities for column toggle.
ColumnToggle(EntityListBackingBean<T>, List<EntityProperty<T>>, List<ColumnHeaders.Node>) - Constructor for class com.cmobilecom.af.model.bean.ColumnToggle
Constructor.
com.cmobilecom.af.entity - package com.cmobilecom.af.entity
Persistence entity base types, type mapping, instance factory, form design, action descriptor, data descriptor and types that are common to applications.
com.cmobilecom.af.entity.annotation - package com.cmobilecom.af.entity.annotation
Entity annotations for unique key validation, parent/child relationship, and hierarchy support.
com.cmobilecom.af.entity.attr - package com.cmobilecom.af.entity.attr
Support entity user-defined properties called attributes.
com.cmobilecom.af.entity.bus - package com.cmobilecom.af.entity.bus
BusinessDateAware, Month Close.
com.cmobilecom.af.entity.form - package com.cmobilecom.af.entity.form
Form and response.
com.cmobilecom.af.entity.i18n - package com.cmobilecom.af.entity.i18n
Entity property I18N.
com.cmobilecom.af.entity.persistence - package com.cmobilecom.af.entity.persistence
Entity persistence related types such as IdRule, OR mapping, import/export support, and utility.
com.cmobilecom.af.entity.report - package com.cmobilecom.af.entity.report
Reporting related types: date period, report period.
com.cmobilecom.af.entity.security - package com.cmobilecom.af.entity.security
User/role/permission, access token, invitation and user client for login security.
com.cmobilecom.af.entity.system - package com.cmobilecom.af.entity.system
System entities including Instance, parameters, settings, mail templates and system logs.
com.cmobilecom.af.model - package com.cmobilecom.af.model
Model factory, instance cache, page navigation.
com.cmobilecom.af.model.annotation - package com.cmobilecom.af.model.annotation
Property annotations for entity, entity list and query view.
com.cmobilecom.af.model.attr - package com.cmobilecom.af.model.attr
Backing beans for entity user defined properties (called entity attributes).
com.cmobilecom.af.model.bean - package com.cmobilecom.af.model.bean
Backing beans for entity persistence, query, presentation and user interactions using property annotations and partial behaviors.
com.cmobilecom.af.model.bean.listener - package com.cmobilecom.af.model.bean.listener
Bean lifecycle phase or event listener.
com.cmobilecom.af.model.behavior - package com.cmobilecom.af.model.behavior
ClientBehaviorHolder that supports partial behavior events and DOM events.
com.cmobilecom.af.model.bus - package com.cmobilecom.af.model.bus
Business entity backing beans.
com.cmobilecom.af.model.chart - package com.cmobilecom.af.model.chart
Chart model and property.
com.cmobilecom.af.model.container - package com.cmobilecom.af.model.container
ContainerBean, page content, region, container menu, view info, page content event/listener and page object resolver.
com.cmobilecom.af.model.context - package com.cmobilecom.af.model.context
Backing bean context, action and render context.
com.cmobilecom.af.model.dialog - package com.cmobilecom.af.model.dialog
DialogBean, dialog event and listener, and action tracker.
com.cmobilecom.af.model.entimport - package com.cmobilecom.af.model.entimport
Entity export and import in XML, import entities from system or file system.
com.cmobilecom.af.model.form - package com.cmobilecom.af.model.form
Form/response backing beans, form xml encoder and decoder.
com.cmobilecom.af.model.formdesign - package com.cmobilecom.af.model.formdesign
Form design descriptor, encoder and backing bean for users to manage form designs.
com.cmobilecom.af.model.lob - package com.cmobilecom.af.model.lob
Large objects, file upload, attachments.
com.cmobilecom.af.model.mail - package com.cmobilecom.af.model.mail
Send mail thread, queued email objects.
com.cmobilecom.af.model.menu - package com.cmobilecom.af.model.menu
Menu comprises hierarchical menu nodes, menu node factory, type descriptors for creating typed menu nodes, action handler, menu styles.
com.cmobilecom.af.model.module - package com.cmobilecom.af.model.module
Module interface, InstanceType comprising hierarchical module nodes, and module MenuNodeFactory.
com.cmobilecom.af.model.module.event - package com.cmobilecom.af.model.module.event
Module events that can be broadcast to modules in an InstanceType.
com.cmobilecom.af.model.nav - package com.cmobilecom.af.model.nav
Entity data source, navigation from entity list to entity, step flow, bean flow navigation.
com.cmobilecom.af.model.pagination - package com.cmobilecom.af.model.pagination
Pageable entity list, paginator menu, page load listener.
com.cmobilecom.af.model.phase - package com.cmobilecom.af.model.phase
PhaseListener, Transaction and transaction listeners.
com.cmobilecom.af.model.print - package com.cmobilecom.af.model.print
Batch print query form, batch print handler.
com.cmobilecom.af.model.property - package com.cmobilecom.af.model.property
Entity properties with built-in validation and conversion, render styles, entity property factory.
com.cmobilecom.af.model.query - package com.cmobilecom.af.model.query
Query builder that builds query criteria from query form bean.
com.cmobilecom.af.model.report - package com.cmobilecom.af.model.report
Reporting with charts and tabular list supporting multiple report data, grouping and various display formats.
com.cmobilecom.af.model.security - package com.cmobilecom.af.model.security
Login bean, MFA authentication, reset password, user entity accessor.
com.cmobilecom.af.model.system - package com.cmobilecom.af.model.system
Access control, entity quota, dataAccessUnit, resource cache, system configuration of modules and instance types.
com.cmobilecom.af.model.util - package com.cmobilecom.af.model.util
Utilities includes common bean utility, download helper, excel export, object XML serializer, entity id generator, request helper and cookie manager.
com.cmobilecom.af.model.view - package com.cmobilecom.af.model.view
UI view configuration for widgets including panel, overlay, tab, tree, accordion and dialog.
com.cmobilecom.af.session - package com.cmobilecom.af.session
Persistence entity manager, query descriptor, query criteria, criteria builder, query result transformer.
com.cmobilecom.af.session.criteria - package com.cmobilecom.af.session.criteria
DetachedCriteria, CriteriaElement class hierarchy, factory, and static methods to create CriteriaElement(s).
com.cmobilecom.af.test.api - package com.cmobilecom.af.test.api
Platform independent API for UI test automation simulating user interaction with applications.
com.cmobilecom.af.util - package com.cmobilecom.af.util
Utilities including zip, XML, file, string, collection, reflection, progress, command execution.
com.cmobilecom.af.util.db - package com.cmobilecom.af.util.db
Database descriptors of parameters and dialects to provide database transparency using DbExec API.
com.cmobilecom.af.util.expr - package com.cmobilecom.af.util.expr
Mathematical and boolean expression parser and evaluation supporting functions and variable resolvers.
com.cmobilecom.af.util.text - package com.cmobilecom.af.util.text
Walker, visitor and resolver for text with expressions.
com.cmobilecom.af.web.module - package com.cmobilecom.af.web.module
Module interface for web, bean view encoder, module resources, widget builder, web util.
COMMAND_ACTIVATE - Static variable in class com.cmobilecom.af.model.bean.EntityCommandHandler
Command: activate entity that is ActiveAware
COMMAND_ADD_ROWS - Static variable in class com.cmobilecom.af.model.bean.EntityListCommandHandler
Command: add rows
COMMAND_APPLY_CHANGE - Static variable in class com.cmobilecom.af.model.bean.EntityCommandHandler
Command: apply change
COMMAND_BACK - Static variable in class com.cmobilecom.af.model.nav.BeanFlowNavigation
Command: back to the previous step
COMMAND_BUTTON - Static variable in class com.cmobilecom.af.model.property.RenderStyle
Style number constant: command button
COMMAND_CANCEL_CHANGE - Static variable in class com.cmobilecom.af.model.bean.EntityCommandHandler
Command: cancel change
COMMAND_CANCEL_CREATE - Static variable in class com.cmobilecom.af.model.bean.EntityCommandHandler
Command: cancel creating entity
COMMAND_CHANGE_LAYOUT_TYPE - Static variable in class com.cmobilecom.af.model.bean.EntityListCommandHandler
Command: change layout mode
COMMAND_CONTINUE - Static variable in class com.cmobilecom.af.model.bean.EntityCommandHandler
Command: continue for input data that is EntityDataSource.getDataTransient() and the mode of its backing bean is ModeType.INPUT_DATA.
COMMAND_CONTINUE - Static variable in class com.cmobilecom.af.model.nav.BeanFlowNavigation
Command: continue to the next step
COMMAND_COPY - Static variable in class com.cmobilecom.af.model.form.FormBean
Command: copy form
COMMAND_CREATE - Static variable in class com.cmobilecom.af.model.bean.EntityCommandHandler
Command: create entity
COMMAND_CREATE_AND_CONTINUE - Static variable in class com.cmobilecom.af.model.bean.EntityCommandHandler
Command: create entity and then show an EntityBackingBean for creating new entity
COMMAND_CREATE_AND_RETURN - Static variable in class com.cmobilecom.af.model.bean.EntityCommandHandler
Command: create entity and then return back to list view.
COMMAND_CREATE_ENTITY - Static variable in class com.cmobilecom.af.model.bean.EntityListCommandHandler
Command: create entity
COMMAND_CREATE_ENTITY - Static variable in class com.cmobilecom.af.model.menu.TypedMenuNodeContextMenuBean
Command: create entity
COMMAND_DEACTIVATE - Static variable in class com.cmobilecom.af.model.bean.EntityCommandHandler
Command: Deactivate entity that is ActiveAware
COMMAND_DELETE - Static variable in class com.cmobilecom.af.model.bean.EntityCommandHandler
Command: delete entity
COMMAND_DELETE_SELECTED - Static variable in class com.cmobilecom.af.model.bean.EntityListCommandHandler
Command: delete selected entities
COMMAND_EDIT - Static variable in class com.cmobilecom.af.model.bean.EntityCommandHandler
Command: edit entity
COMMAND_EMAIL - Static variable in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Command: Email.
COMMAND_EXPORT - Static variable in class com.cmobilecom.af.model.menu.TypedMenuNodeContextMenuBean
Command: export entities
COMMAND_EXPORT_AS_EXCEL - Static variable in class com.cmobilecom.af.model.bean.EntityListCommandHandler
Command: export as excel
COMMAND_FINISH - Static variable in class com.cmobilecom.af.model.bean.EntityListCommandHandler
Command: finish multiple entity selections
COMMAND_HELP - Static variable in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Command: help
COMMAND_IMPORT - Static variable in class com.cmobilecom.af.model.entimport.EntityImportBean
Command: import entities
COMMAND_IMPORT - Static variable in class com.cmobilecom.af.model.menu.TypedMenuNodeContextMenuBean
Command: import entities from file system
COMMAND_IMPORT_FROM_SYSTEM - Static variable in class com.cmobilecom.af.model.menu.TypedMenuNodeContextMenuBean
Command: import entities from system repository
COMMAND_INITIALIZE - Static variable in class com.cmobilecom.af.model.module.ModuleMenuNodeFactory
Command: initialize module
COMMAND_LINK - Static variable in class com.cmobilecom.af.model.property.RenderStyle
Style number constant: command link
COMMAND_LOGIN - Static variable in class com.cmobilecom.af.model.security.LoginBean
Command: login
COMMAND_OPEN_INPUT_DIALOG - Static variable in class com.cmobilecom.af.model.property.EntityProperty
Command: open input dialog
COMMAND_OPEN_QUERY_FORM - Static variable in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Command: Open query form.
COMMAND_PRINT_VIEW - Static variable in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Command: print view.
COMMAND_REMOVE - Static variable in class com.cmobilecom.af.model.bean.EntityCommandHandler
Command: remove from entity selection, not from persistence
COMMAND_RESEND_CODE - Static variable in class com.cmobilecom.af.model.security.LoginBean
Command: ResendCode
COMMAND_RESET_PASSWORD - Static variable in class com.cmobilecom.af.model.security.ResetPasswordBean
Command: reset password (change password on persistence)
COMMAND_SEARCH - Static variable in class com.cmobilecom.af.model.bean.EntityCommandHandler
Command: search in query view
COMMAND_SELECT - Static variable in class com.cmobilecom.af.model.bean.EntityCommandHandler
Command: select entity from input dialog
COMMAND_SHOW_ENTITIES - Static variable in class com.cmobilecom.af.model.menu.TypedMenuNodeFactory
Command: show the entities of the entity type by the QueryCriteria built from the propertyQueryElements.
COMMAND_SHOW_RESPONSE_SUMMARY - Static variable in class com.cmobilecom.af.model.form.FormBean
Command: show response summary
COMMAND_SHOW_RESPONSES - Static variable in class com.cmobilecom.af.model.form.FormBean
Command: show responses
COMMAND_SUBMIT_RESPONSE - Static variable in class com.cmobilecom.af.model.form.FormBean
Command: submit response to form questions
COMMAND_VERIFY_CODE - Static variable in class com.cmobilecom.af.model.security.LoginBean
Command: VerifyCode
COMMAND_VIEW - Static variable in class com.cmobilecom.af.model.bean.EntityCommandHandler
Command: view entity
CommandDialectItem - Class in com.cmobilecom.af.util.db
CommandDialectItem: describe a command that can be executed on local operating system.
CommandDialectItem(String[], String, String) - Constructor for class com.cmobilecom.af.util.db.CommandDialectItem
Create CommandDialectItem
CommandExec - Class in com.cmobilecom.af.util
Execute a program of operating system.
CommandExec() - Constructor for class com.cmobilecom.af.util.CommandExec
 
commit() - Method in class com.cmobilecom.af.model.phase.JTATransaction
 
commit() - Method in class com.cmobilecom.af.model.phase.ResourceLocalTransaction
 
commit() - Method in interface com.cmobilecom.af.model.phase.Transaction
Commit current transaction.
commit() - Method in class com.cmobilecom.af.model.phase.UserTransactionWrapper
 
commit() - Method in class com.cmobilecom.af.util.db.DbExec
Commit current transaction
committed(PhaseListener.PhaseId) - Method in class com.cmobilecom.af.model.phase.DefaultTransactionListener
 
committed(PhaseListener.PhaseId) - Method in interface com.cmobilecom.af.model.phase.TransactionListener
committed: called after the transaction has been successfully committed.
commitTransaction(PhaseListener.PhaseId) - Method in class com.cmobilecom.af.model.phase.PhaseListener
Commit the transaction, and call listeners.
compareEntityAttrValues(EntityAttrValueSupport, EntityAttrValueSupport) - Static method in class com.cmobilecom.af.entity.persistence.Utility
If the entityAttrValues of entity1 is superSet of those of entity2, return -1; If the entityAttrValues of entity2 is superSet of those of entity1, return 1; if they are equal, return 0; otherwise return 2.
compareEntityAttrValues(List<EntityAttrValue>, List<EntityAttrValue>) - Static method in class com.cmobilecom.af.entity.persistence.Utility
If the entityAttrValues1 is superSet of those of entity2, return -1; If the entityAttrValues2 is superSet of those of entity1, return 1; if they are equal, return 0; otherwise return 2.
completeChildModule(Progress.Module) - Method in class com.cmobilecom.af.util.AbstractProgress
 
completeChildModule(Progress.Module) - Method in interface com.cmobilecom.af.util.Progress
Complete the current active child module
completed() - Method in class com.cmobilecom.af.model.nav.StepFlow
completed: called after this StepFlow is completed.
component - Variable in class com.cmobilecom.af.model.behavior.VisitComponent
The component of this visit target
Component - Class in com.cmobilecom.af.model.bean
Component hierarchy: One component may have one or more child component, and have one parent component if it is not root.
Component - Interface in com.cmobilecom.af.test.api
Component is the base class of BackingBean and ContainerBean.
Component() - Constructor for class com.cmobilecom.af.model.bean.Component
 
Component.ComponentVisitor - Interface in com.cmobilecom.af.model.bean
Component visitor.
concat(CriteriaExpression<String>...) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Concatenate a list of string expressions.
concat(Class<T>, T[], T...) - Static method in class com.cmobilecom.af.util.CollectionUtil
Concatenate two arrays into one array, the first array followed by the 2nd array.
concat(String...) - Static method in class com.cmobilecom.af.util.StringUtil
Concatenate a list of tokens.
concat(String, String[]) - Static method in class com.cmobilecom.af.util.StringUtil
Concatenate a list of tokens separated by the separator.
concat(List<CriteriaExpression<String>>) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Concatenate a list of string expressions.
concat(List<ParameterizedMessage>) - Static method in class com.cmobilecom.af.model.bean.BackingBeanResult
Concatenate messages with one message per line.
CONCAT - com.cmobilecom.af.session.criteria.CriteriaFunction.Function
concatenate string values
concatArrays(byte[]...) - Static method in class com.cmobilecom.af.util.CollectionUtil
Concatenate a list of arrays into one array.
configSecuritySettings(boolean, boolean, boolean) - Method in class com.cmobilecom.af.test.api.AbstractSystemTest
Configure security settings including reCaptcha testing keys.
Configurations - Class in com.cmobilecom.af.test.api
Test configurations loaded from test.properties in classpath.
Configurations() - Constructor for class com.cmobilecom.af.test.api.Configurations
 
configureMailServer() - Method in class com.cmobilecom.af.test.api.AbstractSystemTest
Configure MailServer to send emails, e.g., user account activation.
CONFIRM - com.cmobilecom.af.model.dialog.DialogBean.DialogType
confirm user action
ConfirmBean - Class in com.cmobilecom.af.model.dialog
ConfirmBean that has a confirm message and commands, and usually shown in a confirm dialog.
ConfirmBean() - Constructor for class com.cmobilecom.af.model.dialog.ConfirmBean
 
ConfirmBean.Command - Enum in com.cmobilecom.af.model.dialog
Supported commands
CONFLICT_ACTION - Static variable in class com.cmobilecom.af.model.property.SelectItemListProvider
ChoiceType: conflict action
connect(String, Integer, String, String) - Method in interface com.cmobilecom.af.model.mail.EmailClient
Establish a connection with MailServer.
CONTAINER_BEAN - Static variable in class com.cmobilecom.af.model.container.DefaultTextExprResolver
ContainerBean name.
CONTAINER_BEAN_VAR - Static variable in class com.cmobilecom.af.model.container.ContainerBean
ContainerBean name in requestScope.
CONTAINER_TAG_CHAR - Static variable in class com.cmobilecom.af.model.container.ContainerBean
Container tag char: c.
containerBean - Variable in class com.cmobilecom.af.model.bean.BackingBean
The ContainerBean of this BackingBean.
containerBean - Variable in class com.cmobilecom.af.model.PageNavigation
The initialized ContainerBean for target page, used in renderView phase in case of navigation.
ContainerBean - Class in com.cmobilecom.af.model.container
ContainerBean with a PageContent that contains backing beans.
ContainerBean - Interface in com.cmobilecom.af.test.api
ContainerBean.
ContainerBean() - Constructor for class com.cmobilecom.af.model.container.ContainerBean
Default constructor
ContainerBean.DataAccessUnit - Class in com.cmobilecom.af.test.api
DataAccessUnit (instanceTypeId + instanceId).
ContainerBean.Type - Enum in com.cmobilecom.af.test.api
Container Types.
containerMenuBean - Variable in class com.cmobilecom.af.model.container.ContainerBean
containerMenuBean: main menu of this ContainerBean
ContainerMenuBean - Class in com.cmobilecom.af.model.container
ContainerMenuBean that is the main menu of a ContainerBean.
ContainerMenuBean(ParameterizedMessage, ContainerBean, MenuViewConfig) - Constructor for class com.cmobilecom.af.model.container.ContainerMenuBean
Constructor with containerBean and viewConfig.
ContainerRenderRegions(ContainerBean, boolean) - Constructor for class com.cmobilecom.af.model.behavior.PartialBehavior.ContainerRenderRegions
Constructor: clearRenderRegions is true, renderRegions is null.
ContainerRenderRegions(ContainerBean, Boolean, List<Integer>) - Constructor for class com.cmobilecom.af.model.behavior.PartialBehavior.ContainerRenderRegions
Constructor: clearRenderRegions is true.
ContainerRenderRegions(ContainerBean, List<Integer>) - Constructor for class com.cmobilecom.af.model.behavior.PartialBehavior.ContainerRenderRegions
Constructor: openDialog is false, clearRenderRegions is true.
ContainerRenderRegions(ContainerBean, List<Integer>, boolean) - Constructor for class com.cmobilecom.af.model.behavior.PartialBehavior.ContainerRenderRegions
Constructor: openDialog is false.
contains(CriteriaExpression<Collection<T>>, CriteriaExpression<T>) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a CONTAINS(a collection contains a member) expression.
contains(String, T) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a CONTAINS(a collection contains a member) expression.
contains(T) - Method in class com.cmobilecom.af.entity.report.DatePeriod
Does this DatePeriod include the date?
CONTAINS - com.cmobilecom.af.session.criteria.CriteriaFunction.Function
a collection contains a member value
containsAccessType(AccessType, boolean) - Method in class com.cmobilecom.af.model.module.MultiTenant.SharedEntityType
Does this SharedEntityAccess contain the access type for DataAccessUnit(instance or instanceType)?
containsFormBean(T) - Method in class com.cmobilecom.af.model.property.EntityFormBeanProperty
Does this property contain the form bean (can be null) for the entity?
containsHint(String) - Method in class com.cmobilecom.af.session.QueryDescriptor.QueryHints
Is the hint present? Its hint value can be null.
containsIgnoreCase(Collection<String>, String) - Static method in class com.cmobilecom.af.util.CollectionUtil
Does the collection contain the string value ignoring case?
containsInstanceHint() - Method in class com.cmobilecom.af.session.QueryDescriptor.QueryHints
Does this QueryHints contain instance hint?
containsKey(String) - Method in class com.cmobilecom.af.model.InstanceCache
Does this cache contain the key? This cache keeps a map of key/value pairs.
containsParameter(String) - Method in class com.cmobilecom.af.model.bean.ViewConfig
Does this ViewConfig contain the parameter? parameter values can be null.
containsParameter(String) - Method in class com.cmobilecom.af.model.util.RequestHelper
Does current request contain the parameter? The parameter value can be null.
containsPropertyToHide(String) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Does the propertiesToHide contain the property?
containsPropertyToShow(String) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Does the propertiesToShow contain the property?
containsSameMembers(Collection<M>, Collection<M>) - Static method in class com.cmobilecom.af.util.CollectionUtil
Check if both collections have the same member values regardless of member order.
containsTrigger() - Method in interface com.cmobilecom.af.test.api.MenuBean
Does this menuBean contain a trigger to show the menu? When a menuBean contains a trigger, its menu nodes are not visible.
context - Variable in class com.cmobilecom.af.model.menu.MenuNodeFactory
Factory context
contextMenuAsChildren - Variable in class com.cmobilecom.af.model.menu.MenuBean
Whether to treat context menu as children
convert(Object) - Method in class com.cmobilecom.af.model.property.EntityCollectionProperty
 
convert(Object) - Method in class com.cmobilecom.af.model.property.EntityHierarchyProperty
 
convert(Object) - Method in class com.cmobilecom.af.model.property.EntityProperty
Convert value to the property type if necessary, and validate property value if not delayed for model update phase.
converter() - Method in annotation type com.cmobilecom.af.model.annotation.Property
ValueConverter type, default: Void.class for not specified.
convertFrom(E) - Method in interface com.cmobilecom.af.model.bean.FormBeanPropertyUtil.TypeConverter
Convert values from formBean entity type to property value type(or member type for collection).
convertFromString(String, Class<T>) - Static method in class com.cmobilecom.af.model.bean.DataConverter
Convert string to the specified type using constructor(String).
convertFromString(String, Class<T>) - Static method in class com.cmobilecom.af.util.ClassUtil
Convert string to the specified type.
convertHierarchyIdRule(String, int[], String) - Static method in class com.cmobilecom.af.model.property.HierarchyAccessor
Convert hierarchy id rule for the descendants of the specified newRootHierarchyId.
convertMemberType(Collection<String>, Class<T>) - Static method in class com.cmobilecom.af.util.CollectionUtil
Convert a collection of string values to the target member type.
convertPropertyInputDialogData(PersistenceDataBackingBean<T>, T, EntityProperty<T>, Object) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Convert data from property input dialog when the dialog is closed.
convertRelativePath(String, String, String) - Static method in class com.cmobilecom.af.util.StringUtil
Convert the relativePath that is relative to the parentDir to a path relative to the newParentDir.
convertStringToIdList(Collection<String>, boolean) - Static method in class com.cmobilecom.af.util.CollectionUtil
Convert each value of the collection to Long type, and add them to a list.
convertTo(T) - Method in interface com.cmobilecom.af.model.bean.FormBeanPropertyUtil.TypeConverter
Convert values from property value type(or member type for collection) to formBean entity type.
convertToArray(Object) - Static method in class com.cmobilecom.af.util.CollectionUtil
Convert the value into an array with the single value if it is not array, and return itself if it is an array.
convertToCanonicalRelativePath(String) - Static method in class com.cmobilecom.af.util.StringUtil
Convert the relativePath to canonical relative path by removing .
convertToCollection(Object, String, Class, Class, DataAccessUnit) - Static method in class com.cmobilecom.af.model.bean.DataConverter
Convert a string value to collection.
convertToCollection(Object, String, Class, Class, Map<EntityTypeId, PersistenceEntity>, DataAccessUnit) - Static method in class com.cmobilecom.af.model.bean.DataConverter
Convert a string value to collection.
convertToCollectionType(Collection<T>, Class<T>) - Static method in class com.cmobilecom.af.model.bean.DataConverter
Convert collection type and keep member type.
convertToDatabaseColumn(DataType<T>) - Method in class com.cmobilecom.af.entity.persistence.DataTypeConverter
 
convertToDatabaseColumn(EntityTypeId<T>) - Method in class com.cmobilecom.af.entity.persistence.EntityTypeIdConverter
 
convertToDatabaseColumn(Locale) - Method in class com.cmobilecom.af.entity.persistence.LocaleConverter
 
convertToEntityAttribute(String) - Method in class com.cmobilecom.af.entity.persistence.DataTypeConverter
 
convertToEntityAttribute(String) - Method in class com.cmobilecom.af.entity.persistence.EntityTypeIdConverter
 
convertToEntityAttribute(String) - Method in class com.cmobilecom.af.entity.persistence.LocaleConverter
 
convertToList(T...) - Static method in class com.cmobilecom.af.test.api.Util
Convert array to List.
convertToList(T...) - Static method in class com.cmobilecom.af.util.CollectionUtil
Create a list that contains the values.
convertToList(T[], boolean) - Static method in class com.cmobilecom.af.util.CollectionUtil
Convert array to List.
convertToMap(Object[], boolean) - Static method in class com.cmobilecom.af.util.CollectionUtil
Convert name/value pairs in array to a map
convertToMap(String, String) - Static method in class com.cmobilecom.af.util.CollectionUtil
Convert a string of name/value pairs into a map.
convertToMap(String, String, char, Class<T>) - Static method in class com.cmobilecom.af.util.CollectionUtil
Convert a string of name/value pairs to a map
convertToSet(String, String) - Static method in class com.cmobilecom.af.util.CollectionUtil
Split a string to a set of string
convertToSet(T...) - Static method in class com.cmobilecom.af.util.CollectionUtil
Create a Set that contains the values.
convertToString(List<SelectItem>) - Static method in class com.cmobilecom.af.model.property.SelectItemListProvider
Convert selectItem value to String type.
convertToStringList(Collection<T>) - Static method in class com.cmobilecom.af.util.CollectionUtil
Convert each value of the collection to String type, and add them to a list.
CookieManager - Interface in com.cmobilecom.af.model.util
Cookie Manager.
copy() - Method in interface com.cmobilecom.af.entity.form.Form
Copy this form except form id and createdDate.
copy() - Method in interface com.cmobilecom.af.entity.FormDesign
Make a copy of this FormDesign, functioning as copy constructor
copy(InputStream, OutputStream) - Static method in class com.cmobilecom.af.util.FileUtil
Copy data from input stream to output stream with buffer size: 4k
copy(InputStream, OutputStream, int) - Static method in class com.cmobilecom.af.util.FileUtil
Copy data from input stream to output stream with the specified buffer size(bytes)
copy(Reader, Writer) - Static method in class com.cmobilecom.af.util.FileUtil
Copy data from reader to writer
copy(Class, String, JoinType) - Method in interface com.cmobilecom.af.session.criteria.CriteriaElement
Make a copy of this CriteriaElement, and prepend the parentPropertyName (if not null) to all the property name path.
copy(Class, String, JoinType) - Method in class com.cmobilecom.af.session.criteria.CriteriaSwitch.SwitchCase
Make a copy of this SwitchCase, and prepend the parentPropertyName (if not null) to all the property name path.
copyDirectory(File, File, String) - Static method in class com.cmobilecom.af.util.FileUtil
Copy a directory
copyDirectory(File, File, String, FilenameFilter) - Static method in class com.cmobilecom.af.util.FileUtil
Copy a directory
copyDirectory(File, String, String) - Static method in class com.cmobilecom.af.util.FileUtil
Copy a directory
copyFile(File, File) - Static method in class com.cmobilecom.af.util.FileUtil
Copy the file to the target file.
copyFile(File, File, String) - Static method in class com.cmobilecom.af.util.FileUtil
Copy the file to a directory.
copyFile(File, String, String) - Static method in class com.cmobilecom.af.util.FileUtil
Copy the file to a directory.
copyFiles(File, File) - Static method in class com.cmobilecom.af.util.FileUtil
Copy files under sourceDir to toDir
copyFromSameAsEntity(EntityChoiceSupport) - Method in interface com.cmobilecom.af.entity.EntityChoiceSupport
Copy from another entity if the choice is same as another property of its enclosing entity.
copyPropertyTo(EntityDataSource, String) - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Copy the property from this entityDataSource to the target entityDataSource
copyPropertyValue(T, String, T) - Static method in class com.cmobilecom.af.util.ClassUtil
Copy a property value from source object to target object.
correctBarcode(IdRule.BarcodeType, String) - Static method in class com.cmobilecom.af.model.util.IdGenerator
Correct a barcode if its check digit is missing or incorrect.
count(CriteriaExpression<T>) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a COUNT expression.
count(String) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a COUNT expression.
COUNT - com.cmobilecom.af.session.criteria.CriteriaFunction.Function
count
COUNT_DISTINCT - com.cmobilecom.af.session.criteria.CriteriaFunction.Function
count distinct
countDistinct(CriteriaExpression<T>) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a COUNT DISTINCT expression.
countDistinct(String) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a COUNT DISTINCT expression.
CountryI18NName(String) - Constructor for class com.cmobilecom.af.model.property.SelectItemListProvider.CountryI18NName
 
create(boolean) - Method in interface com.cmobilecom.af.test.api.EntityBean
Create entity by click "Create" menu node.
create(boolean, boolean, boolean, ActionDescriptor) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Create the entity of this bean in persistence.
create(boolean, boolean, ActionDescriptor) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Create the entity of this bean in persistence.
CREATE - com.cmobilecom.af.entity.ActionDescriptor.Type
Create entities
CREATE - com.cmobilecom.af.model.annotation.ModeType
Creating entity mode
CREATE - com.cmobilecom.af.model.bean.listener.BeanLifeCycleListener.Phase
Entity create phase.
CREATE - com.cmobilecom.af.model.module.MultiTenant.SharedEntityAccess
Create entities
CREATE - com.cmobilecom.af.model.system.AccessType
Create entity
CREATE_NEW - com.cmobilecom.af.entity.persistence.EntityImport.ConflictAction
Allocate new id to avoid conflict.
CREATE_ONLY - com.cmobilecom.af.model.annotation.EditControl
editable only in create view
CREATE_QUERY - com.cmobilecom.af.model.annotation.EditControl
editable for create and query
createAccessControlAccessor(DataAccessUnit, AccessControlAccessor, ModuleAccessControl) - Method in interface com.cmobilecom.af.model.ModelFactory
Create an AccessControlAccessor with moduleAccessControl, chaining to the parent AccessControlAccessor.
createAndContinue() - Method in interface com.cmobilecom.af.test.api.EntityBean
Create entity and then show a new EntityBean for creating a new entity.
createChildHierarchy() - Method in interface com.cmobilecom.af.test.api.EntityBean
Create child hierarchy entity if this bean is a Hierarchy entity bean.
createCookie(String, String) - Method in interface com.cmobilecom.af.model.util.CookieManager
Create a cookie with default age (10 years), and add it to response.
createCookie(String, String, int, boolean, boolean) - Method in interface com.cmobilecom.af.model.util.CookieManager
Create a cookie with the name and value.
created - Variable in class com.cmobilecom.af.model.entimport.EntityImportHandler.HandleResult
The number of entities created
CreatedDateAware - Interface in com.cmobilecom.af.entity
CreatedDateAware interface.
createDialogBean(ContainerBean, DialogBean.DialogType) - Method in interface com.cmobilecom.af.model.ModelFactory
Create a DialogBean
createDialogBean(DialogBean.DialogType) - Method in class com.cmobilecom.af.model.container.ContainerBean
Create a dialogBean that is a child component of this containerBean.
createDialogContent(PersistenceDataBackingBean<T>, T, EntityProperty<T>, MenuNode) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Create dialog content for the menu node of the property.
createDialogContent(DialogBean, MenuNode) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
 
createDialogContent(DialogBean, MenuNode) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Create dialog content for user to input data as the argument of the menu node command to be executed.
createDialogContent(DialogBean, MenuNode) - Method in class com.cmobilecom.af.model.bus.MonthCloseBean
 
createDialogContent(DialogBean, MenuNode) - Method in interface com.cmobilecom.af.model.menu.MenuNodeActionHandler
Create dialog content when the menuNode is clicked by adding beans to its pageContent.
createDialogContent(DialogBean, MenuNode) - Method in class com.cmobilecom.af.model.menu.MenuNodeContextMenuBean
 
createDialogContent(DialogBean, MenuNode) - Method in class com.cmobilecom.af.model.menu.MenuNodeFactory
 
createDialogContent(DialogBean, MenuNode) - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeContextMenuBean
 
createDialogContent(DialogBean, MenuNode) - Method in class com.cmobilecom.af.model.property.EntityProperty
Create dialog content for the menuNode.
createElementFromMap(Document, String, Map<String, Object>) - Static method in class com.cmobilecom.af.util.XmlUtil
Create element(subtree) from a map that can contains maps.
createEmailRequest(String, int, Locale, DataAccessUnit, boolean, TextExpressionResolver, boolean) - Static method in class com.cmobilecom.af.model.mail.SendMail
Create email request from mail template by resolving variables.
createEmbeddedObject(Component, String, Element, List<TextExpressionResolver>, ContainerBean) - Method in class com.cmobilecom.af.model.module.AbstractModule
 
createEmbeddedObject(Component, String, Element, List<TextExpressionResolver>, ContainerBean) - Method in interface com.cmobilecom.af.model.module.Module
Create the embedded object for objectType
createEntitiesElement(Document, String, PageableEntityList<T>, boolean) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Create XML sub-tree for exporting the entity list in XML.
createEntity() - Method in interface com.cmobilecom.af.test.api.EntityListBean
Show an EntityBean replacing this bean for create by clicking "CreateEntity" menu node.
createEntity(EntityListCreateEntity, PartialBehavior.ContainerRenderRegions) - Static method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Show the EntityBackingBean for creating an entity within the context of an entity list.
createEntity(MenuNode, boolean, boolean, InstanceTest.IdRule) - Method in interface com.cmobilecom.af.test.api.ContainerBean
Create entity by clicking the menu node.
createEntity(Class<T>, List<CriteriaElement>, EntityViewConfig, ContainerBean, MenuNodeFactory, DataAccessUnit) - Static method in class com.cmobilecom.af.model.container.ContainerBean
Create an EntityBackingBean for creating entity
createEntity(Class<T>, List<String>, Object[], Map<String, Object>, boolean, Map<Class, Map<String, PropertyDescriptor>>) - Static method in class com.cmobilecom.af.model.query.GroupQueryResultTransformer
Create a new entity, and initialize it with the property values.
createEntity(Class, T, EntityViewConfig, PartialBehavior.ContainerRenderRegions) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Show the EntityBackingBean for creating entity in the context of this entity list
createEntity(String...) - Method in interface com.cmobilecom.af.test.api.ContainerBean
Click the menu node in the containerMenuBean to create an entity.
createEntity(String...) - Method in class com.cmobilecom.af.test.api.ManageCenter
Click the menu node in the containerMenuBean to create an entity.
createEntityAttrValue(EntityAttrValueSupport, EntityAttr, String) - Static method in class com.cmobilecom.af.model.bean.UserDefinedPropertyBuilder
Create an EntityAttrValue for the entity
createEntityAttrValue(T, String, String) - Method in class com.cmobilecom.af.model.bean.UserDefinedPropertyBuilder
Create an EntityAttrValue for the entity
createEntityBackingBean(Component, Class<T>, EntityDataSource, EntityViewConfig, boolean, ContainerBean) - Static method in class com.cmobilecom.af.model.container.ContainerBean
Create the EntityBackingBean for the entity.
createEntityBackingBean(Component, Class<T>, Class, EntityViewConfig, EntityInitializer, ContainerBean, MenuNodeFactory, DataAccessUnit) - Static method in class com.cmobilecom.af.model.container.ContainerBean
Create entity backing bean for the entity initialized with the EntityInitializer.
createEntityBackingBean(Class<T>, EntityDataSource, EntityViewConfig, boolean, ContainerBean) - Static method in class com.cmobilecom.af.model.container.ContainerBean
Create the EntityBackingBean for the entity.
createEntityCaptchaProperty() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Create entity captcha property.
createEntityCaptchaProperty(EntityBackingBean<T>) - Method in interface com.cmobilecom.af.model.property.EntityPropertyFactory
Create entity captcha property.
createEntityElement(T, Document) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Create XML element for the entity for export in XML.
createEntityListBackingBean(Component, Class<T>, EntityDataSource<T>, EntityListViewConfig, boolean, ContainerBean) - Static method in class com.cmobilecom.af.model.container.ContainerBean
Create entity list backing bean.
createEntityListBackingBean(Class<T>, EntityDataSource, EntityListViewConfig, boolean, ContainerBean) - Static method in class com.cmobilecom.af.model.container.ContainerBean
Create entity list backing bean whose parentComponent is null.
createEntityProperty(EntityPropertyDiscoverer<T>, PersistenceDataBackingBean<T>, List<EntityProperty<T>>, Property, Class, String, Class, Method, Method, EntityProperty<T>) - Method in interface com.cmobilecom.af.model.property.EntityPropertyFactory
Create EntityProperty instance from the property annotation.
createEntityProperty(PersistenceDataBackingBean<T>, Class<T>, String) - Static method in class com.cmobilecom.af.model.bean.EntityPropertyDiscoverer
Create the EntityProperty for the property, including its parent EntityProperty.
createEntityProperty(Class<? extends EntityProperty>, PersistenceDataBackingBean<T>, String, Class, Method, Method, EntityProperty<T>) - Method in interface com.cmobilecom.af.model.property.EntityPropertyFactory
Create an EntityProperty of the specified type.
createEntityRowCommandProperty(EntityListBackingBean<T>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Create menu nodes for entity rows of the EntityListBackingBean.
createEntitySelectScopeProperty(MapEntityBean<MapEntity>) - Static method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Create a entity selection scope property for MapEntity.
createHelpMenuNode(MenuBean) - Static method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Create a menu node which will open a new window to show the help.
createHttpClient() - Static method in class com.cmobilecom.af.model.util.BeanUtil
Create a Http client with default timeout, which will verify host name for SSL.
createHttpClient(Integer, boolean) - Static method in class com.cmobilecom.af.model.util.BeanUtil
Create a Http client.
createIdRule(DataType, String, IdRule.IdGenStrategy, Long) - Method in interface com.cmobilecom.af.entity.InstanceFactory
Create IdRule
createIdRule(ContainerBean, InstanceTest.IdRule) - Static method in class com.cmobilecom.af.test.api.ModuleTest
Create an IdRule, assuming that IdRule bean is already shown in the containerBean's default content region.
createIdRule(InstanceTest.IdRule, String...) - Method in class com.cmobilecom.af.test.api.ModuleTest
Create IdRule by clicking the "Sales - Settings - IdRules - Create" menu node in the container menu bean.
createImportHandler(Class<T>, ContainerBean) - Static method in class com.cmobilecom.af.model.menu.TypedMenuNodeContextMenuBean
Create an EntityImportHandler for the entity type.
createInputDataMapEntityBean(ContainerBean) - Method in class com.cmobilecom.af.model.menu.MenuNode
Create an inputDataBean that uses MapEntity to store data.
createInputDataMapEntityBean(ContainerBean, EntityViewConfig) - Method in class com.cmobilecom.af.model.menu.MenuNode
Create an inputDataBean that uses MapEntity to store data.
createInstance(String, String, boolean, boolean) - Method in class com.cmobilecom.af.test.api.ManageCenter
Create an instance of the type.
createInstanceCache(DataAccessUnit) - Method in interface com.cmobilecom.af.model.ModelFactory
Create an InstanceCache for the instanceType or instance.
createInstanceTest(InstanceIdentifier, ManageCenter) - Method in class com.cmobilecom.af.test.api.InstanceTypeTest
Create concrete InstanceTest object.
createList(T, int) - Static method in class com.cmobilecom.af.util.CollectionUtil
Create a list of the same values.
createMailTemplate(String, int, String, Locale) - Method in class com.cmobilecom.af.test.api.ManageCenter
Create mail template.
createMailTemplates(InstanceType, PersistenceEntityManager) - Method in class com.cmobilecom.af.model.module.AbstractModule
Create mail templates for all supported locales.
createMapEntityBean(Component, EntityViewConfig, ContainerBean) - Static method in class com.cmobilecom.af.model.bean.MapEntityBean
Create a EntityBackingBean using MapEntity, and properties can be added.
createMapEntityBean(Component, ContainerBean) - Static method in class com.cmobilecom.af.model.bean.MapEntityBean
Create a EntityBackingBean using MapEntity, and properties can be added.
createMapEntityBean(Component, EntityDataSource, EntityViewConfig, MapEntityBean.ActionHandler<T>, ContainerBean) - Static method in class com.cmobilecom.af.model.bean.MapEntityBean
Create a EntityBackingBean using MapEntity, and properties can be added.
createMapEntityBean(Component, Class, EntityViewConfig, MapEntityBean.ActionHandler<T>, ContainerBean) - Static method in class com.cmobilecom.af.model.bean.MapEntityBean
Create an instance of MapEntityBean or its subclass using MapEntity, and properties can be added.
createMapFromElement(Element) - Static method in class com.cmobilecom.af.util.XmlUtil
Create a map from element(subtree).
createMenuNodeFactory(MenuBean, MenuViewConfig, ModuleNode, String) - Method in class com.cmobilecom.af.model.module.AbstractModule
 
createMenuNodeFactory(MenuBean, MenuViewConfig, ModuleNode, String) - Method in interface com.cmobilecom.af.model.module.Module
Create a MenuNodeFactory that is to create menu for this Module associated with the moduleNode.
createMenuNodeTree() - Method in class com.cmobilecom.af.model.container.ContainerMenuBean
Create menu node tree for this menu bean.
createMenuTree() - Method in class com.cmobilecom.af.model.menu.BeanMenuNodeFactory
createMenuTree() - Method in class com.cmobilecom.af.model.menu.MenuNodeFactory
Create a tree of menu nodes.
createMenuTree() - Method in class com.cmobilecom.af.model.menu.ShortcutMenuNodeFactory
not used private ShortcutMenuNodeFactory(MenuNodeFactoryContext context, MenuBean menuBean, MenuViewConfig viewConfig, String shortcutXml) { super(context, menuBean, viewConfig); this.shortcutXml = shortcutXml; }
createMenuTree() - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactory
Create menu node tree, with actionListener/factory set.
createMenuTree() - Method in class com.cmobilecom.af.model.module.ModuleMenuNodeFactory
 
createMenuTree() - Method in class com.cmobilecom.af.model.pagination.PaginatorMenuNodeFactory
 
createMenuTreeRootNode(String, boolean, String, ModuleScopedName) - Method in class com.cmobilecom.af.model.menu.MenuNodeFactory
Create root menu node and set its factory, lazy initializer and action handler to this MenuNodeFactory.
createMenuTreeRootNode(String, boolean, String, Object, ModuleScopedName, String, Object) - Method in class com.cmobilecom.af.model.menu.MenuNodeFactory
Create root menu node and set its factory, lazy initializer and action handler to this MenuNodeFactory.
createModuleRootMenuNode(String) - Method in class com.cmobilecom.af.model.module.ModuleMenuNodeFactory
Create module root menu node.
createModuleRootMenuNode(String, String, boolean) - Method in class com.cmobilecom.af.model.module.ModuleMenuNodeFactory
Create module root menu node.
createNameValueListBean(ParameterizedMessage, Component, Map<String, String>, EntityListViewConfig, ContainerBean) - Static method in class com.cmobilecom.af.model.bean.MapEntityBean
Create an EntityListBackingBean from the name/value pairs with name and value columns.
createOrUpdateUserClient(User, boolean, Boolean, PersistenceEntityManager) - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Create or update UserClient after user registered or authenticated(login).
createPageHeaderMenuNodes(MenuBean) - Method in class com.cmobilecom.af.model.module.AbstractModule
 
createPageHeaderMenuNodes(MenuBean) - Method in interface com.cmobilecom.af.model.module.Module
Create a tree of menu nodes that will be added into the page header menu.
createPageNavigation(Integer, ContainerBean, Integer) - Method in interface com.cmobilecom.af.model.ModelFactory
Create a PageNavigation instance with the pageId and containerBean.
createPartialBehavior(String, List<VisitTarget>, List<VisitTarget>, PartialBehavior.ContainerRenderRegions) - Method in interface com.cmobilecom.af.model.ModelFactory
Create a partial behavior.
createPersistenceEntityManager(Class<T>, DataAccessUnit, boolean, QueryDescriptor.QueryHints) - Static method in class com.cmobilecom.af.model.context.BackingBeanContext
Create a PersistenceEntityManager for the DataAccessUnit.
createPersistenceEntityMapById(Collection<T>) - Static method in class com.cmobilecom.af.entity.persistence.Utility
Create a map from entity id to entity.
createProgressModalDialog(MenuNode, Integer, String, boolean, boolean, boolean, ContainerBean) - Static method in class com.cmobilecom.af.model.dialog.ProgressBean
Create modal dialogBean with progressBean.
createQueryDescriptor(DataAccessUnit, boolean, QueryDescriptor.QueryHints) - Method in interface com.cmobilecom.af.model.ModelFactory
Create a QueryDescriptor instance
createQueryDescriptor(DataAccessUnit, QueryDescriptor.QueryHints) - Static method in class com.cmobilecom.af.model.context.BackingBeanContext
Create the query descriptor for the DataAccessUnit.
createQueryResultBean(ParameterizedMessage, ContainerBean) - Method in class com.cmobilecom.af.model.query.FormQueryBuilder
Create query result bean from queryFormBean.
createRootAccessControlAccessor(DataAccessUnit) - Method in interface com.cmobilecom.af.model.ModelFactory
Create the root AccessControlAccessor for the DataAccessUnit, which is one per instanceType and instance.
createSchema(String, String, String, String) - Method in class com.cmobilecom.af.util.db.DbExec
Create schema.
createSelectDialogContent(PersistenceDataBackingBean<T>, Class<D>, TypeDescriptor, CriteriaElement[], boolean, Object, boolean) - Method in class com.cmobilecom.af.model.dialog.DialogBean
Create select dialog content.
createSelectDialogContent(PersistenceDataBackingBean<T>, T, EntityProperty<T>, Class) - Method in class com.cmobilecom.af.model.dialog.DialogBean
Open dialog for input value of the property.
createShortcutMenuNode(MenuBean, String, boolean, String, String, Class, String, String, String, boolean, ModuleScopedName) - Method in class com.cmobilecom.af.model.menu.ShortcutMenuNodeFactory
Create shortcut menuNode.
createShortcutMenuNode(MenuBean, String, String, String, Class, String) - Method in class com.cmobilecom.af.model.menu.ShortcutMenuNodeFactory
Create shortcut menuNode without context.
createShortcutMenuNode(MenuBean, String, String, String, Class, String, TypedMenuNodeFactoryContext) - Method in class com.cmobilecom.af.model.menu.ShortcutMenuNodeFactory
Create shortcut menuNode with context.
createStatement() - Method in class com.cmobilecom.af.util.db.DbExec
Create a statement using current connection.
createSubMenu() - Method in class com.cmobilecom.af.model.menu.BeanMenuNodeFactory
 
createSubMenu() - Method in class com.cmobilecom.af.model.menu.MenuNodeFactory
Create sub menu (subtree of the root menu node) to initialize root menu node.
createSubMenu() - Method in class com.cmobilecom.af.model.menu.ShortcutMenuNodeFactory
 
createSubMenu() - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactory
 
createSubMenu() - Method in class com.cmobilecom.af.model.pagination.PaginatorMenuNodeFactory
 
createSystemLog(ActionDescriptor.Type, String, String, String, PersistenceEntityManager) - Static method in class com.cmobilecom.af.model.util.BeanUtil
Create a system log with type, command and description for non-persistable entities.
createSystemLog(ActionDescriptor, PersistenceEntity, PersistenceEntityManager) - Static method in class com.cmobilecom.af.model.util.BeanUtil
Create a system log for the action on the entity.
createSystemLog(User, Date, String, ActionDescriptor.Type, String, EntityTypeId, String) - Method in interface com.cmobilecom.af.entity.InstanceFactory
Create SystemLog
createTextBean(Component, ParameterizedMessage, String, boolean, EntityViewConfig, ContainerBean) - Static method in class com.cmobilecom.af.model.bean.MapEntityBean
Create an EntityBackingBean for showing text.
createUser(String, String, String, String) - Method in class com.cmobilecom.af.util.db.DbExec
Create user.
createViewConfig(ViewType) - Static method in class com.cmobilecom.af.model.util.BeanUtil
Create a ViewConfig by viewType.
CreatorAware - Interface in com.cmobilecom.af.entity
CreatorAware.
CREDENTIAL_COOKIE - Static variable in class com.cmobilecom.af.model.security.LoginBean
Cookie name: credential for remembering user name and password
CRITERIA_API - com.cmobilecom.af.session.QueryCriteria.QueryType
JPA Criteria API
CriteriaAlias<T> - Interface in com.cmobilecom.af.session.criteria
 
CriteriaElement - Interface in com.cmobilecom.af.session.criteria
/** CriteriaElement: the base type of criteria elements such as expressions, orders, groups, selections.
CriteriaElementFactory - Interface in com.cmobilecom.af.session.criteria
CriteriaElement factory.
CriteriaExpression<T> - Interface in com.cmobilecom.af.session.criteria
Criteria Expression that represents an expression in JPA.
CriteriaFunction<T> - Interface in com.cmobilecom.af.session.criteria
CriteriaFunction is a predefined function with arguments.
CriteriaFunction.Function - Enum in com.cmobilecom.af.session.criteria
Supported functions
CriteriaGroup - Interface in com.cmobilecom.af.session.criteria
CriteriaGroup.
CriteriaHaving - Interface in com.cmobilecom.af.session.criteria
CriteriaHaving that represents group restrictions.
CriteriaHint - Interface in com.cmobilecom.af.session.criteria
Criteria Hint such as JoinGraph and EntityGraph.
CriteriaLiteral<T> - Interface in com.cmobilecom.af.session.criteria
CriteriaPath represents a literal value such as a number, a string, etc.
CriteriaNativeFunction<T> - Interface in com.cmobilecom.af.session.criteria
CriteriaFunction is any function that underlying databases support.
CriteriaOrder<T> - Interface in com.cmobilecom.af.session.criteria
Criteria Order ascending or descending.
CriteriaPath<T> - Interface in com.cmobilecom.af.session.criteria
CriteriaPath represents a property name path from root.
CriteriaPredicate - Interface in com.cmobilecom.af.session.criteria
CriteriaPredicate that represents a predicate(Boolean: true or false).
CriteriaPredicate.Function - Enum in com.cmobilecom.af.session.criteria
Boolean functions
CriteriaPropertyEqual<T> - Interface in com.cmobilecom.af.session.criteria
CriteriaPropertyEqual is an equal expression for a property.
CriteriaQueryBuilder<T> - Interface in com.cmobilecom.af.session
CriteriaQueryBuilder: build criteria query.
CriteriaSelect - Interface in com.cmobilecom.af.session.criteria
Query selection that selects a list of expressions.
CriteriaSelection<T> - Interface in com.cmobilecom.af.session.criteria
CriteriaSelection represents a query selection.
CriteriaSubquery<E extends PersistenceEntity,​T> - Interface in com.cmobilecom.af.session.criteria
Criteria Subquery that can correlate to its parent query.
CriteriaSwitch<T> - Interface in com.cmobilecom.af.session.criteria
CriteriaSwitch is a switch expression that can have one or many switch cases.
CriteriaSwitch.SwitchCase<T> - Class in com.cmobilecom.af.session.criteria
Switch case: condition and value.
criterion - Variable in class com.cmobilecom.af.model.bean.EntityBackingBean.PropertyQueryCriterion
The criterion created from query property
CSS_ALIGN_CENTER - Static variable in class com.cmobilecom.af.model.property.EntityProperty
style class: ui-align-center, align center
CSS_ALIGN_LEFT - Static variable in class com.cmobilecom.af.model.property.EntityProperty
style class: ui-align-left, align left
CSS_ALIGN_RIGHT - Static variable in class com.cmobilecom.af.model.property.EntityProperty
style class: ui-align-right, align right
CSS_BEAN - Static variable in class com.cmobilecom.af.web.module.BeanViewEncoder
Bean style class: ui-bean
CSS_BREAK_WORD - Static variable in class com.cmobilecom.af.model.property.EntityProperty
style class: ui-break-word.
CSS_LISTVIEW_FLOW - Static variable in class com.cmobilecom.af.model.bean.EntityListViewConfig
CSS style class: ui-listview-flow.
CSS_LONG_TEXT - Static variable in class com.cmobilecom.af.model.property.EntityProperty
style class: ui-long-text.
CSS_PROPERTY_NAME_PREFIX - Static variable in class com.cmobilecom.af.model.property.EntityProperty
The name prefix for property name style class with property name path.
CSS_PROPERTY_VALUE_PREFIX - Static variable in class com.cmobilecom.af.model.property.EntityProperty
The name prefix for the property value style class with property name path.
CURRENCY - com.cmobilecom.af.model.property.NumberDescriptor.Type
Currency.
CurrencyI18NName(Currency) - Constructor for class com.cmobilecom.af.model.property.SelectItemListProvider.CurrencyI18NName
Constructor
CURRENT_PAGE_ALL - com.cmobilecom.af.model.bean.EntityListBackingBean.EntitySelectScope
all entities in current page
CURRENT_PAGE_SELECTED - com.cmobilecom.af.model.bean.EntityListBackingBean.EntitySelectScope
selected entities in current page
CURRENT_ROW_INDEX - Static variable in class com.cmobilecom.af.model.behavior.VisitEntityListRow
Row index for current row
currentPageIndex - Variable in class com.cmobilecom.af.model.pagination.PageableEntityList
Current page index starting from zero
currentPageLeadingStatisticsEntityCount - Variable in class com.cmobilecom.af.model.pagination.PageableEntityList
If variable pageSize is supported, the number of leading statistics entities in current page.
currentPageOffset - Variable in class com.cmobilecom.af.model.pagination.PageableEntityList
If variable pageSize is supported, current page entity start index within the whole entity list, excluding embedded statistics entities.
currentPageSize - Variable in class com.cmobilecom.af.model.pagination.PageableEntityList
If variable pageSize is supported, the number of entities in current page, excluding embedded statistics entities.
currentRow(EntityListBackingBean<T>, Boolean) - Static method in class com.cmobilecom.af.model.behavior.VisitEntityListRow
Current row used as ajax execute targets, not render targets that have certain rowIndexes.
currentRowVisitTarget(Boolean) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Create a VisitTarget for current row.
custom() - Method in annotation type com.cmobilecom.af.model.annotation.Property
whether the property belongs to the entity type? if true, the property does not have getter/setter.
CUSTOM - com.cmobilecom.af.model.annotation.ActionOnClick
Custom action handled by backing bean.
customProperty - Variable in class com.cmobilecom.af.model.property.EntityProperty
Whether this property is a custom property? A custom property does not belong to the entity type by reflection.

D

D - com.cmobilecom.af.entity.report.ReportPeriod.PeriodType
Day of year 1-365
D - com.cmobilecom.af.test.api.ReportPeriod.PeriodType
Day of year 1-365
DATA_PRIORITY - Static variable in class com.cmobilecom.af.model.bean.ColumnHeaders.Node
data-priority: priority(1 to 6) for mobile column toggle
DATA_PROPERTY - Static variable in class com.cmobilecom.af.model.bean.ColumnHeaders.Node
data-property: the attribute name for associated property
dataAccessUnit - Variable in class com.cmobilecom.af.model.container.ContainerBean
 
dataAccessUnit - Variable in class com.cmobilecom.af.model.context.BackingBeanContext
bound target which user logged into or is bound to request domain.
dataAccessUnit - Variable in class com.cmobilecom.af.model.InstanceCache
The name of the instance
dataAccessUnit - Variable in class com.cmobilecom.af.model.system.AccessControlAccessor
 
DataAccessUnit - Class in com.cmobilecom.af.model.system
DataAccessUnit: data access unit that is an instanceType or instance.
DataAccessUnit(Instance) - Constructor for class com.cmobilecom.af.model.system.DataAccessUnit
Constructor
DataAccessUnit(InstanceType) - Constructor for class com.cmobilecom.af.model.system.DataAccessUnit
Constructor
DataAccessUnit(InstanceType, Instance) - Constructor for class com.cmobilecom.af.model.system.DataAccessUnit
Constructor
DataAccessUnit(PersistenceEntityManager) - Constructor for class com.cmobilecom.af.model.system.DataAccessUnit
Constructor
DataAccessUnit(QueryDescriptor) - Constructor for class com.cmobilecom.af.model.system.DataAccessUnit
Constructor
DataAccessUnit(String) - Constructor for class com.cmobilecom.af.model.system.DataAccessUnit
Constructor
DataAccessUnit(String) - Constructor for class com.cmobilecom.af.test.api.ContainerBean.DataAccessUnit
 
DataAccessUnit(String, Long) - Constructor for class com.cmobilecom.af.test.api.ContainerBean.DataAccessUnit
 
DataConverter - Class in com.cmobilecom.af.model.bean
Data converter based on type.
DataConverter(BackingBeanContext) - Constructor for class com.cmobilecom.af.model.bean.DataConverter
Constructor for current bound DataAccessUnit.
DataConverter(EntityProperty) - Constructor for class com.cmobilecom.af.model.bean.DataConverter
Constructor.
DataConverter(DataAccessUnit) - Constructor for class com.cmobilecom.af.model.bean.DataConverter
Constructor.
DataDescriptor<T> - Class in com.cmobilecom.af.entity
DataDescriptor: describes a single or multiple data.
DataDescriptor() - Constructor for class com.cmobilecom.af.entity.DataDescriptor
Default constructor that is needed for parsing xml to object.
DataDescriptor(DataDescriptor<T>) - Constructor for class com.cmobilecom.af.entity.DataDescriptor
Copy constructor
DataDescriptor(PersistenceEntity) - Constructor for class com.cmobilecom.af.entity.DataDescriptor
Constructor with a PersistenceEntity.
DataDescriptor(Class<T>, boolean) - Constructor for class com.cmobilecom.af.entity.DataDescriptor
Constructor.
DataDescriptor(Class<T>, boolean, boolean) - Constructor for class com.cmobilecom.af.entity.DataDescriptor
Constructor
DataDescriptor(Class<T>, boolean, boolean, User, String) - Constructor for class com.cmobilecom.af.entity.DataDescriptor
Constructor
DataDescriptor(Class<T>, boolean, User) - Constructor for class com.cmobilecom.af.entity.DataDescriptor
Constructor.
DataSourceEntry(String, String) - Constructor for class com.cmobilecom.af.model.entimport.SystemEntityImportBean.DataSourceEntry
Constructor
DataSourceEntry(String, String, String, String) - Constructor for class com.cmobilecom.af.model.entimport.SystemEntityImportBean.DataSourceEntry
Constructor
DataTruncation - Class in com.cmobilecom.af.model.util
In Sql strict mode, truncate data too long for columns.
DataTruncation() - Constructor for class com.cmobilecom.af.model.util.DataTruncation
 
DataType<T extends PersistenceEntity> - Class in com.cmobilecom.af.entity
DataType with module and name is one to one mapping to entity type.
DataType(String) - Constructor for class com.cmobilecom.af.entity.DataType
Constructor
DataType(String, String) - Constructor for class com.cmobilecom.af.entity.DataType
Constructor
DataTypeAware - Interface in com.cmobilecom.af.entity
DataTypeAware: the entity types that implement DataTypeAware have entityType property of DataType type.
DataTypeConverter<T extends PersistenceEntity> - Class in com.cmobilecom.af.entity.persistence
DataType converter, mapping DataType to database column.
DataTypeConverter() - Constructor for class com.cmobilecom.af.entity.persistence.DataTypeConverter
 
DATE - com.cmobilecom.af.entity.attr.EntityAttr.Type
Date type (without time)
DATE - com.cmobilecom.af.entity.form.Question.AnswerType
Date such as 2019-8-18
DATE_PERIOD - com.cmobilecom.af.model.query.RangeEntityProperty.RangeType
date period
DATE_TIME - com.cmobilecom.af.entity.form.Question.AnswerType
Date and time such as 2019-8-18 18:00
DatePeriod<T extends java.lang.Comparable> - Class in com.cmobilecom.af.entity.report
DatePeriod with start and end dates.
DatePeriod() - Constructor for class com.cmobilecom.af.entity.report.DatePeriod
Constructor: uninitialized
DatePeriod(T, boolean, T, boolean) - Constructor for class com.cmobilecom.af.entity.report.DatePeriod
Constructor
DatePeriodInfo(LocalDate, LocalDate, LocalDate, LocalDate, ReportPeriod.PeriodType) - Constructor for class com.cmobilecom.af.model.report.ReportQueryFormBean.DatePeriodInfo
Constructor
DateUtil - Class in com.cmobilecom.af.util
Date utilities
DateUtil() - Constructor for class com.cmobilecom.af.util.DateUtil
 
DbConfig - Class in com.cmobilecom.af.util.db
DbConfig: database configuration
DbConfig(DbDescriptor, String, String, String, String, String, String, String, String, String) - Constructor for class com.cmobilecom.af.util.db.DbConfig
Constructor
DbConfig.JdbcConfig - Class in com.cmobilecom.af.util.db
PersistenceConfig contains values for JDBC configuration.
DbDescriptor - Class in com.cmobilecom.af.util.db
DbDescriptor: database descriptor including parameters and dialect definitions.
DbDescriptor(Document) - Constructor for class com.cmobilecom.af.util.db.DbDescriptor
Create DbDescriptor from xml document.
DbExec - Class in com.cmobilecom.af.util.db
Database SQL and command executor supporting different types of databases.
DbExec(DbConfig, boolean, Logger) - Constructor for class com.cmobilecom.af.util.db.DbExec
DbExec constructor: Create a database connection and set autoCommit to false.
decodeBase64(String) - Static method in class com.cmobilecom.af.util.StringUtil
Decode a Base64 string value to bytes
decodeDesignXml(boolean, DataAccessUnit) - Method in class com.cmobilecom.af.model.formdesign.FormDesignEncoder
Decode form design XML and initialize object model.
decodeDesignXml(DataAccessUnit) - Method in class com.cmobilecom.af.model.formdesign.FormDesignEncoder
Decode XML to object model if not decoded yet.
deepClone(Serializable) - Static method in class com.cmobilecom.af.util.ClassUtil
Clone object by serializing it to bytes and deserializing the bytes back to a new object.
DEFAULT - com.cmobilecom.af.model.property.RenderStyle.OpenDialogType
Default: open dialog for input entity
DEFAULT - com.cmobilecom.af.session.criteria.CriteriaFunction.Function
DEFAULT by type.
DEFAULT_BY_TYPE - Static variable in class com.cmobilecom.af.model.property.RenderStyle
Style number constant: default by property type.
DEFAULT_FACTORY_NAME - Static variable in class com.cmobilecom.af.model.module.ModuleMenuNodeFactory
Default factory name: "default".
DefaultActionHandler() - Constructor for class com.cmobilecom.af.model.bean.MapEntityBean.DefaultActionHandler
 
DefaultCriteriaQueryBuilder<T> - Class in com.cmobilecom.af.session
Default CriteriaQueryBuilder
DefaultCriteriaQueryBuilder(Class) - Constructor for class com.cmobilecom.af.session.DefaultCriteriaQueryBuilder
 
DefaultEntityImportValidator<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.entimport
Default EntityImportValidator impl.
DefaultEntityImportValidator(EntityImportDataSource) - Constructor for class com.cmobilecom.af.model.entimport.DefaultEntityImportValidator
 
DefaultEntityImportValidator(EntityImportDataSource, boolean, String, String, boolean) - Constructor for class com.cmobilecom.af.model.entimport.DefaultEntityImportValidator
 
DefaultPageContentListener - Class in com.cmobilecom.af.model.container
Default PageContentListener: doing nothing
DefaultPageContentListener() - Constructor for class com.cmobilecom.af.model.container.DefaultPageContentListener
 
DefaultTextExprResolver - Class in com.cmobilecom.af.model.container
DefaultTextExprResolver: resolve JSF EL expressions and #{bean.property}.
DefaultTextExprResolver(ContainerBean, DataAccessUnit) - Constructor for class com.cmobilecom.af.model.container.DefaultTextExprResolver
Constructor with current containerBean that can be used to resolve request parameters #{param.Name} using the values of view parameters.
DefaultTextExprResolver(DataAccessUnit) - Constructor for class com.cmobilecom.af.model.container.DefaultTextExprResolver
Default constructor
DefaultTextExprResolver(String, Object, DataAccessUnit) - Constructor for class com.cmobilecom.af.model.container.DefaultTextExprResolver
Constructor for resolving bean expression #{beanName.property}.
DefaultTextExprResolver(Map<String, Object>, DataAccessUnit) - Constructor for class com.cmobilecom.af.model.container.DefaultTextExprResolver
Constructor for resolving bean expression #{beanName.property}.
DefaultTransactionListener - Class in com.cmobilecom.af.model.phase
Default TransactionListener impl.
DefaultTransactionListener() - Constructor for class com.cmobilecom.af.model.phase.DefaultTransactionListener
Default constructor
delete() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Delete the entity of this bean from persistence
delete() - Method in interface com.cmobilecom.af.model.property.UploadedFile
Delete this file from storage.
delete(PersistenceDataBackingBean<T>, T) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Delete the entity of the backing bean from persistence.
delete(PersistenceDataBackingBean<T>, T) - Method in class com.cmobilecom.af.model.lob.LobBean
 
delete(String, String) - Method in interface com.cmobilecom.af.test.api.EntityBean
Delete entity by clicking "Delete" menu node.
DELETE - com.cmobilecom.af.entity.ActionDescriptor.Type
Delete entities
DELETE - com.cmobilecom.af.model.behavior.VisitTarget.Action
Delete a DOM element
DELETE - com.cmobilecom.af.model.module.MultiTenant.SharedEntityAccess
Delete entities
DELETE - com.cmobilecom.af.model.system.AccessType
Delete entity
DELETE_BY_DATE - com.cmobilecom.af.model.bean.EntityDeletionDescriptor.Type
Delete entities whose dates are before a certain date.
DELETE_BY_SELECTION - com.cmobilecom.af.model.bean.EntityDeletionDescriptor.Type
Delete entities by selecting entities to delete
deleteCookie(String) - Method in interface com.cmobilecom.af.model.util.CookieManager
Delete the cookie with the name.
deleteData(InstanceType, Instance) - Method in class com.cmobilecom.af.model.module.AbstractModule
Default implementation.
deleteData(InstanceType, Instance) - Method in interface com.cmobilecom.af.model.module.Module
Delete module data.
deleteDir(File) - Static method in class com.cmobilecom.af.util.FileUtil
Delete all the content of the directory and the directory itself.
deleteDir(File, boolean, List<String>) - Static method in class com.cmobilecom.af.util.FileUtil
Delete a directory that may contain files or subdirectories.
deleteEntities(Class<T>, CriteriaElement[]) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Delete the entities of the entityType using the query criteria built from the propertyQueryElements.
deleteEntities(Class<T>, CriteriaElement[]) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
deleteEntityAt(int, boolean, boolean, String) - Method in interface com.cmobilecom.af.test.api.EntityListBean
Delete the entity at the index of current page by clicking the "Delete" command of the row command menu.
deleteLobFilesAfterCommit(PersistenceDataBackingBean<T>, List<T>) - Static method in class com.cmobilecom.af.model.lob.LobBean
Delete Lob files after commit.
deleteSchema(String, String, String) - Method in class com.cmobilecom.af.util.db.DbExec
Delete the schema and revoke privilege from the user.
deleteSelectedEntities(int) - Method in interface com.cmobilecom.af.test.api.EntityListBean
Delete selected entities of current page.
deleteSystemLogs() - Method in class com.cmobilecom.af.test.api.AbstractSystemTest
Delete all system logs.
deleteUploadedFiles() - Method in class com.cmobilecom.af.model.property.EntityFileUploadProperty
Delete existing uploaded files and set value to null.
denormalizeVersion(String) - Static method in class com.cmobilecom.af.util.StringUtil
Denormalize version by removing left padding '0' of major and minor versions.
desc(CriteriaExpression<T>) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Order by the expression descending.
desc(String) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Order by the property descending.
deselectAllEntities() - Method in interface com.cmobilecom.af.test.api.EntityListBean
Deselect all entities of current page.
deselectAllOptions() - Method in interface com.cmobilecom.af.test.api.EntityProperty
Deselect all options for selectMany component.
DESIGN - com.cmobilecom.af.model.form.FormBean.DisplayMode
Design questions
DESKTOP - com.cmobilecom.af.model.annotation.DeviceType
Desktop
destroy() - Method in interface com.cmobilecom.af.model.mail.EmailClient
Destroy this EmailClient and release resources.
detach() - Method in interface com.cmobilecom.af.model.property.UploadedFile
Detach this uploaded file from underlying implementation by creating a new temporary file so that it will not be managed by container.
DetachedCriteria - Class in com.cmobilecom.af.session.criteria
DetachedCriteria with static methods to create criteria elements.
DetachedCriteria() - Constructor for class com.cmobilecom.af.session.criteria.DetachedCriteria
 
detachEntities() - Method in class com.cmobilecom.af.model.phase.ResourceLocalTransaction
Detach all the entities from the EntityManager for the InstanceType instance bound to the request.
detachEntities(Collection<T>, boolean) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Detach a collection of entities from session, so any changes to them will not affect persistence.
detachEntities(Collection<T>, boolean) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
detachEntity(T, boolean) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Detach the entity from session, so changes of the entity will not affect persistence.
detachEntity(T, boolean) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
device() - Method in annotation type com.cmobilecom.af.model.annotation.HelpDef
The device types for which the help is enabled.
device() - Method in annotation type com.cmobilecom.af.model.annotation.Property
The device types for which the property is enabled.
DeviceType - Enum in com.cmobilecom.af.model.annotation
Device Type
Dialect - Class in com.cmobilecom.af.util.db
A Dialect consists of DialectItem(s).
Dialect(String) - Constructor for class com.cmobilecom.af.util.db.Dialect
Constructor
DialectItem - Class in com.cmobilecom.af.util.db
DialectItem: Dialect component base type.
DialectItem() - Constructor for class com.cmobilecom.af.util.db.DialectItem
 
DIALOG - com.cmobilecom.af.test.api.ContainerBean.Type
Dialog containerBean
DialogActionTracker - Class in com.cmobilecom.af.model.dialog
DialogActionTracker: track what happened in dialog.
DialogActionTracker() - Constructor for class com.cmobilecom.af.model.dialog.DialogActionTracker
 
DialogBean - Class in com.cmobilecom.af.model.dialog
DialogBean.
DialogBean - Interface in com.cmobilecom.af.test.api
DialogBean represents a Dialog on UI.
DialogBean(ContainerBean) - Constructor for class com.cmobilecom.af.model.dialog.DialogBean
Constructor with parent ContainerBean.
DialogBean(ContainerBean, DialogBean.DialogType) - Constructor for class com.cmobilecom.af.model.dialog.DialogBean
Constructor with parent ContainerBean.
DialogBean.DialogType - Enum in com.cmobilecom.af.model.dialog
Dialog types
DialogBean.EntityPropertyWithEntity<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.dialog
Entity property associated with an entity.
dialogClosed(PartialBehaviorEvent) - Method in class com.cmobilecom.af.model.container.ContainerBean
Partial behavior action event handler: dialog has been closed on client.
dialogClosed(DialogBean, Object) - Method in interface com.cmobilecom.af.model.dialog.DialogListener
called when dialog closed (success)
dialogClosed(DialogBean, Object) - Method in class com.cmobilecom.af.model.menu.MenuNode
 
DialogEvent - Class in com.cmobilecom.af.model.dialog
DialogEvent such as Close.
DialogEvent(DialogBean, PartialBehavior) - Constructor for class com.cmobilecom.af.model.dialog.DialogEvent
Constructor
DialogListener - Interface in com.cmobilecom.af.model.dialog
Dialog Listener.
DialogView - Class in com.cmobilecom.af.model.view
DialogView
DialogView() - Constructor for class com.cmobilecom.af.model.view.DialogView
Default constructor.
DialogView(DialogView) - Constructor for class com.cmobilecom.af.model.view.DialogView
Copy constructor
digitArrayToString(int[]) - Static method in class com.cmobilecom.af.util.StringUtil
Convert digit array such as [9,8,7,6] to string 9876 without separators.
digitStringToArray(String) - Static method in class com.cmobilecom.af.util.StringUtil
Convert digit string such as 9876 to digit array int[]{9,8,7,6}
disableActionBehavior() - Method in class com.cmobilecom.af.model.behavior.PartialBehaviorSupport
Disable partial behavior for action event.
disablePartialBehavior(String) - Method in class com.cmobilecom.af.model.behavior.PartialBehaviorSupport
Disable partial behavior for the event.
discoverEntityProperties(DataDescriptor, T, boolean, boolean) - Method in class com.cmobilecom.af.model.bean.EntityPropertyDiscoverer
Discover entity properties using property annotations and reflection.
dismissMessageItem(int) - Method in interface com.cmobilecom.af.test.api.ContainerBean
Dismiss the specified message.
displayName - Variable in class com.cmobilecom.af.entity.attr.EntityAttrBase
 
displayValueForFalse() - Method in annotation type com.cmobilecom.af.model.annotation.RenderStyleDef
The display value for false for Boolean type.
displayValueForNotNull() - Method in annotation type com.cmobilecom.af.model.annotation.RenderStyleDef
The display value for non-null value.
displayValueForNull() - Method in annotation type com.cmobilecom.af.model.annotation.RenderStyleDef
The display value for null-value.
displayValueForTrue() - Method in annotation type com.cmobilecom.af.model.annotation.RenderStyleDef
The display value for true for Boolean type.
displayValueOnly() - Method in annotation type com.cmobilecom.af.model.annotation.RenderStyleDef
In showing mode, whether to show property value as text only without UI component.
DistanceEntityProperty<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.query
DistanceEntityProperty represents a query restriction that compares current date with a period of time.
DistanceEntityProperty(PersistenceDataBackingBean<T>, String, Class, EntityProperty<T>) - Constructor for class com.cmobilecom.af.model.query.DistanceEntityProperty
Constructor.
divide(ExprValue, MathContext) - Method in class com.cmobilecom.af.util.expr.ExprValue
Divide this value by divisor.
divide(BigDecimal, BigDecimal, int) - Static method in class com.cmobilecom.af.util.NumberUtil
Divide the value by the divisor with RoundingMode.HALF_UP.
DivideByZeroException - Exception in com.cmobilecom.af.util.expr
Expression exception raised when a value is divided by zero.
DivideByZeroException(String) - Constructor for exception com.cmobilecom.af.util.expr.DivideByZeroException
Constructor with a localized message.
DivideByZeroException(String, Object[]) - Constructor for exception com.cmobilecom.af.util.expr.DivideByZeroException
Constructor.
DivideByZeroException(Throwable) - Constructor for exception com.cmobilecom.af.util.expr.DivideByZeroException
Constructor with a wrapped Throwable.
doAfterLogin(LoginForm) - Method in class com.cmobilecom.af.model.security.LoginBean
Do something after login: redirect URL, click a menu node, or handle choice.
domEvent() - Method in annotation type com.cmobilecom.af.model.annotation.Property
domEvent: defines a list of DOM events.
DomEventDef - Annotation Type in com.cmobilecom.af.model.annotation
EntityProperty DOM Event behavior.
DomEventSupport - Class in com.cmobilecom.af.model.behavior
DomEventSupport is a map from event to handler, and can be used in JSF EL expression like map['name'].
DomEventSupport(ClientBehaviorHolder) - Constructor for class com.cmobilecom.af.model.behavior.DomEventSupport
Constructor with clientBehaviorHolder such as a MenuNode or EntityProperty.
done() - Method in class com.cmobilecom.af.util.AbstractProgress
Set root module completed percentage.
done() - Method in interface com.cmobilecom.af.util.Progress
done: called when the root module is completed.
DOUBLE_ENCODED - com.cmobilecom.af.model.security.LoginBean.PasswordEncodeType
one-way encoded twice.
Downloader - Class in com.cmobilecom.af.model.util
Downloader: download data from server.
Downloader(String, String, String) - Constructor for class com.cmobilecom.af.model.util.Downloader
Constructor
downloadFile(String, File) - Static method in class com.cmobilecom.af.model.util.Downloader
Download the file with the mimeType.
downloadFile(String, File, String) - Static method in class com.cmobilecom.af.model.util.Downloader
Download the file with the mimeType
dryRun() - Method in class com.cmobilecom.af.test.api.InstanceTest
Run to initialize cached data in manageCenter, and sync IdRule(s) with server side.
DualPersistenceEntity - Class in com.cmobilecom.af.entity
A DualPersistenceEntity can be created in an instanceType DataAccessUnit or an instance DataAccessUnit in multitenancy.
DualPersistenceEntity() - Constructor for class com.cmobilecom.af.entity.DualPersistenceEntity
 
dynamic() - Method in annotation type com.cmobilecom.af.model.annotation.HelpDef
static or dynamic message
dynamicPartialBehaviorSupport() - Method in annotation type com.cmobilecom.af.model.annotation.Property
Whether property paritalBehaviorSupport is dynamic
dynamicRenderStyle() - Method in annotation type com.cmobilecom.af.model.annotation.Property
Whether property render style is dynamic and determined by backing bean.
dynamicSelectItems() - Method in annotation type com.cmobilecom.af.model.annotation.RenderStyleDef
Whether the select item list is dynamic depending on entity?
dynamicSelectQuery() - Method in annotation type com.cmobilecom.af.model.annotation.Property
For dynamic, get propertyQueryElements from backingBean.
dynamicValue() - Method in annotation type com.cmobilecom.af.model.annotation.Property
Whether property value is dynamic and determined by backing bean.

E

e - com.cmobilecom.af.model.report.ReportQueryForm.LegendPosition
East
EAN13 - com.cmobilecom.af.entity.persistence.IdRule.BarcodeType
EAN-13
EAN13 - com.cmobilecom.af.test.api.InstanceTest.BarcodeType
EAN-13
EAN8 - com.cmobilecom.af.entity.persistence.IdRule.BarcodeType
EAN-8
EAN8 - com.cmobilecom.af.test.api.InstanceTest.BarcodeType
EAN-8
edit() - Method in interface com.cmobilecom.af.test.api.EntityBean
Make this bean in editing mode by clicking "Edit" menu node.
EDIT - com.cmobilecom.af.model.annotation.ModeType
Editing persisted entity mode
EDIT - com.cmobilecom.af.model.module.MultiTenant.SharedEntityAccess
Edit entities
EDIT - com.cmobilecom.af.model.system.AccessType
Edit entity
editable() - Method in annotation type com.cmobilecom.af.model.annotation.Property
Property edit control: 0 -- not editable, 1 -- always editable, 2 -- by access control
EDITABLE - com.cmobilecom.af.model.annotation.EditControl
editable
editableIfCreating() - Method in annotation type com.cmobilecom.af.model.annotation.Property
Whether the property is editable or readonly when creating
EditControl - Enum in com.cmobilecom.af.model.annotation
Property edit control
editModeChanged(PersistenceDataBackingBean<Question>, Question, boolean) - Method in class com.cmobilecom.af.model.form.QuestionBean
 
editModeChanged(PersistenceDataBackingBean<T>, T, boolean) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Edit mode(editing or showing) of the entity has been changed.
editSelected() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Make the selected entities of current page in edit mode.
ELEMENT_ENTITIES - Static variable in class com.cmobilecom.af.model.entimport.DefaultEntityImportValidator
element tag name: entities
ELEMENT_ENTITY - Static variable in class com.cmobilecom.af.model.entimport.DefaultEntityImportValidator
element tag name: entity
ELEMENT_PARTIAL_BEHAVIOR - Static variable in class com.cmobilecom.af.model.behavior.PartialBehavior
PartialBehavior XML root element tag name: partialBehavior
ELEMENT_VIEW_CONFIG - Static variable in class com.cmobilecom.af.model.bean.ViewConfig
ViewConfig XML root element tag name
elements() - Method in class com.cmobilecom.af.util.LinkedProperties
 
EMAIL - com.cmobilecom.af.entity.form.Question.AnswerType
Email address
EMAIL_PATTERN - Static variable in class com.cmobilecom.af.model.property.EntityProperty
Email address pattern (regular expression)
EmailClient - Interface in com.cmobilecom.af.model.mail
An EmailClient is an API or utility that connects mail server to send emails.
EmailObject - Interface in com.cmobilecom.af.model.mail
Tag interface.
EmailRequest - Interface in com.cmobilecom.af.model.mail
Send email request.
EmbeddedStatistics(String) - Constructor for class com.cmobilecom.af.model.bean.EntityListViewConfig.EmbeddedStatistics
Constructor
EmbeddedStatistics(List<String>) - Constructor for class com.cmobilecom.af.model.bean.EntityListViewConfig.EmbeddedStatistics
Constructor
EMPTY - com.cmobilecom.af.session.criteria.CriteriaFunction.Function
a collection is empty
EMPTY_SELECTION_LABEL - Static variable in class com.cmobilecom.af.model.property.SelectItemListProvider
Default empty selection label: empty string
EMPTY_SELECTION_VALUE - Static variable in class com.cmobilecom.af.model.property.SelectItemListProvider
Empty selection value on client that is mapped to NULL value on server
enableEdit() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Enable this bean in editing mode.
encodeBase64(byte[]) - Static method in class com.cmobilecom.af.util.StringUtil
Encode an array of bytes into a Base64 string.
encodeContentBegin(String, ResponseWriter) - Method in class com.cmobilecom.af.web.module.BeanViewEncoder
encodeBegin is the method that will be called before encoding the content of the backing bean.
encodeContentEnd(String, ResponseWriter) - Method in class com.cmobilecom.af.web.module.BeanViewEncoder
encodeEnd is the method that will be called after encoding the content of the backing bean.
encodeCookieCredential(String, String) - Method in class com.cmobilecom.af.model.security.LoginBean
Encode user credential that can be stored as cookie.
ENCODED - com.cmobilecom.af.model.security.LoginBean.PasswordEncodeType
one-way encoded
encodeDesignXml() - Method in class com.cmobilecom.af.model.formdesign.FormDesignEncoder
Set formDesign XML by encoding object model.
encodePassword(String) - Method in class com.cmobilecom.af.model.security.LoginBean
Encode password using one-way encoding method.
encodePassword(String) - Static method in class com.cmobilecom.af.util.StringUtil
Encode password using MD5 hash and Base64 encoding.
encodeResourceURL(String, boolean) - Method in class com.cmobilecom.af.model.util.RequestHelper
Encode URL adding sessionId to track session if necessary.
encodeWidget(String, ResponseWriter) - Method in class com.cmobilecom.af.web.module.BeanViewEncoder
Encode client widget.
endDate - Variable in class com.cmobilecom.af.entity.report.DatePeriod
 
endDateInclusive - Variable in class com.cmobilecom.af.entity.report.DatePeriod
 
endMap() - Method in class com.cmobilecom.af.web.module.WidgetBuilder
End current map
ENDS_WITH - com.cmobilecom.af.session.criteria.CriteriaFunction.Function
ends with a pattern.
ENDS_WITH_NE - com.cmobilecom.af.session.criteria.CriteriaFunction.Function
ends with a pattern, but not equal to the pattern
endsWith(CriteriaExpression<String>, CriteriaExpression<String>) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a endsWith expression to check if the expression value ends with a pattern.
endsWith(String, String) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a endsWith expression to check if the property value ends with a pattern.
endsWithNE(CriteriaExpression<String>, CriteriaExpression<String>) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create an endsWith (but not equal) expression to check if the expression value ends with a pattern but they are not equal.
endsWithNE(String, String) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create an endsWith (but not equal) expression to check if the property value ends with a pattern.
ensureDaysAvailableInCurrentMonth(ZoneId, int, int) - Method in class com.cmobilecom.af.test.api.TestClock
Adjust the current day to ensure the number of days available in current month.
entities - Variable in class com.cmobilecom.af.model.entimport.EntityImportHandler.HandleResult
entities imported but not persisted (conflictAction is null)
ENTITIES_ADDED - com.cmobilecom.af.model.pagination.PageableEntityList.PaginationChangeReason
entities added
ENTITIES_CHANGED - com.cmobilecom.af.model.pagination.PageableEntityList.PaginationChangeReason
persistence data changed by other means such as native sql, need to refresh
ENTITIES_DELETED - com.cmobilecom.af.model.pagination.PageableEntityList.PaginationChangeReason
entities removed
entitiesAddedOrDeleted - Variable in class com.cmobilecom.af.model.pagination.PageableEntityList
Has any entity been added or deleted to this pageable entity list? If true, applyChange command will be rendered for saving changes.
entitiesDeletedFromMemory(EntityListBackingBean<T>, List<T>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Called after the entities of the EntityListBackingBean are deleted from memory.
entitiesToBeDeleted(PersistenceDataBackingBean<T>, List<T>) - Method in class com.cmobilecom.af.model.lob.LobBean
When merging parent entity, a list of Lob entities may be deleted, this method will be called in that case.
ENTITY - com.cmobilecom.af.model.bean.EntityBackingBean.ShowTypeAfterCommit
Show the entity
ENTITY - com.cmobilecom.af.model.bean.ViewType
Entity view, for entity creating, showing and editing mode
ENTITY_ATTR_TYPE - Static variable in class com.cmobilecom.af.model.property.SelectItemListProvider
ChoiceType: EntityAttr type
ENTITY_LIST - com.cmobilecom.af.model.bean.ViewType
All entity list view
ENTITY_LIST_NARROW - com.cmobilecom.af.model.bean.ViewType
Entity list narrow that is supposed to have fewer properties than wide.
ENTITY_LIST_ROW - Static variable in class com.cmobilecom.af.model.behavior.VisitTarget
entity list row visit target for property PartialBehaviorDef annotation
ENTITY_LIST_WIDE - com.cmobilecom.af.model.bean.ViewType
Entity list wide that is supposed to have more properties than narrow.
ENTITY_SELECT_SCOPE - Static variable in class com.cmobilecom.af.model.property.SelectItemListProvider
ChoiceType: entity selection scope
EntityAttr - Interface in com.cmobilecom.af.entity.attr
EntityAttr: definition of a user-defined entity property
EntityAttr.Type - Enum in com.cmobilecom.af.entity.attr
Attribute Type
EntityAttrBase - Class in com.cmobilecom.af.entity.attr
EntityAttr implementation base class.
EntityAttrBase() - Constructor for class com.cmobilecom.af.entity.attr.EntityAttrBase
 
EntityAttrBean<T extends EntityAttr> - Class in com.cmobilecom.af.model.attr
EntityAttrBean backing bean
EntityAttrBean() - Constructor for class com.cmobilecom.af.model.attr.EntityAttrBean
 
EntityAttrOption - Interface in com.cmobilecom.af.entity.attr
EntityAttrOption: an option of entity attribute value.
EntityAttrOptionBase - Class in com.cmobilecom.af.entity.attr
EntityAttrOptionBase: EntitAttrOption implementation base class.
EntityAttrOptionBase() - Constructor for class com.cmobilecom.af.entity.attr.EntityAttrOptionBase
 
EntityAttrOptionBean<T extends EntityAttrOption> - Class in com.cmobilecom.af.model.attr
EntityAttrOption backing bean
EntityAttrOptionBean() - Constructor for class com.cmobilecom.af.model.attr.EntityAttrOptionBean
 
entityAttrsMap - Variable in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
EntityAttr cache: cacheKey -> EntityAttr(s)
entityAttrSourceProperty() - Method in annotation type com.cmobilecom.af.entity.annotation.HierarchySupport
A property name whose type is Hierarchy, which defines entity attributes(user-defined properties).
EntityAttrSupport - Interface in com.cmobilecom.af.entity.attr
EntityAttrSupport.
EntityAttrValue - Interface in com.cmobilecom.af.entity.attr
EntityAttrValue is an attribute value associated with an entity.
EntityAttrValueBase - Class in com.cmobilecom.af.entity.attr
EntityAttrValueBase: EntityAttrValue implementation base class.
EntityAttrValueBase() - Constructor for class com.cmobilecom.af.entity.attr.EntityAttrValueBase
 
EntityAttrValueSupport - Interface in com.cmobilecom.af.entity.attr
EntityAttrValueSupport: an entity can create a number of EntityAttrValues(attributes with their values).
EntityBackingBean<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.bean
EntityBackingBean is the base class for entity persistence, query and presentation.
EntityBackingBean() - Constructor for class com.cmobilecom.af.model.bean.EntityBackingBean
Default constructor.
EntityBackingBean.OrderByProperty - Class in com.cmobilecom.af.model.bean
Order by property for query.
EntityBackingBean.PropertyQueryCriterion - Class in com.cmobilecom.af.model.bean
PropertyQueryCriterion: description about the criterion created from a query property.
EntityBackingBean.ShowTypeAfterCommit - Enum in com.cmobilecom.af.model.bean
ShowTypeAfterCommit: whether to show the entity after committed to persistence
EntityBackingBeanHelper<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.bean
EntityBackingBean Helper.
EntityBackingBeanHelper.PropertyExpression - Class in com.cmobilecom.af.model.bean
PropertyExpression #{objectVar.property}.
EntityBatchPrint<T extends PersistenceEntity> - Interface in com.cmobilecom.af.model.print
EntityBatchPrint: render a list of entities using a FormDesign in print friendly.
EntityBatchPrintBase<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.print
EntityBatchPrintBase: EntityBatchPrint implementation base.
EntityBatchPrintBase() - Constructor for class com.cmobilecom.af.model.print.EntityBatchPrintBase
 
EntityBatchPrintBean<T extends EntityBatchPrint,​E extends PersistenceEntity> - Class in com.cmobilecom.af.model.print
Entity batch print backing bean
EntityBatchPrintBean() - Constructor for class com.cmobilecom.af.model.print.EntityBatchPrintBean
 
EntityBean - Interface in com.cmobilecom.af.test.api
EntityBean represents an EntityBackingBean on UI.
EntityBeanViewEncoder<T extends PersistenceEntity> - Class in com.cmobilecom.af.web.module
EntityBeanViewEncoder is a BeanViewEncoder for EntityBackingBean.
EntityBeanViewEncoder() - Constructor for class com.cmobilecom.af.web.module.EntityBeanViewEncoder
 
EntityCaptchaProperty<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.property
EntityCaptchaProperty: show and validate captcha.
EntityCaptchaProperty(PersistenceDataBackingBean<T>, Class) - Constructor for class com.cmobilecom.af.model.property.EntityCaptchaProperty
Constructor with its backing bean
EntityChartProperty<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.chart
EntityChartProperty is an EntityProperty that is rendered as a chart such as line, bar, pie.
EntityChartProperty(PersistenceDataBackingBean<T>, String, EntityProperty<T>) - Constructor for class com.cmobilecom.af.model.chart.EntityChartProperty
Constructor.
EntityChoiceSupport - Interface in com.cmobilecom.af.entity
EntityChoiceSupport.
EntityChoiceSupportBean<T extends EntityChoiceSupport> - Class in com.cmobilecom.af.model.bean
EntityChoiceSupportBean: EntityBackingBean that can be enclosed in parent EntityFormSupportBean and support a choice including
EntityChoiceSupportBean() - Constructor for class com.cmobilecom.af.model.bean.EntityChoiceSupportBean
 
EntityCollectionProperty<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.property
EntityCollectionProperty: the value of the property is a collection.
EntityCollectionProperty(PersistenceDataBackingBean<T>, String, Class, Class, Method, Method, EntityProperty<T>) - Constructor for class com.cmobilecom.af.model.property.EntityCollectionProperty
Constructor.
EntityCommandHandler<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.bean
EntityBackingBean help class: creating and handling commands.
EntityCommandHandler(EntityBackingBean<T>) - Constructor for class com.cmobilecom.af.model.bean.EntityCommandHandler
Constructor with an EntityBackingBean
EntityCommitEvent<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.module.event
EntityCommitEvent is a ModuleEvent indicating a list of entities have been created/deleted/changed in persistence.
EntityCommitEvent(PersistenceDataBackingBean<T>, List<T>, ActionDescriptor) - Constructor for class com.cmobilecom.af.model.module.event.EntityCommitEvent
Constructor
entityCommitted(ActionDescriptor) - Method in class com.cmobilecom.af.model.dialog.DialogActionTracker
entityCommitted: called after any entities has been committed to persistence.
entityCommitted(PersistenceDataBackingBean<T>, List<T>, ActionDescriptor) - Method in class com.cmobilecom.af.model.container.ContainerBean
entityCommitted: called when an entity is created, deleted, or changed in persistence.
entityCommitted(PersistenceDataBackingBean<T>, List<T>, ActionDescriptor) - Method in class com.cmobilecom.af.model.dialog.DialogBean
 
entityCount - Variable in class com.cmobilecom.af.model.bean.EntityListBackingBean.TableInfo
entity count
entityCreated(IdRuleEntityType, EntityBean, String) - Method in class com.cmobilecom.af.test.api.ModuleTest
Callback after an entity is created for verifying entity id(nid) that will be stored by sequence(1,2,3,etc.) for later retrieval.
entityCreated(IdRuleEntityType, EntityBean, String, boolean) - Method in class com.cmobilecom.af.test.api.ModuleTest
Callback after an entity is created for verifying entity id(nid) that will be stored by sequence(1,2,3,etc.) for later retrieval.
entityCreated(IdRuleEntityType, String) - Method in class com.cmobilecom.af.test.api.ModuleTest
Callback after an entity is created for verifying entity id(nid) that will be stored by sequence(1,2,3,etc.) for later retrieval.
entityCreated(String) - Method in class com.cmobilecom.af.test.api.InstanceTest.IdRule
Call this method after an entity is created to sync with the corresponding IdRule on server side.
entityDataSource - Variable in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
The EntityDataSource to build this backing bean.
EntityDataSource<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.nav
EntityDataSource holds dataSource and properties that can be used to create an EntityBackingBean or EntityListBackingBean.
EntityDataSource(Object) - Constructor for class com.cmobilecom.af.model.nav.EntityDataSource
Constructor with the wrapped dataSource
EntityDataSource(Object, Map<String, Object>) - Constructor for class com.cmobilecom.af.model.nav.EntityDataSource
Constructor with the wrapped dataSource and parameter map
EntityDataSource(List<T>, Class<T>) - Constructor for class com.cmobilecom.af.model.nav.EntityDataSource
Constructor with a list of entities.
EntityDefaultOrdersBuilder<E extends PersistenceEntity,​T> - Class in com.cmobilecom.af.model.query
EntityDefaultOrdersBuilder: add entity default query orders.
EntityDefaultOrdersBuilder(Class<E>) - Constructor for class com.cmobilecom.af.model.query.EntityDefaultOrdersBuilder
Constructor
EntityDefaultOrdersBuilder(Class<E>, MenuNodeFactory, ContainerBean) - Constructor for class com.cmobilecom.af.model.query.EntityDefaultOrdersBuilder
Constructor
EntityDeletionDescriptor - Class in com.cmobilecom.af.model.bean
EntityDeletionDescriptor describes the way that entities are deleted.
EntityDeletionDescriptor(EntityDeletionDescriptor.Type, String, List<SelectItem>) - Constructor for class com.cmobilecom.af.model.bean.EntityDeletionDescriptor
Constructor
EntityDeletionDescriptor.Type - Enum in com.cmobilecom.af.model.bean
Entity deletion types
EntityExportHandler<T extends PersistenceEntity> - Interface in com.cmobilecom.af.model.entimport
EntityExportHandler: export the entities of an entity type.
EntityExportSupport - Interface in com.cmobilecom.af.entity.persistence
Tag interface.
EntityFetchGraph<T extends PersistenceEntity> - Class in com.cmobilecom.af.session
EntityFetchGraph defines entity properties and joined entities to be fetched for a query.
EntityFetchGraph(Class<T>, boolean) - Constructor for class com.cmobilecom.af.session.EntityFetchGraph
 
EntityFetchGraph(Class<T>, Object[], boolean) - Constructor for class com.cmobilecom.af.session.EntityFetchGraph
Constructor with property join type array.
EntityFetchGraph(Class<T>, Element) - Constructor for class com.cmobilecom.af.session.EntityFetchGraph
Constructor with XML element.
EntityFile - Interface in com.cmobilecom.af.entity.persistence
Entities of the type that implements EntityFile are stored on file system instead of database.
EntityFileDataSource<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.entimport
Entity file data source for import.
EntityFileDataSource(String, Class<T>, FileDataSource, String) - Constructor for class com.cmobilecom.af.model.entimport.EntityFileDataSource
 
EntityFileDataSource(String, Class<T>, File) - Constructor for class com.cmobilecom.af.model.entimport.EntityFileDataSource
 
EntityFileDataSource(String, Class<T>, String, FileDataSource.LocationType) - Constructor for class com.cmobilecom.af.model.entimport.EntityFileDataSource
 
EntityFileIdentifier - Class in com.cmobilecom.af.entity.persistence
EntityFileIdentifier that is used to uniquely identify an entity that is a EntityFile.
EntityFileIdentifier(EntityFileIdentifier) - Constructor for class com.cmobilecom.af.entity.persistence.EntityFileIdentifier
Copy constructor
EntityFileIdentifier(Instance, String) - Constructor for class com.cmobilecom.af.entity.persistence.EntityFileIdentifier
Constructor
EntityFileIdentifier(String, Long, String) - Constructor for class com.cmobilecom.af.entity.persistence.EntityFileIdentifier
Constructor
EntityFileUploadProperty<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.property
EntityFileUploadProperty is an EntityProperty that handles file uploads
EntityFileUploadProperty(PersistenceDataBackingBean<T>, String, Class, Method, Method, EntityProperty<T>) - Constructor for class com.cmobilecom.af.model.property.EntityFileUploadProperty
Constructor.
EntityFormBeanProperty<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.property
EntityFormBeanProperty is an Entity property that is rendered as a Form (query/entity/entity list/menu).
EntityFormBeanProperty(PersistenceDataBackingBean<T>, String, Class, Method, Method, Class, Class, FormBeanPropertyUtil.TypeConverter, String[], EntityFormBeanProperty.TrimScope[], EntityProperty<T>) - Constructor for class com.cmobilecom.af.model.property.EntityFormBeanProperty
Constructor.
EntityFormBeanProperty(PersistenceDataBackingBean<T>, String, Class, Method, Method, Class, String[], EntityFormBeanProperty.TrimScope[], EntityProperty<T>) - Constructor for class com.cmobilecom.af.model.property.EntityFormBeanProperty
Constructor.
EntityFormBeanProperty.TrimScope - Enum in com.cmobilecom.af.model.property
The scope of member entities to be removed
EntityFormSupportBean<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.bean
EntityBackingBean with one or more EntityFormBeanProperty(s) that users can input new entity in place or select an existing entity for the properties.
EntityFormSupportBean() - Constructor for class com.cmobilecom.af.model.bean.EntityFormSupportBean
 
EntityHierarchyProperty<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.property
EntityHierarchyProperty whose value is Hierarchy entity.
EntityHierarchyProperty(PersistenceDataBackingBean<T>, String, Class, Method, Method, EntityProperty<T>) - Constructor for class com.cmobilecom.af.model.property.EntityHierarchyProperty
Constructor.
EntityHierarchyPropertyInfo<T extends Hierarchy> - Class in com.cmobilecom.af.model.property
EntityHierarchyPropertyInfo describes a property whose value is a Hierarchy.
EntityHierarchyPropertyInfo(String, Class<T>) - Constructor for class com.cmobilecom.af.model.property.EntityHierarchyPropertyInfo
Constructor with property name and type.
EntityHierarchyPropertyInfo(String, Class<T>, String) - Constructor for class com.cmobilecom.af.model.property.EntityHierarchyPropertyInfo
Constructor with property name, type and rootHierarchyId.
EntityI18N - Interface in com.cmobilecom.af.entity.i18n
EntityI18N is entity property value translation by locale.
EntityI18NBase - Class in com.cmobilecom.af.entity.i18n
EntityI18NBase: EntityI18N implementation base class.
EntityI18NBase() - Constructor for class com.cmobilecom.af.entity.i18n.EntityI18NBase
 
EntityI18NBean<T extends EntityI18N> - Class in com.cmobilecom.af.model.bean
EntityI18N backing bean
EntityI18NBean() - Constructor for class com.cmobilecom.af.model.bean.EntityI18NBean
 
entityI18NCommitted(EntityProperty<T>, ActionDescriptor) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
EntityI18N committed: created/changed/deleted.
entityI18NMap - Variable in class com.cmobilecom.af.entity.i18n.EntityI18NSupportBase
entityI18NMap: cache, built from entityI18Ns.
entityI18Ns - Variable in class com.cmobilecom.af.entity.i18n.EntityI18NSupportBase
A set of EntityI18N(s) for property value translations.
EntityI18NSupport - Interface in com.cmobilecom.af.entity.i18n
EntityI18NSupport.
EntityI18NSupportBase - Class in com.cmobilecom.af.entity.i18n
EntityI18NSupportBase: EntityI18NSupport implementation base class
EntityI18NSupportBase() - Constructor for class com.cmobilecom.af.entity.i18n.EntityI18NSupportBase
 
EntityImport - Interface in com.cmobilecom.af.entity.persistence
EntityImport interface for showing entity import form with options.
EntityImport.ConflictAction - Enum in com.cmobilecom.af.entity.persistence
ConflictAction: how to handle conflict when an entity with the same id exists in persistence.
EntityImportBean<T extends EntityImport> - Class in com.cmobilecom.af.model.entimport
EntityImport backing bean
EntityImportBean() - Constructor for class com.cmobilecom.af.model.entimport.EntityImportBean
 
EntityImportDataSource<T extends PersistenceEntity> - Interface in com.cmobilecom.af.entity.persistence
EntityImportDataSource: data source for entity import.
EntityImportHandler - Interface in com.cmobilecom.af.model.entimport
EntityImportHandler: import entities from an uploaded file or a file in system repository.
EntityImportHandler.HandleResult<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.entimport
Entity import results
EntityImportSupport - Interface in com.cmobilecom.af.entity.persistence
Tag interface.
EntityImportValidator<T extends PersistenceEntity> - Interface in com.cmobilecom.af.entity.persistence
EntityImportValidator: validate entity XML element when importing entities.
EntityInheritable - Interface in com.cmobilecom.af.entity
EntityInheritable indicates that a singular entity of the type in system instance can be inherited by all instance types, and a singular entity of the type in an InstanceType can be inherited by all of its instances.
EntityInitializer<T extends PersistenceEntity> - Interface in com.cmobilecom.af.model.bean
EntityInitializer: initialize entity data during refreshing data model.
EntityInitializer.PhaseId - Enum in com.cmobilecom.af.model.bean
Entity initialization phases
EntityJoinGraph<T extends PersistenceEntity> - Class in com.cmobilecom.af.session
EntityJoinGraph defines the join types between entity relationships.
EntityJoinGraph(Class<T>) - Constructor for class com.cmobilecom.af.session.EntityJoinGraph
Constructor with entity type
EntityJoinGraph(Class<T>, Object[]) - Constructor for class com.cmobilecom.af.session.EntityJoinGraph
Constructor with property join type array.
EntityJoinGraph(Class<T>, Element) - Constructor for class com.cmobilecom.af.session.EntityJoinGraph
Constructor with XML element.
entityListBackingBean - Variable in class com.cmobilecom.af.model.pagination.PageableEntityList
The EntityListBackingBean to manage this pageable entity list
EntityListBackingBean<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.bean
Base backing bean class for displaying/editing a list of persistence entities.
EntityListBackingBean() - Constructor for class com.cmobilecom.af.model.bean.EntityListBackingBean
Default constructor.
EntityListBackingBean.EntitySelectScope - Enum in com.cmobilecom.af.model.bean
Entity selection scope.
EntityListBackingBean.TableInfo - Class in com.cmobilecom.af.model.bean
Table info
EntityListBean - Interface in com.cmobilecom.af.test.api
EntityListBean represents an EntityListBackingBean on UI.
EntityListBeanListener<T extends PersistenceEntity> - Interface in com.cmobilecom.af.model.bean.listener
EntityListBackingBean listener.
EntityListBeanViewEncoder<T extends PersistenceEntity> - Class in com.cmobilecom.af.web.module
EntityListBeanViewEncoder is a BeanViewEncoder for EntityListBackingBean.
EntityListBeanViewEncoder() - Constructor for class com.cmobilecom.af.web.module.EntityListBeanViewEncoder
 
EntityListCommandHandler<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.bean
EntityListCommandHandler, handling some commands.
EntityListCommandHandler(EntityListBackingBean<T>) - Constructor for class com.cmobilecom.af.model.bean.EntityListCommandHandler
Constructor with entityListBackingBean
EntityListCreateEntity<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.nav
EntityListCreateEntity is an EntityDataSource that is used to create an entity in the context of EntityListBackingBean.
EntityListCreateEntity(Class<T>, EntityListBackingBean<T>, EntityDataSource<T>, EntityViewConfig) - Constructor for class com.cmobilecom.af.model.nav.EntityListCreateEntity
Constructor
entityListRowExpansion - Variable in class com.cmobilecom.af.model.bean.EntityListBackingBean
entity list row expansion properties and current states
EntityListRowExpansion<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.bean
EntityListRowExpansion keeps row expansion properties and tracks current states for each row.
EntityListRowExpansion(EntityListBackingBean<T>) - Constructor for class com.cmobilecom.af.model.bean.EntityListRowExpansion
Constructor with the associated EntityListBackingBean
EntityListToEntity<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.nav
EntityListToEntity is an EntityDataSource that is used to navigate entities in the EntityListBackingBean.
EntityListToEntity(EntityListBackingBean<T>) - Constructor for class com.cmobilecom.af.model.nav.EntityListToEntity
Constructor.
EntityListViewConfig - Class in com.cmobilecom.af.model.bean
EntityListViewConfig: viewConfig for entity list backingBean.
EntityListViewConfig(ViewType) - Constructor for class com.cmobilecom.af.model.bean.EntityListViewConfig
Constructor with viewType
EntityListViewConfig(Element, ViewType, DataAccessUnit) - Constructor for class com.cmobilecom.af.model.bean.EntityListViewConfig
Constructor from XML
EntityListViewConfig.EmbeddedStatistics - Class in com.cmobilecom.af.model.bean
EmbededStatistics: embed statistics entities in the entity list between entities and at the end of the entity list.
EntityListViewConfig.RowEntityViewLayoutType - Enum in com.cmobilecom.af.model.bean
Layout type for rowEntityView.
EntityListViewConfig.RowExpansion - Class in com.cmobilecom.af.model.bean
Entity list row expansion description.
EntityMediaProperty<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.property
EntityMediaProperty.
EntityMediaProperty(PersistenceDataBackingBean<T>, String, Class, Method, Method, EntityProperty<T>) - Constructor for class com.cmobilecom.af.model.property.EntityMediaProperty
Constructor.
EntityNameResolver<T extends PersistenceEntity,​R extends PersistenceEntity> - Interface in com.cmobilecom.af.model.container
EntityNameResolver that resolves the name of an entity.
EntityNotFoundException - Exception in com.cmobilecom.af.session
EntityNotFoundException that occurs if required entities are not found
EntityNotFoundException(String) - Constructor for exception com.cmobilecom.af.session.EntityNotFoundException
Constructor.
EntityNotFoundException(String, boolean, Object[]) - Constructor for exception com.cmobilecom.af.session.EntityNotFoundException
Constructor.
EntityNotFoundException(String, Object[]) - Constructor for exception com.cmobilecom.af.session.EntityNotFoundException
Constructor.
EntityNotFoundException(Throwable) - Constructor for exception com.cmobilecom.af.session.EntityNotFoundException
Constructor: wrapper over a Throwable
EntityOfEntityList<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.nav
EntityOfEntityList is an EntityDataSource that is used to create one EntityBackingBean for each entity of the EntityListBackingBean that is in a mode of one EntityBackingBean per entity (rowEntityView), instead of one entity per row in a table.
EntityOfEntityList(PageableEntityList<T>, int) - Constructor for class com.cmobilecom.af.model.nav.EntityOfEntityList
Constructor with an entity in the current page of a PageableEntityList.
EntityProgressProperty<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.property
EntityProgressProperty is an EntityProperty that is used to show a progress bar for a long running task.
EntityProgressProperty(PersistenceDataBackingBean<T>, String) - Constructor for class com.cmobilecom.af.model.property.EntityProgressProperty
Constructor.
EntityProgressProperty.ProgressImpl - Class in com.cmobilecom.af.model.property
Progress Impl.
EntityProperty<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.property
EntityProperty represents a property of an entity type.
EntityProperty - Interface in com.cmobilecom.af.test.api
EntityProperty represents an entity property on UI.
EntityProperty(PersistenceDataBackingBean<T>, String) - Constructor for class com.cmobilecom.af.model.property.EntityProperty
Constructor.
EntityProperty(PersistenceDataBackingBean<T>, String, RenderStyle) - Constructor for class com.cmobilecom.af.model.property.EntityProperty
Constructor.
EntityProperty(PersistenceDataBackingBean<T>, String, Class) - Constructor for class com.cmobilecom.af.model.property.EntityProperty
Constructor.
EntityProperty(PersistenceDataBackingBean<T>, String, Class, Method, Method, EntityProperty<T>) - Constructor for class com.cmobilecom.af.model.property.EntityProperty
Constructor.
EntityPropertyDiscoverer<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.bean
Discover the list of annotated properties that will show up on UI view.
EntityPropertyDiscoverer(PersistenceDataBackingBean<T>) - Constructor for class com.cmobilecom.af.model.bean.EntityPropertyDiscoverer
 
EntityPropertyFactory<T extends PersistenceEntity> - Interface in com.cmobilecom.af.model.property
EntityPropertyFactory that is responsible for creating EntityProperty from property annotation.
EntityPropertyGroup<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.property
For grouping only.
EntityPropertyGroup(PersistenceDataBackingBean<T>, String) - Constructor for class com.cmobilecom.af.model.property.EntityPropertyGroup
Constructor
EntityPropertyInitializer<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.bean
EntityIntializer Implementation by PropertyQueryElements.
EntityPropertyInitializer(List<CriteriaElement>, String) - Constructor for class com.cmobilecom.af.model.bean.EntityPropertyInitializer
Constructor
entityPropertyList - Variable in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Entity property list
entityPropertyListData - Variable in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Entity property list data model
entityPropertyType() - Method in annotation type com.cmobilecom.af.model.annotation.Column
EntityProperty type for entity list view that specifies the type of EntityProperty(or its subclass) instance to create.
entityPropertyType() - Method in annotation type com.cmobilecom.af.model.annotation.Property
entityPropertyType specifies the type of EntityProperty(or its subclass) instance to create.
entityPropertyType() - Method in annotation type com.cmobilecom.af.model.annotation.Query
EntityProperty type for query view that specifies the type of EntityProperty(or its subclass) instance to create.
EntityPropertyVisitor<T extends PersistenceEntity> - Interface in com.cmobilecom.af.model.property
EntityProperty Visitor
EntityPropertyWithEntity(EntityProperty<T>, T) - Constructor for class com.cmobilecom.af.model.dialog.DialogBean.EntityPropertyWithEntity
 
EntityReference<T extends PersistenceEntity> - Interface in com.cmobilecom.af.entity
Entity soft reference.
EntityReferenceUtil - Class in com.cmobilecom.af.model.util
EntityReference Utility.
EntityReferenceUtil(DataAccessUnit) - Constructor for class com.cmobilecom.af.model.util.EntityReferenceUtil
Constructor
EntityRetypeProperty<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.property
EntityRetypeProperty that is used for asking user to type the same value twice to reduce the possibility of typing error, such as email address or password.
EntityRetypeProperty(EntityProperty<T>, I18NName) - Constructor for class com.cmobilecom.af.model.property.EntityRetypeProperty
Constructor.
EntitySelectionProperty<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.property
EntitySelectionProperty is an EntityProperty that is used for user to select entities in a list view.
EntitySelectionProperty(EntityListBackingBean<T>) - Constructor for class com.cmobilecom.af.model.property.EntitySelectionProperty
Constructor.
EntitySelectionVisitor<T extends PersistenceEntity> - Interface in com.cmobilecom.af.model.bean
EntitySelectionVisitor: visit entity.
EntitySelectionWalker<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.bean
Walk and visit all the selected entities in a pageable entity list.
EntitySelectionWalker(PageableEntityList<T>, EntityListBackingBean.EntitySelectScope) - Constructor for class com.cmobilecom.af.model.bean.EntitySelectionWalker
Constructor with a PageableEntityList and EntitySelectScope
entityType - Variable in class com.cmobilecom.af.session.EntityJoinGraph
entity type
entityType - Variable in class com.cmobilecom.af.session.PropertyCriteriaQueryBuilder
entity type
EntityTypeId<T extends PersistenceEntity> - Class in com.cmobilecom.af.entity
Entity type and id to identify an entity.
EntityTypeId(DataType<T>, String) - Constructor for class com.cmobilecom.af.entity.EntityTypeId
Constructor from dataType and id
EntityTypeId(PersistenceEntity) - Constructor for class com.cmobilecom.af.entity.EntityTypeId
Constructor from a PersistenceEntity.
EntityTypeId(Class<T>, String) - Constructor for class com.cmobilecom.af.entity.EntityTypeId
Constructor from entity type and id
EntityTypeId(String) - Constructor for class com.cmobilecom.af.entity.EntityTypeId
Constructor from a string.
EntityTypeIdConverter<T extends PersistenceEntity> - Class in com.cmobilecom.af.entity.persistence
EntityTypeId converter, mapping EntityTypeId to database column.
EntityTypeIdConverter() - Constructor for class com.cmobilecom.af.entity.persistence.EntityTypeIdConverter
 
EntityTypeName(String, String) - Constructor for class com.cmobilecom.af.entity.TypeMapping.EntityTypeName
Constructor
EntityUniqueKeyValue<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.property
Input or select a unique key (string) for retrieving an entity as a property value, or display an entity using its unique key value.
EntityUniqueKeyValue(DataAccessUnit, Class<T>, String) - Constructor for class com.cmobilecom.af.model.property.EntityUniqueKeyValue
Default constructor.
EntityUniqueKeyValue(DataAccessUnit, Class<T>, List<String>, String, String, String, String) - Constructor for class com.cmobilecom.af.model.property.EntityUniqueKeyValue
Constructor.
EntityViewConfig - Class in com.cmobilecom.af.model.bean
EntityViewConfig: viewConfig for entity backingBean.
EntityViewConfig(ViewType) - Constructor for class com.cmobilecom.af.model.bean.EntityViewConfig
Constructor with a ViewType
EntityViewConfig(Element, ViewType, DataAccessUnit) - Constructor for class com.cmobilecom.af.model.bean.EntityViewConfig
Constructor with the XML element.
EntityWrapper<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.system
EntityWrapper: wrapper of an entity and its DataAccessUnit.
EntityWrapper(T, DataAccessUnit) - Constructor for class com.cmobilecom.af.model.system.EntityWrapper
 
eq(CriteriaExpression<T>, CriteriaExpression<T>) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create an equal function.
eq(ExprValue) - Method in class com.cmobilecom.af.util.expr.ExprValue
Equal
eq(String, T) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create an equal function.
eq(String, T, boolean, Boolean, boolean) - Method in interface com.cmobilecom.af.session.criteria.CriteriaElementFactory
Create an equal function.
eq(String, T, boolean, Boolean, boolean) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create an equal function.
EQ - com.cmobilecom.af.session.criteria.CriteriaFunction.Function
equal
equals(Object) - Method in class com.cmobilecom.af.entity.attr.EntityAttrValueBase
If their attributes and values are equal respectively, they are equal.
equals(Object) - Method in class com.cmobilecom.af.entity.DataType
 
equals(Object) - Method in class com.cmobilecom.af.entity.EntityTypeId
 
equals(Object) - Method in class com.cmobilecom.af.entity.persistence.EntityFileIdentifier
 
equals(Object) - Method in class com.cmobilecom.af.entity.PersistenceEntityBase
 
equals(Object) - Method in class com.cmobilecom.af.model.bean.MapEntity
 
equals(Object) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
 
equals(Object) - Method in class com.cmobilecom.af.model.bean.ViewConfig
 
equals(Object) - Method in class com.cmobilecom.af.model.behavior.VisitComponent
 
equals(Object) - Method in class com.cmobilecom.af.model.behavior.VisitEntityListRow
 
equals(Object) - Method in class com.cmobilecom.af.model.behavior.VisitRegions
 
equals(Object) - Method in class com.cmobilecom.af.model.behavior.VisitTarget
 
equals(Object) - Method in class com.cmobilecom.af.model.behavior.VisitUIComponent
 
equals(Object) - Method in class com.cmobilecom.af.model.container.Region
 
equals(Object) - Method in class com.cmobilecom.af.model.menu.MenuNode
 
equals(Object) - Method in class com.cmobilecom.af.model.module.InstanceType
 
equals(Object) - Method in class com.cmobilecom.af.model.module.ModuleScopedName
 
equals(Object) - Method in class com.cmobilecom.af.model.property.ChoiceType
 
equals(Object) - Method in class com.cmobilecom.af.model.report.ReportQueryFormBean.ReportDataGroup
 
equals(Object) - Method in class com.cmobilecom.af.model.system.DataAccessUnit
 
equals(Object) - Method in class com.cmobilecom.af.test.api.NamedIdentifier
 
equals(Object) - Method in class com.cmobilecom.af.web.module.WebResource
 
equals(Object, boolean) - Method in class com.cmobilecom.af.model.behavior.VisitComponent
Is this object equal to the specified object?
equals(Object, boolean) - Method in class com.cmobilecom.af.model.behavior.VisitContainerBean
 
equals(Object, boolean) - Method in class com.cmobilecom.af.model.behavior.VisitMenuNode
 
equals(Object, boolean) - Method in class com.cmobilecom.af.model.behavior.VisitProperty
 
equals(Object, boolean) - Method in class com.cmobilecom.af.model.behavior.VisitRegion
 
ERROR - com.cmobilecom.af.test.api.MessageItem.Type
Error
ERROR - com.cmobilecom.af.util.ExecException.Severity
Error
escape() - Method in annotation type com.cmobilecom.af.model.annotation.RenderStyleDef
Whether to escape string for outputText?
EscapeTextConverter<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.property
Transform text for display in web pages nicely.
EscapeTextConverter() - Constructor for class com.cmobilecom.af.model.property.EscapeTextConverter
 
EVAL - com.cmobilecom.af.model.behavior.VisitTarget.Action
Execute script
EvalHint - Class in com.cmobilecom.af.util.expr
Expression evaluate Hint: whether to treat null values as zero.
EvalHint(boolean) - Constructor for class com.cmobilecom.af.util.expr.EvalHint
Constructor
evaluate() - Method in class com.cmobilecom.af.util.expr.Expression
Evaluate existing expression.
evaluate(VariableResolver, Map<String, Function>, MathContext) - Method in class com.cmobilecom.af.util.expr.Expression
Evaluate the expression using the variableResolver and functionMap.
evaluate(String) - Method in class com.cmobilecom.af.util.expr.Expression
Set the expression and evaluate it.
evaluateELExpression(String, Map<String, Object>, Class<T>, DataAccessUnit) - Static method in class com.cmobilecom.af.model.container.DefaultTextExprResolver
Evaluate the EL expression, and convert the value to the type.
EvaluateException - Exception in com.cmobilecom.af.util.expr
Expression exception raised during evaluation.
EvaluateException(String) - Constructor for exception com.cmobilecom.af.util.expr.EvaluateException
Constructor with a localized message.
EvaluateException(String, Object[]) - Constructor for exception com.cmobilecom.af.util.expr.EvaluateException
Constructor.
EvaluateException(Throwable) - Constructor for exception com.cmobilecom.af.util.expr.EvaluateException
Constructor with a wrapped Throwable.
evaluateExpression(String) - Method in class com.cmobilecom.af.model.util.RequestHelper
Evaluate an EL expression.
evaluateXPath(Document, String, QName) - Static method in class com.cmobilecom.af.util.XmlUtil
Evaluate an XPath.
EVALUATION_LICENSE - com.cmobilecom.af.model.pagination.PageableEntityList.ResultsLimitReason
evaluation license
event() - Method in annotation type com.cmobilecom.af.model.annotation.DomEventDef
DOM event name defined in DomEventSupport
event() - Method in annotation type com.cmobilecom.af.model.annotation.PartialBehaviorDef
Event name defined in PartialBehavior.
EVENT_ACTION - Static variable in class com.cmobilecom.af.model.behavior.PartialBehavior
PartialBehavior event: action
EVENT_CHANGE - Static variable in class com.cmobilecom.af.model.behavior.DomEventSupport
Value change event, supported by input entity properties
EVENT_CHANGE - Static variable in class com.cmobilecom.af.model.behavior.PartialBehavior
PartialBehavior event: value change
EVENT_CLICK - Static variable in class com.cmobilecom.af.model.behavior.DomEventSupport
Click event, supported by Menu nodes.
EVENT_FOCUS - Static variable in class com.cmobilecom.af.model.behavior.DomEventSupport
Focus event, supported by input text entity properties
EVENT_FOCUS - Static variable in class com.cmobilecom.af.model.behavior.PartialBehavior
PartialBehavior event: focus
EVENT_ITEM_SELECT - Static variable in class com.cmobilecom.af.model.behavior.PartialBehavior
PartialBehavior event: itemSelect
EVENT_KEY_PRESS - Static variable in class com.cmobilecom.af.model.behavior.DomEventSupport
Keypress event, supported by input text entity properties
EVENT_OPEN_INPUT_DIALOG - Static variable in class com.cmobilecom.af.model.behavior.PartialBehavior
PartialBehavior event: openInputDialog
evictFromL2Cache(T) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Evict the entity from the JPA L2 cache(session cache) associated with the persistence unit of this entity manager.
evictFromL2Cache(T) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
ExceedQuotaException - Exception in com.cmobilecom.af.model.system
ExceedQuotaException throws if an quantity or size exceeds its limit.
ExceedQuotaException(String) - Constructor for exception com.cmobilecom.af.model.system.ExceedQuotaException
Constructor.
ExceedQuotaException(String, Object[]) - Constructor for exception com.cmobilecom.af.model.system.ExceedQuotaException
Constructor.
ExceedQuotaException(Throwable) - Constructor for exception com.cmobilecom.af.model.system.ExceedQuotaException
Constructor: wrapper over a Throwable
Excel<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.util
Create Excel workbook from entity list.
Excel(EntityListBackingBean<T>, Integer, Integer) - Constructor for class com.cmobilecom.af.model.util.Excel
Constructor.
EXCEL - com.cmobilecom.af.model.context.RenderContext.OutputFormat
Excel for exporting entity list to excel
exchangeRows(int, int) - Method in class com.cmobilecom.af.model.bean.EntityListRowExpansion
Exchange the row expansion states of two rows.
exec(String[], Map<String, String>, File, StringBuilder) - Static method in class com.cmobilecom.af.util.CommandExec
Execute the command
exec(String[], Map<String, String>, File, String, PrintWriter) - Static method in class com.cmobilecom.af.util.CommandExec
Execute the command
EXEC_ACTION - com.cmobilecom.af.model.phase.PhaseListener.PhaseId
Execute action
execBeanFlowNavigationCommand(String, BeanFlowNavigation.Direction) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Execute the command before the bean flow navigation.
ExecException - Exception in com.cmobilecom.af.util
ExecException is the base exception class.
ExecException(String) - Constructor for exception com.cmobilecom.af.util.ExecException
Constructor with a localized message.
ExecException(String, boolean, Object[]) - Constructor for exception com.cmobilecom.af.util.ExecException
Constructor.
ExecException(String, Object[]) - Constructor for exception com.cmobilecom.af.util.ExecException
Constructor.
ExecException(String, Throwable) - Constructor for exception com.cmobilecom.af.util.ExecException
Constructor with a localized message and cause.
ExecException(Throwable) - Constructor for exception com.cmobilecom.af.util.ExecException
Constructor with a wrapped Throwable.
ExecException.Severity - Enum in com.cmobilecom.af.util
Severity levels
ExecPhaseListener - Class in com.cmobilecom.af.model.phase
ExecPhaseListener for Invoke Application phase.
ExecPhaseListener() - Constructor for class com.cmobilecom.af.model.phase.ExecPhaseListener
 
ExecPointRange(E, E) - Constructor for class com.cmobilecom.af.test.api.ModuleTest.ExecPointRange
Constructor
execute() - Method in annotation type com.cmobilecom.af.model.annotation.PartialBehaviorDef
Ajax execute target defined in VisitTarget.
execute(String) - Method in class com.cmobilecom.af.util.db.DbExec
Execute query, can not execute multiple statements.
executeQuery(String) - Method in class com.cmobilecom.af.util.db.DbExec
Execute query and close statement.
executeQueryResultList(String, QueryCriteria.QueryType, Class<T>) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Execute the query and return a list of results.
executeQueryResultList(String, QueryCriteria.QueryType, Class<T>) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
executeQueryResultList(String, QueryCriteria.QueryType, Class<T>, Object[]) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Execute the query and return a list of results.
executeQueryResultList(String, QueryCriteria.QueryType, Class<T>, Object[]) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
executeQueryResultList(String, QueryCriteria.QueryType, Class<T>, String, Object) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Execute the query and return a list of results.
executeQueryResultList(String, QueryCriteria.QueryType, Class<T>, String, Object) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
executeQueryResultList(String, QueryCriteria.QueryType, Class<T>, Map<String, Object>) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Execute the query and return a list of results.
executeQueryResultList(String, QueryCriteria.QueryType, Class<T>, Map<String, Object>) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
executeQueryResultList(String, QueryCriteria.QueryType, Class<T>, Map<String, Object>, Integer, Integer) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Execute the query and return a list of results.
executeQueryResultList(String, QueryCriteria.QueryType, Class<T>, Map<String, Object>, Integer, Integer) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
executeQuerySingleResult(String, QueryCriteria.QueryType, Class<T>) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Execute the query and return a single result.
executeQuerySingleResult(String, QueryCriteria.QueryType, Class<T>) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
executeQuerySingleResult(String, QueryCriteria.QueryType, Class<T>, Object[]) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Execute the query and return a single result.
executeQuerySingleResult(String, QueryCriteria.QueryType, Class<T>, Object[]) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
executeQuerySingleResult(String, QueryCriteria.QueryType, Class<T>, Map<String, Object>) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Execute the query and return a single result.
executeQuerySingleResult(String, QueryCriteria.QueryType, Class<T>, Map<String, Object>) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
executeSql(Reader, TextExpressionResolver) - Method in class com.cmobilecom.af.util.db.DbExec
Execute a sql file.
executeSqlFile(String, String, TextExpressionResolver) - Method in class com.cmobilecom.af.util.db.DbExec
Execute sql file.
executeSqlText(String, TextExpressionResolver) - Method in class com.cmobilecom.af.util.db.DbExec
Execute the Sql text that consists of multiple statements.
executeUpdate(String) - Method in class com.cmobilecom.af.util.db.DbExec
Execute update query
executeUpdate(String, QueryCriteria.QueryType) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Execute the update query.
executeUpdate(String, QueryCriteria.QueryType) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
executeUpdate(String, QueryCriteria.QueryType, Object[]) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Execute the update query with the parameters.
executeUpdate(String, QueryCriteria.QueryType, Object[]) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
executeUpdate(String, QueryCriteria.QueryType, String, Object) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Execute the update query with the parameter.
executeUpdate(String, QueryCriteria.QueryType, String, Object) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
executeUpdate(String, QueryCriteria.QueryType, Map<String, Object>) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Execute the update query with the parameters.
executeUpdate(String, QueryCriteria.QueryType, Map<String, Object>) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
executeUpdate(String, Object[]) - Method in class com.cmobilecom.af.util.db.DbExec
Execute update
existPathToAncestorType(Class) - Method in class com.cmobilecom.af.model.bean.Component
Is there a path from this component to the ancester component with the specified type.
exists() - Method in interface com.cmobilecom.af.entity.persistence.EntityImportDataSource
Does the dataSource exist and have data to import?
exists() - Method in class com.cmobilecom.af.model.entimport.FileDataSource
Whether the file represented by this object exists?
exists() - Method in class com.cmobilecom.af.model.entimport.FileUploadDataSource
 
exists(EntityFileIdentifier) - Static method in class com.cmobilecom.af.model.bean.EntityBackingBeanHelper
Does the entity file exist?
EXISTS - com.cmobilecom.af.session.criteria.CriteriaFunction.Function
exists(subquery): check if subquery results is empty
expandAll(boolean) - Method in class com.cmobilecom.af.model.bean.EntityListRowExpansion
Expand/collapse all rows
expandToggle() - Method in interface com.cmobilecom.af.test.api.MenuNode
Expand or collapse this menu node so that its child nodes are visible or invisible.
EXPANSION_ROW_ID_SUFFIX - Static variable in class com.cmobilecom.af.model.behavior.VisitEntityListRow
Expansion row id suffix
EXPORT - com.cmobilecom.af.entity.ActionDescriptor.Type
Export entities
EXPORT - com.cmobilecom.af.model.system.AccessType
Export entities in a format such as XML, Excel.
exportEntities(PageableEntityList<T>, boolean) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Export all the entities in XML for download.
exportEntities(PageableEntityList<T>, boolean) - Method in interface com.cmobilecom.af.model.entimport.EntityExportHandler
Export the entities of an entity type.
exportEntities(Class, PageableEntityList<T>, boolean, MenuNodeFactory, DataAccessUnit, ContainerBean) - Static method in class com.cmobilecom.af.model.menu.TypedMenuNodeContextMenuBean
Export entities.
exportEntitiesElementCreated(Element) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
exportEntitiesElementCreated: called after XML document has been created.
exportEntitiesToDirectory(QueryCriteria<Q, T>, File, EntityNameResolver<T, R>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Export all the entities in XML to files under a directory, one file for each entity and its file name is provided by the EntityNameResolver.
exportEntitiesToFile(PageableEntityList<T>, boolean, File) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Export all the entities in XML to a file.
exportEntitiesToFile(QueryCriteria<Q, T>, File) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Export all the entities in XML to a file.
exportSchema(String, File) - Method in class com.cmobilecom.af.util.db.DbExec
Export schema objects to the file.
Expression - Class in com.cmobilecom.af.util.expr
Expression that represents mathematical and boolean expression.
Expression() - Constructor for class com.cmobilecom.af.util.expr.Expression
Default constructor using single quote for literal string.
Expression(VariableResolver, Map<String, Function>, boolean, MathContext) - Constructor for class com.cmobilecom.af.util.expr.Expression
Constructor with variableResolver and functions.
Expression(String) - Constructor for class com.cmobilecom.af.util.expr.Expression
Constructor with an unparsed expression(string).
ExprValue - Class in com.cmobilecom.af.util.expr
Expression value that can be String, Number, or Boolean type.
ExprValue(Object) - Constructor for class com.cmobilecom.af.util.expr.ExprValue
Constructor.
extractExpressions(String, String...) - Static method in class com.cmobilecom.af.util.text.TextExpressionWalker
Extract the expressions embedded in the text.
ExtractMenuNode(String, String, String) - Constructor for class com.cmobilecom.af.model.module.ModuleNode.ExtractMenuNode
Constructor
extractSerialNumber(IdRule.BarcodeType, int, String) - Static method in class com.cmobilecom.af.model.util.IdGenerator
Extract serial number from a barcode.

F

fastForwardPages(int) - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Go forward the number of pages
fastRewindPages(int) - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Go back the number of pages
feedback() - Method in annotation type com.cmobilecom.af.model.annotation.RenderStyleDef
For password, whether to display password strength while typing?
fetchEvaluationLicenseFromCloud() - Method in class com.cmobilecom.af.test.api.AbstractSystemTest
Get evaluation license from cloud.
fetchGraph(EntityFetchGraph) - Method in interface com.cmobilecom.af.session.criteria.CriteriaElementFactory
Create an entity fetch Graph hint.
fetchGraph(EntityFetchGraph) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create an entity fetch Graph hint.
fetchLazyProperties(T, List<String>, boolean, boolean) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Fetch lazy properties of the entity.
fetchLazyProperties(T, List<String>, boolean, boolean) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
fetchTenantAttribute(boolean) - Method in class com.cmobilecom.af.session.QueryDescriptor.QueryHints
Set hint on whether to fetch entity tenant attribute for multitenancy.
FILE_SYSTEM - com.cmobilecom.af.model.entimport.FileDataSource.LocationType
On file system
FILE_UPLOAD - Static variable in class com.cmobilecom.af.model.property.RenderStyle
Style number constant: file upload.
FileDataSource - Class in com.cmobilecom.af.model.entimport
FileDataSource: a file(or directory) on local file system or inside a Jar.
FileDataSource(FileDataSource, boolean, String) - Constructor for class com.cmobilecom.af.model.entimport.FileDataSource
Constructor: create a FileDataSource under the directory FileDataSource
FileDataSource(String, File) - Constructor for class com.cmobilecom.af.model.entimport.FileDataSource
Constructor: create a FileDataSource from a File
FileDataSource(String, String, boolean, FileDataSource.LocationType) - Constructor for class com.cmobilecom.af.model.entimport.FileDataSource
Constructor: create a FileDataSource
FileDataSource.LocationType - Enum in com.cmobilecom.af.model.entimport
File location: jar or file system
fileName - Variable in class com.cmobilecom.af.entity.LobBase
Lob fileName
filePath - Variable in class com.cmobilecom.af.entity.persistence.EntityFileIdentifier
 
filesUploaded(List<UploadedFile>) - Method in interface com.cmobilecom.af.model.lob.UploadListener
The listener is notified after the files are uploaded.
FileUpload - Class in com.cmobilecom.af.model.lob
File upload
FileUpload() - Constructor for class com.cmobilecom.af.model.lob.FileUpload
Default constructor
FileUploadBean - Class in com.cmobilecom.af.model.lob
FileUpload bean
FileUploadBean() - Constructor for class com.cmobilecom.af.model.lob.FileUploadBean
 
FileUploadDataSource<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.entimport
Entity import data source: file upload
FileUploadDataSource(String, Class<T>, UploadedFile) - Constructor for class com.cmobilecom.af.model.entimport.FileUploadDataSource
Constructor with uploaded file
FileUploadEntityImport - Class in com.cmobilecom.af.model.entimport
Entity import using file upload.
FileUploadEntityImport() - Constructor for class com.cmobilecom.af.model.entimport.FileUploadEntityImport
Constructor.
FileUploadEntityImport(String, Class) - Constructor for class com.cmobilecom.af.model.entimport.FileUploadEntityImport
Constructor
FileUploadEntityImportBean - Class in com.cmobilecom.af.model.entimport
FileUploadEntityImport backing bean
FileUploadEntityImportBean() - Constructor for class com.cmobilecom.af.model.entimport.FileUploadEntityImportBean
 
FileUtil - Class in com.cmobilecom.af.util
File Utilities
FileUtil() - Constructor for class com.cmobilecom.af.util.FileUtil
 
fillAttributeValues(EntityAttrValueSupport, EntityAttrValueSupport) - Static method in class com.cmobilecom.af.model.bean.UserDefinedPropertyBuilder
For every attribute value of the entityToCompare, if it is not found in the entityToFill, set it in the entityToFill.
fillBlankRowsIfAdjustForward - Variable in class com.cmobilecom.af.model.pagination.PageableEntityList
If variable pageSize is supported, whether to fill rows from next page if there is not enough entities for the current page.
fillEntityData(String, Element, T, Map<EntityTypeId, PersistenceEntity>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Set entity property values from the XML element subtree.
fillEntityData(String, Element, T, Map<EntityTypeId, PersistenceEntity>) - Method in class com.cmobilecom.af.model.formdesign.FormDesignBean
 
fillInstanceBean(InstanceIdentifier, EntityBean, String, String) - Method in class com.cmobilecom.af.test.api.InstanceTypeTest
Fill property values of the instanceBean for creating an instance.
filterModuleNodes(List<ModuleNode>, String, List<String>) - Method in class com.cmobilecom.af.model.module.InstanceType
Get module nodes with their names in the list
findChildByPathIdentifier(String) - Method in class com.cmobilecom.af.model.container.ContainerBean
Get the child containerBean from the path identifier
findEntity(Class<T>, Long) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Get the entity with the type and id.
findEntity(Class<T>, Long) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
findEntity(Class<T>, Long, Map<String, Object>) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Get the entity with the type and id.
findEntity(Class<T>, Long, Map<String, Object>) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
findEntityProperty(List<? extends EntityProperty>, String) - Static method in class com.cmobilecom.af.model.bean.EntityPropertyDiscoverer
Find the EntityProperty with the specified name.
findEntityProperty(List<? extends EntityProperty>, String, boolean) - Static method in class com.cmobilecom.af.model.bean.EntityPropertyDiscoverer
Find the EntityProperty with the specified name.
findFile(File, String, String) - Static method in class com.cmobilecom.af.util.FileUtil
Find the file under the directory
findMenuNode(MenuNode, MenuNodeFactoryContext, Class, String) - Method in class com.cmobilecom.af.model.menu.MenuBean
Find the menu node searching from the root node by context, entityType and localId
findMenuNode(MenuNode, Class<? extends Hierarchy>) - Method in class com.cmobilecom.af.model.container.ContainerMenuBean
Find the menu node that has the entities of hierarchy type as submenu.
findMenuNode(MenuNode, String) - Method in class com.cmobilecom.af.model.menu.MenuBean
Find the menu node by nodeId under the root.
findMenuNode(ModuleNode) - Method in class com.cmobilecom.af.model.container.ContainerMenuBean
Find the first menu node associated with the moduleNode, starting from the root of this ContainerMenuBean.
findMenuNode(Class<T>) - Method in class com.cmobilecom.af.model.menu.MenuBean
Find the first MenuNode created by a MenuNodeFactory of the menuNodeFactoryType, starting from the root of this MenuBean.
findMenuNode(String) - Method in class com.cmobilecom.af.model.menu.MenuBean
Find menu node by nodeId
findMenuNode(String, Object) - Method in class com.cmobilecom.af.model.menu.MenuBean
Find the MenuNode searching from the root node of this MenuBean.
findMenuNodeByCommandOrNodeId(String) - Method in class com.cmobilecom.af.model.menu.MenuBean
Find the menu node by command or nodeId.
findMenuNodeRecursive(String, Object) - Method in class com.cmobilecom.af.model.menu.MenuBean
Find the node with the command and userData under the root of this MenuBean.
findMenuNodeWithOutputLink(String) - Method in class com.cmobilecom.af.model.menu.MenuBean
Find the menu node with the outputLink, starting from the root of this MenuBean.
findNodeRecursive(MenuNode, String, Object) - Static method in class com.cmobilecom.af.model.menu.MenuBean
Find the node with the command and userData under the root.
findNodeRecursive(MenuNode, String, String, Object) - Static method in class com.cmobilecom.af.model.menu.MenuBean
Find the MenuNode searching from the root node.
findTopMenuNode(String, Object) - Method in class com.cmobilecom.af.model.menu.MenuBean
Find the menu node(among children of root) by command and userData.
finish() - Method in class com.cmobilecom.af.model.bean.ColumnHeaders
Finish building node tree, and make it ready to be accessed.
finish() - Method in class com.cmobilecom.af.web.module.WidgetBuilder
Finish building this widget
fireModuleEvent(ModuleEvent) - Method in class com.cmobilecom.af.model.module.InstanceType
Broadcast the event to all the modules of this InstanceType
First() - Method in class com.cmobilecom.af.model.nav.EntityListToEntity
Move to the first entity
FIRST_RESULT - Static variable in class com.cmobilecom.af.session.PersistenceEntityManagerBean
Parameter name for first result in parameter map(or name/value pairs) of a query
firstPage() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Go to the first page.
firstPage() - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Set current page to the first page, and fetch entities from persistence.
FLOW - com.cmobilecom.af.model.annotation.LayoutType
horizontal, flow from left to right
FLOW - com.cmobilecom.af.model.bean.EntityListViewConfig.RowEntityViewLayoutType
Flow: from left to right
FLOW - com.cmobilecom.af.test.api.PersistenceDataBean.LayoutType
horizontal, flow from left to right
flushCookies() - Method in interface com.cmobilecom.af.model.util.CookieManager
Flush all cookies to client side for non-partial request.
footerMenuBean - Variable in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Footer menu
force() - Method in annotation type com.cmobilecom.af.model.annotation.HelpDef
Whether to force displaying message even if in show mode
forceSelection() - Method in annotation type com.cmobilecom.af.model.annotation.RenderStyleDef
for auto complete, whether to force selection.
forgetPassword(MenuNode) - Method in class com.cmobilecom.af.model.security.LoginBean
Start a process for user to reset password.
Form - Interface in com.cmobilecom.af.entity.form
Form that consists of a number of questions.
FORM - Static variable in class com.cmobilecom.af.model.behavior.VisitTarget
@form visit target
FORM_BEAN_PROPERTY_ENTITY - Static variable in class com.cmobilecom.af.model.bean.FormBeanPropertyUtil
The EntityDataSource parameter to store the entity of the formBeanProperty which is associated with the formBean to be build.
format(Object, DataAccessUnit) - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Ask modules to format the object.
format(Object, DataAccessUnit) - Method in class com.cmobilecom.af.model.module.AbstractModule
 
format(Object, DataAccessUnit) - Method in interface com.cmobilecom.af.model.module.Module
Format a value to a string, I18NName or ParameterizedMessage that can be displayed by current locale.
formatParams(Object[]) - Static method in exception com.cmobilecom.af.model.bean.BackingBeanException
Convert parameters from Object to String, I18NName, or ParameterizedMessage using BackingBeanContext.format(Object, com.cmobilecom.af.model.system.DataAccessUnit).
FormBean - Class in com.cmobilecom.af.model.form
Form bean.
FormBean() - Constructor for class com.cmobilecom.af.model.form.FormBean
 
FormBean.DisplayMode - Enum in com.cmobilecom.af.model.form
Form display Mode
formBeanPropertyEntitiesToBeDeleted(PersistenceDataBackingBean<T>, T, EntityFormBeanProperty<T>, List) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
The entities of formBean property will be deleted from persistence after merge.
FormBeanPropertyUtil<T extends PersistenceEntity,​M,​E extends PersistenceEntity> - Class in com.cmobilecom.af.model.bean
Utility for managing EntityFormBeanProperty.
FormBeanPropertyUtil(PersistenceDataBackingBean<T>, T, EntityFormBeanProperty<T>) - Constructor for class com.cmobilecom.af.model.bean.FormBeanPropertyUtil
Constructor
FormBeanPropertyUtil(EntityFormBeanProperty<T>) - Constructor for class com.cmobilecom.af.model.bean.FormBeanPropertyUtil
Constructor with the current entity of the property
FormBeanPropertyUtil.TypeConverter<T,​E extends PersistenceEntity> - Interface in com.cmobilecom.af.model.bean
TypeConverter.
FormBeanPropertyUtil.ValueMerger<M> - Interface in com.cmobilecom.af.model.bean
ValueMerger
FormDesign - Interface in com.cmobilecom.af.entity
FormDesign.
FormDesignBean<T extends FormDesign> - Class in com.cmobilecom.af.model.formdesign
FormDesign backing bean.
FormDesignBean() - Constructor for class com.cmobilecom.af.model.formdesign.FormDesignBean
 
FormDesignDescriptor - Class in com.cmobilecom.af.model.formdesign
FormDesignDescriptor.
FormDesignDescriptor() - Constructor for class com.cmobilecom.af.model.formdesign.FormDesignDescriptor
Default constructor using default formDesign impl class
FormDesignDescriptor(Class, ViewConfigDescriptor[]) - Constructor for class com.cmobilecom.af.model.formdesign.FormDesignDescriptor
Constructor
FormDesignEncoder - Class in com.cmobilecom.af.model.formdesign
FormDesign xml encoder/decoder.
FormDesignEncoder(FormDesign) - Constructor for class com.cmobilecom.af.model.formdesign.FormDesignEncoder
Constructor.
FormQueryBuilder<E extends PersistenceEntity,​T> - Class in com.cmobilecom.af.model.query
FormQueryBuilder: building query criteria from the properties of a query form bean that is a EntityBackingBean with query viewType.
FormQueryBuilder(EntityBackingBean<E>) - Constructor for class com.cmobilecom.af.model.query.FormQueryBuilder
Constructor
fromBarcode(IdRule.BarcodeType, String, Integer) - Static method in interface com.cmobilecom.af.entity.persistence.IdRule
Factory method creating an IdRule object with the barcode attributes for Normative entity types.
fromRule(String) - Static method in interface com.cmobilecom.af.entity.persistence.IdRule
Factory method creating an IdRule object with the rule for hierarchy entity types.
FULL - com.cmobilecom.af.model.module.MultiTenant.SharedEntityAccess
Full access
FULL_SEARCH - Static variable in interface com.cmobilecom.af.entity.security.Permission
Permission: full search of all modules, defined in System module
function(CriteriaFunction.Function, CriteriaExpression...) - Method in interface com.cmobilecom.af.session.criteria.CriteriaElementFactory
Create a predefined function with a list of arguments.
function(CriteriaFunction.Function, CriteriaExpression...) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a predefined function with a list of arguments.
function(CriteriaFunction.Function, String, Object) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a predefined function with property name and value.
function(CriteriaFunction.Function, List<CriteriaExpression>) - Method in interface com.cmobilecom.af.session.criteria.CriteriaElementFactory
Create a predefined function with a list of arguments.
function(CriteriaFunction.Function, List<CriteriaExpression>) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a predefined function with a list of arguments.
function(String, Class<T>, CriteriaExpression...) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a native function that is supported by underlying database.
function(String, Class<T>, List<CriteriaExpression>) - Method in interface com.cmobilecom.af.session.criteria.CriteriaElementFactory
Create a native function that is supported by underlying database.
function(String, Class<T>, List<CriteriaExpression>) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a native function that is supported by underlying database.
Function - Interface in com.cmobilecom.af.util.expr
Function interface.

G

ge(CriteriaExpression<T>, CriteriaExpression<T>) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a greaterThan or equal function.
ge(ExprValue) - Method in class com.cmobilecom.af.util.expr.ExprValue
Greater than or equal
ge(String, T) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a greaterThan or equal function.
GE - com.cmobilecom.af.session.criteria.CriteriaFunction.Function
greater than or equal to
generateAuthToken(String) - Method in class com.cmobilecom.af.model.security.LoginBean
Generate a random secure auth token.
generateBarcode(IdRule.BarcodeType, String, String) - Static method in class com.cmobilecom.af.model.util.IdGenerator
Generate a barcode with prefix and serial number.
GeneratedBeanPageContent(boolean) - Constructor for class com.cmobilecom.af.model.bean.PersistenceDataBackingBean.GeneratedBeanPageContent
Constructor
generatedBeans - Variable in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
The generated beans if any
generateNextNormativeId(IdRule, Long, DataAccessUnit) - Static method in class com.cmobilecom.af.model.bean.EntityBackingBeanHelper
Generated next normative id from the idRule.
generateNormativeIdDuringPrepareEntity() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Whether to generate Normative id when preparing entity for create? Usually true if the property is visible.
generateRandomBytes(int, int, int) - Static method in class com.cmobilecom.af.model.util.BeanUtil
Generate random byte array of the specified length.
generateRandomBytesBase64(int) - Static method in class com.cmobilecom.af.model.util.BeanUtil
Generate random bytes and then convert to Base64 string.
generateRandomLetters(int, boolean) - Static method in class com.cmobilecom.af.model.util.BeanUtil
Generate a string of random letters.
generateRandomNumber(int, int) - Static method in class com.cmobilecom.af.model.util.BeanUtil
Generate a random number between min and max.
generateRandomNumbers(int) - Static method in class com.cmobilecom.af.model.util.BeanUtil
Generate a string of random numbers
generateRandomNumbers(int, int, int) - Static method in class com.cmobilecom.af.model.util.BeanUtil
Generate a list of random distinct numbers between min and max values.
generateRandomNumbersAndLetters(int, boolean) - Static method in class com.cmobilecom.af.model.util.BeanUtil
Generate a string of random numbers and letters without grouping.
generateRandomNumbersAndLetters(int, boolean, Integer, String) - Static method in class com.cmobilecom.af.model.util.BeanUtil
Generate a string of random numbers and letters optionally with grouping.
get(Object) - Method in class com.cmobilecom.af.model.behavior.DomEventSupport
Get event handler.
get(String, ResourceCache.ResourceProcessor<R, T>) - Method in class com.cmobilecom.af.model.system.ResourceCache
Get the resource for the path.
get(String, ResourceCache.ResourceProcessor<R, T>, boolean, T) - Method in class com.cmobilecom.af.model.system.ResourceCache
Get the resource for the path.
getAcceptLanguage() - Method in class com.cmobilecom.af.model.util.RequestHelper
Get accept language for current request.
getAcceptTypes() - Method in class com.cmobilecom.af.model.property.EntityFileUploadProperty
Get the types of files that can be uploaded.
getAccessControlAccessor() - Method in class com.cmobilecom.af.model.bean.BackingBean
Get the AccessControlAccessor to enforce access control.
getAccessControlAccessor(DataAccessUnit, boolean) - Method in class com.cmobilecom.af.model.bean.ViewConfig
Get the AccessControlAccessor chaining to the root accessControlAccessor.
getAccessControlContext() - Method in class com.cmobilecom.af.model.bean.ViewConfig
Get the accessControl context that is used for access authorization.
getAccessControlItems() - Method in interface com.cmobilecom.af.model.system.AccessControl
Get a list of AccessControlItem(s) It is OR relation between AccessControlItem(s).
getAccessCtrl() - Method in interface com.cmobilecom.af.entity.system.Instance
Get subsystem access control that can be read only, locked, or read-write.
getAccessibleModuleNodes(ContainerBean, User, boolean, boolean) - Method in class com.cmobilecom.af.model.module.InstanceType
Get all the module nodes that can be viewed by the user.
getAccessibleModuleNodes(List<ModuleNode>, User, AccessControlAccessor, boolean, ModuleNode.DataAccessUnitType) - Static method in class com.cmobilecom.af.model.module.InstanceType
Get all the module nodes that the user has view permission.
getAccessibleModules(ContainerBean, User, boolean, boolean) - Method in class com.cmobilecom.af.model.module.InstanceType
Get the referenced modules of the moduleNodes that can be viewed by the user.
getAccessibleWithoutParentBean(AccessType) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
For a ChildEntity or a list of ChildEntity(s), can it be created, viewed, edited, deleted without its parent bean? If true, the access permission is determined by the access control on its parent entity.
getAccessItems() - Method in interface com.cmobilecom.af.entity.security.AccessToken
Get the list of access items for this token.
getAccessList(boolean) - Method in class com.cmobilecom.af.model.module.MultiTenant.SharedEntityType
Get the list of accesses that are granted to dataAccessUnit(instance or instanceType).
getAccessToken() - Method in interface com.cmobilecom.af.entity.security.AccessItem
Get its associated AccessToken.
getAccessToken() - Method in interface com.cmobilecom.af.entity.system.MailServer
Get access token for OAUTH, which is used to access server API.
getAccessTokens() - Method in interface com.cmobilecom.af.entity.security.Role
Get the list of AccessTokens that this role owns.
getAccessType() - Method in exception com.cmobilecom.af.model.system.AccessDeniedException
Get access type for access denied
getAccordionView() - Method in class com.cmobilecom.af.model.bean.ViewConfig
Get accordionView.
getAccordionView(boolean) - Method in class com.cmobilecom.af.model.bean.ViewConfig
Get accordionView.
getAction() - Method in class com.cmobilecom.af.model.behavior.VisitTarget
Get the action to take on client
getAction() - Method in class com.cmobilecom.af.model.container.Redirect
Get the action that will initiate request redirect when it is completed.
getActionAccessControl(String) - Method in class com.cmobilecom.af.model.system.ModuleAccessControl
Get the access control for the action.
getActionDescriptor() - Method in class com.cmobilecom.af.model.module.event.EntityCommitEvent
Get the ActionDescriptor of the event.
getActionDescriptor() - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Get the ActionDescriptor that is related to the backing bean that owns this EntityDataSource.
getActionDescriptor(ActionDescriptor.Type, String) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Create an ActionDescriptor with type and command
getActionDescriptor(ActionDescriptor.Type, String) - Method in class com.cmobilecom.af.model.bus.MonthCloseBean
 
getActionHandler() - Method in class com.cmobilecom.af.model.bean.MapEntityBean
Get the ActionHandler that handles property PartialBehaviorEvent and the commands of menu nodes.
getActionHandler() - Method in class com.cmobilecom.af.model.menu.MenuNode
Get action handler.
getActionListener() - Method in class com.cmobilecom.af.model.menu.MenuNode
Get the action listener that will be notified before and after the action of this menu node is handled.
getActionOnChange() - Method in class com.cmobilecom.af.model.bean.PropertyDescriptor
Get actionOnChange command name that is wired to a menu node.
getActionOnClick() - Method in class com.cmobilecom.af.model.bean.PropertyDescriptor
Get actionOnClick command name that is wired to a menu node.
getActionOnClick() - Method in class com.cmobilecom.af.model.property.RenderStyle
Get the action when property value is clicked for commandLink renderStyle
getActionPartialBehavior(boolean) - Method in class com.cmobilecom.af.model.menu.MenuNode
Get the partial behavior for the action event.
getActionPartialBehavior(boolean) - Method in class com.cmobilecom.af.model.property.EntityProperty
Get the PartialBehavior for the action event.
getActionRenderRegions(ContainerBean, List<Integer>) - Method in class com.cmobilecom.af.model.property.EntityProperty
Get the render regions to show action results if this property is rendered as command.
getActionRenderRegions(ContainerBean, List<Integer>, boolean) - Method in class com.cmobilecom.af.model.behavior.PartialBehaviorSupport
Get the ContainerRenderRegions to show results (beans) for action event.
getActivateCode(String) - Method in class com.cmobilecom.af.model.security.UserEntityAccessor
Get the ActivateCode for the user with the username.
getActive() - Method in interface com.cmobilecom.af.entity.ActiveAware
Is the entity active?
getActiveIndex() - Method in class com.cmobilecom.af.model.view.TabView
Get active tab index.
getActiveIndexes() - Method in class com.cmobilecom.af.model.view.AccordionView
Get active tab indexes as string such as 1,2,3.
getAFVersion() - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Get Cmobilecom AF version
getAggregate() - Method in class com.cmobilecom.af.session.StatisticsProperty
Get the aggregate function for property value statistics.
getAggregatedEntityAttrs(EntityListBackingBean<T>) - Static method in class com.cmobilecom.af.model.bean.UserDefinedPropertyBuilder
Get the list of EntityAttr(s) that is the aggregation of the EntityAttr(s) of the entities in current page of the EntityListBackingBean.
getAggregateValueOfProperty(QueryCriteria<T, T>, String, CriteriaFunction.Function) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Get the aggregate value of the property.
getAggregateValueOfProperty(QueryCriteria<T, T>, String, CriteriaFunction.Function) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
getAggregateValueOfProperty(Class<T>, CriteriaElement[], String, CriteriaFunction.Function) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Get the aggregate value of the property.
getAggregateValueOfProperty(Class<T>, CriteriaElement[], String, CriteriaFunction.Function) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
getAggregateValueOfProperty(Class<T>, List<CriteriaElement>, String, CriteriaFunction.Function) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Get the aggregate value of the property.
getAggregateValueOfProperty(Class<T>, List<CriteriaElement>, String, CriteriaFunction.Function) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
getAliasName() - Method in interface com.cmobilecom.af.session.criteria.CriteriaAlias
Get the alias name that is defined by a selection.
getAliasName() - Method in interface com.cmobilecom.af.session.criteria.CriteriaSelection
Get the alias for this selection.
getAllSessions() - Method in class com.cmobilecom.af.model.util.RequestHelper
Get all existing sessions of all users.
getAmountDigits(String) - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Get the number of digits to display the property value that is a Number.
getAmountDigitsAsString() - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Get property amount digits in a string format propertyName@digits such as propertyOne@10,propertyTwo@8
getAmountDigitsMap() - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Get the map from property name to number of digits.
getAncestorCount(Class, boolean) - Method in interface com.cmobilecom.af.test.api.Component
Get the number of ancestors of the type.
getAndroidContext() - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Get android context.
getAnswer(Integer) - Method in interface com.cmobilecom.af.entity.form.Response
Get the answer for the question.
getAnswers() - Method in interface com.cmobilecom.af.entity.form.Response
Get answers.
getAnswerType() - Method in class com.cmobilecom.af.entity.form.Question
Get answer type.
getAppBundleBaseName() - Method in class com.cmobilecom.af.model.system.SystemConfig
Get application(module assembly) resource bundle base name in addition to framework and module bundles.
getApplicationRootDir() - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Get application root directory
getApplyImmediate() - Method in interface com.cmobilecom.af.session.criteria.CriteriaPropertyEqual
Whether to set property value immediately when creating entity or query view? Apply immediate: set property value before calling prepareEntity(); Apply lazy: set property value after building property model.
getArguments() - Method in interface com.cmobilecom.af.session.criteria.CriteriaFunction
Get the arguments of the function of this expression.
getAsNameValuePairs(String) - Method in class com.cmobilecom.af.model.property.EntityUniqueKeyValue
Get the list of property name/value pairs from a unique key string value.
getAsObject(Class, String) - Method in class com.cmobilecom.af.model.bean.DataConverter
Convert the value to the specified class type.
getAsObject(Class, String, NumberDescriptor, String, boolean) - Method in class com.cmobilecom.af.model.bean.DataConverter
Convert the string to the specified type.
getAsString(PersistenceEntity, EntityProperty, boolean) - Static method in class com.cmobilecom.af.model.bean.DataConverter
Get the string value for the entity.
getAsString(Number, NumberDescriptor, String, boolean) - Method in class com.cmobilecom.af.model.bean.DataConverter
Convert the number value to string.
getAsString(Object, EntityProperty) - Method in class com.cmobilecom.af.model.bean.DataConverter
Get an object as a string.
getAsString(TemporalAccessor, FormatStyle) - Method in class com.cmobilecom.af.model.bean.DataConverter
Convert the temporal to a string.
getAsString(Date, TemporalType, int) - Method in class com.cmobilecom.af.model.bean.DataConverter
Convert the date to a string.
getAsString(T, boolean) - Method in class com.cmobilecom.af.model.property.EntityUniqueKeyValue
Get the unique key value to input/select or display the entity, optionally followed by a description.
getAt() - Method in class com.cmobilecom.af.model.view.Overlay
Get the target element position to align with the widget.
getAt() - Method in class com.cmobilecom.af.model.view.PopupView
Get the target element position to align with the menu.
getAttribute() - Method in interface com.cmobilecom.af.entity.attr.EntityAttrOption
Get the attribute with which this option is associated.
getAttribute() - Method in class com.cmobilecom.af.entity.attr.EntityAttrOptionBase
 
getAttribute() - Method in interface com.cmobilecom.af.entity.attr.EntityAttrValue
Get the defined attribute
getAttribute() - Method in class com.cmobilecom.af.entity.attr.EntityAttrValueBase
 
getAttribute(String) - Method in class com.cmobilecom.af.model.bean.ColumnHeaders.Node
Get attribute value
getAttribute(String) - Method in class com.cmobilecom.af.model.util.RequestHelper
Get the attribute value from current request.
getAttributeProperty(int, String, boolean) - Method in interface com.cmobilecom.af.test.api.EntityListBean
Get the attribute property (user-defined property) with the name.
getAttributeProperty(String, boolean) - Method in interface com.cmobilecom.af.test.api.EntityBean
Get the attribute property (user-defined property) with the name.
getAttributes() - Method in class com.cmobilecom.af.model.bean.ColumnHeaders.Node
Get node attributes
getAttributeValueBoolean(Element, String, Boolean) - Static method in class com.cmobilecom.af.util.XmlUtil
Get attribute value converted to Boolean.
getAttributeValueClass(Element, String, Class) - Static method in class com.cmobilecom.af.util.XmlUtil
Get attribute value as Class.
getAttributeValueDate(Element, String, Date) - Static method in class com.cmobilecom.af.util.XmlUtil
Get attribute value converted to Date.
getAttributeValueInteger(Element, String, Integer) - Static method in class com.cmobilecom.af.util.XmlUtil
Get attribute value converted to Integer.
getAttributeValueString(Element, String, String) - Static method in class com.cmobilecom.af.util.XmlUtil
Get attribute value.
getAuthenticatedUser() - Method in class com.cmobilecom.af.model.bean.Component
Get the authenticated user with the roles of the associated DataAccessUnit.
getAuthenticatedUser() - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Get the authenticated user with roles of the current bound DataAccessUnit.
getAuthenticatedUser(BackingBeanContext) - Method in class com.cmobilecom.af.model.menu.MenuNodeFactory
Get the authenticated user with the roles of the associated DataAccessUnit.
getAuthenticatedUser(DataAccessUnit) - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Get the authenticated user with roles of the specified DataAccessUnit.
getAuthMethod() - Method in class com.cmobilecom.af.model.security.AuthResult
Get auth method.
getAuthResult() - Method in interface com.cmobilecom.af.model.security.LoginForm
Get AuthResult.
getAuthType() - Method in interface com.cmobilecom.af.entity.system.MailServer
Get server auth type.
getAutoCompleteQueryElement(PersistenceDataBackingBean<E>, E, EntityProperty<E>, String) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get the CriteriaElement(s) for the entity type of this EntityBackingBean, which will be used to build query criteria for retrieving a list of entities as selection items.
getAutoCompleteSuggestions(PersistenceDataBackingBean<T>, T, EntityProperty<T>, String) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get a list of suggestions for the user input of the property value.
getAutoCorrect() - Method in interface com.cmobilecom.af.entity.persistence.IdRule
Whether to correct an id automatically if it is not a valid barcode or does not conform to the rule?
getAutoUpdatePanel() - Method in interface com.cmobilecom.af.test.api.ContainerBean
Get the AutoUpdatePanel that will be updated for every partial behavior.
getAvailableRowsToAdd() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Get the available rows to add if there is a limit in the number of entities in this bean.
getBackingBean() - Method in class com.cmobilecom.af.model.container.PageContentEvent
Get the bean that is added or removed.
getBackingBean() - Method in class com.cmobilecom.af.model.module.event.EntityCommitEvent
Get the backing bean of the entities oommitted.
getBackingBean() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get the backing bean of this property.
getBackingBean() - Method in class com.cmobilecom.af.web.module.BeanViewEncoder
Get the bean to be encoded
getBackingBeanContext() - Method in class com.cmobilecom.af.model.bean.BackingBean
Get the BackingBeanContext associated with current HTTP session or request.
getBackingBeanContext() - Method in class com.cmobilecom.af.model.bean.Component
Get the cached BackingBeanContext that is session scope.
getBackingBeanContext() - Method in class com.cmobilecom.af.model.container.ContainerBean
Get the cached BackingBeanContext that is session scope.
getBackingBeanContext(Object, boolean) - Method in interface com.cmobilecom.af.model.ModelFactory
Get BackingBeanContext instance that is one per user session.
getBackingBeanContext(String) - Method in class com.cmobilecom.af.model.util.RequestHelper
Get the BackingBeanContext instance associated with the specified session.
getBackingBeanType() - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Get the backing bean type to create backing bean(EntityBackingBean or EntityListBackingBean).
getBarcodePrefix() - Method in interface com.cmobilecom.af.entity.persistence.IdRule
Get barcode prefix.
getBarcodeType() - Method in interface com.cmobilecom.af.entity.persistence.IdRule
Get barcode type such as UPC, EAN-13, CODE_128.
getBarcodeType() - Method in class com.cmobilecom.af.test.api.InstanceTest.IdRule
Get barcode type.
getBccList() - Method in interface com.cmobilecom.af.model.mail.EmailRequest
Get BCC receiver addresses
getBean() - Method in interface com.cmobilecom.af.test.api.EntityProperty
Get the bean to which this entity property belongs.
getBean(int) - Method in class com.cmobilecom.af.model.container.Region
Get the bean at the position.
getBean(int) - Method in interface com.cmobilecom.af.test.api.Region
Get the bean at the index.
getBean(PageContent.BeanLocation) - Method in class com.cmobilecom.af.model.container.PageContent
Get the bean at the location(region number and position)
getBean(Class<T>) - Method in class com.cmobilecom.af.model.container.PageContent
Get the first bean of the specified type in this PageContent only.
getBean(Class<T>, ViewType, boolean) - Method in class com.cmobilecom.af.model.container.PageContent
Get the first bean of the specified type
getBean(Integer) - Method in class com.cmobilecom.af.model.container.PageContent
Get the first bean in the specified region.
getBean(String) - Method in class com.cmobilecom.af.model.container.DefaultTextExprResolver
Get the bean with the name.
getBean(String) - Method in class com.cmobilecom.af.model.container.PageContent
Get the first bean with the name.
getBeanCount() - Method in class com.cmobilecom.af.model.container.PageContent
Get the count of the beans in all regions
getBeanCount() - Method in class com.cmobilecom.af.model.container.Region
Get the number of beans in this region.
getBeanCount(List<Integer>) - Method in class com.cmobilecom.af.model.container.PageContent
Get count of all the beans in the specified regions
getBeanFlowFormDesignList(int) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get the list of bean flow FormDesign(s) from the 1st step to a step determined by the upTo parameter value.
getBeanFlowHistory() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get bean flow history that tracks previous steps of a bean flow.
getBeanFlowNavigation(BeanFlowNavigation.Direction) - Method in class com.cmobilecom.af.model.bean.EntityViewConfig
Get the bean flow navigation for the direction
getBeanIndex(BackingBean) - Method in class com.cmobilecom.af.model.container.Region
Get bean index.
getBeanLifecycleListener() - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Get bean lifecycle listener.
getBeanList() - Method in class com.cmobilecom.af.model.container.PageContent
Get list of all the beans in all regions.
getBeanList() - Method in class com.cmobilecom.af.model.container.Region
Get the list of beans in this region.
getBeanList() - Method in interface com.cmobilecom.af.test.api.PageContent
Get all the beans in the page.
getBeanList() - Method in interface com.cmobilecom.af.test.api.Region
Get the list of beans of this region.
getBeanList(Class<T>, ViewType, boolean) - Method in class com.cmobilecom.af.model.container.PageContent
Get all the beans of the specified type.
getBeanList(List<Integer>) - Method in class com.cmobilecom.af.model.container.PageContent
Get bean list, ignoring beans in the specified regions.
getBeanListener() - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Get bean listener.
getBeanListOf(Integer) - Method in class com.cmobilecom.af.model.container.PageContent
Get list of the beans in the specified region.
getBeanListOf(List<Integer>) - Method in class com.cmobilecom.af.model.container.PageContent
Get list of the beans in the specified regions.
getBeanLocation() - Method in class com.cmobilecom.af.model.bean.BackingBean
Get this bean's location in pageContent.
getBeanLocation() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
 
getBeanLocation() - Method in class com.cmobilecom.af.model.container.PageContentEvent
Get the location of the bean added or removed.
getBeanLocation(BackingBean) - Method in class com.cmobilecom.af.model.container.PageContent
Get the bean location of the bean.
getBeanRenderRegions(BackingBean, boolean) - Static method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Get the render regions of the bean.
getBeansOfEntityType(Class<T>, boolean, ViewType...) - Method in class com.cmobilecom.af.model.container.ContainerBean
Find all beans(entity and/or entity list beans) with the entity type (or its subclass).
getBeansOfEntityType(Class<T>, ViewType...) - Method in class com.cmobilecom.af.model.container.PageContent
Get beans of the specified entity type(or subclass), matching one of the viewTypes (if not null).
getBeansOfEntityType(Class<T>, ViewType...) - Method in class com.cmobilecom.af.model.container.Region
Get beans of the specified entity type(or subclass), matching one of the viewTypes (if not null).
getBeanViewEncoderMap() - Method in interface com.cmobilecom.af.web.module.WebModule
Get bean view encoder mapping.
getBeforeMenuNode() - Method in class com.cmobilecom.af.model.module.ModuleNode.ExtractMenuNode
Get the menu node before which to add the extracted subtree menu.
getBody() - Method in interface com.cmobilecom.af.test.api.MessageItem
Get message body (content)
getBookmarkableURL() - Method in class com.cmobilecom.af.model.container.ViewInfo
Get the bookmarkable relative URL with context path.
getBookmarkableURL(boolean, boolean) - Method in class com.cmobilecom.af.model.container.ViewInfo
Get the bookmarkable URL.
getBookmarkableURLAndPageParam(EntityListBackingBean<T>) - Method in class com.cmobilecom.af.model.util.RequestHelper
Get the bookmarkable URL without page parameter, and page parameter.
getBookmarkableURLAndPageParam(EntityListBackingBean<T>) - Static method in class com.cmobilecom.af.web.module.UrlUtil
Get bookmarkable URL without page parameter, and page parameter.
getBoundDataAccessUnit() - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Get current bound DataAccessUnit, checking the bound domains of instanceTypes and instances.
getBoundDataAccessUnit(boolean) - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Get current bound DataAccessUnit.
getBoundDomains() - Method in interface com.cmobilecom.af.entity.system.Instance
Get a list of domains to which this subsystem is bound.
getBoundInstance(boolean) - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Get the bound system or subsystem instance.
getBoundInstanceType() - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Get the bound InstanceType (system or subsystem)
getBrowseByHierarchy(T, Map<Class, Map<String, PropertyDescriptor>>) - Static method in class com.cmobilecom.af.entity.persistence.Utility
Get the browseBy hierarchy of the entity.
getBrowseByProperty(Class<T>, Map<Class, Map<String, PropertyDescriptor>>) - Static method in class com.cmobilecom.af.entity.persistence.Utility
Get the browseBy hierarchy property of the entity type.
getBuildProperties(boolean) - Method in class com.cmobilecom.af.model.system.ResourceCache
Get build properties that contains software name and version, build type(debug or release).
getCachedEntityAttrs(Object) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Get the cached EntityAttr(s) for the cacheKey.
getCachedInstances(Class, DataAccessUnit) - Static method in class com.cmobilecom.af.model.property.HierarchyAccessor
Get all the cached HierarchyAccessor(s) for the specified hierarchy type and the owner dataAccessUnit
getCachedRoles() - Method in class com.cmobilecom.af.model.system.AccessControlAccessor
Get cached roles
getCalcContext(BackingBeanContext, DataAccessUnit) - Static method in class com.cmobilecom.af.model.bean.Component
Get a CalcContext instance with currencyCode defined in Parameters.
getCalculateStatistics() - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Whether to calculate statistics for entity list? whether the statistics row is visible is determined by EntityListViewConfig.getShowStatistics().
getCalendar() - Method in class com.cmobilecom.af.model.bean.BackingBean
Get a calendar instance for the time zone and current user locale.
getCalendar(Date, DataAccessUnit) - Static method in class com.cmobilecom.af.model.context.BackingBeanContext
Get the calendar of current date with the locale and time zone of the specified DataAccessUnit.
getCalendarMode() - Method in class com.cmobilecom.af.model.property.RenderStyle
Get calendar component mode: popup or inline.
getCalender(BackingBeanContext, Parameters) - Method in class com.cmobilecom.af.model.bean.DataConverter
Get the calendar of the DataAccessUnit.
getCaptchaRequired() - Method in class com.cmobilecom.af.model.menu.MenuViewConfig.MenuNodeDescriptor
Whether captcha is required for the menu node?
getCaptchaServiceTimeout() - Method in interface com.cmobilecom.af.entity.system.SecuritySettings
Get the connection timeout for all captcha services.
getCartesianChart() - Method in class com.cmobilecom.af.model.chart.EntityChartProperty
Get cartesian chart model
getChangedMessages(T) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get the messages for changing entity successfully.
getCharacterTypes() - Method in class com.cmobilecom.af.model.security.PasswordPolicy
Get the types of characters that a password must contain.
getChartHeight() - Method in class com.cmobilecom.af.model.report.ReportQueryForm
Get chart height that can be pixel, em or percentage.
getChartType() - Method in class com.cmobilecom.af.model.report.ReportQueryForm
Get chart type such as Bar, Line, Pie chart.
getChartWidth() - Method in class com.cmobilecom.af.model.report.ReportQueryForm
Get chart width that can be pixel, em or percentage.
getCheckImageURL() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get check image URL for render style type CHECK_IMAGE.
getCheckImageURL(PersistenceDataBackingBean<T>, EntityProperty<T>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get check image URL for render style CHECK_IMAGE.
getChild(int) - Method in class com.cmobilecom.af.model.menu.MenuNode
Get the child menu node at the index
getChild(String) - Method in class com.cmobilecom.af.model.property.EntityProperty
Get the child property with the name
getChild(String) - Method in class com.cmobilecom.af.model.property.HierarchyAccessor.HierarchyNode
Get the child node with the hierarchy id.
getChildContainerBean(int) - Method in class com.cmobilecom.af.model.container.ContainerBean
Get the child containerBean at the index.
getChildCount() - Method in class com.cmobilecom.af.model.menu.MenuNode
Get number of children.
getChildCount() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get the number of child properties.
getChildCount() - Method in class com.cmobilecom.af.model.property.HierarchyAccessor.HierarchyNode
Get the number of child nodes.
getChildElements(Element) - Static method in class com.cmobilecom.af.util.XmlUtil
Get child elements of the element, excluding all the nodes that are not elements.
getChildElements(Element, String...) - Static method in class com.cmobilecom.af.util.XmlUtil
Get the child elements with the tag names.
getChildElementTagNames(Element) - Static method in class com.cmobilecom.af.util.XmlUtil
Get the list of child element tag names.
getChildElementTextContent(Element, String) - Static method in class com.cmobilecom.af.util.XmlUtil
Get text content of the first child element with the tag name.
getChildElementTextList(Element, String) - Static method in class com.cmobilecom.af.util.XmlUtil
Get the list of child element text contents.
getChildEntities(PersistenceEntity, Class<T>, DataAccessUnit) - Static method in class com.cmobilecom.af.model.util.BeanUtil
Get the list of child entities
getChildEntityTypes(Class<?>, Class, boolean) - Static method in class com.cmobilecom.af.entity.persistence.Utility
Get all the child entity types whose parent type is the specified parentEntityType.
getChildHierarchyCount(String) - Method in class com.cmobilecom.af.model.property.HierarchyAccessor
Get child hierarchy count of the hierarchy
getChildHierarchyCount(T) - Method in class com.cmobilecom.af.model.property.HierarchyAccessor
Get child hierarchy count of the hierarchy
getChildHierarchyEntities(String) - Method in class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean
Get the list of child hierarchy entities.
getChildHierarchyIdLength() - Method in class com.cmobilecom.af.model.property.HierarchyAccessor.HierarchyNode
Get the hierarchy id length of child nodes.
getChildHierarchyIdLength(PersistenceDataBackingBean<T>, String) - Method in class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean
Get the hierarchy id length of child hierarchy entities.
getChildHierarchyIdLength(Class<T>, String) - Static method in class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean
Get the hierarchy id length of child hierarchy entities.
getChildHierarchyLocalIdLength() - Method in class com.cmobilecom.af.model.property.HierarchyAccessor.HierarchyNode
Get the hierarchy local id length of child nodes.
getChildHierarchyNodes(T) - Method in class com.cmobilecom.af.model.property.HierarchyAccessor
Get child hierarchy nodes of the hierarchy
getChildHierarchySelectItems(HierarchyAccessor.HierarchyNode, boolean, boolean) - Method in class com.cmobilecom.af.model.property.HierarchyAccessor
Get child hierarchy select items.
getChildHierarchySelectItems(String, boolean, boolean) - Method in class com.cmobilecom.af.model.property.HierarchyAccessor
Get child hierarchy select items.
getChildIndex() - Method in class com.cmobilecom.af.model.behavior.VisitContainerBean
Get the index of child ContainerBean.
getChildIndex(ContainerBean) - Method in class com.cmobilecom.af.model.container.ContainerBean
Get the index of the child containerBean.
getChildIndex(String) - Method in class com.cmobilecom.af.model.menu.MenuNode
Get the index of child menu node with the name (unlocalized).
getChildNode(int) - Method in interface com.cmobilecom.af.test.api.MenuNode
GEt child menu node at the index.
getChildNodes() - Method in interface com.cmobilecom.af.test.api.MenuNode
Get child menu nodes.
getChildOfClosestAncestor(Class) - Method in class com.cmobilecom.af.model.bean.Component
Get the child component of the closest ancestor component that is an instance of the specified ancestorType.
getChildPathIdentifier(int) - Method in class com.cmobilecom.af.model.container.ContainerBean
Get the path identifier for child contianerBean
getChildPathIdentifier(String) - Method in class com.cmobilecom.af.entity.persistence.EntityFileIdentifier
Get the identifier for child path.
getChildProperty(String) - Method in interface com.cmobilecom.af.test.api.EntityProperty
Get a child property if this property is a property group.
getChildProperty(String, boolean) - Method in interface com.cmobilecom.af.test.api.EntityProperty
Get a child property if this property is a property group.
getChildren() - Method in class com.cmobilecom.af.model.bean.ColumnHeaders.Node
Get the list of child nodes.
getChildren() - Method in class com.cmobilecom.af.model.menu.MenuNode
Get child menu nodes.
getChildren() - Method in class com.cmobilecom.af.model.module.ModuleNode
Get child module nodes.
getChildren() - Method in class com.cmobilecom.af.model.property.EntityHierarchyProperty
If edit is enabled and render style is select, the property will be rendered as a list of child properties for multi-level hierarchy select.
getChildren() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get the list of child properties.
getChildren() - Method in class com.cmobilecom.af.model.property.HierarchyAccessor.HierarchyNode
Get child HierarchyNode(s) of this node.
getChildren() - Method in interface com.cmobilecom.af.test.api.EntityProperty
Get the list of child properties if this property is a property group.
getChildrenCountLimit(String) - Method in class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean
Get the max number of child hierarchy entities of a hierarchy.
getChildrenQueryCriteria(String) - Method in class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean
Get the query criteria for retrieving child hierarchy entities.
getChildRoles(String) - Method in class com.cmobilecom.af.model.system.AccessControlAccessor
Get the child roles that are implied by the super role.
getChildWindow(String) - Method in interface com.cmobilecom.af.test.api.ContainerBean
Get child window.
getChoice() - Method in interface com.cmobilecom.af.entity.EntityChoiceSupport
Get the choice for selecting existing entity, creating new entity, or same as another property of its enclosing entity.
getChoiceAfterLogin() - Method in interface com.cmobilecom.af.model.security.LoginForm
Get the choice after login
getChoiceEntities() - Method in class com.cmobilecom.af.model.bean.EntityChoiceSupportBean
Get the list of entities from which one entity can be selected.
getChoiceProperty(boolean) - Method in interface com.cmobilecom.af.test.api.EntityBean
Get the choice property for EntityChoiceSupportBean.
getChoicePropertySelectEntities(T, EntityFormBeanProperty<T>) - Method in class com.cmobilecom.af.model.bean.EntityFormSupportBean
Get select entities of the choice property.
getChoiceSelectItems(EntityFormSupportBean, PersistenceEntity, EntityFormBeanProperty) - Method in class com.cmobilecom.af.model.bean.EntityChoiceSupportBean
Get entity choice select items.
getClassIntrospectorCache() - Method in class com.cmobilecom.af.model.util.RequestHelper
Get the cache for class reflection which is request scope.
getClearRegionsOnCommand(String) - Method in class com.cmobilecom.af.model.menu.MenuViewConfig
The regions to clear on executing the command.
getClicks() - Method in interface com.cmobilecom.af.entity.security.Invitation
Get number of clicks of the invitation link.
getClientId() - Method in class com.cmobilecom.af.model.behavior.VisitEntityListRow
Get the clientId of this VisitTarget that is available only in render phase.
getClientId() - Method in class com.cmobilecom.af.model.behavior.VisitTarget
Get clientId.
getClientId() - Method in class com.cmobilecom.af.model.behavior.VisitUIComponent
 
getClientId(VisitTarget) - Method in class com.cmobilecom.af.model.bean.Component
Get the clientId of this component.
getClientId(VisitTarget) - Method in class com.cmobilecom.af.model.menu.MenuNode
 
getClosestAncestor(Class...) - Method in class com.cmobilecom.af.model.bean.Component
Get the closest ancestor component that is an instance of one of the specified ancestorTypes.
getClosestAncestor(Class<T>) - Method in interface com.cmobilecom.af.test.api.Component
Get the closet ancestor of the specified type.
getCmobilecomHome() - Static method in class com.cmobilecom.af.model.context.BackingBeanContext
Get cmobilecom home directory.
getCmobilecomHome() - Method in interface com.cmobilecom.af.model.ModelFactory
Get the Cmobilecom home directory under which to store configuration files and instance data.
getCode() - Method in interface com.cmobilecom.af.entity.security.ActivateCode
Get the code that is used to validate the activation URL.
getCode() - Method in interface com.cmobilecom.af.entity.security.Invitation
Get invitation code that is unique in the scope of instanceType.
getCols() - Method in class com.cmobilecom.af.model.property.RenderStyle
Get the number of columns for input textarea.
getColumnHeaders() - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Get custom column headers of entity list table.
getColumnHeadersRenderable() - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
whether entity list table headers is renderable?
getColumnLength(Class, String) - Static method in class com.cmobilecom.af.entity.persistence.Utility
Get the property column length of @Column annotation.
getColumnToggle(boolean) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Get the ColumnToggle for column priorities.
getCombinedUniqueKeyRestrictions(T, boolean) - Static method in class com.cmobilecom.af.model.bean.UniqueKeyUtil
Get the combined query restrictions to retrieve other persisted entities with the same uniqueKey property values to validate entity uniqueness using the UniqueKeys annotation of its entity type or its superclass.
getCommand() - Method in class com.cmobilecom.af.entity.ActionDescriptor
Get command name that is not visible name for display.
getCommand() - Method in interface com.cmobilecom.af.entity.system.SystemLog
Get the command name of the action.
getCommand() - Method in class com.cmobilecom.af.model.menu.MenuNode
Get the command of this MenuNode.
getCommand() - Method in class com.cmobilecom.af.util.db.CommandDialectItem
Get command including name and its arguments such as program arg1 arg2 ...
getCommandClicked() - Method in class com.cmobilecom.af.model.dialog.ConfirmBean
Get the command clicked by user.
getCommandConfirmMessage(PersistenceDataBackingBean<T>, T, String) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get the confirm message for the command.
getCommandConfirmMessage(String) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Get the confirm message for the command.
getCommandHandler() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get the associated EntityCommandHandler object.
getCommandIcon(PersistenceDataBackingBean<T>, MenuBean, String) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get icon for the command, used with commandLink/commandButton.
getCommandIcon(PersistenceDataBackingBean<T>, MenuBean, String, Integer) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get icon for the command, used with commandLink/commandButton.
getCommandMenuNodeDescriptor(String, boolean, boolean) - Method in class com.cmobilecom.af.model.menu.MenuViewConfig
Get the MenuNodeDescriptor for the command.
getCommandRenderStyle(Integer) - Method in class com.cmobilecom.af.model.menu.MenuViewConfig
Get command render style using its style number.
getCommandStyleNumber() - Method in class com.cmobilecom.af.model.menu.MenuViewConfig
Get command render style number.
getCommandStyleNumber(Integer) - Method in class com.cmobilecom.af.model.menu.MenuViewConfig
Get command style number.
getCommandVisibleName(PersistenceDataBackingBean<T>, MenuBean, String) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get command visible name that is used for display.
getCompleted() - Method in class com.cmobilecom.af.util.Progress.Module
Get the percentage completed.
getComponent() - Method in class com.cmobilecom.af.model.behavior.VisitComponent
 
getComponent() - Method in class com.cmobilecom.af.model.behavior.VisitContainerBean
Return target containerBean that can be null
getComponent() - Method in class com.cmobilecom.af.model.behavior.VisitEntityListRow
 
getComponent() - Method in class com.cmobilecom.af.model.behavior.VisitRegion
 
getComponent() - Method in class com.cmobilecom.af.model.behavior.VisitRegions
 
getComponent() - Method in class com.cmobilecom.af.model.behavior.VisitTarget
Get the component that maps to this VisitTarget
getComponent() - Method in class com.cmobilecom.af.model.behavior.VisitUIComponent
component is null.
getComponent() - Method in class com.cmobilecom.af.model.behavior.VisitWidgetComponent
 
getComponent() - Method in class com.cmobilecom.af.model.property.RenderStyle
Get the associated component EntityProperty or MenuNode.
getComponentsOnPathTo(Component, Class) - Method in class com.cmobilecom.af.model.bean.Component
Walk up from this component to the specified ancestor component, and collect components of the specified type.
getCondition() - Method in class com.cmobilecom.af.session.criteria.CriteriaSwitch.SwitchCase
Get case condition.
getConfigProperties() - Method in class com.cmobilecom.af.model.InstanceCache
Get instance configuration properties
getConfirmCommandClicked() - Method in class com.cmobilecom.af.model.dialog.DialogBean
Get the command clicked in confirm dialog.
getConfirmJS(ParameterizedMessage) - Static method in class com.cmobilecom.af.model.bean.EntityCommandHandler
Get confirm javascript to show the message.
getConfirmJS(String) - Static method in class com.cmobilecom.af.model.bean.EntityCommandHandler
Get confirm javascript to show the message.
getConfirmJS(String, Object[]) - Static method in class com.cmobilecom.af.model.bean.EntityCommandHandler
Get confirm javascript to show the message.
getConflictAction() - Method in interface com.cmobilecom.af.entity.persistence.EntityImport
Get the ConflictAction on how to handle conflict.
getConflictAction() - Method in class com.cmobilecom.af.model.entimport.FileUploadEntityImport
 
getConflictAction() - Method in class com.cmobilecom.af.model.entimport.SystemEntityImport
 
getConflictActionSelectItems() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
 
getConflictActionSelectItems() - Method in class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean
 
getConflictActionSelectItems() - Method in interface com.cmobilecom.af.model.entimport.EntityImportHandler
Get the choices to handle conflicts.
getConflictActionSelectItems() - Method in class com.cmobilecom.af.model.formdesign.FormDesignBean
 
getConnection() - Method in class com.cmobilecom.af.util.db.DbExec
Get database connection
getConnectionUrl() - Method in class com.cmobilecom.af.util.db.DbConfig.JdbcConfig
Get the database connection URL for the JDBC configuration
getConnectionUrl() - Method in class com.cmobilecom.af.util.db.DbDescriptor
Get connection url that support variables: #{host}, #{port}, and #{database}.
getConnectionUrl(DbConfig, boolean, boolean) - Static method in class com.cmobilecom.af.util.db.DbConfig
Get connection string the parameter separator is using & instead of its entity &amp;.
getConnectionUrl(DbDescriptor, String, String, String, boolean) - Static method in class com.cmobilecom.af.util.db.DbConfig
Get connection string.
getContainerBean() - Method in class com.cmobilecom.af.model.bean.BackingBean
 
getContainerBean() - Method in class com.cmobilecom.af.model.bean.Component
Get containerBean of this component, that is, the closest ancestor component of ContainerBean type.
getContainerBean() - Method in class com.cmobilecom.af.model.behavior.PartialBehavior.ContainerRenderRegions
Get the containerBean that is not the target containerBean if openDialog is true.
getContainerBean() - Method in class com.cmobilecom.af.model.behavior.VisitRegion
Get the container bean of the region.
getContainerBean() - Method in class com.cmobilecom.af.model.behavior.VisitRegions
 
getContainerBean() - Method in class com.cmobilecom.af.model.container.ContainerBean
Get the parent ContainerBean of this ContainerBean
getContainerBean() - Method in class com.cmobilecom.af.model.container.PageContent
Get the containeBean to which this PageContent belongs
getContainerBean() - Method in class com.cmobilecom.af.model.container.PageContentEvent
Get the ContainerBean of the PageContent where the bean is added or removed.
getContainerBean() - Method in class com.cmobilecom.af.model.menu.MenuBean
 
getContainerBean() - Method in interface com.cmobilecom.af.model.menu.MenuNodeActionHandler
Get the containerBean of menuNodeActionHandler
getContainerBean() - Method in class com.cmobilecom.af.model.menu.MenuNodeContextMenuBean
 
getContainerBean() - Method in class com.cmobilecom.af.model.menu.MenuNodeFactory
Get the ContainerBean of the MenuBean of this factory
getContainerBean() - Method in class com.cmobilecom.af.model.PageNavigation
Get the ContainerBean that will be used in the target page after page navigation.
getContainerBean() - Method in class com.cmobilecom.af.model.property.EntityProperty
 
getContainerBean() - Method in class com.cmobilecom.af.model.util.RequestHelper
Get the current root containerBean in request scope.
getContainerBean() - Method in interface com.cmobilecom.af.test.api.Bean
Get the containerBean that contains this bean.
getContainerBean() - Method in class com.cmobilecom.af.test.api.ManageCenter
Get the container bean of this manager center.
getContainerDialogBean() - Method in class com.cmobilecom.af.model.bean.BackingBean
If the containerBean of this bean is a DialogBean, return the dialogBean.
getContainerMenuBean() - Method in class com.cmobilecom.af.model.container.ContainerBean
Get the ContainerMenuBean of this ContainerBean.
getContainerMenuBean() - Method in interface com.cmobilecom.af.test.api.ContainerBean
Get container menu bean.
getContainerMenuBean() - Method in class com.cmobilecom.af.test.api.ManageCenter
Get container menu bean.
getContainerMenuBean(MenuBean) - Method in class com.cmobilecom.af.model.menu.MenuNodeFactory
Get the ContainerMenuBean of the containerBean to which the menuBean belongs
getContainerRenderRegions() - Method in class com.cmobilecom.af.model.context.ActionContext
Get ContainerRenderRegions to hold action generated beans, which is used to override default.
getContainerRenderRegions(ContainerBean, List<Integer>, boolean) - Method in class com.cmobilecom.af.model.behavior.PartialBehavior
Get renderRegions that are render targets and also used as renderRegions to show results (backing beans) in PageContent.
getContainerRenderRegions(ContainerBean, List<Integer>, boolean) - Method in class com.cmobilecom.af.model.menu.MenuNode
Get the ContainerRenderRegions to add action results.
getContainerRenderRegions(MenuNode, ContainerBean, List<Integer>) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Get the regions to show the result of the command.
getContainerRenderRegions(MenuNode, ContainerBean, List<Integer>) - Method in interface com.cmobilecom.af.model.menu.MenuNodeActionHandler
Get the containerRenderRegions for the menuNode to show action results.
getContainerRenderRegions(MenuNode, ContainerBean, List<Integer>) - Method in class com.cmobilecom.af.model.menu.MenuNodeContextMenuBean
 
getContainerRenderRegions(MenuNode, ContainerBean, List<Integer>) - Method in class com.cmobilecom.af.model.menu.MenuNodeFactory
Get the containerBean/regions to show the results of the command
getContainerRenderRegions(MenuNode, ContainerBean, List<Integer>) - Method in class com.cmobilecom.af.model.property.EntityProperty
Get the target containerRenderRegions of the property menuNode action
getContainerRenderRegions(String, ContainerBean) - Method in class com.cmobilecom.af.model.menu.MenuNodeFactory
Get the ContainerRenderRegions from the ViewConfig of this MenuNodeFactory to show the action results of the command.
getContainerRenderRegions(String, ContainerBean) - Method in class com.cmobilecom.af.model.menu.MenuViewConfig
Get the partial behavior render regions for the command.
getContainerRenderRegions(String, ContainerBean, List<Integer>, boolean) - Method in class com.cmobilecom.af.model.behavior.PartialBehaviorSupport
Get the ContainerRenderRegions for the partial behavior event handler to show results (beans).
getContainers() - Method in class com.cmobilecom.af.model.module.ModuleNode
Get the ContainerBeans where this module node is visible.
getContent() - Method in interface com.cmobilecom.af.entity.system.MailTemplate
Get email content
getContent() - Method in interface com.cmobilecom.af.entity.system.Page
Get page content that is HTML code.
getContent() - Method in interface com.cmobilecom.af.model.mail.EmailRequest
Get email content
getContentEncoding() - Method in interface com.cmobilecom.af.model.mail.EmailRequest
Get email content encoding
getContentType() - Method in interface com.cmobilecom.af.model.property.UploadedFile
Get file mime type
getContext() - Method in class com.cmobilecom.af.model.menu.MenuNodeFactory
Get the MenuNodeFactoryContext of this MenuNodeFactory.
getContext() - Method in class com.cmobilecom.af.model.menu.TypeDescriptor
Get the TypedMenuNodeFactoryContext will be the context of the TypedMenuNodeFactory of the entity type.
getContext() - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactory
 
getContextData() - Method in interface com.cmobilecom.af.model.menu.MenuNodeFactoryContext
Get context data that can be any object.
getContextData() - Method in class com.cmobilecom.af.model.menu.SimpleMenuNodeFactoryContext
 
getContextId() - Method in interface com.cmobilecom.af.model.menu.MenuNodeFactoryContext
Get context Id that can be used to distinguish different menu nodes of a same entity type.
getContextId() - Method in class com.cmobilecom.af.model.menu.SimpleMenuNodeFactoryContext
 
getContextMenuBean() - Method in class com.cmobilecom.af.model.menu.MenuNode
Get the context menu of this menu node.
getContextPath() - Method in class com.cmobilecom.af.model.util.RequestHelper
Get request contextPath that is empty string or starts with forward slash such as /MyApp.
getContextPath() - Static method in class com.cmobilecom.af.test.api.Configurations
Get context path.
getCookieAge(String) - Method in interface com.cmobilecom.af.model.util.CookieManager
Get cookie age in seconds.
getCookieManager() - Method in class com.cmobilecom.af.model.util.RequestHelper
Get cookie manager.
getCookieValue(String) - Method in interface com.cmobilecom.af.model.util.CookieManager
Get cookie value.
getCorrelatedProperty() - Method in interface com.cmobilecom.af.session.criteria.CriteriaSubquery
Get the correlated property of its parent query.
getCount() - Method in class com.cmobilecom.af.model.menu.MenuNode
Get the count that is meaningful and will be shown with the menu node.
getCountLimit() - Method in class com.cmobilecom.af.model.property.EntityFileUploadProperty
Get file count limit to upload
getCountry() - Method in interface com.cmobilecom.af.entity.security.User
Get country or region.
getCountryFromCurrentLocale(String) - Method in class com.cmobilecom.af.model.bean.Component
Get country from current locale.
getCountrySelectItems(String, boolean) - Static method in class com.cmobilecom.af.model.property.SelectItemListProvider
Get country select items (ISO country code) whose labels are country display names of the locale.
getCountrySelectItems(List<String>, boolean) - Static method in class com.cmobilecom.af.model.property.SelectItemListProvider
Get country select items (ISO country code) whose labels are country display names of the locale.
getCreateCaptcha() - Method in interface com.cmobilecom.af.entity.system.SecuritySettings
Is captcha required for creating entities in persistence?
getCreatedDate() - Method in interface com.cmobilecom.af.entity.CreatedDateAware
Get the created date.
getCreatedEntityCount() - Method in class com.cmobilecom.af.test.api.InstanceTest.IdRule
Get the total number of created entities.
getCreatedEntityId(int) - Method in class com.cmobilecom.af.test.api.InstanceTest.IdRule
Get created entity id.
getCreatedEntityId(int, boolean) - Method in class com.cmobilecom.af.test.api.InstanceTest.IdRule
Get created entity id.
getCreatedEntityId(IdRuleEntityType, int) - Method in class com.cmobilecom.af.test.api.ModuleTest
Get created entity id of the entity type.
getCreatedEntityListBean() - Method in class com.cmobilecom.af.model.nav.EntityListCreateEntity
Get the entityListBackingBean for showing created entities.
getCreatedMessages(T) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get messages for creating entity successfully.
getCreateEntityViewConfig(boolean) - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Get the EntityViewConfig to create an entity.
getCreator() - Method in interface com.cmobilecom.af.entity.CreatorAware
Get the user who created the entity.
getCriteriaElements() - Method in interface com.cmobilecom.af.session.criteria.CriteriaSubquery
Get a list of criteria elements to build the subquery
getCriteriaQueryBuilders() - Method in class com.cmobilecom.af.session.QueryCriteria
Get the chained CriteriaQueryBuilders to build CriteriaQuery using Criteria API.
getCriterion() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean.PropertyQueryCriterion
Get the criterion created from a query property.
getCssStyle() - Method in class com.cmobilecom.af.model.chart.EntityChartProperty
Get chart CSS style
getCurrencyAsString(BigDecimal, String, Integer) - Method in class com.cmobilecom.af.model.bean.DataConverter
Get amount as string in the currency code and current locale, including currency symbol.
getCurrencyCode() - Method in class com.cmobilecom.af.entity.bus.CalcContext
Get currency code
getCurrencyCode() - Method in interface com.cmobilecom.af.entity.system.Parameters
Get currency code
getCurrencyCode() - Method in class com.cmobilecom.af.model.bean.Component
Get the current code of the associated DataAccessUnit.
getCurrencyCode() - Method in class com.cmobilecom.af.test.api.InstanceTest.Parameters
Get currency code such as USD
getCurrencyCode() - Method in class com.cmobilecom.af.test.api.ManageCenter
Get the currency code that is set in Parameters.
getCurrencyCode(PersistenceDataBackingBean<ReportTableRow>, ReportTableRow, EntityProperty<ReportTableRow>) - Method in class com.cmobilecom.af.model.report.ReportTableRowBean
 
getCurrencyCode(PersistenceDataBackingBean<T>, T, EntityProperty<T>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get the currency code for the property whose value is a monetary amount.
getCurrencyNumberFormat(String, int) - Method in interface com.cmobilecom.af.test.api.Component
Get currency number format based on currency code and locale.
getCurrencyNumberFormat(Locale, String, boolean, int) - Static method in class com.cmobilecom.af.test.api.Util
Get currency NumberFormat.
getCurrencySelectItems(List<Currency>, boolean, Locale, boolean) - Static method in class com.cmobilecom.af.model.property.SelectItemListProvider
Get currency select items.
getCurrentDate() - Method in class com.cmobilecom.af.model.bean.BackingBean
Get current date.
getCurrentDate() - Method in class com.cmobilecom.af.model.bean.Component
Get current date.
getCurrentDate(DataAccessUnit) - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Get current date for the DataAccessUnit, which may be changed for test automation.
getCurrentDeviceType() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Get current device type for rendering response.
getCurrentEntity() - Method in class com.cmobilecom.af.model.nav.EntityListToEntity
Get the current entity in the whole entity list while navigating entities using previous or next command.
getCurrentEntity() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get current property that overrides the entity from which to retrieve property values.
getCurrentEntityIndex() - Method in class com.cmobilecom.af.model.nav.EntityListToEntity
Get the current entity index in the whole entity list while navigating entities using previous or next command.
getCurrentInstance(boolean) - Static method in class com.cmobilecom.af.model.context.ActionContext
Get the ActionContext instance(only one) of current request.
getCurrentInstance(boolean) - Static method in class com.cmobilecom.af.model.context.RenderContext
Get the RenderContext instance(only one) of current request.
getCurrentLocalDate(ZoneId, Locale, int) - Static method in class com.cmobilecom.af.test.api.Util
Get current LocalDate as a string.
getCurrentLocalDateTime() - Method in class com.cmobilecom.af.model.bean.Component
Get current LocalDateTime.
getCurrentLocalDateTime(DataAccessUnit) - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Get current local date at the time zone of the DataAccessUnit specified by DataConverter.getTimeZone(BackingBeanContext, Parameters).
getCurrentLocalDateTimeForInput(ZoneId, Locale, int) - Static method in class com.cmobilecom.af.test.api.Util
Get current LocalDateTime as a string in 24-hour format(including seconds) for input.
getCurrentModeType() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
 
getCurrentModeType() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
 
getCurrentModeType() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Get current mode: CREATE, QUERY, INPUT_DATA, EDIT, or VIEW.
getCurrentPageEntityCount() - Method in class com.cmobilecom.af.model.pagination.MemoryEntityList
 
getCurrentPageEntityCount() - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Get the number of entities in the current page excluding embedded statistics entities.
getCurrentPageEntityCount() - Method in class com.cmobilecom.af.model.pagination.QueryCriteriaEntityList
 
getCurrentPageFirstEntityIndex() - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Get the first entity index excluding embedded statistics entities
getCurrentPageId() - Method in class com.cmobilecom.af.model.PageNavigation
Get current page Id such as /foo.xhtml.
getCurrentPageIndex() - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Get current page index
getCurrentPageLastEntityIndex() - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Get the last entity index in the current page excluding embedded statistics entities
getCurrentPageNumber() - Method in interface com.cmobilecom.af.test.api.EntityListBean
Get current page number.
getCurrentPageRowCount() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Get the row count of current page.
getCurrentPageSize() - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Get current page size for variable page size support.
getCurrentPeriod(ReportPeriod.PeriodType, LocalDate) - Method in class com.cmobilecom.af.model.report.ReportUtil
Get the period of the specified type that contains currentDate.
getCurrentPhaseId() - Method in class com.cmobilecom.af.model.util.RequestHelper
Get current phaseId
getCurrentTimestamp() - Method in class com.cmobilecom.af.test.api.TestClock
Get current timestamp with the advanced value added.
getCurrentUrl() - Method in interface com.cmobilecom.af.test.api.ContainerBean
Get current page URL.
getCustomValue() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get the value for custom property.
getDataAccessUnit() - Method in class com.cmobilecom.af.entity.bus.CalcContext
Get the DataAccessUnit for accessing entities.
getDataAccessUnit() - Method in class com.cmobilecom.af.model.bean.Component
Get associated DataAccessUnit.
getDataAccessUnit() - Method in class com.cmobilecom.af.model.container.DefaultTextExprResolver
Get the DataAccessUnit for resolving entities such as current_user.
getDataAccessUnit() - Method in class com.cmobilecom.af.model.InstanceCache
Get the dataAccessUnit of this cache.
getDataAccessUnit() - Method in class com.cmobilecom.af.model.menu.MenuNodeFactory
Get the associated dataAccessUnit for accessing entities.
getDataAccessUnit() - Method in interface com.cmobilecom.af.model.menu.MenuNodeFactoryContext
Get the DataAccessUnit to access entities.
getDataAccessUnit() - Method in class com.cmobilecom.af.model.menu.SimpleMenuNodeFactoryContext
 
getDataAccessUnit() - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Get the DataAccessUnit from this EntityDataSource.
getDataAccessUnit() - Method in class com.cmobilecom.af.model.phase.JTATransaction
 
getDataAccessUnit() - Method in class com.cmobilecom.af.model.phase.ResourceLocalTransaction
 
getDataAccessUnit() - Method in interface com.cmobilecom.af.model.phase.Transaction
Get the DataAccessUnit of associated persistence unit.
getDataAccessUnit() - Method in class com.cmobilecom.af.model.phase.UserTransactionWrapper
Get the DataAccessUnit of associated persistence unit.
getDataAccessUnit() - Method in class com.cmobilecom.af.model.system.AccessControlAccessor
Get the dataAccessUnit with which this accessor is associated
getDataAccessUnit() - Method in class com.cmobilecom.af.model.system.EntityWrapper
 
getDataAccessUnit() - Method in class com.cmobilecom.af.model.util.RequestHelper
Get dataAccessUnit by request parameter RequestHelper.REQUEST_PARAM_DATA_ACCESS_UNIT.
getDataAccessUnit() - Method in interface com.cmobilecom.af.test.api.ContainerBean
Get the associated DataAccessUnit.
getDataAccessUnit(boolean) - Method in class com.cmobilecom.af.model.bean.Component
Get associated DataAccessUnit.
getDataAccessUnit(boolean) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
 
getDataAccessUnit(boolean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
 
getDataAccessUnit(boolean) - Method in class com.cmobilecom.af.model.container.ContainerBean
Get the DataAccessUnit of this containerBean.
getDataAccessUnit(boolean) - Method in class com.cmobilecom.af.model.menu.MenuNode
 
getDataAccessUnit(boolean) - Method in class com.cmobilecom.af.model.menu.MenuNodeFactory
Get associated DataAccessUnit.
getDataAccessUnit(boolean, T, boolean) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get the associated dataAccessUnit.
getDataAccessUnit(Long) - Method in class com.cmobilecom.af.test.api.InstanceTypeTest
Get dataAccessUnit for the instance.
getDataAccessUnitInheritancePath(DataAccessUnit, boolean) - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Get dataAccessUnit inheritance path for the specified DataAccessUnit to system DataAccessUnit: instance dataAccessUnit, instance type dataAccessUnit, system dataAccessUnit.
getDataAccessUnitOfPersistenceUnit() - Method in class com.cmobilecom.af.model.system.DataAccessUnit
Get the DataAccessUnit associated with its persistence unit.
getDataAccessUnitRootDir() - Method in class com.cmobilecom.af.session.QueryDescriptor
Get the root directory on file system for the associated dataAccessUnit.
getDataAccessUnitRootDir(DataAccessUnit) - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Get the root directory on file system for the DataAccessUnit.
getDataAccessUnitType() - Method in class com.cmobilecom.af.model.module.ModuleNode
Get the DataAccessUnitType to which this moduleNode applies.
getDataAccessUnitType() - Method in class com.cmobilecom.af.model.module.ModuleNode.MenuNodeFactory
Get the DataAccessUnit type to which this FactoryMenu applies.
getDatabase() - Method in class com.cmobilecom.af.util.db.DbConfig
Get database or service name for creating connection url.
getDataConverter() - Method in class com.cmobilecom.af.model.bean.Component
Get the DataConverter for this component.
getDataDescriptor() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Get the data descriptor that describes the entity or a list of entities.
getDataDescriptor() - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactoryContext
Get data descriptor
getDataDescriptor() - Method in class com.cmobilecom.af.model.pagination.MemoryEntityList
 
getDataDescriptor() - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Get the DataDescriptor of this pageable entity list.
getDataDescriptor() - Method in class com.cmobilecom.af.model.pagination.QueryCriteriaEntityList
QueryCriteria has at most one owner that is used for search with owner property.
getDataFromEntityDataSource(EntityDataSource<T>, Class) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get the data of the type from the EntityDataSource.
getDataOwner() - Method in class com.cmobilecom.af.entity.DataDescriptor
Get the owner of the data.
getDataSource() - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Get the wrapped dataSource that can be any type.
getDataSourceConfig(String, Class, List<String>, DataAccessUnit) - Static method in class com.cmobilecom.af.model.entimport.SystemEntityImportBean
Get dataSource config for import.
getDataSourceIds() - Method in class com.cmobilecom.af.model.entimport.SystemEntityImport
Get the list of selected data source id(s) for import.
getDataSourceTypes() - Method in class com.cmobilecom.af.model.entimport.SystemEntityImportDescriptor
Get the list of data source types to import, null for all types.
getDatatipFormat() - Method in class com.cmobilecom.af.model.chart.Chart
Get datatip format.
getDataTransient() - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Is data transient and will not be persisted?
getDataType() - Method in class com.cmobilecom.af.entity.DataDescriptor
Get the data type of the data being described
getDataType() - Method in class com.cmobilecom.af.model.menu.TypedMenuNode
Get the DataType that is mapped to entity type.
getDataTypeClass(DataType<T>) - Method in class com.cmobilecom.af.entity.TypeMapping
Get entity type from the specified DataType.
getDataTypeExactly(Class<T>) - Method in class com.cmobilecom.af.entity.TypeMapping
Get the DataType that is mapped to the entity type
getDataTypeExactly(Class<T>, boolean) - Method in class com.cmobilecom.af.entity.TypeMapping
Get the dataType to which the type is mapped.
getDataTypeMapping() - Method in interface com.cmobilecom.af.model.module.Module
Get entity type to DataType mapping.
getDataTypes(PersistenceDataBackingBean<T>) - Static method in class com.cmobilecom.af.model.formdesign.FormDesignBean
Get the list of DataType(s) that are the possible values of entityType of a DataTypeAware entity from the EntityDataSource of the backingBean.
getDataTypeSelectItems(List<DataType>, boolean, Map<DataType, String>, boolean) - Static method in class com.cmobilecom.af.model.property.SelectItemListProvider
Get the select items for the list of DataType(s).
getDate() - Method in interface com.cmobilecom.af.entity.bus.BusinessDateAware
Get the date that the transaction occurred.
getDateCriterion(String, DatePeriod, boolean, TimeZone) - Static method in class com.cmobilecom.af.session.PropertyCriteriaQueryBuilder
Get date query criterion: the value of the date property falls into the date period.
getDateCriterion(String, InstantPeriod) - Static method in class com.cmobilecom.af.session.PropertyCriteriaQueryBuilder
Get date query criterion: the value of the date property falls into the date period.
getDateFormat(Locale) - Static method in class com.cmobilecom.af.entity.report.ReportPeriod
Get the DateFormat for parsing day period (year, month and day)
getDatePattern() - Method in class com.cmobilecom.af.model.property.RenderStyle
For inputDate date pattern binding
getDatePattern(TemporalType, int, int, DataAccessUnit) - Static method in class com.cmobilecom.af.model.property.RenderStyle
Get date pattern.
getDatePeriod(boolean) - Method in class com.cmobilecom.af.entity.bus.MonthClose
Get the date period for the month.
getDatePeriod(LocalDate, ReportPeriod.PeriodType, LocalDateTime, boolean) - Static method in class com.cmobilecom.af.model.report.ReportUtil
Get the date period that contains the date
getDatePeriod(LocalDate, ReportPeriod, String, boolean) - Static method in class com.cmobilecom.af.model.report.ReportUtil
Get the DatePeriod from the period and time modifier.
getDatePeriod(LocalDate, Integer, int, ReportPeriod.PeriodType, String, boolean) - Static method in class com.cmobilecom.af.model.report.ReportUtil
Get the DatePeriod from the period and time modifier based on the calendar of the locale is current user locale, and time zone is DataConverter.getTimeZone(BackingBeanContext, Parameters).
getDatePeriod(LocalDate, String, String, boolean) - Method in class com.cmobilecom.af.model.report.ReportUtil
Get date period.
getDatePeriodCriterion(CriteriaBuilder, CriteriaQuery<R>, Path, DatePeriod, boolean, TimeZone) - Static method in class com.cmobilecom.af.model.report.ReportQueryFormBean
Create a query criterion that the property value is within the datePeriod.
getDatePeriodCriterion(CriteriaBuilder, CriteriaQuery<R>, Path, String, DatePeriod, EntityJoinGraph, boolean, TimeZone) - Static method in class com.cmobilecom.af.model.report.ReportQueryFormBean
Create a query criterion that the property value is within the datePeriod.
getDatePeriodDisplayName() - Method in class com.cmobilecom.af.model.query.RangeEntityProperty
Get the query date period display name for RangeEntityProperty.RangeType.DATE_PERIOD.
getDatePeriodDisplayName(DatePeriod, LocalDate, boolean) - Method in class com.cmobilecom.af.model.report.ReportUtil
Get DatePeriod display name: [startDate - endDate]
getDatePeriodNormalizedNames() - Method in class com.cmobilecom.af.model.report.ReportEntity
Get the list of date period normalized names such as 2015-M5.
getDatePeriodSeries() - Method in class com.cmobilecom.af.model.report.ReportEntity
Get the list of date period display names that do not contain total/percentage columns.
getDatePredicate(String, DatePeriod, CriteriaBuilder, CommonAbstractCriteria, EntityJoinGraph, boolean, TimeZone) - Static method in class com.cmobilecom.af.session.PropertyCriteriaQueryBuilder
Get date query criterion: the value of the date property falls into the date period.
getDateProperty() - Method in class com.cmobilecom.af.model.bean.EntityDeletionDescriptor
Get the date property name for DELETE_BY_DATE type whose values are used for comparison with a specified date.
getDateTimeFormat(TemporalType) - Method in class com.cmobilecom.af.model.bean.DataConverter
Get locale sensitive date format.
getDateTimeFormat(TemporalType, int, int) - Method in class com.cmobilecom.af.model.bean.DataConverter
Get locale sensitive date format.
getDateTimeFormatter(Class<? extends TemporalAccessor>, FormatStyle) - Method in class com.cmobilecom.af.model.bean.DataConverter
Get a localized date time formatter.
getDateTimeFormatter(Class<? extends TemporalAccessor>, FormatStyle, FormatStyle) - Method in class com.cmobilecom.af.model.bean.DataConverter
Get a localized date time formatter.
getDateTimeFormatter(Class<? extends TemporalAccessor>, FormatStyle, FormatStyle) - Method in interface com.cmobilecom.af.test.api.Component
Get a localized date time formatter.
getDateTimeFormatter(Locale, Class<? extends TemporalAccessor>, FormatStyle, FormatStyle) - Static method in class com.cmobilecom.af.test.api.Util
Get a localized date time formatter.
getDateTimeFormatterForInput(Locale) - Static method in class com.cmobilecom.af.test.api.Util
Get a date time formatter for date input.
getDbConfig() - Method in class com.cmobilecom.af.util.db.DbExec
Get the DbConfig that is associated with this DbExec instance.
getDbDescriptor() - Method in class com.cmobilecom.af.util.db.DbConfig
Get the DbDescriptor of this DbConfig
getDbExec(boolean, Logger) - Method in class com.cmobilecom.af.util.db.DbConfig
Get DbExec
getDbmsClientHome() - Method in class com.cmobilecom.af.util.db.DbConfig
Get database client home that usually has bin directory to put commands for database related administration.
getDbmsType() - Method in class com.cmobilecom.af.util.db.DbDescriptor
Get dbms type
getDefaultCommandMenuNode(boolean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Get default menuNode whose defaultCommand is true from header and footer menuBean.
getDefaultConfirmCommandJS(PersistenceDataBackingBean<T>, String) - Static method in class com.cmobilecom.af.model.bean.EntityCommandHandler
Get confirm javascript to show the default message before executing the command.
getDefaultContentBean() - Method in interface com.cmobilecom.af.test.api.ContainerBean
Get the first bean in the default content region.
getDefaultContentBean(ContainerBean) - Method in class com.cmobilecom.af.test.api.ManageCenter
Get the first bean in the default content region.
getDefaultContentRegion() - Method in interface com.cmobilecom.af.test.api.ContainerBean
Get the default content region where an entity(view, edit or create mode) or entity list (query results) is shown.
getDefaultContentRegion(ContainerBean) - Method in class com.cmobilecom.af.test.api.ManageCenter
Get the default content region where an entity(view, edit or create mode) or entity list (query results) is shown.
getDefaultContentRegionNumber() - Method in interface com.cmobilecom.af.test.api.ContainerBean
Get the default content region number for showing content(query results) bean.
getDefaultCurrencyNumberDescriptor(String) - Static method in class com.cmobilecom.af.model.bean.DataConverter
Get default NumberDescriptor for the currency, using the default fraction digits of the currency value as the minimum and maximum fraction digits of the NumberDescriptor.
getDefaultDatePeriodInfo() - Method in class com.cmobilecom.af.model.report.ReportQueryFormBean
Get the datePeriodInfo that is used for setting datePeriod as string.
getDefaultFormDesign() - Method in interface com.cmobilecom.af.entity.FormDesign
If more than one form design is available for one entity type, and there is no form design specified in viewConfig, request parameter or cookie, pick the default one if any.
getDefaultFormDesign(Class, DataAccessUnit) - Static method in class com.cmobilecom.af.model.formdesign.FormDesignBean
Get default formDesign for the entity type.
getDefaultFromAddress() - Method in interface com.cmobilecom.af.entity.system.MailServer
Get default from address for emails sent by this MailServer.
getDefaultInstance(DataAccessUnit, boolean) - Static method in class com.cmobilecom.af.model.mail.SendMail
Get the default SendMail instance of the DataAccessUnit from thread pool.
getDefaultMathContext() - Static method in class com.cmobilecom.af.entity.bus.CalcContext
Get a default math context: precision is 20, and rounding mode is half up.
getDefaultMenuNodeDescriptor(boolean) - Method in class com.cmobilecom.af.model.menu.MenuViewConfig
Get the default MenuNodeDescriptor.
getDefaultNumberFormat(String, Integer, boolean) - Method in class com.cmobilecom.af.model.bean.DataConverter
Get the default NumberFormat for the currency code in the locale.
getDefaultPrimaryProperties(ViewType) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get default primary properties that are used as the default properties of quick query tab of a query view if EntityViewConfig.getQuickQueryProperties() return null. query form and the selection list of a select dialog if EntityBackingBean.getTypeDescriptorForSelectDialog(PersistenceDataBackingBean) return null or does not specify the propertiesToShow for the viewType.
getDefaultPrimaryProperties(ViewType) - Method in class com.cmobilecom.af.model.formdesign.FormDesignBean
 
getDefaultPropertyDescriptor(boolean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Get the default PropertyDescriptor for all properties.
getDefaultQueryOrders() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get default query orders in the order of precedence.
getDefaultQueryOrders() - Method in class com.cmobilecom.af.model.formdesign.FormDesignBean
 
getDefaultQueryRegion() - Method in interface com.cmobilecom.af.test.api.ContainerBean
Get default query region.
getDefaultQueryRegion(ContainerBean) - Method in class com.cmobilecom.af.test.api.ManageCenter
Get default query region.
getDefaultQueryRegionNumber() - Method in interface com.cmobilecom.af.test.api.ContainerBean
Get default region number for showing query bean.
getDefaultQueryRenderRegions() - Method in class com.cmobilecom.af.model.container.ContainerBean
Get the default render regions to show query form (EntityBackingBean query view).
getDefaultQueryResultsRegion(ContainerBean) - Method in class com.cmobilecom.af.test.api.ManageCenter
Get default query results region.
getDefaultQueryResultsRenderRegions() - Method in class com.cmobilecom.af.model.container.ContainerBean
Get the default render regions to show query results, including any backing beans that is not a query EntityBackingBean.
getDefaultRenderStyleNumber(Class, boolean) - Static method in class com.cmobilecom.af.model.bean.EntityPropertyDiscoverer
Get default render style by property type.
getDefaultRoles(Integer) - Method in class com.cmobilecom.af.model.system.AccessControlAccessor
Get default roles for the userType.
getDefaultSecondaryContentRegionNumber() - Method in interface com.cmobilecom.af.test.api.ContainerBean
Get the default secondary region number for showing content(query results) bean.
getDefaultSelectedEntitiesRegion() - Method in interface com.cmobilecom.af.test.api.DialogBean
Get the region for showing selected entities if this dialogBean is a selection dialog.
getDefaultTime() - Method in class com.cmobilecom.af.model.property.RenderStyle
Get default time (hour:minute) for calendar component.
getDefaultTitle() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get default title using current mode and entity type display name.
getDefaultTitle() - Method in class com.cmobilecom.af.model.bean.EntityI18NBean
 
getDefaultTitle() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
getDefaultTitle() - Method in class com.cmobilecom.af.model.dialog.ProgressBean
 
getDefaultTitle() - Method in class com.cmobilecom.af.model.entimport.EntityImportBean
 
getDefaultTitle() - Method in class com.cmobilecom.af.model.lob.FileUploadBean
 
getDefaultTitle() - Method in class com.cmobilecom.af.model.print.EntityBatchPrintBean
EntityBatchPrint names are not registered with ContainerMenuBean.
getDefaultTitle() - Method in class com.cmobilecom.af.model.report.ReportBean
 
getDefaultTitle() - Method in class com.cmobilecom.af.model.security.LoginBean
 
getDefaultTitle() - Method in class com.cmobilecom.af.model.security.ResetPasswordBean
 
getDependentMonthCloseTypes() - Method in class com.cmobilecom.af.model.bus.MonthCloseBean
Dependency.
getDepth() - Method in class com.cmobilecom.af.model.bean.ColumnHeaders.Node
Get node depth.
getDepth() - Method in class com.cmobilecom.af.model.menu.MenuNode
Get depth.
getDepth() - Method in class com.cmobilecom.af.model.property.HierarchyAccessor.HierarchyNode
Get node depth.
getDepth(Hierarchy) - Method in class com.cmobilecom.af.model.property.HierarchyAccessor
Get the depth of the hierarchy.
getDepth(MenuNode, MenuNode) - Static method in class com.cmobilecom.af.model.menu.MenuNode
Get depth: number of menu nodes in the path
getDepth(String) - Method in class com.cmobilecom.af.model.property.HierarchyAccessor
Get the depth of the hierarchy.
getDepth(String, int, int[]) - Static method in class com.cmobilecom.af.model.property.HierarchyAccessor
Get hierarchy depth according to the id rule.
getDescendantCount(Class<T>, String) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Get number of the descendants of the hierarchy entity, excluding itself.
getDescendantCount(Class<T>, String) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
getDescendantCount(T) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Get number of the descendants of the hierarchy entity, excluding itself.
getDescendantCount(T) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
getDescendantHierarchyEntities(String, int) - Method in class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean
Get the descendant hierarchy entities with the specified hierarchy id length.
getDescendantsQueryCriteria(Class<T>, String, Integer) - Static method in class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean
Get the queryCriteria to retrieve the descendant hierarchy entities with the specified hierarchy id length.
getDescription() - Method in class com.cmobilecom.af.entity.ActionDescriptor
Get the description of the action that will be stored in SystemLog.
getDescription() - Method in interface com.cmobilecom.af.entity.system.SystemLog
Get the description of the action.
getDescription() - Method in class com.cmobilecom.af.model.container.PageInfo
Get page meta description.
getDescription() - Method in class com.cmobilecom.af.model.system.SystemConfig
Get the description of the system and subsystems(if any).
getDescription() - Method in interface com.cmobilecom.af.util.expr.Function
Function description.
getDeviceId() - Method in interface com.cmobilecom.af.entity.security.UserClient
Get client device id (UUID).
getDialect() - Method in class com.cmobilecom.af.util.db.DbConfig.JdbcConfig
Get the dialect class name for the JDBC configuration
getDialect(String, boolean) - Method in class com.cmobilecom.af.util.db.DbDescriptor
Get dialect by name.
getDialogActionTracker() - Method in class com.cmobilecom.af.model.dialog.DialogBean
Get dialog action tracker that tracks any changes of entities inside the dialog.
getDialogActionTracker(boolean) - Method in class com.cmobilecom.af.model.dialog.DialogBean
Get dialog action tracker that tracks any changes of entities inside the dialog.
getDialogBean() - Method in class com.cmobilecom.af.model.container.ContainerBean
Get existing dialogBean of this containerBean.
getDialogBean() - Method in class com.cmobilecom.af.model.container.PageContent
Get the dialogBean that will be shown on the top of this PageContent.
getDialogBean() - Method in class com.cmobilecom.af.model.dialog.DialogEvent
Get the DialogBean of this event
getDialogBean() - Method in interface com.cmobilecom.af.test.api.ContainerBean
Get the dialogBean (child containerBean)
getDialogBean(boolean) - Method in class com.cmobilecom.af.model.container.ContainerBean
Get or create dialogBean(type:REGULAR) from this containerBean.
getDialogBean(boolean, DialogBean.DialogType) - Method in class com.cmobilecom.af.model.container.ContainerBean
Get or create dialogBean from this containerBean.
getDialogListener() - Method in class com.cmobilecom.af.model.dialog.DialogBean
Get dialog listener
getDialogType() - Method in class com.cmobilecom.af.model.dialog.DialogBean
Get dialogType.
getDialogView() - Method in class com.cmobilecom.af.model.bean.ViewConfig
Get dialogView.
getDialogView(boolean) - Method in class com.cmobilecom.af.model.bean.ViewConfig
Get DialogView.
getDiameter() - Method in class com.cmobilecom.af.model.chart.PieChart
Get the diameter of pie chart
getDiffProperties() - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig.EmbeddedStatistics
Get diff properties.
getDirection() - Method in class com.cmobilecom.af.model.nav.BeanFlowNavigation
Get navigation direction
getDisplayAttrValues(List<? extends EntityAttrValue>) - Static method in class com.cmobilecom.af.model.bean.UserDefinedPropertyBuilder
Get the attribute values as a string of name/value pairs.
getDisplayFormat() - Method in class com.cmobilecom.af.model.report.ReportQueryForm
Get report display format.
getDisplayMessage(BackingBean.MessageLocation) - Method in class com.cmobilecom.af.model.bean.BackingBean
Get the message for display at the location.
getDisplayMode() - Method in class com.cmobilecom.af.model.form.FormBean
Get form display mode.
getDisplayName() - Method in interface com.cmobilecom.af.entity.attr.EntityAttr
Get attribute display name on devices.
getDisplayName() - Method in class com.cmobilecom.af.entity.attr.EntityAttrBase
 
getDisplayName() - Method in class com.cmobilecom.af.model.menu.MenuNode
Get the display name.
getDisplayName() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get property display name that will be displayed on devices.
getDisplayTitle() - Method in class com.cmobilecom.af.model.bean.BackingBean
Get display title that is visible.
getDisplayTitle() - Method in class com.cmobilecom.af.model.container.ContainerBean
Get the title of the view for display using resource bundle.
getDisplayValue() - Method in class com.cmobilecom.af.model.bean.BackingBeanMessage
Get the display value of this BackingBeanMessage
getDisplayValue(ChoiceType, String) - Method in class com.cmobilecom.af.model.property.SelectItemListProvider
Get the display value for the value from the select items of the ChoiceType.
getDisplayValue(ParameterizedMessage) - Static method in class com.cmobilecom.af.model.util.BeanUtil
Get the display value of the message using default resource bundle.
getDisplayValue(ParameterizedMessage, ResourceBundle) - Static method in class com.cmobilecom.af.model.util.BeanUtil
Get the display value of the message using the resource bundle.
getDisplayValue(ParameterizedMessage, ResourceBundle, Locale) - Static method in class com.cmobilecom.af.model.util.BeanUtil
Get the display value of the message using the resource bundle.
getDisplayValue(String) - Static method in class com.cmobilecom.af.model.util.BeanUtil
Get the display value of a key in the resource bundle of current locale.
getDisplayValue(String, String) - Static method in class com.cmobilecom.af.model.util.BeanUtil
Get the display value using the resource bundle with bundleName and current locale.
getDisplayValue(String, String, Locale) - Static method in class com.cmobilecom.af.model.util.BeanUtil
Get the display value using the resource bundle with bundleName and the specified locale.
getDisplayValue(String, Locale) - Static method in class com.cmobilecom.af.model.util.BeanUtil
Get the display value using default resource bundle for the locale
getDisplayValue(String, ResourceBundle) - Static method in class com.cmobilecom.af.model.util.BeanUtil
Get the display value using the resource bundle.
getDisplayValue(String, ResourceBundle, boolean, boolean) - Static method in class com.cmobilecom.af.model.util.BeanUtil
Get the display value using the resource bundle.
getDisplayValue(List<SelectItem>, String) - Static method in class com.cmobilecom.af.model.property.SelectItemListProvider
Get display value(label) of a value in the list of selectItems.
getDisplayValue(List<SelectItem>, List<String>, boolean, String) - Static method in class com.cmobilecom.af.model.property.SelectItemListProvider
Get the display string of a value list using the corresponding labels in the selectItems.
getDisplayValue(ResourceBundle) - Method in class com.cmobilecom.af.test.api.ParameterizedMessage
Get display value of this message
getDisplayValue(ResourceBundle) - Method in class com.cmobilecom.af.util.ParameterizedMessage
Get display value of this message
getDisplayValue(ResourceBundle, Logger) - Method in class com.cmobilecom.af.model.property.SelectItemListProvider.CountryI18NName
 
getDisplayValue(ResourceBundle, Logger) - Method in class com.cmobilecom.af.model.property.SelectItemListProvider.CurrencyI18NName
 
getDisplayValue(ResourceBundle, Logger) - Method in class com.cmobilecom.af.model.property.SelectItemListProvider.LocaleI18NName
 
getDisplayValue(ResourceBundle, Logger) - Method in class com.cmobilecom.af.model.property.SelectItemListProvider.TimeZoneI18NName
 
getDisplayValue(ResourceBundle, Logger) - Method in class com.cmobilecom.af.model.report.ReportUtil.ReportPeriodI18NName
 
getDisplayValue(ResourceBundle, Logger) - Method in class com.cmobilecom.af.util.ParameterizedMessage
Get display value of this message
getDisplayValueForFalse() - Method in class com.cmobilecom.af.model.property.RenderStyle
Get display value if property value is Boolean false.
getDisplayValueForNotNull() - Method in class com.cmobilecom.af.model.property.RenderStyle
Get display value if property value is not null.
getDisplayValueForNull() - Method in class com.cmobilecom.af.model.property.RenderStyle
Get display value if property value is null.
getDisplayValueForTrue() - Method in class com.cmobilecom.af.model.property.RenderStyle
Get display value if property value is Boolean true.
getDistance() - Method in class com.cmobilecom.af.model.query.DistanceEntityProperty
Get the distance that is quantity and unit.
getDocumentBuilder() - Static method in class com.cmobilecom.af.util.XmlUtil
Get DocumentBuilder.
getDocumentBuilder(boolean, boolean, boolean) - Static method in class com.cmobilecom.af.util.XmlUtil
Get DocumentBuilder.
getDomain() - Method in interface com.cmobilecom.af.entity.system.BoundDomain
Get the domain name such as www.mydomain.com.
getDomain(String) - Static method in class com.cmobilecom.af.test.api.Configurations
Get the domain of the instanceType.
getDomains() - Method in class com.cmobilecom.af.model.module.InstanceType
Get bound domains.
getDomEventDynamicHandler(PersistenceDataBackingBean<T>, T, EntityProperty<T>, MenuNode, String) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get property or menuNode dynamic DOM event handler.
getDomEventDynamicHandler(PersistenceDataBackingBean<T>, T, EntityProperty<T>, MenuNode, String) - Method in class com.cmobilecom.af.model.lob.LobBean
 
getDomEventDynamicHandler(MenuNode, String) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
 
getDomEventDynamicHandler(MenuNode, String) - Method in interface com.cmobilecom.af.model.menu.MenuNodeActionHandler
Get menuNode dynamic event handler
getDomEventDynamicHandler(MenuNode, String) - Method in class com.cmobilecom.af.model.menu.MenuNodeContextMenuBean
 
getDomEventDynamicHandler(MenuNode, String) - Method in class com.cmobilecom.af.model.menu.MenuNodeFactory
 
getDomEventDynamicHandler(MenuNode, String) - Method in class com.cmobilecom.af.model.property.EntityProperty
Get property menuNode event dynamic handler
getDomEventDynamicHandler(String) - Method in interface com.cmobilecom.af.model.behavior.ClientBehaviorHolder
Get DOM event dynamic handler that is script, not ajax.
getDomEventDynamicHandler(String) - Method in class com.cmobilecom.af.model.menu.MenuNode
 
getDomEventDynamicHandler(String) - Method in class com.cmobilecom.af.model.property.EntityProperty
Get property event dynamic handler
getDomEventSupport() - Method in interface com.cmobilecom.af.model.behavior.ClientBehaviorHolder
DOM event support that is not ajax.
getDomEventSupport() - Method in class com.cmobilecom.af.model.menu.MenuNode
 
getDomEventSupport() - Method in class com.cmobilecom.af.model.property.EntityProperty
 
getDomEventSupport(boolean) - Method in class com.cmobilecom.af.model.menu.MenuNode
Get the DOM vent support of this menu node.
getDomEventSupport(boolean) - Method in class com.cmobilecom.af.model.property.EntityProperty
Get the DOM event support.
getDownloader(String, String, String) - Method in class com.cmobilecom.af.model.util.RequestHelper
Get the Downloader for downloading data from server
getDriver() - Method in interface com.cmobilecom.af.test.api.Component
Get platform-dependent driver.
getDriver() - Method in interface com.cmobilecom.af.test.api.PageLoader
Get platform-dependent driver.
getDriverClass() - Method in class com.cmobilecom.af.util.db.DbConfig.JdbcConfig
Get the database driver class for the JDBC configuration
getDriverPath() - Method in class com.cmobilecom.af.test.api.TestConfig
Get driver path on file system.
getDriverType() - Method in class com.cmobilecom.af.test.api.TestConfig
Get driver type.
getDynamicHelpMessage(PersistenceDataBackingBean<T>, EntityProperty<T>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get property dynamic help message
getDynamicRenderStyle(PersistenceDataBackingBean<ReportTableRow>, ReportTableRow, EntityProperty<ReportTableRow>) - Method in class com.cmobilecom.af.model.report.ReportTableRowBean
 
getDynamicRenderStyle(PersistenceDataBackingBean<T>, T, EntityProperty<T>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get dynamic render style of a property.
getDynamicSelectItems(PersistenceDataBackingBean<T>, T, EntityProperty<T>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get dynamic select items for select one or many.
getDynamicSelectPropertyQueryElements(PersistenceDataBackingBean<T>, T, EntityProperty<T>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get the PropertyQueryElements for property value selection in case of dynamicSelectQuery.
getEarliestTransactionDate() - Method in class com.cmobilecom.af.model.bus.MonthCloseBean
Get the earliest transaction date for the module.
getEarliestTransactionLocalDateTime() - Method in class com.cmobilecom.af.model.bus.MonthCloseBean
Get the earliest transaction date for the module.
getEarliestUnclosedMonthDatePeriod(boolean, MonthClose) - Method in class com.cmobilecom.af.model.bus.MonthCloseBean
Get the earliest unclosed month after closed months.
getEarliestUnclosedMonthDatePeriod(Class<T>, boolean) - Static method in class com.cmobilecom.af.model.bus.MonthCloseBean
Get the earliest unclosed month after closed months.
getEarliestUnclosedMonthDatePeriod(Class<T>, DataAccessUnit) - Static method in class com.cmobilecom.af.model.bus.MonthCloseBean
Get the first unclosed month after closed months that can be used as input such as 2010-M5.
getEditable() - Method in class com.cmobilecom.af.model.bean.PropertyDescriptor
Whether the property is editable? Editable is recursive.
getEditable() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get editable (Boolean) that will override property access control if not null.
getEditEnabled() - Method in class com.cmobilecom.af.model.bean.PropertyDescriptor
Whether the property is editing enabled even if its backingBean is not enabled for editing? Editable is recursive.
getEffect() - Method in class com.cmobilecom.af.model.view.TabView
Get tab switch effect that can be fade, slide, blind, clip, drop, explode, fold, puff, or scale.
getEffectDuration() - Method in class com.cmobilecom.af.model.view.TabView
Get the duration of tab switch: slow, normal, or fast.
getElementText(String) - Method in interface com.cmobilecom.af.test.api.Component
Get element text value.
getEmail() - Method in interface com.cmobilecom.af.entity.security.ResetPassword
Get the email address to receive the email for starting password reset process
getEmail() - Method in interface com.cmobilecom.af.entity.security.User
Get the email address that is associated with this user.
getEmail() - Method in class com.cmobilecom.af.test.api.InstanceTypeTest.UserProfile
Get email address.
getEmbeddedObjectRegion(int) - Method in interface com.cmobilecom.af.test.api.ContainerBean
Get the region for the embedded object.
getEmbeddedStatistics() - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Get the EmbeddedStatistics that describes how to create and embed statistics entities.
getEmbeddedStatisticsEntityRowLabel(EntityListBackingBean<T>, T) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get the row label for the statistics entity that is embedded inside entity list.
getEmbeddedStatisticsValueString() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get the statistics data of this property for current statistics rows embedded in current page entity list.
getEnableUserRegistration() - Method in class com.cmobilecom.af.test.api.InstanceTest.Parameters
Whether to enable user registration?
getEnclosingBean() - Method in class com.cmobilecom.af.model.bean.BackingBean
Get the backingBean of which this bean is the formBean of a EntityFormBeanProperty.
getEnclosingEntityProperty() - Method in class com.cmobilecom.af.model.bean.BackingBean
Get enclosing EntityFormBeanProperty that is also parent component, and this bean is a form bean of the property.
getEnd() - Method in class com.cmobilecom.af.test.api.ModuleTest.ExecPointRange
Get end ExecPoint.
getEndDate() - Method in class com.cmobilecom.af.entity.bus.MonthClose
Get the last day of the month.
getEndDate() - Method in class com.cmobilecom.af.entity.report.DatePeriod
Get the end time in time line.
getEndDateCriterion(CriteriaBuilder, CriteriaQuery<R>, Path, String, Date, boolean, EntityJoinGraph) - Static method in class com.cmobilecom.af.model.report.ReportQueryFormBean
Create a query criterion that the property value is less than(or equals to) the endDate.
getEndFormIndex() - Method in class com.cmobilecom.af.model.bean.EntityViewConfig
Get end form index of entity list form beans.
getEndInstant(TimeZone) - Method in class com.cmobilecom.af.entity.report.DatePeriod
Get end instant in time line.
getEndInstant(TimeZone) - Method in class com.cmobilecom.af.entity.report.InstantPeriod
 
getEndInstant(TimeZone) - Method in class com.cmobilecom.af.entity.report.LocalDatePeriod
 
getEndInstant(TimeZone) - Method in class com.cmobilecom.af.entity.report.LocalDateTimePeriod
 
getEndLocalDate(TimeZone) - Method in class com.cmobilecom.af.entity.report.DatePeriod
Get end local date.
getEndLocalDate(TimeZone) - Method in class com.cmobilecom.af.entity.report.InstantPeriod
 
getEndLocalDate(TimeZone) - Method in class com.cmobilecom.af.entity.report.LocalDatePeriod
 
getEndLocalDate(TimeZone) - Method in class com.cmobilecom.af.entity.report.LocalDateTimePeriod
 
getEndLocalDateTime(TimeZone) - Method in class com.cmobilecom.af.entity.report.DatePeriod
Get end local date time.
getEndLocalDateTime(TimeZone) - Method in class com.cmobilecom.af.entity.report.InstantPeriod
 
getEndLocalDateTime(TimeZone) - Method in class com.cmobilecom.af.entity.report.LocalDatePeriod
 
getEndLocalDateTime(TimeZone) - Method in class com.cmobilecom.af.entity.report.LocalDateTimePeriod
 
getEndPageIndex() - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Get the end page for render or process.
getEndRegionNumber() - Method in class com.cmobilecom.af.model.behavior.VisitRegions
Get the end number (inclusive) of regions.
getEndTimeOfDay(Date, Calendar) - Static method in class com.cmobilecom.af.util.DateUtil
Get the end time of the date, the last milliseconds 23(hour):59(minute):59(second).999(millisecond).
getEndTimeOfDay(Date, Locale, TimeZone) - Static method in class com.cmobilecom.af.util.DateUtil
Get the end time of the date, the last milliseconds 23(hour):59(minute):59(second).999(millisecond).
getEndTimeOfDayMills(Date, Locale, TimeZone) - Static method in class com.cmobilecom.af.util.DateUtil
Get the end time of the date, the last milliseconds 23(hour):59(minute):59(second).999(millisecond).
getEndTimeOfYear(Date, boolean, Calendar) - Static method in class com.cmobilecom.af.util.DateUtil
Get the end time of the year, if datetime is true, the last milliseconds 23(hour):59(minute):59(second).999(millisecond).
getEndTimeOfYear(Date, boolean, Locale, TimeZone) - Static method in class com.cmobilecom.af.util.DateUtil
Get the end time of the year, if datetime is true, the last milliseconds 23(hour):59(minute):59(second).999(millisecond).
getEntities() - Method in class com.cmobilecom.af.model.module.event.EntityCommitEvent
Get the list of entities affected.
getEntitiesToBeDeleted(boolean) - Method in class com.cmobilecom.af.model.pagination.MemoryEntityList
Get the list of entities that have been removed from memory, but have not been deleted from persistence.
getEntity() - Method in class com.cmobilecom.af.entity.DataDescriptor
Get the entity if this DataDescriptor is for a single entity.
getEntity() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get the entity currently managed by this bean.
getEntity() - Method in class com.cmobilecom.af.model.behavior.VisitProperty
Get the entity of the property
getEntity() - Method in class com.cmobilecom.af.model.dialog.DialogBean.EntityPropertyWithEntity
 
getEntity() - Method in class com.cmobilecom.af.model.nav.EntityListCreateEntity
Get the entity to create.
getEntity() - Method in class com.cmobilecom.af.model.nav.EntityOfEntityList
Get the entity at the entity index of current page.
getEntity() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get the entity that is used to set/get property values.
getEntity() - Method in class com.cmobilecom.af.model.system.EntityWrapper
 
getEntity(int) - Method in class com.cmobilecom.af.model.pagination.MemoryEntityList
 
getEntity(int) - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Get the entity at the specified position.
getEntity(int) - Method in class com.cmobilecom.af.model.pagination.QueryCriteriaEntityList
 
getEntity(DataType<T>, String) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Get the entity of the type with the entity id.
getEntity(DataType<T>, String) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
getEntity(DataType<T>, String, EntityFetchGraph<T>) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Get the entity of the type with the entity id, fetching the lazy properties.
getEntity(DataType<T>, String, EntityFetchGraph<T>) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
getEntity(EntityTypeId<T>) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Get the entity of the entity type and entity id specified with an EntityTypeId.
getEntity(EntityTypeId<T>) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
getEntity(EntityTypeId<T>, EntityFetchGraph<T>) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Get the entity of the entity type and entity id specified with an EntityTypeId, honoring the fetch graph if not null.
getEntity(EntityTypeId<T>, EntityFetchGraph<T>) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
getEntity(BackingBean) - Method in class com.cmobilecom.af.model.property.EntityFormBeanProperty
Get the entity that is the key to the formBean.
getEntity(QueryCriteria<Q, T>) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Search by the queryCriteria and return a single entity.
getEntity(QueryCriteria<Q, T>) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
getEntity(QueryCriteria<Q, T>, Integer) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Search by the queryCriteria and return a single entity.
getEntity(QueryCriteria<Q, T>, Integer) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
getEntity(Class<T>, CriteriaElement[]) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Get the entity by the query criteria built from the propertyQueryElements.
getEntity(Class<T>, CriteriaElement[]) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
getEntity(Class<T>, CriteriaElement[], EntityFetchGraph<T>) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Get the entity by the query criteria built from the propertyQueryElements, fetching the lazy properties.
getEntity(Class<T>, CriteriaElement[], EntityFetchGraph<T>) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
getEntity(Class<T>, Long, EntityFetchGraph<T>) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Get the entity with the type and id, fetching the lazy properties.
getEntity(Class<T>, Long, EntityFetchGraph<T>) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
getEntity(Class<T>, String) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Get the entity with the type and id.
getEntity(Class<T>, String) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
getEntity(Class<T>, String, Object) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Get the entity with the property value.
getEntity(Class<T>, String, Object) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
getEntity(Class<T>, String, Object, EntityFetchGraph<T>) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Get the entity with the property value, fetching the lazy properties.
getEntity(Class<T>, String, Object, EntityFetchGraph<T>) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
getEntity(Class<T>, List<CriteriaElement>) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Get the entity by the query criteria built from the list of propertyQueryElements.
getEntity(Class<T>, List<CriteriaElement>) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
getEntity(Class<T>, List<CriteriaElement>, EntityFetchGraph<T>) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Get the entity by the query criteria built from the list of propertyQueryElements, fetching the lazy properties.
getEntity(Class<T>, List<CriteriaElement>, EntityFetchGraph<T>) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
getEntityAccessControl(AccessType, Class) - Method in class com.cmobilecom.af.model.system.TypeAccessControl
Get the accessControl for accessing entities.
getEntityAssociatedWithFormBean(EntityFormBeanProperty<T>, BackingBean) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
 
getEntityAssociatedWithFormBean(EntityFormBeanProperty<T>, BackingBean) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
 
getEntityAssociatedWithFormBean(EntityFormBeanProperty<T>, BackingBean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Get the entity that is associated with the formBean.
getEntityAttr() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get the EntityAttr if this property is a user-defined property, return null otherwise.
getEntityAttr(T, String) - Method in class com.cmobilecom.af.model.bean.UserDefinedPropertyBuilder
Get the EntityAttr with the name from the EntityAttrs defined for the entity.
getEntityAttrComparator() - Static method in class com.cmobilecom.af.model.bean.UserDefinedPropertyBuilder
Get the comparator of EntityAttr(s).
getEntityAttrComparator(EntityListBackingBean<T>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get the comparator of EntityAttr(s) that is used to sort EntityAttr(s) for entity list backing bean.
getEntityAttrQueryCriterion(String, EntityAttr, Object, CriteriaFunction.Function) - Static method in class com.cmobilecom.af.session.PropertyCriteriaQueryBuilder
Get the query criterion for the attribute.
getEntityAttrQueryRestriction(String, List<EntityAttrValue>, boolean, boolean) - Static method in class com.cmobilecom.af.session.PropertyCriteriaQueryBuilder
Get query restrictions for matching attribute values using CriteriaFunction.Function.EQ
getEntityAttrs() - Method in interface com.cmobilecom.af.entity.attr.EntityAttrSupport
Get a list of defined EntityAttr(s)
getEntityAttrs(PersistenceEntity, PersistenceEntityManager) - Static method in class com.cmobilecom.af.model.bean.UserDefinedPropertyBuilder
Get the list of EntityAttr(s) that the hierarchy and ancestor hierarchies of the entity define.
getEntityAttrs(PersistenceDataBackingBean<T>, T) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get the list of EntityAttr(s) (definitions of user-defined properties) defined for the entity.
getEntityAttrsCacheKey(PersistenceDataBackingBean<T>, T) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get the cache key for the EntityAttr(s) of the entity if the entity can have a list of user-defined properties.
getEntityAttrsFromCache(PersistenceDataBackingBean<T>, T) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get the list of EntityAttr(s) (definitions of user-defined properties) defined for the entity from cache.
getEntityAttrSourceHierarchy(T, Map<Class, Map<String, PropertyDescriptor>>) - Static method in class com.cmobilecom.af.entity.persistence.Utility
Get the hierarchy which defines EntityAttr for the entity.
getEntityAttrSourceProperty(Class<T>, Map<Class, Map<String, PropertyDescriptor>>) - Static method in class com.cmobilecom.af.entity.persistence.Utility
Get the hierarchy property of the entity type, which defines EntityAttr
getEntityAttrValue(EntityAttrValueSupport, EntityAttr) - Static method in class com.cmobilecom.af.model.bean.UserDefinedPropertyBuilder
Get the EntityAttrValue for the EntityAttr of the EntityAttrValueSupport entity.
getEntityAttrValue(EntityAttrValueSupport, String) - Static method in class com.cmobilecom.af.model.bean.UserDefinedPropertyBuilder
Get the EntityAttrValue with the name of the EntityAttrValueSupport entity.
getEntityAttrValueColumnLength(Class<EntityAttrValueSupport>) - Static method in class com.cmobilecom.af.model.bean.UserDefinedPropertyBuilder
Get the value max length of the EntityAttrValue for the EntityAttrValueSupport entity type.
getEntityAttrValues() - Method in interface com.cmobilecom.af.entity.attr.EntityAttrValueSupport
Get a list of EntityAttrValue(s) that are the user-defined property values
getEntityBackingBean() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Return itself.
getEntityBackingBean() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Get the EntityBackingBean for any entity of this EntityListBackingBean.
getEntityBackingBean() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Get the EntityBackingBean for the entityType.
getEntityBackingBean() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get entityBackingBean.
getEntityBackingBean(int) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Get the EntityBackingBean for the entity of this EntityListBackingBean.
getEntityBackingBean(Class<T>, ContainerBean) - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Get the EntityBackingBean for the entity type.
getEntityBackingBean(Class<T>, Class, ContainerBean) - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Get the EntityBackingBean for the entity type.
getEntityBackingBean(T) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Get the EntityBackingBean for the entity of this EntityListBackingBean.
getEntityBackingBeanClass(Class) - Method in class com.cmobilecom.af.model.container.ContainerBean
Get the EntityBackingBean class for the entityType, overriding the mapping provided by modules.
getEntityBackingBeanMap() - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Get the map of entity types to their EntityBackingBean(s).
getEntityBackingBeanMap() - Method in class com.cmobilecom.af.model.module.AbstractModule
 
getEntityBackingBeanMap() - Method in interface com.cmobilecom.af.model.module.Module
Get the EntityBackingBean mapping for entity types.
getEntityBackingBeanMapping() - Method in interface com.cmobilecom.af.model.ModelFactory
Get core EntityBackingBean mapping that does not belong to any modules.
getEntityCaptchaProperty() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get entity captcha property.
getEntityCaptchaProperty(boolean) - Method in interface com.cmobilecom.af.test.api.EntityBean
Get the captcha property.
getEntityCount() - Method in interface com.cmobilecom.af.test.api.EntityListBean
Get total entity count including all pages.
getEntityCount(Class<T>, CriteriaElement[]) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Get the number of entities in the query results of all the entities with the restrictions represented by the propertyQueryElements.
getEntityCount(Class<T>, CriteriaElement[]) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
getEntityCount(Class<T>, String, Object) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Get the number of entities in the query results of all the entities with the property value.
getEntityCount(Class<T>, String, Object) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
getEntityCountToAdd() - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
If entityListBackingBean is a formBean of EntityFormBeanProperty, get the entity count to add every time the add command is clicked.
getEntityDataSource() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Get the EntityDataSource of this bean.
getEntityDataSource() - Method in class com.cmobilecom.af.model.nav.EntityListCreateEntity
Get the entityDataSource for creating entityBackingBean.
getEntityDeletionDescriptor() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get EntityDeletionDescriptor.
getEntityElementTagName() - Method in interface com.cmobilecom.af.entity.persistence.EntityImportValidator
Get entity element tag name.
getEntityElementTagName() - Method in class com.cmobilecom.af.model.entimport.DefaultEntityImportValidator
 
getEntityFetchGraph() - Method in class com.cmobilecom.af.model.query.FormQueryBuilder
 
getEntityFetchGraph() - Method in interface com.cmobilecom.af.session.CriteriaQueryBuilder
Get entity fetch graph if any.
getEntityFetchGraph() - Method in class com.cmobilecom.af.session.DefaultCriteriaQueryBuilder
Default: return null.
getEntityFetchGraph() - Method in class com.cmobilecom.af.session.PropertyCriteriaQueryBuilder
 
getEntityFetchGraph() - Method in class com.cmobilecom.af.session.QueryCriteria
Get the entity fetch graph (inclusive or exclusive) for criteria API query.
getEntityFetchGraph(EntityListBackingBean<T>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get default entity fetch graph for retrieving a list of entities.
getEntityFetchGraph(CriteriaElement[]) - Static method in class com.cmobilecom.af.session.PropertyCriteriaQueryBuilder
Get the entity fetch Graph from the list of propertyQueryElements
getEntityFetchGraph(List<? extends CriteriaElement>) - Static method in class com.cmobilecom.af.session.PropertyCriteriaQueryBuilder
Get the entity fetch Graph from the list of propertyQueryElements
getEntityFetchGraph(T) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
getEntityFile(EntityFileIdentifier) - Static method in class com.cmobilecom.af.model.bean.EntityBackingBeanHelper
Get entity file.
getEntityFileIdentifier() - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Get the EntityFileIdentifier for a EntityFile.
getEntityFileIdentifier(T) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get the entity file identifier.
getEntityFilePath(EntityFileIdentifier) - Static method in class com.cmobilecom.af.model.bean.EntityBackingBeanHelper
Get entity file absolute path.
getEntityFilePath(T) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get the entity file absolute path.
getEntityFormBeanProperties() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Get all the formBean properties of this backing bean, excluding those in embedded form beans.
getEntityFormBeanProperty(String) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Get the EntityFormBeanProperty with the name from the entity property list.
getEntityHierarchyPropertyInfo() - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactoryContext
Get the EntityHierarchyPropertyInfo.
getEntityI18NMap() - Method in interface com.cmobilecom.af.entity.i18n.EntityI18NSupport
Get entity I18N map from property to translations(map from locale to EntityI18N).
getEntityI18NMap() - Method in class com.cmobilecom.af.entity.i18n.EntityI18NSupportBase
 
getEntityI18Ns() - Method in interface com.cmobilecom.af.entity.i18n.EntityI18NSupport
Get the set of EntityI18N(s) that this entity has.
getEntityI18Ns() - Method in class com.cmobilecom.af.entity.i18n.EntityI18NSupportBase
 
getEntityI18NType() - Method in interface com.cmobilecom.af.entity.i18n.EntityI18NSupport
Get the entityType that stores I18N translations.
getEntityId() - Method in class com.cmobilecom.af.entity.EntityTypeId
Get entity id Hierarchy: hierarchyId NormativeId: nid Other types: id
getEntityId(PersistenceEntity) - Static method in class com.cmobilecom.af.entity.EntityTypeId
Get entity id for display by entity type Hierarchy: return getHierarchyId() if hierarchyId is annotated as unique. NormativeId: return getNid() if nid is annotated as unique. Else: return getId()
getEntityImportDataSources() - Method in interface com.cmobilecom.af.entity.persistence.EntityImport
Get the list of EntityImportDataSource to import entities from.
getEntityImportDataSources() - Method in class com.cmobilecom.af.model.entimport.FileUploadEntityImport
 
getEntityImportDataSources() - Method in class com.cmobilecom.af.model.entimport.SystemEntityImport
 
getEntityImportHandler() - Method in class com.cmobilecom.af.model.entimport.EntityImportBean
Get the EntityImportHandler that will process uploaded files.
getEntityImportValidator(EntityImportDataSource) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get the EntityImportValidator that will validate entity element.
getEntityImportValidator(EntityImportDataSource) - Method in class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean
 
getEntityImportValidator(EntityImportDataSource) - Method in class com.cmobilecom.af.model.formdesign.FormDesignBean
 
getEntityIndex() - Method in class com.cmobilecom.af.model.nav.EntityOfEntityList
Get the entity index of current page.
getEntityIndex() - Method in interface com.cmobilecom.af.test.api.EntityProperty
Get entity index of this property for entity list bean.
getEntityIndex(boolean, boolean, String...) - Method in interface com.cmobilecom.af.test.api.EntityListBean
Get the index of the entity in current page whose specified property values equals(or contains) corresponding patterns.
getEntityIndex(int) - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Convert the entity index within current page to the entity index within the whole entity list
getEntityIndex(Long) - Method in class com.cmobilecom.af.model.pagination.MemoryEntityList
Get entity index.
getEntityIndex(String...) - Method in interface com.cmobilecom.af.test.api.EntityListBean
Get the index of the entity in current page whose specified property values contains corresponding patterns.
getEntityIndexOfCurrentPage(Long) - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Get the index of the entity with the id in the current page.
getEntityInitializer() - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Get entity initializer for create/query view
getEntityList() - Method in class com.cmobilecom.af.model.pagination.MemoryEntityList
Get the entity list of all pages
getEntityList(boolean) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Get all the entities of the current page or all pages.
getEntityList(boolean) - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Get all the entities of the current page or all pages.
getEntityList(QueryCriteria<Q, T>, Integer, Integer) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Search by queryCriteria within the range, and return a list of PersistenceEntity(s).
getEntityList(QueryCriteria<Q, T>, Integer, Integer) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
getEntityList(Class<T>) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Get all the entities of the entity type.
getEntityList(Class<T>) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
getEntityList(Class<T>, CriteriaElement[]) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Get the entity list using the query criteria built from the propertyQueryElements.
getEntityList(Class<T>, CriteriaElement[]) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
getEntityList(Class<T>, CriteriaElement[], EntityFetchGraph<T>) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Get the entity list using the query criteria built from the propertyQueryElements, fetching the lazy properties.
getEntityList(Class<T>, CriteriaElement[], EntityFetchGraph<T>) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
getEntityList(Class<T>, CriteriaElement[], EntityFetchGraph<T>, Integer, Integer) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Get the entity list using the query criteria built from the propertyQueryElements, fetching the lazy properties.
getEntityList(Class<T>, CriteriaElement[], EntityFetchGraph<T>, Integer, Integer) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
getEntityList(Class<T>, String, Object) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Get the entity list with the property value.
getEntityList(Class<T>, String, Object) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
getEntityList(Class<T>, String, Object, EntityFetchGraph<T>) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Get the entity list with the property value, fetching the lazy properties.
getEntityList(Class<T>, String, Object, EntityFetchGraph<T>) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
getEntityList(Class<T>, String, Collection<M>) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Get the entity list with the property value in the collection of values.
getEntityList(Class<T>, String, Collection<M>) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
getEntityList(Class<T>, List<CriteriaElement>) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Get the entity list using the query criteria built from the propertyQueryElements.
getEntityList(Class<T>, List<CriteriaElement>) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
getEntityList(Class<T>, List<CriteriaElement>, EntityFetchGraph<T>) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Get the entity list using the query criteria built from the propertyQueryElements, fetching the lazy properties.
getEntityList(Class<T>, List<CriteriaElement>, EntityFetchGraph<T>) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
getEntityList(Class<T>, List<CriteriaElement>, EntityFetchGraph<T>, Integer, Integer) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Get the entity list using the query criteria built from the propertyQueryElements, fetching the lazy properties.
getEntityList(Class<T>, List<CriteriaElement>, EntityFetchGraph<T>, Integer, Integer) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
getEntityList(Class<T>, List<String>, boolean) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Get the entity list with the entity id(s), ordered by entity id(s) in the list if requested.
getEntityList(Class<T>, List<String>, boolean) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
getEntityListBackingBean() - Method in class com.cmobilecom.af.model.behavior.VisitEntityListRow
Get the EntityListBackingBean of this visit target.
getEntityListBackingBean() - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Get EntityListBackingBean for entityListCreateEntity or entityListToEntity.
getEntityListBackingBean() - Method in class com.cmobilecom.af.model.nav.EntityListCreateEntity
Get entityListBackingBean.
getEntityListBackingBean() - Method in class com.cmobilecom.af.model.nav.EntityOfEntityList
Get the EntityListBackingBean where each entity is backed by EntityBackingBean.
getEntityListBackingBean() - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Get the EntityListBackingBean to which this pageable entity list belongs.
getEntityListBackingBean() - Method in class com.cmobilecom.af.model.pagination.PaginatorMenuBean
Get the EntityListBackingBean to which this paginator menu belongs
getEntityListBackingBean() - Method in class com.cmobilecom.af.model.pagination.PaginatorMenuNodeFactory
Get the EntityListBackingBean with which this paginator menu is associated
getEntityListBackingBean(ContainerBean) - Method in class com.cmobilecom.af.model.nav.EntityListToEntity
Get the EntityListBackingBean and set its ContainerBean to the specified containerBean.
getEntityListBackingBean(Class<T>, ContainerBean) - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Get the EntityListBackingBean for the entity type.
getEntityListBackingBean(Class<T>, Class, ContainerBean) - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Get the EntityListBackingBean for the entity type.
getEntityListBackingBeanClass(Class) - Method in class com.cmobilecom.af.model.container.ContainerBean
Get the EntityListBackingBean class for the entityType, overriding the mapping provided by modules.
getEntityListBackingBeanMap() - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Get the map of entity types to their EntityListBackingBean(s).
getEntityListBackingBeanMap() - Method in class com.cmobilecom.af.model.module.AbstractModule
 
getEntityListBackingBeanMap() - Method in interface com.cmobilecom.af.model.module.Module
Get the EntityListBackingBean mapping for entity types.
getEntityListBackingBeanMapping() - Method in interface com.cmobilecom.af.model.ModelFactory
Get core EntityListBackingBean mapping that does not belong to any modules.
getEntityListCreateEntity() - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Get the EntityListCreateEntity assuming that the wrapped dataSource is an EntityListCreateEntity
getEntityListDataSource() - Method in class com.cmobilecom.af.model.nav.EntityListCreateEntity
Get entity list entityDataSource.
getEntityListDataSource() - Method in class com.cmobilecom.af.model.nav.EntityListToEntity
Get the EntityDataSource of the EntityListBackingBean
getEntityListFormBeans() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get all the entity list form beans.
getEntityListName() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Get the entity list name.
getEntityListRowClientId() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Get entityList row clientId currently being visited.
getEntityListRowExpansion() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Get rowExpansion object.
getEntityListToEntity() - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Get the EntityListToEntity assuming that the wrapped dataSource is an EntityListToEntity
getEntityListViewConfig() - Method in class com.cmobilecom.af.model.nav.EntityListCreateEntity
Get entity list viewConfig.
getEntityManager() - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Get underlying JPA EntityManager
getEntityManager() - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
getEntityManager(QueryDescriptor) - Method in interface com.cmobilecom.af.session.JPAEntityManagerAccessor
Get the JPA entity manager for the queryDescriptor.
getEntityManager(QueryDescriptor) - Method in class com.cmobilecom.af.session.ResourceLocalEntityManagerAccessor
One EntityManager per request(thread).
getEntityManagerCacheKey() - Method in class com.cmobilecom.af.session.QueryDescriptor
Get entity manager cache key that is used to cache EntityManagers in thread local scope.
getEntityManagerFactoryCacheKey() - Method in class com.cmobilecom.af.session.QueryDescriptor
Get the cache key of EntityManagerFactory for the subsystem.
getEntityMenuNodeNameResolver() - Method in class com.cmobilecom.af.model.container.MenuSubTreeInfo
Get the EntityNameResolver that resolves the menu node names for entities.
getEntityName(T) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get entity display name that is used in entity view title and entity related messages.
getEntityName(T, EntityProperty<R>) - Method in interface com.cmobilecom.af.model.container.EntityNameResolver
Get entity name.
getEntityNameResolver() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get the EntityNameResolver that is used to get display name of an entity.
getEntityNameResolver() - Method in class com.cmobilecom.af.model.bus.MonthCloseBean
 
getEntityNames(Class<T>, List<Long>, EntityNameResolver<T, ?>, DataAccessUnit) - Static method in class com.cmobilecom.af.model.report.ReportQueryFormBean
Get the entity names using the EntityNameResolver
getEntityNames(Class<T>, List<String>, DataAccessUnit) - Static method in class com.cmobilecom.af.model.report.ReportQueryFormBean
Get the I18N names of the hierarchy entities
getEntityNumber(String, int) - Method in class com.cmobilecom.af.test.api.InstanceTest.IdRule
Get entity number from created entity id.
getEntityOfCurrentPage(int) - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Get the entity at the specified position of current page
getEntityOfCurrentPage(int) - Method in class com.cmobilecom.af.model.pagination.QueryCriteriaEntityList
 
getEntityOfCurrentPage(Long) - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Get the entity with the id in the current page.
getEntityOfEntityList() - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Get the EntityOfEntityList assuming that the wrapped dataSource is an EntityOfEntityList
getEntityProperties() - Method in class com.cmobilecom.af.model.bean.EntityListRowExpansion
Expansion row: a list of entity properties that can be any type of properties, including property group or formBeanProperty.
getEntityProperties() - Method in interface com.cmobilecom.af.test.api.EntityBean
Get the list of entity properties.
getEntityProperties(int, boolean) - Method in interface com.cmobilecom.af.test.api.EntityListBean
Get the list of entity properties shown for the specified entity.
getEntityProperties(Class<M>, boolean, boolean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Get the list of EntityProperties whose classes are of the specified type.
getEntityProperties(List<String>, boolean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Get the list of properties with the names.
getEntityProperties(List<String>, boolean, boolean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Get the list of entity properties matching the property names support wildcard(*).
getEntityPropertiesOfType(Class, boolean, boolean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Get the list of entity properties of the specified value type.
getEntityProperty() - Method in class com.cmobilecom.af.model.dialog.DialogBean.EntityPropertyWithEntity
 
getEntityProperty(int) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Get the EntityProperty at the position at the top level.
getEntityProperty(int, String) - Method in interface com.cmobilecom.af.test.api.EntityListBean
Get the property with the name.
getEntityProperty(int, String, boolean) - Method in interface com.cmobilecom.af.test.api.EntityListBean
Get the property with the name.
getEntityProperty(String) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Get the named entityProperty.
getEntityProperty(String) - Method in interface com.cmobilecom.af.test.api.EntityBean
Get the property with the name.
getEntityProperty(String, boolean) - Method in interface com.cmobilecom.af.test.api.EntityBean
Get the property with the name.
getEntityProperty(String, boolean, boolean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Return the entity property by property name.
getEntityPropertyFactory() - Method in interface com.cmobilecom.af.model.ModelFactory
Get EntityPropertyFactory that is a singleton.
getEntityPropertyFactory() - Method in class com.cmobilecom.af.model.system.SystemConfig
Get EntityPropertyFactory class name.
getEntityPropertyForInputDialog() - Method in class com.cmobilecom.af.model.dialog.DialogBean
Get the entity property for which this dialog is opened as property value input dialog.
getEntityPropertyIndex(String) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Get the entity property index.
getEntityPropertyList() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Get the list of entity properties.
getEntityPropertyList(boolean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Get the list of entity properties.
getEntityPropertyListData() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Get entity property list data model.
getEntityPropertyMap() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Get entity property map from entity property name paths to EntityProperty instances.
getEntityQuantityQuota(Class) - Method in class com.cmobilecom.af.model.system.QuotaAccessor
Get instance count quota for the entity type.
getEntityRef() - Method in interface com.cmobilecom.af.entity.EntityReference
Get the referenced entity
getEntityReference(Class<T>, Long) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Get the entity with the id whose state may be lazily initialized.
getEntityReference(Class<T>, Long) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
getEntityReference(T) - Static method in class com.cmobilecom.af.model.util.EntityReferenceUtil
Get the reference to the target entity
getEntityType() - Method in interface com.cmobilecom.af.entity.DataTypeAware
Get entity type
getEntityType() - Method in class com.cmobilecom.af.entity.EntityTypeId
Get entity type as DataType
getEntityType() - Method in interface com.cmobilecom.af.entity.persistence.EntityImportDataSource
Get the type of entities to import
getEntityType() - Method in interface com.cmobilecom.af.entity.persistence.IdGen
Get entity type
getEntityType() - Method in class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean.Reference
Get the entity type that references to associated Hierarchy type
getEntityType() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Get the entity type of this bean.
getEntityType() - Method in class com.cmobilecom.af.model.entimport.EntityFileDataSource
 
getEntityType() - Method in interface com.cmobilecom.af.model.entimport.EntityImportHandler
Get the type of entities to be imported?
getEntityType() - Method in class com.cmobilecom.af.model.entimport.FileUploadDataSource
 
getEntityType() - Method in class com.cmobilecom.af.model.entimport.FileUploadEntityImport
Get the type of entities to import
getEntityType() - Method in class com.cmobilecom.af.model.entimport.SystemEntityImport
Get the type of entities to import
getEntityType() - Method in class com.cmobilecom.af.model.menu.TypedMenuNode
Get entity type
getEntityType() - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactory
Get entity type
getEntityType() - Method in class com.cmobilecom.af.model.module.InstanceType.Naming
Get the entityType for naming.
getEntityType() - Method in class com.cmobilecom.af.model.module.MultiTenant.SharedEntityType
Get shared entity type
getEntityType() - Method in class com.cmobilecom.af.model.nav.EntityListCreateEntity
Get the type of entity to create.
getEntityType() - Method in exception com.cmobilecom.af.model.system.AccessDeniedException
Get entity type for access denied
getEntityType() - Method in class com.cmobilecom.af.model.system.Quota
Get the entity type for which this Quota is
getEntityType() - Method in class com.cmobilecom.af.model.system.TypeAccessControl
Get entity type
getEntityType() - Method in class com.cmobilecom.af.session.PropertyCriteriaQueryBuilder
Get the entity type to query
getEntityType() - Method in class com.cmobilecom.af.test.api.InstanceTest.IdRule
Get entity type.
getEntityTypeAndName(T, String) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get entity type and name as a string.
getEntityTypeForCreate(MenuNode) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Get the entity type to create its instances, which may be different from the entity type of this bean.
getEntityTypeForPropertyInputDialog(PersistenceDataBackingBean<T>, T, EntityProperty<T>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get the entity type for property value input dialog.
getEntityTypeId() - Method in interface com.cmobilecom.af.entity.system.SystemLog
Get the entity affected by the action
getEntityTypeImplClassMap() - Method in class com.cmobilecom.af.model.module.AbstractModule
 
getEntityTypeImplClassMap() - Method in interface com.cmobilecom.af.model.module.Module
Get interface implementation class
getEntityTypeName(Class) - Method in class com.cmobilecom.af.entity.TypeMapping
Get entity type name and its plural name.
getEntityTypeNameMap() - Method in class com.cmobilecom.af.entity.TypeMapping
Get entityType name map.
getEntityTypeNameMap() - Method in class com.cmobilecom.af.model.module.AbstractModule
 
getEntityTypeNameMap() - Method in interface com.cmobilecom.af.model.module.Module
Get type name mapping.
getEntityTypeSelectItems(List<Class>, boolean, Map<Class, String>, boolean) - Static method in class com.cmobilecom.af.model.property.SelectItemListProvider
Get entity type select items whose values are DataType(s).
getEntityTypeSelectItems(List<String>, Set<String>, boolean, boolean) - Static method in class com.cmobilecom.af.model.property.SelectItemListProvider
Get entity type select items
getEntityTypesExcludedFromDeletion(InstanceType) - Method in class com.cmobilecom.af.model.module.AbstractModule
Get the entity types excluded from deletion by AbstractModule.deleteData(InstanceType, Instance).
getEntityUniqueKeyValue() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get the EntityUniqueKeyValue to retrieve entity from user input and/or display entity.
getEntityUniqueKeyValue() - Method in class com.cmobilecom.af.model.formdesign.FormDesignBean
 
getEntityUniqueKeyValue() - Method in class com.cmobilecom.af.model.security.UserBean
 
getEntityViewConfig() - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactory
Get the ViewConfig for showing an entity including creating and navigating to entity from entity list.
getEntityViewConfig() - Method in class com.cmobilecom.af.model.nav.EntityListCreateEntity
Get the entityViewConfig for creating entityBackingBean.
getEntityWebLinkPattern() - Method in class com.cmobilecom.af.model.container.MenuSubTreeInfo
Get entity output link pattern for outputLink renderStyle.
getEntityWithReferenceTo(Class<T>, EntityTypeId<M>) - Method in class com.cmobilecom.af.model.util.EntityReferenceUtil
Get the entity of the entity type that has a reference to targetEntity.
getEntityWithReferenceTo(Class<T>, M) - Method in class com.cmobilecom.af.model.util.EntityReferenceUtil
Get the entity of the entity type that has a reference to targetEntity.
getEntryInputStream(File, String) - Static method in class com.cmobilecom.af.util.ZipUtil
Get the inputStream of an entry in a zip file.
getErrorMessage(Throwable) - Static method in class com.cmobilecom.af.model.bean.BackingBeanResult
Get localized error message for the Throwable using the resource bundle of current locale.
getErrorMessage(Throwable, Locale) - Static method in class com.cmobilecom.af.model.bean.BackingBeanResult
Get localized error message for the Throwable using the resource bundle of the locale.
getErrorSupplementalMessages() - Method in class com.cmobilecom.af.model.bean.BackingBean
Get supplemental messages in addition to error thrown.
getErrorSupplementalMessages() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
 
getErrorThrown() - Method in class com.cmobilecom.af.model.bean.BackingBeanResult
Get error thrown if any
getEvent() - Method in class com.cmobilecom.af.model.behavior.PartialBehavior
Get partial behavior event name such as change, action, focus.
getExecCommands() - Method in class com.cmobilecom.af.model.nav.BeanFlowNavigation
Get a list of predefined commands to execute for navigation
getExecPoint() - Method in class com.cmobilecom.af.test.api.InstanceTypeTest.GotoExec
Get the execPoint defined by the moduleTest.
getExecPointRange(ModuleTest<E>) - Method in class com.cmobilecom.af.test.api.InstanceTest
Get the start and ending execPoints for the moduleTest.
getExecuteTargets(PersistenceDataBackingBean) - Method in class com.cmobilecom.af.model.behavior.PartialBehavior
Get execute targets.
getExistEntityByUniqueKeys(T, boolean, PersistenceEntityManager) - Static method in class com.cmobilecom.af.model.bean.UniqueKeyUtil
Get any existing persisted entity that is the same as the entity by annotated unique keys.
getExpandedDepth() - Method in class com.cmobilecom.af.model.view.TreeView
Get the initial expanded depth of tree nodes.
getExpireDate() - Method in interface com.cmobilecom.af.entity.system.MailServer
Get the expiration timestamp of the access token.
getExportAsExcelSheetName() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Get the excel sheet name for exporting this entity list to excel.
getExportAsExcelSheetName(EntityListBackingBean<T>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get the sheet name for exporting entity list as Excel.
getExpression() - Method in interface com.cmobilecom.af.session.criteria.CriteriaOrder
Get the expression to order by
getExpression(CriteriaBuilder, CommonAbstractCriteria, String, EntityJoinGraph, Map<String, Selection<?>>) - Method in interface com.cmobilecom.af.session.criteria.CriteriaExpression
Create JPA expression from this CriteriaExpression.
getExpressionEndIndex(String, int) - Static method in class com.cmobilecom.af.util.text.TextExpressionWalker
Get the end index of expression.
getExpressions() - Method in interface com.cmobilecom.af.session.criteria.CriteriaGroup
Get a list of expressions to group by
getExpressions() - Method in interface com.cmobilecom.af.session.criteria.CriteriaHaving
Get group restriction boolean expressions
getExpressions() - Method in interface com.cmobilecom.af.session.criteria.CriteriaPredicate
Get operand boolean expressions
getExpressions(CriteriaBuilder, CommonAbstractCriteria, String, EntityJoinGraph, Map<String, Selection<?>>) - Method in interface com.cmobilecom.af.session.criteria.CriteriaGroup
Create JPA expressions from this CriteriaGroup.
getExpressionValue(String) - Method in class com.cmobilecom.af.model.module.InstanceType.Seed
Get expression value.
getExtractMenuNodeList() - Method in class com.cmobilecom.af.model.module.ModuleNode.MenuNodeFactory
Get a list of ExtractMenuNode(s) for extracting subtree menus.
getFactory() - Static method in class com.cmobilecom.af.entity.InstanceFactoryBuilder
Get the factory that is a singleton.
getFactory() - Method in class com.cmobilecom.af.model.menu.MenuNode
Get menu node factory.
getFactory() - Static method in class com.cmobilecom.af.model.ModelFactoryBuilder
Get the factory instance that is a singleton.
getFile() - Method in class com.cmobilecom.af.model.entimport.SystemEntityImportBean.DataSourceEntry
Get data source file that contains data to import
getFile(String, Locale, String, boolean, FileDataSource.LocationType) - Static method in class com.cmobilecom.af.model.util.BeanUtil
Get the file (pathPrefix/locale/relativePath) on file system or in jar, supporting locale fallback.
getFileName() - Method in interface com.cmobilecom.af.entity.Lob
Get file name on file system, including extension.
getFileName() - Method in class com.cmobilecom.af.entity.LobBase
 
getFileName() - Method in interface com.cmobilecom.af.model.property.UploadedFile
Get file name only without directory.
getFileNameExtension() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
entity import/export file extension, default: xml
getFileNameExtension() - Method in interface com.cmobilecom.af.model.entimport.EntityImportHandler
Get the file name extension for import/export.
getFileNameExtension(String) - Static method in class com.cmobilecom.af.util.FileUtil
Get file name extension.
getFilePath() - Method in class com.cmobilecom.af.entity.persistence.EntityFileIdentifier
Get path relative to the root directory implied by the instanceType and instanceId values.
getFilePath() - Method in class com.cmobilecom.af.model.entimport.FileDataSource
Get file path: entry name in jar or absolute path on file system
getFilePath(PersistenceDataBackingBean<T>, T) - Method in class com.cmobilecom.af.model.lob.LobBean
Get the file path of the Lob entity.
getFilePath(PersistenceDataBackingBean<T>, T) - Method in class com.cmobilecom.af.model.lob.LobBeanBase
Get the file path of the Lob entity.
getFileTextContent(BufferedReader) - Static method in class com.cmobilecom.af.util.FileUtil
Get text file content.
getFileTextContent(BufferedReader, Long) - Static method in class com.cmobilecom.af.util.FileUtil
Get text file content.
getFileTextContent(File, String) - Static method in class com.cmobilecom.af.util.FileUtil
Get file text content with the specified character set.
getFileTextContent(InputStream, String) - Static method in class com.cmobilecom.af.util.FileUtil
Get file text content with the specified character set.
getFileTextContent(String) - Static method in class com.cmobilecom.af.util.FileUtil
Get file text content with default character set.
getFirstBeanOfEntityType(Class<T>, boolean, ViewType...) - Method in class com.cmobilecom.af.model.container.ContainerBean
Find the first bean(entity and/or entity list bean) with the entity type (or its subclass).
getFirstBeanOfEntityType(Class<T>, ViewType...) - Method in class com.cmobilecom.af.model.container.PageContent
Get the first bean of the specified entity type(or subclass), matching one of the viewTypes (if not null).
getFirstBeanOfEntityType(Class<T>, ViewType...) - Method in class com.cmobilecom.af.model.container.Region
Get the first bean of the specified entity type(or subclass), matching one of the viewTypes (if not null).
getFirstChildElement(Element, String) - Static method in class com.cmobilecom.af.util.XmlUtil
Get the first child element with the tag name.
getFlattenedEntityProperties(boolean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Move the member properties of EntityPropertyGroup or parent property grouping to the top.
getFooterMenu() - Method in interface com.cmobilecom.af.test.api.PersistenceDataBean
Get footer menu bean.
getFooterMenu(boolean) - Method in interface com.cmobilecom.af.test.api.PersistenceDataBean
Get footer menu bean.
getFooterMenuBean() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Get footer menu bean that is rendered under the content.
getFooterMenuViewConfig() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Get footer menu ViewConfig that can specify menu node render style and whether to display icon only.
getFooterMenuViewConfig() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Get Footer menu viewConfig.
getFooterMenuViewConfig(boolean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Get footer menu ViewConfig that is the nested ViewConfig with name: footerMenu.
getForm() - Method in class com.cmobilecom.af.entity.form.Question
 
getForm() - Method in interface com.cmobilecom.af.entity.form.Response
Get the form with which this response is associated.
getFormBean() - Method in class com.cmobilecom.af.model.property.EntityFormBeanProperty
Get the form bean of this EntityFormBeanProperty for current entity.
getFormBean() - Method in interface com.cmobilecom.af.test.api.EntityProperty
Get the form bean if this is a formBean property.
getFormBean(boolean) - Method in interface com.cmobilecom.af.test.api.EntityProperty
Get the form bean if this is a formBean property.
getFormBean(int, String) - Method in interface com.cmobilecom.af.test.api.EntityListBean
Get enclosed form bean (entity or entity list).
getFormBean(String) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
 
getFormBean(String) - Method in interface com.cmobilecom.af.test.api.EntityBean
Get enclosed form bean.
getFormBean(String, boolean) - Method in interface com.cmobilecom.af.test.api.EntityBean
Get enclosed form bean.
getFormBean(T) - Method in class com.cmobilecom.af.model.property.EntityFormBeanProperty
Get the form bean of this EntityFormBeanProperty for the entity.
getFormBeanEntityDataSourceParameters(String) - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Get the parameters that will be passed to the entityDataSource of the formBean.
getFormBeanEntityType() - Method in class com.cmobilecom.af.model.property.EntityFormBeanProperty
Get formBean entity type.
getFormBeanLifecycleListener(String) - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Get the lifecycle listener of the formBean, which is a parameter of the formBean's EntityDataSource.
getFormBeanListener(String) - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Get the bean listener of the formBean, which is a parameter of the formBean's EntityDataSource.
getFormBeanViewConfig(String) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Get the ViewConfig of the formBean.
getFormBeanViewConfig(String, boolean, ViewType) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Get the ViewConfig of the formBean.
getFormDesign() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get the form design that is used to layout the entity of this bean.
getFormDesign() - Method in class com.cmobilecom.af.model.bean.EntityViewConfig
Get the FormDesign for layout of properties
getFormDesign() - Method in class com.cmobilecom.af.model.formdesign.FormDesignEncoder
Get the FormDesign to be encoded/decoded
getFormDesign() - Method in class com.cmobilecom.af.model.nav.BeanFlowNavigation
Get the form design for the previous or next stop.
getFormDesign() - Method in interface com.cmobilecom.af.model.print.EntityBatchPrint
Get the FormDesign for entity layout view
getFormDesign() - Method in class com.cmobilecom.af.model.print.EntityBatchPrintBase
 
getFormDesign(EntityViewConfig, Class, boolean, boolean, DataAccessUnit) - Static method in class com.cmobilecom.af.model.formdesign.FormDesignBean
Get the FormDesign from the ViewConfig or persistence(db or module-defined) if searchDefault is true.
getFormDesignCookieName(Class<T>) - Static method in class com.cmobilecom.af.model.formdesign.FormDesignBean
Get the cookie name for the form design with the entity type.
getFormDesignDescriptorMap() - Method in class com.cmobilecom.af.model.module.AbstractModule
 
getFormDesignDescriptorMap() - Method in interface com.cmobilecom.af.model.module.Module
Entity types that support form designs
getFormDesignEncoder(T) - Method in class com.cmobilecom.af.model.formdesign.FormDesignBean
Get the FormDesignEncoder to encode and decode XML for the FormDesign.
getFormDesignEntityType() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get formDesign entity type for custom layout of the entity.
getFormDesignEntityType(PersistenceDataBackingBean<T>, T) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get the formDesign entity type mapped to DataTypeAware.getEntityType() for the entity Default is the same as PersistenceDataBackingBean.getEntityType().
getFormDesignImplClass() - Method in class com.cmobilecom.af.model.formdesign.FormDesignDescriptor
Get FormDesign implementation class
getFormDesignImplClass(DataType) - Static method in class com.cmobilecom.af.model.formdesign.FormDesignBean
Get the FormDesign implementation class for the entity type.
getFormDesignList() - Method in class com.cmobilecom.af.model.nav.BeanFlowHistory
Get the list of form designs from the first step to the previous step.
getFormDesignQueryElements(DataType, List<String>, Boolean) - Static method in class com.cmobilecom.af.model.formdesign.FormDesignBean
Get the PropertyQueryElements for building query criteria to retrieve form designs from persistence.
getFormDesignQueryElements(Class, List<String>, Boolean) - Static method in class com.cmobilecom.af.model.formdesign.FormDesignBean
Get the PropertyQueryElements for building query criteria to retrieve form designs from persistence.
getFormDesigns(DataType, Boolean, List<String>, Boolean, Integer, boolean, DataAccessUnit) - Static method in class com.cmobilecom.af.model.formdesign.FormDesignBean
Get all the form designs for the specified entityType and formId(s).
getFormDesigns(Class<FormDesign>, DataType, List<String>, Collection<String>, Boolean, Integer, boolean, DataAccessUnit) - Method in class com.cmobilecom.af.model.module.AbstractModule
 
getFormDesigns(Class<FormDesign>, DataType, List<String>, Collection<String>, Boolean, Integer, boolean, DataAccessUnit) - Method in interface com.cmobilecom.af.model.module.Module
Get all the form designs for the specified entityType and formId(s).
getFormDesigns(Class, Boolean, List<String>, Boolean, Integer, boolean, DataAccessUnit) - Static method in class com.cmobilecom.af.model.formdesign.FormDesignBean
Get all the form designs for the specified entityType and formId(s).
getFormDesignSelectItems(Class, boolean, DataAccessUnit) - Static method in class com.cmobilecom.af.model.formdesign.FormDesignBean
Get form design select items for the entity type.
getFormDesignTypeDescriptor(MenuViewConfig) - Method in class com.cmobilecom.af.model.module.ModuleMenuNodeFactory
Create module FormDesign TypeDescriptor for menuNodeFactory, using the default FormDesign implementation.
getFormDesignTypeDescriptor(MenuViewConfig, Class<T>, String, CriteriaElement[]) - Method in class com.cmobilecom.af.model.module.ModuleMenuNodeFactory
Create module formDesign TypeDescriptor for the specified formDesignImplClass type.
getFormDesignXml() - Method in interface com.cmobilecom.af.entity.FormDesign
Get form design in XML
getFormEnctype() - Method in class com.cmobilecom.af.model.bean.BackingBean
Get form enctype.
getFormEnctype() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Overridden to support file upload.
getFormEnctype() - Method in class com.cmobilecom.af.model.entimport.FileUploadEntityImportBean
 
getFormEnctype() - Method in class com.cmobilecom.af.model.lob.FileUploadBean
 
getFormId() - Method in interface com.cmobilecom.af.entity.FormDesign
Get form id that is different form PersistenceEntity.getId().
getFormsPerPage() - Method in interface com.cmobilecom.af.model.print.EntityBatchPrint
Get the number of forms(entities) per page
getFormsPerPage() - Method in class com.cmobilecom.af.model.print.EntityBatchPrintBase
 
getFormWrapperTopBottomMargin() - Method in interface com.cmobilecom.af.model.print.EntityBatchPrint
Get the margin above and below each form (entity).
getFormWrapperTopBottomMargin() - Method in class com.cmobilecom.af.model.print.EntityBatchPrintBase
 
getFormXml() - Method in interface com.cmobilecom.af.entity.form.Form
Get form encoded XML.
getFrom() - Method in interface com.cmobilecom.af.entity.system.MailTemplate
Get email from address.
getFrom() - Method in interface com.cmobilecom.af.model.mail.EmailRequest
Get email from address
getFullSearchEnabled() - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Is full search enabled? If enabled(true), current user can search all the entities without limitation.
getFunction() - Method in interface com.cmobilecom.af.session.criteria.CriteriaFunction
Get the function of this expression
getFunction() - Method in interface com.cmobilecom.af.session.criteria.CriteriaPredicate
Get the boolean function
getGeneratedBeans() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Get the beans generated by this bean during refreshDataModel().
getGotoExec() - Method in class com.cmobilecom.af.test.api.InstanceTypeTest
Get the start exec point.
getGroup() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get the group to which this EntityProperty belong.
getGroupBy() - Method in class com.cmobilecom.af.model.report.ReportQueryForm
Get the groupBy for the report that is used to build query.
getGroupByName(Integer) - Method in class com.cmobilecom.af.model.report.ReportQueryFormBean
Get the visible name of the group by
getGroupByProperties() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get the properties to group by in query view.
getGroupByPropertySelectItems() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get the property select items for query groupBy selection.
getGroupByValueEntityMap() - Method in class com.cmobilecom.af.model.report.ReportEntity
Get the map from groupBy value to its corresponding entity.
getGroupByValueList() - Method in class com.cmobilecom.af.model.report.ReportEntity
Get the list of groupBy values for grouping.
getGroupByValueNames(T, List<Comparable>, Map<Comparable, PersistenceEntity>) - Method in class com.cmobilecom.af.model.report.ReportQueryFormBean
Get the I18NName of the group by values
getGroupingPropertyName() - Method in class com.cmobilecom.af.model.query.RangeEntityProperty
Get the grouping property name that contains min and max range properties as children.
getGroupPropertyList() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get a list of properties for group, the same method of EntityPropertyGroup By default this property itself is a group with one property
getGroupPropertyList() - Method in class com.cmobilecom.af.model.property.EntityPropertyGroup
 
getGroupRestriction(CriteriaBuilder, CommonAbstractCriteria, String, EntityJoinGraph, Map<String, Selection<?>>) - Method in interface com.cmobilecom.af.session.criteria.CriteriaHaving
Get group restriction.
getGuestToken() - Method in interface com.cmobilecom.af.entity.security.AccessToken
Is this token a gust token? if true, all guests (not authenticated) will automatically own this token and its associated permissions.
getHasCreatePermission() - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Whether currentUser has create permission of entities?
getHasCreatePermission() - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactoryContext
Get hasCreatePermission on entities that overrides access control.
getHasDeletePermission() - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Whether currentUser has delete permission on entities?
getHasDeletePermission() - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactoryContext
Get hasDeletePermission on entities that overrides access control.
getHasEditPermission() - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Whether currentUser has edit permission on entities?
getHasEditPermission() - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactoryContext
Get hasEditPermission on entities that overrides access control.
getHasMoveUpDownPermission() - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Whether the current user has the permission to move entity up/down? By default, the permission of moving entity is the same as editing permission.
getHasPermission(AccessType) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Whether current user has the access permission on entities?
getHasPermission(AccessType) - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactoryContext
Whether current user has the access permission on entities?
getHasViewPermission() - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Whether currentUser has view permission on the entity or entity list?
getHasViewPermission() - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactoryContext
Get hasViewPermission on entities that overrides access control.
getHCaptchaEnabled() - Method in interface com.cmobilecom.af.entity.system.SecuritySettings
Whether hCaptcha is enabled?
getHCaptchaSecretKey() - Method in interface com.cmobilecom.af.entity.system.SecuritySettings
Get hCaptcha secret key that is used to validate captcha response.
getHCaptchaSiteKey() - Method in interface com.cmobilecom.af.entity.system.SecuritySettings
Get hCaptcha site key that is used to show captcha challenge.
getHeader(String) - Method in class com.cmobilecom.af.model.util.RequestHelper
Get request header value
getHeaderMenu() - Method in interface com.cmobilecom.af.test.api.PersistenceDataBean
Get header menu bean.
getHeaderMenu(boolean) - Method in interface com.cmobilecom.af.test.api.PersistenceDataBean
Get header menu bean.
getHeaderMenuBean() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Get header menu bean that is rendered above the content.
getHeaderMenuViewConfig() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Get header menu viewConfig.
getHeaderMenuViewConfig(boolean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Get header menu ViewConfig that is the nested ViewConfig with name: headerMenu.
getHeight() - Method in class com.cmobilecom.af.model.view.DialogView
Get dialog height in pixels.
getHelp() - Method in class com.cmobilecom.af.model.bean.PropertyDescriptor
Get help message
getHelp() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get the help for this property.
getHelper() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get the associated EntityBackingBeanHelper object.
getHelpFile(String, String, Locale) - Method in class com.cmobilecom.af.model.util.RequestHelper
Map the help file path to physical file on disk or in jar.
getHelpMessage() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get localized help message.
getHelpOutputLink(PersistenceDataBackingBean.HelpPathInfo, boolean) - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Create output link(url) for the HelpPathInfo.
getHelpPathInfo() - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactoryContext
Get HelpPathInfo the entity type that override default.
getHelpPathInfo(PersistenceDataBackingBean<T>) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
 
getHelpPathInfo(PersistenceDataBackingBean<T>) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Get the HelpPathInfo of this bean.
getHelpPathInfo(PersistenceDataBackingBean<T>) - Method in class com.cmobilecom.af.model.print.EntityBatchPrintBean
 
getHidden() - Method in interface com.cmobilecom.af.entity.FormDesign
Whether this form design is hidden from user to be selected as the form design of an entity? Hidden form designs are usually used internally by system, but they can be edited.
getHiddenIfEmpty() - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Whether to hide the entity list bean if entity list is empty?
getHiddenPropertyQueryElements() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get the list of hidden CriteriaElement(s) that will be added to query criteria.
getHiddenQueryRestrictionProperties() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get hidden properties that are parts of the query restrictions.
getHideEvent() - Method in class com.cmobilecom.af.model.view.PopupView
Get the event to hide popup.
getHierarchyAccessor() - Method in class com.cmobilecom.af.model.property.EntityHierarchyProperty
Get the HierarchyAccessor for this property.
getHierarchyComparator() - Method in class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean
Get the hierarchy comparator for building hierarchy tree.
getHierarchyDescriptorMap() - Method in class com.cmobilecom.af.model.module.AbstractModule
 
getHierarchyDescriptorMap() - Method in interface com.cmobilecom.af.model.module.Module
Get hierarchy descriptor mapping
getHierarchyId() - Method in interface com.cmobilecom.af.entity.Hierarchy
Get the hierarchy id of this Hierarchy.
getHierarchyId() - Method in class com.cmobilecom.af.entity.SimpleHierarchyEntity
 
getHierarchyId() - Method in class com.cmobilecom.af.model.property.HierarchyAccessor.HierarchyNode
Get hierarchy id.
getHierarchyIdLength() - Method in class com.cmobilecom.af.model.property.HierarchyAccessor.HierarchyNode
Get the hierarchy id length of this node.
getHierarchyIdLength(int) - Method in class com.cmobilecom.af.model.property.HierarchyAccessor
Get hierarchy id length at the specific depth according to the id rule.
getHierarchyIdLength(int, int[]) - Static method in class com.cmobilecom.af.model.property.HierarchyAccessor
Get hierarchy id length of the specified depth according to the id rule.
getHierarchyIdLength(PersistenceDataBackingBean<T>, int) - Method in class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean
Get hierarchy id length at the specified level.
getHierarchyIdRule() - Method in class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean
Get Hierarchy Id rule.
getHierarchyIdRule() - Method in class com.cmobilecom.af.model.bean.SimpleHierarchyEntityBean
 
getHierarchyIdRule(String) - Method in class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean
Get hierarchy id rule for the descendants of the specified root.
getHierarchyNode(String) - Method in class com.cmobilecom.af.model.property.HierarchyAccessor
Get the HierarchyNode in the hierarchy tree for the hierarchy with the id.
getHierarchyNode(T) - Method in class com.cmobilecom.af.model.property.HierarchyAccessor
Get the HierarchyNode in the hierarchy tree for the hierarchy entity.
getHierarchyPathAsString(Hierarchy, HierarchyAccessor) - Static method in class com.cmobilecom.af.model.bean.DataConverter
Get hierarchy path as a string in format: a/b/c.
getHierarchyPathAsString(Hierarchy, HierarchyAccessor, int, Integer, RenderStyle.PathShowStyle, String) - Static method in class com.cmobilecom.af.model.bean.DataConverter
Get hierarchy path as a string
getHierarchyPathAsString(T) - Method in class com.cmobilecom.af.model.property.EntityHierarchyProperty
Get hierarchy path as string.
getHierarchyPathQueryCriteria(Class<T>, String) - Static method in class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean
Get the queryCriteria to retrieve the path from root to the hierarchy entity with the specified hierarchy id.
getHierarchyRestriction(CriteriaBuilder, CommonAbstractCriteria, String, Hierarchy, EntityJoinGraph) - Static method in class com.cmobilecom.af.session.PropertyCriteriaQueryBuilder
Get hierarchy restriction, matching the hierarchyEntity and descendant hierarchy entities.
getHierarchyRestriction(CriteriaBuilder, CommonAbstractCriteria, String, String, EntityJoinGraph) - Static method in class com.cmobilecom.af.session.PropertyCriteriaQueryBuilder
Get hierarchy restriction, matching the hierarchyId and its descendant hierarchies.
getHierarchySelect() - Method in interface com.cmobilecom.af.test.api.EntityProperty
Get the HierarchySelect object if this property is a hierarchy property with one or many hierarchical selects.
getHierarchyWebLinkPattern() - Method in class com.cmobilecom.af.model.container.MenuSubTreeInfo
Get hierarchy output link pattern for outputLink renderStyle.
getHint(String) - Method in class com.cmobilecom.af.session.QueryDescriptor.QueryHints
Get hint value with the name.
getHint(List<? extends CriteriaElement>, String) - Static method in class com.cmobilecom.af.session.PropertyCriteriaQueryBuilder
Get the hint from the list of propertyQueryElements
getHints() - Method in class com.cmobilecom.af.session.QueryDescriptor
Get query hints that will be passed to methods of JPA EntityManager.
getHomeContents() - Method in interface com.cmobilecom.af.entity.system.UserOptions
Get the contents to show for home page in manage center.
getHomePage() - Method in interface com.cmobilecom.af.entity.system.UserOptions
Get the home page for manage center.
getHomePageURL(String) - Static method in class com.cmobilecom.af.test.api.Configurations
Get the home page url for the hostName.
getHost() - Method in class com.cmobilecom.af.util.db.DbConfig
Get database server host
getI18NProperties() - Method in interface com.cmobilecom.af.entity.i18n.EntityI18NSupport
Get I18N supported properties whose values are of String type.
getIcon() - Method in class com.cmobilecom.af.model.container.PageInfo
Get icon URL.
getIcon() - Method in class com.cmobilecom.af.model.menu.MenuNode
Get icon for commandLink/outputLink or commandButton.
getIcon() - Method in class com.cmobilecom.af.model.menu.MenuViewConfig.MenuNodeDescriptor
Get menu node icon.
getIcon() - Method in class com.cmobilecom.af.model.module.InstanceType
Get the icon url for this MuduleSet.
getIcon(int) - Static method in class com.cmobilecom.af.model.menu.IconMap
Get the icon by the number.
getId() - Method in interface com.cmobilecom.af.entity.PersistenceEntity
Get id that can be auto generated or assigned by user
getId() - Method in class com.cmobilecom.af.entity.PersistenceEntityBase
Get the entity id that is the primary key used to join with associated entities.
getId() - Method in class com.cmobilecom.af.model.bean.MapEntity
 
getId() - Method in class com.cmobilecom.af.model.entimport.SystemEntityImportBean.DataSourceEntry
Get entry id, which is not entity id
getId() - Method in class com.cmobilecom.af.model.menu.MenuNode
Get menu node id that is unique within its MenuBean.
getId() - Method in class com.cmobilecom.af.model.module.InstanceType
Get the id of this instance type
getId() - Method in class com.cmobilecom.af.model.property.HierarchyAccessor.HierarchyNode
Get hierarchy entity id.
getIdentifier() - Method in interface com.cmobilecom.af.entity.persistence.EntityFile
Get entity file identifier.
getIdGenStrategy() - Method in interface com.cmobilecom.af.entity.persistence.IdRule
Get id generate strategy.
getIdLengthAt(int) - Method in class com.cmobilecom.af.model.property.HierarchyAccessor
Get id length at the specified index.
getIdLengthAt(int[], int) - Static method in class com.cmobilecom.af.model.property.HierarchyAccessor
Get id length at the specified index.
getIdProperty(Class<? extends PersistenceEntity>) - Static method in class com.cmobilecom.af.entity.persistence.Utility
Get id property name for the entity type Hierarchy: hierarchyId if it is annotated as unique. NormativeId: nid if it is annotated as unique. Else: id
getIdRule() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get id rule for normativeId or hierarchyId
getIdRule() - Method in class com.cmobilecom.af.model.property.HierarchyAccessor
Get the hierarchy id rule.
getIdRule(IdRuleEntityType) - Method in class com.cmobilecom.af.test.api.InstanceTest
Get the IdRule for the entity type.
getIdRule(IdRuleEntityType) - Method in class com.cmobilecom.af.test.api.ModuleTest
Get the IdRule for the entity type.
getIdRuleNextSerialNumber(DataType<T>, Long, LockModeType, boolean) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Get next serial number
getIdRuleNextSerialNumber(DataType<T>, Long, LockModeType, boolean) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
getIdRuleNextSerialNumber(Class<T>, Long, LockModeType) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Get idRule next serial number, do not increase serial number.
getIdRuleNextSerialNumber(Class<T>, Long, LockModeType) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
getIdRules() - Method in class com.cmobilecom.af.test.api.ModuleTest
Get the ID rules supported by entity types of the module.
getIdRuleSupportEntityTypes(InstanceType) - Method in class com.cmobilecom.af.model.module.AbstractModule
 
getIdRuleSupportEntityTypes(InstanceType) - Method in interface com.cmobilecom.af.model.module.Module
Get the entity types that support id rules.
getIdRuleTypeDescriptor(MenuViewConfig) - Method in class com.cmobilecom.af.model.module.ModuleMenuNodeFactory
Create module IdRule TypeDescriptor for menuNodeFactory.
getIdString(PersistenceEntity) - Static method in class com.cmobilecom.af.entity.persistence.Utility
Get entity id as string.
getIdValue() - Method in interface com.cmobilecom.af.entity.persistence.IdGen
Get current maximum used idValue of the entity type.
getImage() - Method in class com.cmobilecom.af.model.container.PageInfo
Get the image URL for sharing the page on social media.
getImplementationClass(Class) - Method in class com.cmobilecom.af.entity.TypeMapping
Get the implementation class for the interface type.
getImplementedInterfaces(Class) - Static method in class com.cmobilecom.af.util.ClassUtil
Get all the interfaces implemented by the class, including those implemented by its superclasses.
getImpliedStyleClass() - Method in class com.cmobilecom.af.model.bean.BackingBean
Get implied style class from bean type.
getImpliedStyleClass() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
 
getImpliedStyleClass() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
 
getImpliedStyleClass() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
 
getImpliedStyleClass() - Method in class com.cmobilecom.af.model.menu.MenuBean
 
getImportDataSourceTypes() - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactoryContext
Get the data source types for importing entities from system.
getImportHandleModule() - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactoryContext
Get the name of module that will handle entity import.
getIndexWithinCurrentPage(int) - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Convert the entity index within whole list to the index within current page.
getInheritableMailTemplate(String, int, Locale, DataAccessUnit, boolean, boolean) - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Get inheritable mail template.
getInheritableSingularEntity(Class<T>, DataAccessUnit, boolean) - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Get the inheritable singular entity of the entity type, starting search in the specified DataAccessUnit in the inheritance path.
getInitialEntityCount() - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
If entityListBackingBean is a formBean of EntityFormBeanProperty, get the initial number of entities to create.
getInitializedManagedBean() - Method in class com.cmobilecom.af.model.util.RequestHelper
Get initialized managed bean that is used for new page.
getInitialPageIndex() - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Get the initial page to show.
getInitialViewConfig() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
getInnerMap(K, boolean) - Method in class com.cmobilecom.af.model.util.MapOfMap
Get inner map with the key
getInputData() - Method in class com.cmobilecom.af.model.menu.MenuNode
Get the input data of this MenuNode.
getInputDataBean() - Method in class com.cmobilecom.af.model.menu.MenuNode
Get the inputDataBean of this MenuNode that is an EntityBackingBean for user to input data for the action.
getInputDataBean() - Method in interface com.cmobilecom.af.test.api.MenuNode
Get the inputData bean (if any) as command parameters.
getInputDataBoolean() - Method in class com.cmobilecom.af.model.menu.MenuNode
Get the input data single value as Boolean
getInputDataDate() - Method in class com.cmobilecom.af.model.menu.MenuNode
Get the input data single value as Date
getInputDataDefaultProperty() - Method in interface com.cmobilecom.af.test.api.MenuNode
Get the default property of this menu node's inputDataBean, which has only one default property named "value".
getInputDataEntitySelectScope(EntityListBackingBean.EntitySelectScope) - Method in class com.cmobilecom.af.model.menu.MenuNode
Get the EntitySelectScope of entity list view from the menuNode inputData.
getInputDataInteger() - Method in class com.cmobilecom.af.model.menu.MenuNode
Get the input data single value as Integer
getInputDataProperty(String) - Method in interface com.cmobilecom.af.test.api.MenuNode
Get the property of this menu node's inputDataBean.
getInputDataSingleValue() - Method in class com.cmobilecom.af.model.menu.MenuNode
Get inputData single value.
getInputDataString() - Method in class com.cmobilecom.af.model.menu.MenuNode
Get the input data single value as String
getInputDataValue(String) - Method in class com.cmobilecom.af.model.menu.MenuNode
Get the value for the property in the input data that is an entity with a list of properties.
getInputStream() - Method in interface com.cmobilecom.af.entity.persistence.EntityImportDataSource
Get the input stream for reading the dataSource
getInputStream() - Method in class com.cmobilecom.af.model.entimport.FileDataSource
Get the inputStream for reading.
getInputStream() - Method in class com.cmobilecom.af.model.entimport.FileUploadDataSource
 
getInputStream() - Method in interface com.cmobilecom.af.model.property.UploadedFile
Get the input stream for reading file content.
getInstance() - Method in interface com.cmobilecom.af.entity.PersistenceEntity
Get the associated Instance (tenant) of this entity if multitenant is enabled for this entity type and application-managed multitenancy is supported and multitenant.fetchTenantAttr(hint) is enabled.
getInstance() - Method in class com.cmobilecom.af.entity.PersistenceEntityBase
 
getInstance() - Method in interface com.cmobilecom.af.entity.system.BoundDomain
Get the instance to which this domain is bound.
getInstance() - Static method in class com.cmobilecom.af.entity.TypeMapping
Get TypeMapping instance that is a singleton
getInstance() - Method in class com.cmobilecom.af.model.bean.MapEntity
 
getInstance() - Static method in class com.cmobilecom.af.model.context.BackingBeanContext
Get the BackingBeanContext that is associated with current session or current request if session is not supported.
getInstance() - Static method in class com.cmobilecom.af.model.property.SelectItemListProvider
Get the SelectItemListProvider instance
getInstance() - Method in class com.cmobilecom.af.model.system.DataAccessUnit
Get instance.
getInstance() - Static method in class com.cmobilecom.af.model.system.QuotaAccessor
Get QuotaAccessor instance for the instanceType bound to the request.
getInstance() - Static method in class com.cmobilecom.af.model.system.ResourceCache
Get the ResourceCache that is a singleton.
getInstance() - Static method in class com.cmobilecom.af.model.system.SystemConfig
Get the ModuleManager instance that is a singleton.
getInstance() - Method in class com.cmobilecom.af.session.QueryDescriptor
Get the instance of the query.
getInstance(boolean) - Static method in class com.cmobilecom.af.model.context.BackingBeanContext
Get the BackingBeanContext instance associated with current session.
getInstance(ContainerBean, boolean) - Static method in class com.cmobilecom.af.model.security.LoginBean
Create a LoginBean that is not initialized.
getInstance(DataAccessUnit, boolean) - Static method in class com.cmobilecom.af.model.system.AccessControlAccessor
Get the root AccessControlAccessor for the DataAccessUnit.
getInstance(DataAccessUnit, ModuleAccessControl, boolean) - Static method in class com.cmobilecom.af.model.system.AccessControlAccessor
Create an AccessControlAccessor with moduleAccessControl, chaining to the root AccessControlAccessor.
getInstance(DataAccessUnit, String, Integer, boolean) - Static method in class com.cmobilecom.af.model.mail.SendMail
Get SendMail thread instance from thread pool.
getInstance(DbConfig, boolean, Logger) - Static method in class com.cmobilecom.af.util.db.DbExec
Get DbExec.
getInstance(Class<T>, String, DataAccessUnit) - Static method in class com.cmobilecom.af.model.property.HierarchyAccessor
Get a HierarchyAccessor instance.
getInstance(Class<T>, String, DataAccessUnit, boolean) - Static method in class com.cmobilecom.af.model.property.HierarchyAccessor
Get a HierarchyAccessor instance.
getInstance(Long) - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Get the system or subsystem instance by id.
getInstance(Object, boolean) - Static method in class com.cmobilecom.af.model.context.BackingBeanContext
Get the BackingBeanContext instance associated with the request's session.
getInstance(String) - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Get the system or subsystem instance by name.
getInstance(String, Locale, ResourceBundle) - Static method in class com.cmobilecom.af.model.module.ModuleResourceBundle
Get the ModuleResourceBundle instance for the locale
getInstanceBoundDomain(String, String) - Static method in class com.cmobilecom.af.test.api.Configurations
Get the bound domain for the instance to be created by the specified user.
getInstanceCache() - Static method in class com.cmobilecom.af.model.InstanceCache
Get the InstanceCache for the current bound instanceType or instance.
getInstanceCache(DataAccessUnit) - Static method in class com.cmobilecom.af.model.InstanceCache
Get the InstanceCache for the system or subsystem instance
getInstanceCreatorMap() - Method in class com.cmobilecom.af.test.api.InstanceTypeTest
Get instance creator users.
getInstanceCreatorUser(InstanceIdentifier) - Method in class com.cmobilecom.af.test.api.InstanceTypeTest
Get the user who created the specified instance.
getInstanceCreatorUser(InstanceIdentifier) - Method in class com.cmobilecom.af.test.api.ModuleTest
Get the user who created the instance.
getInstanceHint() - Method in class com.cmobilecom.af.session.QueryDescriptor.QueryHints
Get instance hint?
getInstanceId() - Method in class com.cmobilecom.af.entity.persistence.EntityFileIdentifier
Get instance id.
getInstanceId() - Method in interface com.cmobilecom.af.model.security.LoginForm
Get the id of the instance to login into.
getInstanceId() - Method in class com.cmobilecom.af.model.system.DataAccessUnit
Get instance id.
getInstanceId() - Method in class com.cmobilecom.af.session.QueryDescriptor
Get instance id.
getInstanceId() - Method in class com.cmobilecom.af.test.api.ContainerBean.DataAccessUnit
 
getInstanceIdentifier() - Method in class com.cmobilecom.af.test.api.InstanceTest
Get instance identifier.
getInstanceIdentifier() - Method in class com.cmobilecom.af.test.api.InstanceTypeTest.GotoExec
Get instance identifier.
getInstanceIdentifier() - Method in class com.cmobilecom.af.test.api.ModuleTest
Get instance identifier.
getInstanceName() - Method in class com.cmobilecom.af.test.api.InstanceTest
Get instance name.
getInstanceName(Instance) - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Get the unique name of the instance.
getInstanceParentDir(String) - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Get the instance parent directory of the instance type.
getInstancePassword() - Static method in class com.cmobilecom.af.test.api.Configurations
Get the password of instance users.
getInstanceTest() - Method in class com.cmobilecom.af.test.api.ModuleTest
Get the associated instance test.
getInstanceTest(InstanceIdentifier) - Method in class com.cmobilecom.af.test.api.InstanceTypeTest
Get the InstanceTest by its identifier.
getInstanceType() - Method in class com.cmobilecom.af.model.system.DataAccessUnit
Get instance type
getInstanceType(Instance) - Method in class com.cmobilecom.af.model.system.SystemConfig
Get the InstanceType of the instance.
getInstanceType(String) - Method in class com.cmobilecom.af.model.system.SystemConfig
Get InstanceType by id.
getInstanceTypeBoundTo(String) - Static method in class com.cmobilecom.af.test.api.Configurations
Get the instanceType bound to the domain of current URL.
getInstanceTypeId() - Method in class com.cmobilecom.af.entity.persistence.EntityFileIdentifier
Get instance type id defined in conf/system-config.xml.
getInstanceTypeId() - Method in interface com.cmobilecom.af.entity.system.Instance
Get the instance type id of this Subsystem
getInstanceTypeId() - Method in class com.cmobilecom.af.session.QueryDescriptor
Get instance type id
getInstanceTypeId() - Method in class com.cmobilecom.af.test.api.ContainerBean.DataAccessUnit
 
getInstanceTypeId() - Method in class com.cmobilecom.af.test.api.InstanceTypeTest
Get instanceType id that is configured in system-config.xml.
getInstanceTypeRootDir(String) - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Get the root directory on file system for the instance type.
getInstanceTypes() - Method in class com.cmobilecom.af.model.system.SystemConfig
Get all defined instance types.
getInstanceTypeTest() - Method in class com.cmobilecom.af.test.api.InstanceTest
Get the associated InstanceTypeTest.
getInstanceTypeTest() - Method in class com.cmobilecom.af.test.api.ModuleTest
Get the associated instanceType test.
getInstanceUser() - Method in class com.cmobilecom.af.model.bean.Component
Get the creator user of the associated DataAccessUnit instance.
getInterval() - Method in class com.cmobilecom.af.model.menu.ProgressDescriptor
Get poll interval for progress value on server side for ajax mode.
getInterval() - Method in class com.cmobilecom.af.model.property.EntityProgressProperty
Poll interval for progress value on server side.
getInvalidUserInput() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get invalid user input for current row.
getInvitation() - Method in interface com.cmobilecom.af.entity.security.InvitationResponse
Get the associated invitation.
getInvitee() - Method in interface com.cmobilecom.af.entity.security.InvitationResponse
Get invitee user if the invitation leads to user registration.
getInviteeDeviceId() - Method in interface com.cmobilecom.af.entity.security.InvitationResponse
Get the device id of the invitee who responded to the invitation.
getInviteeEmail() - Method in interface com.cmobilecom.af.entity.security.Invitation
Get invitee email address.
getInviteeName() - Method in interface com.cmobilecom.af.entity.security.Invitation
Get invitee name.
getInvitor() - Method in interface com.cmobilecom.af.entity.security.Invitation
Get invitor user.
getIpAddress() - Method in interface com.cmobilecom.af.entity.system.SystemLog
Get the user ip address.
getItemMargin() - Method in class com.cmobilecom.af.model.chart.Chart
Get the margin between items(e.g.
getItems() - Method in class com.cmobilecom.af.util.db.Dialect
Get the list of DialectItem(s) that compose this dialect.
getJdbcConfig(String, boolean) - Method in class com.cmobilecom.af.util.db.DbConfig
Get JdbcConfig
getJoin(From<X, Y>, String) - Static method in class com.cmobilecom.af.session.PropertyCriteriaQueryBuilder
Get the join with the property name from the path (from).
getJoinColumnName(Class, String) - Static method in class com.cmobilecom.af.entity.persistence.Utility
Get the name of @JoinColumn annotation of the property.
getJoinGraph(CriteriaElement[]) - Static method in class com.cmobilecom.af.session.PropertyCriteriaQueryBuilder
Get entity join graph from the list of propertyQueryElements
getJoinGraph(List<? extends CriteriaElement>) - Static method in class com.cmobilecom.af.session.PropertyCriteriaQueryBuilder
Get the entity join graph from the list of propertyQueryElements
getJoinType(String) - Method in class com.cmobilecom.af.session.EntityJoinGraph
Get the JoinType for the last component of a property name path.
getJPAEntityManagerAccessor(boolean, boolean) - Static method in class com.cmobilecom.af.session.PersistenceEntityManagerRegistry
Get the registered JPAEntityManagerAccessor instance.
getJPAExpressions(CriteriaBuilder, CommonAbstractCriteria, List<CriteriaExpression>, String, EntityJoinGraph, Map<String, Selection<?>>) - Static method in class com.cmobilecom.af.session.PropertyCriteriaQueryBuilder
Create JPA expressions from a list of CriteriaExpression(s).
getKey() - Method in class com.cmobilecom.af.model.menu.MenuViewConfig.MenuNodeDescriptor
Get the key of this MenuNodeDescriptor that can be hierarchy.root, hierarchy.entity for Hierarchy, or cmd.[CommandName] for command.
getKeys() - Method in class com.cmobilecom.af.model.module.ModuleResourceBundle
 
getKeywordEntityProperty() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get keyword entity property for query view.
getKeywordPropertySelectItems() - Method in class com.cmobilecom.af.model.query.KeywordEntityProperty
Get the select items for selecting properties to match keywords
getKeywords() - Method in class com.cmobilecom.af.model.container.PageInfo
Get page meta keywords
getLabel() - Method in class com.cmobilecom.af.model.property.SelectItem
Get item label.
getLabels() - Method in class com.cmobilecom.af.model.chart.Chart
Get the list of labels for the series data values.
getLabelTemplate() - Method in class com.cmobilecom.af.model.menu.ProgressDescriptor
Get progress bar label template.
getLabelTemplate() - Method in class com.cmobilecom.af.model.property.EntityProgressProperty
Get progress bar label template.
getLastChild() - Method in class com.cmobilecom.af.model.menu.MenuNode
Get the last child menu node
getLastCodeSentTime() - Method in class com.cmobilecom.af.model.security.AuthResult
Get the timestamp that the last verification code was sent.
getLastLoginDate() - Method in interface com.cmobilecom.af.entity.security.UserClient
Get the user's last login date(or registration date) from this device.
getLastLoginIP() - Method in interface com.cmobilecom.af.entity.security.UserClient
Get the user's last login IP(or registration) from this device.
getLastModifiedDate() - Method in interface com.cmobilecom.af.entity.LastModifiedDateAware
Get the last modified date of the entity
getLastPropertyUnderData() - Method in class com.cmobilecom.af.model.report.ReportQueryFormBean
Get the last property name under tab "Data".
getLayout() - Method in interface com.cmobilecom.af.entity.FormDesign
Get the layout HTML code that can contain expressions.
getLayout() - Method in class com.cmobilecom.af.model.property.RenderStyle
Get property group layout such as flow, table, tab view.
getLayoutCode() - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig.PropertyGroup
Get the layout code embedded with property expressions
getLayoutCode() - Method in class com.cmobilecom.af.model.property.EntityPropertyGroup
Get the layout code with embedded member properties.
getLayoutColumns() - Method in interface com.cmobilecom.af.entity.system.UserOptions
Get the number of columns for grid or columnView layout.
getLayoutColumns() - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Get the layout columns for grid/column view.
getLayoutColumns() - Method in class com.cmobilecom.af.model.container.Region
Get the number of columns for LayoutType.GRID and LayoutType.COLUMN_VIEW layout.
getLayoutDirection() - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Get layout direction.
getLayoutDirection() - Method in class com.cmobilecom.af.model.container.Region
Get the layout direction of beans for LayoutType.GRID and LayoutType.COLUMN_VIEW layout.
getLayoutDirection() - Method in class com.cmobilecom.af.model.property.RenderStyle
Get layout direction(lineDirection or pageDirection) for radio and checkboxes.
getLayoutType() - Method in interface com.cmobilecom.af.entity.system.UserOptions
Get the layout type of the region showing the home contents.
getLayoutType() - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig.RowExpansion
Get the layout of the properties
getLayoutType() - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Get layout type.
getLayoutType() - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig.PropertyGroup
Get member property layout type
getLayoutType() - Method in class com.cmobilecom.af.model.container.Region
Get layout type.
getLayoutType() - Method in interface com.cmobilecom.af.test.api.PersistenceDataBean
Get layout type.
getLayoutType(boolean) - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
 
getLayoutType(boolean) - Method in class com.cmobilecom.af.model.bean.EntityViewConfig
 
getLayoutType(boolean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Get layoutType.
getLazyInitializer() - Method in class com.cmobilecom.af.model.menu.MenuNode
Get the MenuNodeLazyInitializer that will initialize this menu node and create its child menu nodes(if any) if this menu node is not initialized.
getLeafContainerBean() - Method in class com.cmobilecom.af.model.container.ContainerBean
Get leaf containerBean.
getLeafCount() - Method in class com.cmobilecom.af.model.bean.ColumnHeaders.Node
Get total number of leaf nodes of this node
getLegendPosition() - Method in class com.cmobilecom.af.model.chart.Chart
Get chart legend position.
getLegendPosition() - Method in class com.cmobilecom.af.model.report.ReportQueryForm
Get legend position
getLength() - Method in interface com.cmobilecom.af.entity.persistence.IdRule
Get barcode length.
getLength() - Method in class com.cmobilecom.af.model.entimport.FileDataSource
Get file length in bytes.
getLength() - Method in class com.cmobilecom.af.test.api.InstanceTest.IdRule
Get id length for CODE128.
getLevel(PersistenceDataBackingBean<T>, String) - Method in class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean
Get the level of the hierarchy id.
getLibrary() - Method in class com.cmobilecom.af.web.module.WebResource
Get library name such as com.mycompany
getLicenseFeatureRequired() - Method in class com.cmobilecom.af.model.menu.MenuNode
Get required license feature to execute menuNode command.
getLicenseFeatureRequired() - Method in class com.cmobilecom.af.model.menu.TypeDescriptor
Get the license feature that is required to execute the command of the menu node for the entity type.
getLicenseFeatureRequired() - Method in class com.cmobilecom.af.model.module.AbstractModule
 
getLicenseFeatureRequired() - Method in interface com.cmobilecom.af.model.module.Module
Get license feature required to use this module.
getLicenseFeatureRequired(String) - Method in class com.cmobilecom.af.model.system.SystemConfig
Get the licenseFeature that is required by the module.
getLicenseIssuerDomain() - Method in class com.cmobilecom.af.model.module.AbstractModule
 
getLicenseIssuerDomain() - Method in interface com.cmobilecom.af.model.module.Module
Get the license issuer domain name on CMobileCom License Cloud that can issue license for this module.
getLineBreaker() - Method in class com.cmobilecom.af.model.context.RenderContext
Get line breaker.
getListItemLayoutCode() - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
For LIST layout type, get the list item layout code that contains property expressions.
getLiteralArgument(String) - Method in interface com.cmobilecom.af.session.criteria.CriteriaFunction
Get the first literal argument if there exists a path argument with the property name.
getLobSize(String) - Static method in class com.cmobilecom.af.util.StringUtil
Get size in bytes from T/G/M/K/B.
getLobSizeAsString(long, Locale) - Static method in class com.cmobilecom.af.util.StringUtil
Format the size using T/G/M/K/B.
getLocalDate(ZoneId, int, int, int) - Static method in class com.cmobilecom.af.test.api.Util
Get the current local date with adjustments.
getLocale() - Method in interface com.cmobilecom.af.entity.i18n.EntityI18N
Get the locale for property value
getLocale() - Method in class com.cmobilecom.af.entity.i18n.EntityI18NBase
 
getLocale() - Method in interface com.cmobilecom.af.entity.system.MailTemplate
Get locale for email.
getLocale() - Method in interface com.cmobilecom.af.entity.system.Parameters
Get the locale of the associated DataAccessUnit.
getLocale() - Method in class com.cmobilecom.af.model.bean.BackingBean
Get the locale for current user for resource bundle.
getLocale() - Method in class com.cmobilecom.af.model.container.ContainerBean
Get the current locale for current user.
getLocale() - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Get current locale
getLocale() - Method in class com.cmobilecom.af.model.module.ModuleResourceBundle
 
getLocale() - Method in interface com.cmobilecom.af.test.api.Component
Get the locale in which this component is rendered.
getLocale() - Method in class com.cmobilecom.af.test.api.InstanceTest
Get the locale for this instanceTest.
getLocale() - Method in class com.cmobilecom.af.test.api.InstanceTest.Parameters
Get locale
getLocale() - Method in class com.cmobilecom.af.test.api.TestConfig
Get locale
getLocale(InstanceIdentifier) - Method in class com.cmobilecom.af.test.api.InstanceTypeTest
Get the user locale for the instance.
getLocaleKey(Locale) - Static method in class com.cmobilecom.af.model.property.SelectItemListProvider
Get message key in resource bundle for the locale: Locale.[languageTag]
getLocaleLanguageTag() - Method in class com.cmobilecom.af.model.container.ContainerBean
Get locale as language tag such as en-US.
getLocaleSelectItems(List<Locale>, boolean, boolean, boolean, Locale, boolean, boolean) - Static method in class com.cmobilecom.af.model.property.SelectItemListProvider
Get locale select items.
getLocalesOfCountry(String) - Static method in class com.cmobilecom.af.model.util.LocaleUtil
Get all the locales of a country.
getLocalHierarchyId() - Method in class com.cmobilecom.af.model.property.HierarchyAccessor.HierarchyNode
Get local hierarchy id without the preceding parent hierarchyId.
getLocalizedMessage() - Method in exception com.cmobilecom.af.model.system.AccessDeniedException
 
getLocalizedName() - Method in class com.cmobilecom.af.model.menu.MenuNode
Get localized name.
getLocationType() - Method in class com.cmobilecom.af.model.entimport.FileDataSource
Get file location type: jar or file system
getLogger() - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Get a logger.
getLogger() - Method in class com.cmobilecom.af.model.property.EntityProgressProperty.ProgressImpl
 
getLogger() - Method in class com.cmobilecom.af.util.db.DbExec
Get logger used by this DbExec.
getLogger() - Method in interface com.cmobilecom.af.util.Progress
Get the logger to log messages
getLogger(DataAccessUnit, String) - Static method in class com.cmobilecom.af.model.context.BackingBeanContext
Create logger.
getLogger(String) - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Get the logger for the request.
getLoginBean() - Method in interface com.cmobilecom.af.test.api.ContainerBean
Get a login bean from this containerBean if any.
getLoginCaptcha() - Method in interface com.cmobilecom.af.entity.system.SecuritySettings
Is captcha required for login?
getLoginSecurityParams() - Method in class com.cmobilecom.af.model.security.LoginBean
Get LoginSecurityParams.
getLogLevel() - Method in exception com.cmobilecom.af.util.ExecException
Get log4j log level from severity.
getLogo() - Method in class com.cmobilecom.af.model.container.ContainerBean
Get the logo URL of the view backed by this containerBean.
getLogo() - Method in class com.cmobilecom.af.model.container.PageInfo
Get logo URL.
getLogo() - Method in class com.cmobilecom.af.model.module.InstanceType
Get the logo url for this MuduleSet.
getLongestCommonPrefix(String, String) - Static method in class com.cmobilecom.af.util.StringUtil
Get longest common prefix of two strings.
getLongestCommonPrefix(Collection<String>) - Static method in class com.cmobilecom.af.util.StringUtil
Get longest common prefix
getMajorAndMinorVersion(String) - Static method in class com.cmobilecom.af.util.StringUtil
Get major.minor version by removing maintenance version if any.
getManageCenter() - Method in class com.cmobilecom.af.test.api.InstanceTest
Get the associated manage center.
getManageCenter() - Method in class com.cmobilecom.af.test.api.ModuleTest
Get associated manage center.
getManageMode() - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Get manage mode
getManageModeAfterCommit(List<T>, ActionDescriptor) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Get the manage mode (true or false) the entities are committed in persistence.
getManageModeAfterCommit(T, ActionDescriptor) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get the manage node after the entity is committed to persistence.
getManifest() - Method in class com.cmobilecom.af.model.container.PageInfo
Get the manifest file URL for the page.
getMappedDataType(Class<T>) - Method in class com.cmobilecom.af.entity.TypeMapping
Get the DataType to which the entity type is mapped.
getMappedEntityName(Class) - Static method in class com.cmobilecom.af.entity.persistence.Utility
Get entity name from Entity annotation.
getMappedEntityType(DataType<T>) - Method in class com.cmobilecom.af.entity.TypeMapping
Get the entity type that is mapped to the dataType, which is the reverse mapping of TypeMapping.getMappedDataType(Class).
getMappedEntityTypes() - Method in class com.cmobilecom.af.model.module.InstanceType
Get all the mapped(OR mapping) entity types of this InstanceType
getMappedEntityTypes(InstanceType) - Method in class com.cmobilecom.af.model.module.AbstractModule
 
getMappedEntityTypes(InstanceType) - Method in interface com.cmobilecom.af.model.module.Module
Get the entity Types that are mapped to persistence
getMappedEntityTypes(String) - Method in class com.cmobilecom.af.model.system.SystemConfig
Get all mapped(OR mapping) entity types for the system or subsystem.
getMappedImplementationClass(Class) - Method in class com.cmobilecom.af.entity.TypeMapping
Get the implementation class for the interface type.
getMatchOption() - Method in class com.cmobilecom.af.model.query.KeywordEntityProperty
Get the match option for keywords to match the properties
getMatchType() - Method in class com.cmobilecom.af.model.property.QueryInfo
Get the match type that is used to build query criterion.
getMathContext() - Method in class com.cmobilecom.af.entity.bus.CalcContext
Get MathContext
getMathContext() - Method in class com.cmobilecom.af.util.expr.Expression
Get the MathContext used for expression evaluation involving BigDecimal operands.
getMaxDepth() - Method in class com.cmobilecom.af.model.bean.ColumnHeaders
Get the maximum depth of the node tree.
getMaxFractionDigits() - Method in class com.cmobilecom.af.model.property.NumberDescriptor
Get maximum number of fraction digits.
getMaxLength() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get the maximum length if property type is String.
getMaxOfProperty(QueryCriteria<T, T>, String) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Get the maximum value of the property that can be number or string type.
getMaxOfProperty(QueryCriteria<T, T>, String) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
getMaxOfProperty(Class<T>, CriteriaElement[], String) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Get the maximum value of the property that can be number or string type.
getMaxOfProperty(Class<T>, CriteriaElement[], String) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
getMaxValue() - Method in class com.cmobilecom.af.entity.form.Question
Get range max value for Question.AnswerType.SELECT_ONE_RANGE
getMaxValue() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get the maximum value if property type is Number.
getMediaParams() - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Get the media parameters for one or a list of media.
getMediaParams() - Method in class com.cmobilecom.af.model.property.EntityMediaProperty
Get media and playing parameters.
getMediaStyleClass() - Method in class com.cmobilecom.af.model.property.EntityMediaProperty
Get media component style classes: ui-media ui-media-e (entity), ui-media ui-media-el (entity list).
getMediaURLs() - Method in class com.cmobilecom.af.model.property.EntityMediaProperty
Get the URLs of the Lob list.
getMediaURLs() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get a list of media URLs that are associated with this property, which can be used as the content of outputLink and commandLink render styles, or slide show.
getMemberSeparator() - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig.PropertyGroup
Get member property separator for FLOW layout.
getMemberSeparator() - Method in class com.cmobilecom.af.model.property.RenderStyle
Get the member property separator for grouping property.
getMemberType() - Method in class com.cmobilecom.af.model.property.EntityCollectionProperty
Get the member type of the property value that is a Collection.
getMemberType() - Method in class com.cmobilecom.af.model.property.EntityFormBeanProperty
Get the member entity type of this property if its value a collection of entities.
getMenuBean() - Method in class com.cmobilecom.af.model.menu.MenuNode
Get the MenuBean of this MenuNode
getMenuBean() - Method in class com.cmobilecom.af.model.menu.MenuNodeFactory
Get the MenuBean with which this MenuNodeFactory is associated
getMenuBean() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get menu bean for the property.
getMenuBean() - Method in interface com.cmobilecom.af.test.api.MenuNode
Get the menu bean to which this menu node belongs.
getMenuBean(boolean) - Method in class com.cmobilecom.af.model.property.EntityProperty
Get the menu bean for the property.
getMenuBean(MenuViewConfig, boolean) - Method in class com.cmobilecom.af.model.property.EntityProperty
Get the menu bean for the property.
getMenuBean(String, boolean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Get the headerMenu or footerMenu to add the command.
getMenuNode() - Method in class com.cmobilecom.af.model.behavior.VisitMenuNode
Get the MenuNode represented by this visit target
getMenuNode(boolean) - Method in class com.cmobilecom.af.model.menu.MenuNodeActionSource
Get menuNode.
getMenuNode(boolean, boolean, String...) - Method in interface com.cmobilecom.af.test.api.MenuBean
Get the menu node with the name path from root.
getMenuNode(boolean, boolean, ResourceBundle, String...) - Method in interface com.cmobilecom.af.test.api.MenuBean
Get the menu node with the name path from root.
getMenuNode(boolean, String...) - Method in interface com.cmobilecom.af.test.api.MenuBean
Get the menu node with the name path from root.
getMenuNode(String) - Method in class com.cmobilecom.af.model.property.EntityProperty
Get property menu node by its command name
getMenuNode(String...) - Method in interface com.cmobilecom.af.test.api.MenuBean
Get the menu node with the name path from root.
getMenuNode(String, boolean, boolean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Get the menuNode from header or footer menu.
getMenuNodeActionSource() - Method in interface com.cmobilecom.af.model.security.LoginForm
Get the menuNode command to execute after login.
getMenuNodeCount() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get top-level menu node count of property menu bean.
getMenuNodeDescriptor(String, boolean, boolean) - Method in class com.cmobilecom.af.model.menu.MenuViewConfig
Get the MenuNodeDescriptor for the key.
getMenuNodeFactories() - Method in class com.cmobilecom.af.model.module.ModuleNode
Get a list of menus that will be aggregated into container menu.
getMenuNodeFactory() - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Get the MenuNodeFactory of the menuNode whose action handler creates the EntityBackingBean or EntityListBackingBean that owns this EntityDataSource.
getMenuNodeFactory(MenuNode) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Get the MenuNodeFactory for the menu node.
getMenuNodeFactoryContext() - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Get the MenuNodeFactoryContext of the menuNodeFactory(if not null)
getMenuNodeKey(MenuNodeFactoryContext, Class) - Static method in class com.cmobilecom.af.model.menu.MenuNodeFactory
Get the key of menu node for the entity type in the return map of MenuNodeFactory.addTypedMenuNodes(MenuNodeFactory, MenuNode, TypeDescriptor[], ModuleScopedName).
getMenuNodesDenied() - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Get denied menu nodes that applies to both header and footer menu.
getMenuNodesSupported() - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Get supported menu nodes that applies to both header and footer menu.
getMenuNodesToHide() - Method in class com.cmobilecom.af.model.menu.MenuViewConfig
Get menu nodes to hide.
getMenuNodesToShow() - Method in class com.cmobilecom.af.model.menu.MenuViewConfig
Get menu nodes to show.
getMenuNodeUID(MenuNodeFactoryContext, Class, String) - Static method in class com.cmobilecom.af.model.menu.MenuNodeFactory
Get menu node UID (unique id within its MenuBean).
getMenuNodeUID(String) - Method in class com.cmobilecom.af.model.menu.MenuNodeFactory
Get menu node UID (unique id within its MenuBean).
getMenuNodeUID(String) - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactory
 
getMenuNodeUID(String, Class, String, String) - Static method in class com.cmobilecom.af.model.menu.MenuNodeFactory
Get menu node UID (unique id within its MenuBean).
getMenuNodeWithCommand(String) - Method in interface com.cmobilecom.af.test.api.MenuBean
Get menu node with the command.
getMenuNodeWithCommand(String, boolean) - Method in interface com.cmobilecom.af.test.api.MenuBean
Get menu node with the command.
getMenuNodeWithPath(String) - Method in class com.cmobilecom.af.model.menu.MenuNode
Get the menu node with the path.
getMenuStyle() - Method in class com.cmobilecom.af.model.container.MenuSubTreeInfo
Get the menuStyle in case that the sub menu is shown separately as a MenuBean.
getMenuStyle() - Method in class com.cmobilecom.af.model.menu.MenuViewConfig
Get menuStyle
getMenuSubTreeInfo() - Method in class com.cmobilecom.af.model.menu.TypeDescriptor
Get the MenuSubTreeInfo that is used to create sub menu.
getMenuSubTreeInfo() - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactory
Get the MenuSubTreeInfo that describes the subtree of entity type menu node.
getMergedEntityAttrs(Hierarchy, PersistenceEntityManager) - Static method in class com.cmobilecom.af.model.bean.UserDefinedPropertyBuilder
Get the list of EntityAttr(s) that the hierarchy and ancestor hierarchies define.
getMessage() - Method in class com.cmobilecom.af.model.bean.BackingBeanMessage
Get message
getMessage() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get property message for current row
getMessage() - Method in class com.cmobilecom.af.model.property.Help
Get the help message to show for static.
getMessage() - Method in class com.cmobilecom.af.model.security.PasswordPolicy
Get help message for this password policy.
getMessage() - Method in exception com.cmobilecom.af.model.system.AccessDeniedException
 
getMessage() - Method in interface com.cmobilecom.af.test.api.EntityProperty
Get property message.
getMessage() - Method in interface com.cmobilecom.af.test.api.Tooltip
Get help message.
getMessage() - Method in exception com.cmobilecom.af.util.ExecException
 
getMessage(BackingBean.MessageLocation) - Method in class com.cmobilecom.af.model.bean.BackingBean
Get the message at the location.
getMessage(BackingBean.MessageLocation) - Method in class com.cmobilecom.af.model.bean.ViewConfig
Get the message at the location.
getMessage(ResourceBundle) - Method in exception com.cmobilecom.af.model.bean.BackingBeanException
Format the parameters before constructing the message.
getMessage(ResourceBundle) - Method in exception com.cmobilecom.af.util.ExecException
Get the message for display using the resource bundle
getMessageCount() - Method in interface com.cmobilecom.af.test.api.MessagePanel
Get the number of message items.
getMessageId() - Method in exception com.cmobilecom.af.entity.system.SystemRuntimeException
Get message id.
getMessageId() - Method in exception com.cmobilecom.af.util.ExecException
Get message id.
getMessageId() - Method in class com.cmobilecom.af.util.ParameterizedMessage
Get message id.
getMessageItem(int) - Method in interface com.cmobilecom.af.test.api.MessagePanel
Get the message item at the index.
getMessageItems() - Method in interface com.cmobilecom.af.test.api.MessagePanel
Get all message items.
getMessagePanel() - Method in interface com.cmobilecom.af.test.api.ContainerBean
Get message panel.
getMillisToAdvance() - Method in class com.cmobilecom.af.test.api.TestClock
Get the number of milliseconds to advance from real clock.
getMimeType(String) - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Get MIME type for file name extension.
getMinFractionDigits() - Method in class com.cmobilecom.af.model.property.NumberDescriptor
Get minimum number of fraction digits
getMinHeight() - Method in class com.cmobilecom.af.model.view.DialogView
Get dialog minimum height in pixels.
getMinLength() - Method in class com.cmobilecom.af.model.bean.PropertyDescriptor
Get minimum length.
getMinLength() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get the minimum length if property type is String.
getMinLength() - Method in class com.cmobilecom.af.model.security.PasswordPolicy
Get minimum length of password.
getMinQueryLength() - Method in class com.cmobilecom.af.model.property.RenderStyle
Get autoComplete minimum query length.
getMinValue() - Method in class com.cmobilecom.af.entity.form.Question
Get range min value for Question.AnswerType.SELECT_ONE_RANGE
getMinValue() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get the minimum value if property type is Number.
getMinWidth() - Method in class com.cmobilecom.af.model.view.DialogView
Get dialog minimum width in pixels.
getModule() - Method in class com.cmobilecom.af.entity.bus.MonthClose
Get the module with which this MonthClose is associated.
getModule() - Method in class com.cmobilecom.af.entity.DataType
Get the module to which the type belongs
getModule() - Method in interface com.cmobilecom.af.entity.persistence.EntityImportDataSource
Get the module that imports entities from this dataSource
getModule() - Method in interface com.cmobilecom.af.entity.system.ModuleAwareEntity
Get module.
getModule() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean.HelpPathInfo
Get module name
getModule() - Method in class com.cmobilecom.af.model.entimport.FileDataSource
Get the module that manages this dataSource
getModule() - Method in class com.cmobilecom.af.model.entimport.FileUploadDataSource
Get the module that manages this dataSource
getModule() - Method in class com.cmobilecom.af.model.entimport.FileUploadEntityImport
Get the module that handles entity import.
getModule() - Method in class com.cmobilecom.af.model.module.ModuleMenuNodeFactory
Get the module to which the factory is referring
getModule() - Method in class com.cmobilecom.af.model.module.ModuleNode
Get the module associated with this module node.
getModule() - Method in class com.cmobilecom.af.model.module.ModuleScopedName
Get the module that can be null.
getModule() - Method in class com.cmobilecom.af.model.system.ModuleAccessControl
Get module name
getModule() - Method in class com.cmobilecom.af.test.api.IdRuleEntityType
Get module name.
getModule() - Method in class com.cmobilecom.af.test.api.InstanceTypeTest.GotoExec
Get the module name of the moduleTest
getModule() - Method in class com.cmobilecom.af.web.module.WebResource
Get module name.
getModule(String) - Method in interface com.cmobilecom.af.entity.security.Permission
Get the module of this permission.
getModule(String) - Method in class com.cmobilecom.af.model.module.ModuleScopedName
Get the module.
getModule(String) - Method in class com.cmobilecom.af.model.system.SystemConfig
Get module by name
getModuleAccessControls() - Method in class com.cmobilecom.af.model.system.AccessControlAccessor
Get the access controls for all the modules.
getModuleAwareEntityTypeDescriptor(MenuViewConfig, Class<T>, String, List<V>, TypedMenuNodeFactoryContext<T>) - Method in class com.cmobilecom.af.model.module.ModuleMenuNodeFactory
Create the TypeDescriptor for the entity type.
getModuleMap(boolean, boolean) - Method in class com.cmobilecom.af.model.module.InstanceType
Get all the modules referenced by this instanceType.
getModuleName() - Method in class com.cmobilecom.af.model.entimport.EntityImportBean
Get the module that manages the entity imports.
getModuleName() - Method in class com.cmobilecom.af.model.entimport.SystemEntityImportBean
Get the module that manages the entity imports.
getModuleName() - Method in class com.cmobilecom.af.model.module.ModuleMenuNodeFactory
Get the name of the module to which the moduleNode is referring
getModuleName() - Method in class com.cmobilecom.af.model.module.ModuleNode
Get the name of the module referenced by this node.
getModuleName() - Method in class com.cmobilecom.af.test.api.ModuleTest
Get module name.
getModuleNode() - Method in class com.cmobilecom.af.model.menu.MenuNode
Get the module node for this menu node if this menu node belongs to a module menu.
getModuleNode() - Method in class com.cmobilecom.af.model.module.ModuleMenuNodeFactory
Get the ModuleNode to which this factory is referring
getModuleNodeNames(boolean, String) - Method in class com.cmobilecom.af.model.module.InstanceType
Get module node names
getModuleNodes(boolean, String, List<String>, boolean) - Method in class com.cmobilecom.af.model.module.InstanceType
Get module nodes as a list, in the traversal order: root-first, then children from left to right.
getModules() - Method in interface com.cmobilecom.af.entity.system.UserOptions
Get the modules to show in manage center.
getModules() - Method in class com.cmobilecom.af.model.system.SystemConfig
Get all loaded modules
getModuleTest(Class<T>) - Method in class com.cmobilecom.af.test.api.InstanceTest
Get the module test instance of the class.
getModuleTests() - Method in class com.cmobilecom.af.test.api.InstanceTest
Get the list of modules to test.
getModuleViewPermission() - Method in class com.cmobilecom.af.model.module.AbstractModule
Default module view permission: [moduleName].ModuleView
getModuleViewPermission() - Method in interface com.cmobilecom.af.model.module.Module
Get the permission to view the module.
getMonetaryFactionDigits() - Method in class com.cmobilecom.af.entity.bus.CalcContext
Get the number of fraction digits for the currency.
getMonetaryMinValue() - Method in class com.cmobilecom.af.entity.bus.CalcContext
Get the minimum value for the currency.
getMonetaryMinValue(String) - Static method in class com.cmobilecom.af.util.NumberUtil
Get monetary minimum value of the currency code.
getMonth() - Method in class com.cmobilecom.af.entity.bus.MonthClose
Get the month number counting from the yearStartDate of BusinessOptions.
getMonthCloseReportMessages(T, DialogBean) - Method in class com.cmobilecom.af.model.bus.MonthCloseBean
Get monthClose report messages Subclass need to override this method to provide content that is a list of messages.
getMonthCloseType() - Method in class com.cmobilecom.af.model.bus.MonthCloseAwareBean
Get month close type.
getMonthDatePeriod(LocalDate, LocalDate, boolean, boolean) - Static method in class com.cmobilecom.af.entity.report.DatePeriod
Get the month date period that contains the specified date.
getMonthDatePeriod(LocalDate, LocalDateTime, boolean, boolean) - Static method in class com.cmobilecom.af.entity.report.DatePeriod
Get the month date period that contains the specified date.
getMultiTenant() - Method in class com.cmobilecom.af.model.module.InstanceType
Get the MultiTenant configuration.
getMultiTenant(boolean) - Method in class com.cmobilecom.af.model.module.InstanceType
Get the MultiTenant configuration.
getMultitenantPropertyVisibleName() - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactoryContext
Get the visible name of entity multitenant discriminator property PersistenceEntityBase.getInstance().
getMy() - Method in class com.cmobilecom.af.model.view.Overlay
Get the widget position to align with the trigger element
getMy() - Method in class com.cmobilecom.af.model.view.PopupView
Get the menu position to align with a target element
getName() - Method in interface com.cmobilecom.af.entity.attr.EntityAttr
Get attribute name.
getName() - Method in class com.cmobilecom.af.entity.attr.EntityAttrBase
 
getName() - Method in interface com.cmobilecom.af.entity.attr.EntityAttrOption
Get option display name for the option value.
getName() - Method in class com.cmobilecom.af.entity.attr.EntityAttrOptionBase
 
getName() - Method in class com.cmobilecom.af.entity.DataType
Get type name.
getName() - Method in interface com.cmobilecom.af.entity.form.Form
Get form name.
getName() - Method in class com.cmobilecom.af.entity.form.Option
Get option name that is visible.
getName() - Method in interface com.cmobilecom.af.entity.FormDesign
Get form design name
getName() - Method in interface com.cmobilecom.af.entity.Hierarchy
Get hierarchy name
getName() - Method in interface com.cmobilecom.af.entity.Lob
Get name
getName() - Method in class com.cmobilecom.af.entity.LobBase
 
getName() - Method in interface com.cmobilecom.af.entity.persistence.EntityImportDataSource
Get dataSource name for display
getName() - Method in interface com.cmobilecom.af.entity.security.AccessToken
Get token name
getName() - Method in interface com.cmobilecom.af.entity.security.Permission
Get permission name
getName() - Method in interface com.cmobilecom.af.entity.security.Role
Get the role name
getName() - Method in interface com.cmobilecom.af.entity.security.User
Get the name of this user.
getName() - Method in class com.cmobilecom.af.entity.SimpleHierarchyEntity
 
getName() - Method in interface com.cmobilecom.af.entity.system.Instance
Get subsystem name
getName() - Method in interface com.cmobilecom.af.entity.system.Page
Get page name.
getName() - Method in class com.cmobilecom.af.model.bean.BackingBean
Get backing bean name
getName() - Method in class com.cmobilecom.af.model.bean.ColumnHeaders.Node
Get node name.
getName() - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig.PropertyGroup
Get the group name
getName() - Method in class com.cmobilecom.af.model.chart.ChartSeries
Get series name
getName() - Method in class com.cmobilecom.af.model.container.ContainerBean
Get the name of this ContainerBean.
getName() - Method in class com.cmobilecom.af.model.container.Redirect.ParamOp
Get parameter name.
getName() - Method in class com.cmobilecom.af.model.dialog.DialogBean
name: dialogBean
getName() - Method in class com.cmobilecom.af.model.entimport.EntityFileDataSource
 
getName() - Method in class com.cmobilecom.af.model.entimport.FileDataSource
 
getName() - Method in class com.cmobilecom.af.model.entimport.FileUploadDataSource
 
getName() - Method in class com.cmobilecom.af.model.entimport.SystemEntityImportBean.DataSourceEntry
Get name
getName() - Method in class com.cmobilecom.af.model.mail.SendMail
Get thread name
getName() - Method in class com.cmobilecom.af.model.menu.MenuNode
Get menuNode name.
getName() - Method in class com.cmobilecom.af.model.menu.MenuViewConfig.MenuNodeDescriptor
Get menu node name.
getName() - Method in class com.cmobilecom.af.model.module.InstanceType
Get instanceType name
getName() - Method in interface com.cmobilecom.af.model.module.Module
Get module name that must be unique.
getName() - Method in class com.cmobilecom.af.model.module.ModuleNode
Get module node name.
getName() - Method in class com.cmobilecom.af.model.module.ModuleNode.MenuNodeFactory
Get factory name
getName() - Method in class com.cmobilecom.af.model.module.ModuleScopedName
Get name
getName() - Method in class com.cmobilecom.af.model.property.ChoiceType
Get the name of this ChoiceType.
getName() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get property name that is relative to its parent or entity(if there is no parent), not the path to the root.
getName() - Method in class com.cmobilecom.af.model.property.HierarchyAccessor.HierarchyNode
Get hierarchy entity name.
getName() - Method in class com.cmobilecom.af.model.property.NameValuePair
Get the name of this NameValuePair
getName() - Method in interface com.cmobilecom.af.model.property.UploadedFile
Get the name that is set by web browser.
getName() - Method in interface com.cmobilecom.af.session.criteria.CriteriaHint
Get hint name
getName() - Method in interface com.cmobilecom.af.session.criteria.CriteriaNativeFunction
Get function name
getName() - Method in interface com.cmobilecom.af.test.api.EntityProperty
Get property name.
getName() - Method in class com.cmobilecom.af.test.api.InstanceTypeTest.UserProfile
Get name.
getName() - Method in class com.cmobilecom.af.test.api.NamedIdentifier
Get identifier name that must be unique in the same type.
getName() - Method in class com.cmobilecom.af.util.db.Dialect
Get dialect name
getName() - Method in interface com.cmobilecom.af.util.expr.Function
Function name
getName() - Method in class com.cmobilecom.af.util.I18NName
Get name.
getName() - Method in class com.cmobilecom.af.util.PropertyDescriptor
Get property name
getName() - Method in class com.cmobilecom.af.web.module.WebResource
Get resource name such as path/abc.js
getNamePath() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get name path relative to the root entity relative to its backingBean.
getNamePath(PersistenceDataBackingBean) - Method in class com.cmobilecom.af.model.property.EntityProperty
Get the name path to the backingBean that is the backingBean of this property or an ancestor enclosing bean.
getNamePathAsString(int, String) - Method in class com.cmobilecom.af.model.menu.MenuNode
Get the name path from this node to its ancestor of the specified depth for example, A > B > C(this node).
getNameValuePairs(ChoiceType) - Method in class com.cmobilecom.af.model.property.SelectItemListProvider
Get the array of NameValuePairs that is used to create the select items for the choiceType.
getNameValuePairs(Class<? extends Enum>) - Static method in class com.cmobilecom.af.model.property.SelectItemListProvider
Get the default NameValuePairs for an enum type.
getNaming(Class) - Method in class com.cmobilecom.af.model.module.InstanceType
Get the naming for the entity type.
getNavigateToEntityPartialBehaviorSupport() - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Get the PartialBehaviorSupport for navigating to entity view.
getNavigateToEntityViewConfig(boolean) - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Get the EntityViewConfig to show/edit an entity of the entity list.
getNavigationCommandVisibleName() - Method in class com.cmobilecom.af.model.nav.BeanFlowNavigation
Get the navigation(next/back) command visible name for display.
getNestedViewConfig(boolean, Class<T>) - Method in class com.cmobilecom.af.model.menu.MenuNode
Get the nested viewConfig for its command or input data bean from the ViewConfig of its MenuBean.
getNestedViewConfig(String) - Method in class com.cmobilecom.af.model.bean.ViewConfig
Get nested viewConfig with the name.
getNestedViewConfig(String, boolean, ViewType) - Method in class com.cmobilecom.af.model.bean.ViewConfig
Get nested viewConfig with the name.
getNewValue() - Method in class com.cmobilecom.af.model.module.event.ValueChangeEvent
Get the new value after the change.
getNextAvailableChildHierarchyId() - Method in class com.cmobilecom.af.model.property.HierarchyAccessor.HierarchyNode
Get the next available child hierarchy id.
getNextAvailableChildHierarchyId(String) - Method in class com.cmobilecom.af.model.property.HierarchyAccessor
Get the next available child hierarchy id.
getNextAvailableSiblingHierarchyId(String) - Method in class com.cmobilecom.af.model.property.HierarchyAccessor
Get the next available sibling hierarchy id.
getNextDayOf(Date, Calendar) - Static method in class com.cmobilecom.af.util.DateUtil
Get the next day of the date by adding one day.
getNextDayOf(Date, Locale, TimeZone) - Static method in class com.cmobilecom.af.util.DateUtil
Get the next day of the date by adding one day.
getNextEntityId() - Method in class com.cmobilecom.af.test.api.InstanceTest.IdRule
Get next entity id.
getNextEntityId(InstanceTest.IdRule) - Method in interface com.cmobilecom.af.test.api.InstanceTest.BarcodeGenerator
Get the next entity id for the IdRule.
getNextMonthDatePeriod(LocalDate, boolean) - Static method in class com.cmobilecom.af.entity.report.DatePeriod
Get next month date period.
getNextPageStartEntities() - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Get the entities that will be shown on the next page for variable page size support.
getNextSerialNumber() - Method in interface com.cmobilecom.af.entity.persistence.IdRule
Get next serial number that is used to resolve #{sn:N} when generating next id
getNextSerialNumber() - Method in class com.cmobilecom.af.test.api.InstanceTest.IdRule
Get the next sequence number that is used to generate next entity id.
getNextUsername() - Static method in class com.cmobilecom.af.test.api.Configurations
Get the next username for user registration.
getNextUsername(String, boolean) - Static method in class com.cmobilecom.af.test.api.Configurations
Get the next username for user registration.
getNextUserNo() - Static method in class com.cmobilecom.af.test.api.Configurations
Get the next available user number for registration.
getNid() - Method in interface com.cmobilecom.af.entity.NormativeId
Get normative id
getNodesAtDepth(Integer) - Method in class com.cmobilecom.af.model.bean.ColumnHeaders
Get all the nodes at the depth.
getNotNull() - Method in class com.cmobilecom.af.model.query.CheckNotNullProperty
Get notNull value.
getNullAsDeleteProperties() - Method in class com.cmobilecom.af.model.property.EntityFormBeanProperty
If the value of this property is a collection of member entities, and if the values of the specified properties of a formBean entity are null, then the entity is regarded as blank and can be deleted.
getNumber() - Method in class com.cmobilecom.af.entity.form.Question
Get question number that is used by answer.
getNumberDescriptor() - Method in class com.cmobilecom.af.model.property.RenderStyle
Get number descriptor for numeric properties, including fraction digits.
getNumberFormat(int) - Method in interface com.cmobilecom.af.test.api.Component
Get number format based on effective locale.
getNumberFormat(NumberDescriptor, String, boolean) - Method in class com.cmobilecom.af.model.bean.DataConverter
Get the NumberFormat for the NumberDescriptor in the currency code(null for non-currency).
getNumberFormat(Locale, int, int) - Static method in class com.cmobilecom.af.test.api.Util
Get the NumberFormat for numbers.
getNumberOfCodesSent() - Method in class com.cmobilecom.af.model.security.AuthResult
Get the number of verification codes that have been sent.
getNumberOfCodesTried() - Method in class com.cmobilecom.af.model.security.AuthResult
Get the number of codes tried by user (input in the verification code field).
getNumberOfPasswordsTried() - Method in class com.cmobilecom.af.model.security.AuthResult
Get the number of passwords that have been tried by user.
getNumbersWithLineBreaker(List<BigDecimal>, NumberFormat, List<String>) - Static method in class com.cmobilecom.af.model.bean.DataConverter
Get numbers as string, one number with label per line with line break.
getOldValue() - Method in class com.cmobilecom.af.model.module.event.ValueChangeEvent
Get the old value before the change.
getOneEntity() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
 
getOneEntity() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
 
getOneEntity() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Get one entity.
getOnFormSubmitJS() - Method in class com.cmobilecom.af.model.bean.BackingBean
Get the javascript that will be called before submitting the form.
getOnHide() - Method in class com.cmobilecom.af.model.view.DialogView
Get the javascript callback when dialog is hidden.
getOnHide() - Method in class com.cmobilecom.af.model.view.PopupView
Get the javascript callback when popup is hidden.
getOnShow() - Method in class com.cmobilecom.af.model.view.DialogView
Get the javascript callback when dialog is shown.
getOnShow() - Method in class com.cmobilecom.af.model.view.PopupView
Get the javascript callback when popup is shown.
getOnTabChange() - Method in class com.cmobilecom.af.model.view.TabViewBase
Get the callback (client javascript) when active tab index changes
getOnTabShow() - Method in class com.cmobilecom.af.model.view.TabViewBase
Get the callback (client javascript) when a tab shows
getOpenDialog() - Method in class com.cmobilecom.af.model.behavior.PartialBehavior.ContainerRenderRegions
Whether to open dialog to show the actionHandler results? It is different from RenderStyle.isOpenInputDialog() which opens dialog for menuNode inputData, not actionHandler result.
getOpenInputDialogMenuNode() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get the menu node that is clicked to open input dialog.
getOpenQueryCommandIcon() - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactoryContext.QueryCommandInfo
Get the icon of the command OpenQueryForm.
getOpenQueryCommandVisibleName() - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactoryContext.QueryCommandInfo
Get the visible name of the command OpenQueryForm.
getOperatingSystem() - Method in interface com.cmobilecom.af.entity.security.UserClient
Get client operating system.
getOptions() - Method in interface com.cmobilecom.af.entity.attr.EntityAttr
Get a list of options as the select items of attribute value
getOptions() - Method in class com.cmobilecom.af.entity.attr.EntityAttrBase
 
getOptions() - Method in class com.cmobilecom.af.entity.form.Question
getOrder(CriteriaBuilder, CommonAbstractCriteria, String, EntityJoinGraph, Map<String, Selection<?>>) - Method in interface com.cmobilecom.af.session.criteria.CriteriaOrder
Create JPA order from this CriteriaOrder.
getOrderByAscSelectItems() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get the orderBy ascending or descending select items in query view (viewType is QUERY).
getOrderByNid(CriteriaBuilder, CriteriaQuery<Q>, String, boolean, Class<T>, EntityJoinGraph) - Static method in class com.cmobilecom.af.model.query.FormQueryBuilder
Get order by NormativeId(nid).
getOrderByNid(CriteriaBuilder, CriteriaQuery<T>, String, boolean, int, EntityJoinGraph) - Static method in class com.cmobilecom.af.model.query.FormQueryBuilder
Get order by NormativeId(nid).
getOrderByProperties() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get the properties to order by in query view.
getOrderByPropertySelectItems() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get the property select items for orderBy selection in query view (viewType is QUERY).
getOrders(CriteriaBuilder, CriteriaQuery<T>, CriteriaElement[]) - Static method in class com.cmobilecom.af.session.PropertyCriteriaQueryBuilder
Get the list of query orders from the list of CriteriaElements.
getOrientation() - Method in class com.cmobilecom.af.model.chart.CartesianChart
Get chart orientation.
getOrientation() - Method in class com.cmobilecom.af.model.view.TabView
Get tab orientation: top, bottom, left or right.
getOsType() - Method in interface com.cmobilecom.af.model.util.UserAgent
Get operating system type
getOutputFormat() - Method in class com.cmobilecom.af.model.context.RenderContext
Get output format
getOutputLink() - Method in class com.cmobilecom.af.model.bean.PropertyDescriptor
Get outputLink for RenderStyle.OUTPUT_LINK.
getOutputLink() - Method in class com.cmobilecom.af.model.menu.MenuNode
Get the output link (hyperlink) for render style: RenderStyle.OUTPUT_LINK.
getOutputLink() - Method in class com.cmobilecom.af.model.menu.MenuViewConfig.MenuNodeDescriptor
Get outputLink for RenderStyle.OUTPUT_LINK.
getOutputLink(PersistenceEntity, boolean) - Method in class com.cmobilecom.af.model.container.ContainerBean
Get the bookmarkable URL to show the entity
getOutputStream() - Method in class com.cmobilecom.af.model.util.Downloader
Obtain output stream for writing binary data.
getOverlay() - Method in class com.cmobilecom.af.model.menu.MenuViewConfig
Get menu overlay position and trigger event
getOverriddenCreatePermission() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Get Create permission set in viewConfig and menuNodeFactoryContext
getOverriddenDeletePermission() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Get delete permission set in viewConfig and menuNodeFactoryContext
getOverriddenEditPermission() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Get edit permission set in viewConfig and menuNodeFactoryContext
getOverriddenPermission(AccessType) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Get the overridden permission set in viewConfig and menuNodeFactoryContext.
getOverriddenViewPermission() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Get view permission set in viewConfig and menuNodeFactoryContext
getOwner() - Method in interface com.cmobilecom.af.entity.OwnerAware
Get the entity owner.
getOwnerDataAccessUnit(Class, DataAccessUnit) - Static method in class com.cmobilecom.af.model.util.BeanUtil
Get the DataAccessUnit that owns the entities of the entity type.
getPage() - Method in class com.cmobilecom.af.model.container.ContainerBean
Get the page shown in this containerBean.
getPage(ContainerBean.DataAccessUnit, PageResource, boolean, Locale) - Static method in class com.cmobilecom.af.test.api.Configurations
Get the website home page or mange page of the instance type.
getPage(ContainerBean.DataAccessUnit, String, String, int, String, String, String, Locale) - Method in class com.cmobilecom.af.test.api.PageResource
Get the page with the page name.
getPage(ContainerBean.DataAccessUnit, String, Locale) - Method in class com.cmobilecom.af.test.api.PageResource
Get the page with the URL.
getPage(ContainerBean.DataAccessUnit, String, Locale, ResourceBundleLoader) - Method in interface com.cmobilecom.af.test.api.PageLoader
Get the page with the URL, which creates a root window.
getPageable() - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Is the entity list pageable?
getPageableEntityList() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Get the PageableEntityList of this EntityListBackingBean.
getPageableEntityList() - Method in class com.cmobilecom.af.model.nav.EntityOfEntityList
Get the pageable entity list with which this EntityOfEntityList is associated.
getPageContent() - Method in class com.cmobilecom.af.model.container.ContainerBean
Get the PageContent of this ContainerBean.
getPageContent() - Method in interface com.cmobilecom.af.test.api.ContainerBean
Get page content
getPageCount() - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Get the total number of pages.
getPageCount() - Method in interface com.cmobilecom.af.test.api.EntityListBean
Get total number of pages.
getPageEntityCount() - Method in interface com.cmobilecom.af.test.api.EntityListBean
Get entity count in current page.
getPageEntityList() - Method in class com.cmobilecom.af.model.pagination.MemoryEntityList
 
getPageEntityList() - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Get current page entity list
getPageEntityList() - Method in class com.cmobilecom.af.model.pagination.QueryCriteriaEntityList
 
getPageEntityListData() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Get current page entity list data model.
getPageHeaderMenuBean() - Method in interface com.cmobilecom.af.test.api.ContainerBean
Get page header menu bean.
getPageId() - Method in class com.cmobilecom.af.model.menu.MenuNode
Get the page Id for navigation after the action is handled
getPageId() - Method in class com.cmobilecom.af.model.PageNavigation
Get the target page for page navigation.
getPageIdAfterComplete() - Method in class com.cmobilecom.af.entity.ActionDescriptor
Get the pageId for navigation after the action is completed
getPageIndex(int) - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Get pageIndex for entity index
getPageInfo() - Method in class com.cmobilecom.af.model.container.ContainerBean
Get page info that contains page title, keywords and description.
getPageInfo() - Method in class com.cmobilecom.af.model.dialog.DialogBean
 
getPageListener() - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Get the PageListener that will be called when page data is loaded from persistence or page size is adjusted.
getPageLoader() - Method in class com.cmobilecom.af.test.api.PageResource
Get page loader.
getPageLoader(TestConfig) - Static method in class com.cmobilecom.af.test.api.PageResource
Get a PageLoader instance that understands the protocol of the testConfig.
getPageObjectResolver() - Method in class com.cmobilecom.af.model.container.ContainerBean
Get page embedded object resolver.
getPagePadding() - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Whether to add empty(blank) rows at the end if a page is not full? A page is not full if the number of rows in the page is less than the pageSize.
getPageParam() - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Get page number request parameter name that will be used as page number to show an entity list.
getPageResource() - Method in class com.cmobilecom.af.test.api.InstanceTest
Get the pageResource that is used to load the manageCenter of this instanceTest.
getPageResource() - Method in class com.cmobilecom.af.test.api.TestBase
Get the PageResource that is used to load pages of this test.
getPageResource(boolean) - Method in class com.cmobilecom.af.model.util.RequestHelper
Get the object holding page resources, which is associated with current request.
getPageSize() - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Get the page size that is number of rows per page.
getPageSize() - Method in class com.cmobilecom.af.model.container.ContainerBean
Get the page size (rows per page) for this ContainerBean for current user.
getPageSize() - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Get page size(number of entities)
getPageSize(ContainerBean) - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Get current page size (rows per page in entity list view) for the ContainerBean.
getPageTitle() - Method in interface com.cmobilecom.af.test.api.ContainerBean
Get page title
getPageURL(String, boolean, boolean, Locale) - Static method in class com.cmobilecom.af.test.api.Configurations
Get the page URL of site home page or mange page of the instance type.
getPageURL(String, String, int, String, String, String) - Static method in class com.cmobilecom.af.test.api.PageResource
Get the page with the page name.
getPaginationItemsInfo() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Get the pagination items information including items(entities) in the current page and total items.
getPaginationPageInfo() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Get pagination page info including current page number and total pages.
getPaginatorMenu() - Method in interface com.cmobilecom.af.test.api.EntityListBean
Get paginator menu bean.
getPaginatorMenuBean() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Get the paginator MenuBean that is used to paginate through pages of this pageable entity list of this EntityListBackingBean.
getPaginatorMenuViewConfig(boolean) - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Get paginator menu viewConfig.
getPanelView() - Method in class com.cmobilecom.af.model.bean.ViewConfig
Get panelView.
getPanelView(boolean) - Method in class com.cmobilecom.af.model.bean.ViewConfig
Get panelView.
getPanelVisible() - Method in class com.cmobilecom.af.model.bean.ViewConfig
Is panel visible? If visible, the PanelView instance will be used.
getParameter(int) - Method in class com.cmobilecom.af.model.module.event.RequestEvent
Get the parameter at the index.
getParameter(String) - Method in class com.cmobilecom.af.entity.ActionDescriptor
Get parameter value
getParameter(String) - Method in class com.cmobilecom.af.model.bean.ViewConfig
Get parameter value
getParameter(String) - Method in class com.cmobilecom.af.model.container.ContainerBean
Get parameter value for the name.
getParameter(String) - Method in class com.cmobilecom.af.model.entimport.SystemEntityImportBean.DataSourceEntry
Get parameter value
getParameter(String) - Method in class com.cmobilecom.af.model.menu.MenuNode
Get the value of the parameter.
getParameter(String) - Method in class com.cmobilecom.af.model.module.AbstractModule
 
getParameter(String) - Method in class com.cmobilecom.af.model.module.InstanceType
Get the parameter value configured for this instanceType.
getParameter(String) - Method in interface com.cmobilecom.af.model.module.Module
Get the parameter value configured for this module.
getParameter(String) - Method in class com.cmobilecom.af.model.module.ModuleNode
Get the parameter value configured for this module node.
getParameter(String) - Method in class com.cmobilecom.af.model.module.MultiTenant.SharedEntityType
Get parameter value
getParameter(String) - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Get the value of the parameter with the key.
getParameter(String) - Method in class com.cmobilecom.af.model.system.SystemConfig
Get parameter value.
getParameter(String, boolean) - Method in class com.cmobilecom.af.model.module.InstanceType
Get the parameter value configured for this instanceType, and optionally return the parameter value of SystemConfig if the parameter value is not defined in this InstanceType.
getParameter(String, boolean) - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Get the value of the parameter with the key.
getParameter(String, Object) - Method in class com.cmobilecom.af.entity.ActionDescriptor
Get parameter value
getParameterAsBoolean(String) - Method in class com.cmobilecom.af.model.bean.ViewConfig
Get parameter value as boolean.
getParameterBoolean(String) - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Get the value(Boolean) of the parameter with the key.
getParameterBoolean(String, boolean) - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Get the value(Boolean) of the parameter with the key.
getParameterBoolean(String, Boolean) - Method in class com.cmobilecom.af.entity.ActionDescriptor
Get parameter value as Boolean
getParameterInteger(String) - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Get the value(Integer) of the parameter with the key.
getParameterizedMessage() - Method in exception com.cmobilecom.af.entity.system.SystemException
Get the ParameterizedMessage.
getParameterizedMessage() - Method in exception com.cmobilecom.af.entity.system.SystemRuntimeException
Get error message as a ParameterizedMessage that can be displayed using message bundle.
getParameterizedMessage() - Method in exception com.cmobilecom.af.model.system.AccessDeniedException
 
getParameterNames() - Method in class com.cmobilecom.af.model.util.RequestHelper
Get all parameter names.
getParameters() - Method in class com.cmobilecom.af.entity.ActionDescriptor
Get parameter map
getParameters() - Method in class com.cmobilecom.af.model.bean.Component
Get the Parameters entity that can be inherited.
getParameters() - Method in class com.cmobilecom.af.model.module.event.RequestEvent
Get the parameters that are equivalent to method parameters.
getParameters() - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Get parameter map that can be null.
getParameters() - Method in class com.cmobilecom.af.model.PageNavigation
Get the parameters that will be added to logout redirect URL
getParameters() - Method in class com.cmobilecom.af.test.api.InstanceTest
Get the Parameters to set for this instance test.
getParameters() - Method in class com.cmobilecom.af.test.api.InstanceTypeTest
Get the Parameters to set for the associated instanceType DataAccessUnit.
getParameters(BackingBeanContext, DataAccessUnit) - Static method in class com.cmobilecom.af.model.bean.Component
Get the Parameters entity that can be inherited.
getParameterValue(String) - Method in class com.cmobilecom.af.model.util.RequestHelper
Get parameter value.
getParameterValue(String, Class<T>, boolean, boolean) - Method in class com.cmobilecom.af.model.util.RequestHelper
Get request parameter value from the combined map (request parameters and the additional map) or cookie.
getParamOpList() - Method in class com.cmobilecom.af.model.container.Redirect
Get the list of parameter operations that will alter the redirect URL.
getParams() - Method in exception com.cmobilecom.af.entity.system.SystemRuntimeException
Get an array of parameter values that are used to replace parameters in message.
getParams() - Method in class com.cmobilecom.af.model.behavior.PartialBehavior
Get all the parameters
getParams() - Method in class com.cmobilecom.af.model.property.RenderStyle
Get parameters
getParams() - Method in exception com.cmobilecom.af.util.ExecException
Get an array of parameter values that are used to replace parameters in message.
getParams() - Method in class com.cmobilecom.af.util.ParameterizedMessage
Get an array of parameter values that are used to replace parameters in the message.
getParamValue(String) - Method in class com.cmobilecom.af.util.db.DbDescriptor
Get parameter value
getParamValueBoolean(String, Boolean) - Method in class com.cmobilecom.af.util.db.DbDescriptor
Get parameter value.
getParamValueInteger(String, Integer) - Method in class com.cmobilecom.af.util.db.DbDescriptor
Get parameter value.
getParent() - Method in class com.cmobilecom.af.model.bean.ColumnHeaders.Node
Get parent node
getParent() - Method in class com.cmobilecom.af.model.entimport.FileDataSource
Get the parent of this FileDataSource that is a directory.
getParent() - Method in class com.cmobilecom.af.model.menu.MenuNode
Get parent menu node
getParent() - Method in class com.cmobilecom.af.model.module.ModuleNode
Get parent module node.
getParent() - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Get parent EntityDataSource if this EntityDataSource is created from a entity list backing bean.
getParent() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get parent property.
getParent() - Method in class com.cmobilecom.af.model.property.HierarchyAccessor.HierarchyNode
Get the parent HierarchyNode of this node.
getParent() - Method in class com.cmobilecom.af.model.system.AccessControlAccessor
Get parent AccessControlAccessor for chaining.
getParent() - Method in interface com.cmobilecom.af.test.api.Component
Get parent component.
getParent(String) - Method in class com.cmobilecom.af.model.property.EntityProperty
Get the parent(ancestor) EntityProperty with the name path.
getParentBean(BackingBean) - Method in class com.cmobilecom.af.model.container.PageContent
Get the parent bean that generated the specified bean.
getParentBean(BackingBean) - Method in class com.cmobilecom.af.model.container.Region
Get the parent bean that generated the specified bean.
getParentComponent() - Method in class com.cmobilecom.af.model.bean.Component
Get parent component
getParentComponent() - Method in class com.cmobilecom.af.model.menu.MenuNode
 
getParentComponent() - Method in class com.cmobilecom.af.model.property.EntityProperty
 
getParentEntity(ChildEntity) - Static method in class com.cmobilecom.af.model.util.BeanUtil
Get the parent entity of the child entity
getParentEntity(T, Map<Class, Map<String, PropertyDescriptor>>) - Static method in class com.cmobilecom.af.entity.persistence.Utility
Get parent entity of a ChildEntity.
getParentEntityPropertyName(Class) - Static method in class com.cmobilecom.af.model.util.BeanUtil
Get the property name of the ChildEntity type that refers to its parent entity.
getParentEntityType(Class<T>, Map<Class, Map<String, PropertyDescriptor>>) - Static method in class com.cmobilecom.af.entity.persistence.Utility
Get parent entity type of a ChildEntity type.
getParentHierarchy() - Method in class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean
Get parent hierarchy.
getParentHierarchyId(String) - Method in class com.cmobilecom.af.model.property.HierarchyAccessor
Get parent hierarchy id.
getParentHierarchyId(String, int[]) - Static method in class com.cmobilecom.af.model.property.HierarchyAccessor
Get parent hierarchy id based on the id rule.
getParentMenuNode() - Method in class com.cmobilecom.af.model.module.ModuleNode.ExtractMenuNode
Get the menu node path under parent module root node, under which to add the subtree menu.
getParentModuleHandlingImports(ModuleNode, Class) - Static method in class com.cmobilecom.af.model.module.ModuleMenuNodeFactory
Get the parent module(including itself) that manages the entity imports.
getParentNode() - Method in interface com.cmobilecom.af.test.api.MenuNode
Get parent menu node.
getParentPropertyDescriptor(Class<T>, Map<Class, Map<String, PropertyDescriptor>>) - Static method in class com.cmobilecom.af.entity.persistence.Utility
Get the PropertyDescriptor of a ChildEntity property that refers to its parent entity.
getParentWindow() - Method in interface com.cmobilecom.af.test.api.ContainerBean
Get the parent window.
getPart() - Method in class com.cmobilecom.af.model.behavior.VisitComponent
Get the part of the component.
getPartialBehavior() - Method in class com.cmobilecom.af.model.behavior.PartialBehaviorEvent
Get the PartialBehavior
getPartialBehavior(String, boolean) - Method in class com.cmobilecom.af.model.behavior.PartialBehaviorSupport
Get the PartialBehavior for the event.
getPartialBehavior(String, boolean) - Method in class com.cmobilecom.af.model.menu.MenuNode
Get the partial behavior for the event.
getPartialBehavior(String, boolean) - Method in class com.cmobilecom.af.model.property.EntityProperty
Get the PartialBehavior for the event.
getPartialBehaviorSupport() - Method in class com.cmobilecom.af.model.bean.PropertyDescriptor
Get the partial behavior support of the property
getPartialBehaviorSupport() - Method in interface com.cmobilecom.af.model.behavior.ClientBehaviorHolder
Get PartialBehavior support.
getPartialBehaviorSupport() - Method in class com.cmobilecom.af.model.menu.MenuNode
Get the ajax support of this menu node.
getPartialBehaviorSupport() - Method in class com.cmobilecom.af.model.menu.MenuViewConfig.MenuNodeDescriptor
Get the partialBehaviorSupport of the menu node.
getPartialBehaviorSupport() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get property partialBehaviorSupport.
getPartialBehaviorSupport(boolean) - Method in class com.cmobilecom.af.model.menu.MenuNode
Get the partial behavior support of this menu node.
getPartialBehaviorSupport(boolean) - Method in class com.cmobilecom.af.model.property.EntityProperty
Get property PartialBehaviorSupport.
getPartialDataLoading() - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
For an entity list form bean, whether to use QueryCriteriaEntityList to hold current page in memory or use MemoryEntityList to hold all pages in memory.
getPartialViewContext() - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Get partial view context for executing and updating partial view.
getPassword() - Method in interface com.cmobilecom.af.entity.security.ResetPassword
Get the new password
getPassword() - Method in interface com.cmobilecom.af.entity.security.User
Get password.
getPassword() - Method in interface com.cmobilecom.af.model.security.LoginForm
Get password (plain or encoded).
getPassword() - Method in class com.cmobilecom.af.test.api.InstanceTypeTest.UserProfile
Get password.
getPassword() - Method in class com.cmobilecom.af.util.db.DbConfig
Get the password for connecting to the schema
getPassword() - Method in class com.cmobilecom.af.util.db.DbConfig.JdbcConfig
Get the database connection password for the JDBC configuration
getPasswordMaxTries() - Method in class com.cmobilecom.af.model.security.LoginBean.LoginSecurityParams
Get maximum number of total password tries (before and after captcha)
getPasswordMaxTriesBeforeCaptcha() - Method in class com.cmobilecom.af.model.security.LoginBean.LoginSecurityParams
Get password code maximum tries before showing captcha.
getPasswordPattern() - Method in class com.cmobilecom.af.model.security.PasswordPolicy
Get password regular expression pattern for client side validation.
getPasswordPolicy(InstanceType) - Method in class com.cmobilecom.af.model.system.SystemConfig
Get the password policy of the InstanceType.
getPath() - Method in class com.cmobilecom.af.model.module.ModuleNode.ExtractMenuNode
Get the subtree root menu node path under the root of the module menu.
getPath() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get the path from root to this property.
getPath(String) - Method in class com.cmobilecom.af.model.property.HierarchyAccessor
Get the hierarchy path from the root to the hierarchy.
getPath(T) - Method in class com.cmobilecom.af.model.property.HierarchyAccessor
Get the hierarchy path from the root to the hierarchy.
getPathIdentifier() - Method in class com.cmobilecom.af.model.container.ContainerBean
Get container path identifier: path in the container/dialog tree For example: c0_c1_c1, start from root: first child, second child, third child, and so on.
getPathInfo() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean.HelpPathInfo
Get help file path under module and locale.
getPathShowStyle() - Method in class com.cmobilecom.af.model.property.RenderStyle
Get hierarchy path style.
getPathTo(Component) - Method in class com.cmobilecom.af.model.bean.Component
Get the path to the ancestor.
getPattern() - Method in class com.cmobilecom.af.model.bean.PropertyDescriptor
Get pattern if property type is String.
getPattern() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get the regular expression pattern if property type is String.
getPayUtil() - Method in interface com.cmobilecom.af.test.api.EntityBean
Get payment util for payment processing.
getPercentage() - Method in class com.cmobilecom.af.model.report.ReportQueryForm
Whether to show multiple report data of same date periods as percentage
getPercentage() - Method in class com.cmobilecom.af.util.Progress.Module
Get the percentage of this module workload over the total workload of its parent module.
getPercentNumberFormat(int) - Method in interface com.cmobilecom.af.test.api.Component
Get percent number format based on effective locale.
getPercentNumberFormat(Locale, int) - Static method in class com.cmobilecom.af.test.api.Util
Get percentage NumberFormat.
getPeriod() - Method in class com.cmobilecom.af.entity.report.DatePeriod
Get string representation of this datePeriod if any.
getPeriod() - Method in class com.cmobilecom.af.model.report.ReportQueryForm
Get the report period such as 2010-M5, 2009-Q1.
getPeriodCount() - Method in class com.cmobilecom.af.model.report.ReportQueryForm
Get period count.
getPeriodCountBetween(ReportPeriod) - Method in class com.cmobilecom.af.entity.report.ReportPeriod
Get the period count between this period and the specified period, inclusive.
getPeriodDisplayName(int, ReportPeriod.PeriodType, int, LocalDate, boolean, boolean, boolean) - Method in class com.cmobilecom.af.model.report.ReportUtil
Get the period display name, and adjust year and periodNumber if necessary.
getPeriodDisplayName(ReportPeriod, LocalDate, boolean, boolean, boolean) - Method in class com.cmobilecom.af.model.report.ReportUtil
Get the period display name, and adjust year and periodNumber if necessary.
getPeriodDisplayName(String, LocalDate, boolean, boolean, boolean) - Method in class com.cmobilecom.af.model.report.ReportUtil
Get the period display name, and adjust year and periodNumber if necessary.
getPeriodDisplayName(LocalDate, LocalDate, ReportPeriod.PeriodType, boolean, boolean) - Method in class com.cmobilecom.af.model.report.ReportUtil
Get the display name of the date period that contains the date.
getPeriodNumber() - Method in class com.cmobilecom.af.entity.report.ReportPeriod
Get period number depending on period type.
getPeriodNumber(LocalDate, LocalDate, ReportPeriod.PeriodType) - Static method in class com.cmobilecom.af.model.report.ReportUtil
Get the number of the period that contains the date.
getPeriodType() - Method in class com.cmobilecom.af.entity.report.ReportPeriod
Get period type
getPermissionName(AccessType, Class<T>) - Static method in class com.cmobilecom.af.model.util.BeanUtil
Get the standard permission name for accessing entity type.
getPermissionNames(DataType<T>, boolean, AccessType...) - Static method in class com.cmobilecom.af.model.module.AbstractModule
Create the standard permission names to access entities of the data type.
getPermissionNames(DataType<T>, String...) - Static method in class com.cmobilecom.af.model.module.AbstractModule
Create the standard permission names to access entities of the data type.
getPermissions() - Method in interface com.cmobilecom.af.entity.security.AccessItem
Get the list of permissions assigned to this accessItem for the scope.
getPermissions() - Method in interface com.cmobilecom.af.entity.security.Role
Get the list of permissions that this role owns.
getPermissions() - Method in class com.cmobilecom.af.model.system.AccessControlItem
Get the set of permissions.
getPermissions(InstanceType) - Method in class com.cmobilecom.af.model.module.AbstractModule
getPermissions(InstanceType) - Method in interface com.cmobilecom.af.model.module.Module
Get the list of permissions defined by this module.
getPermissionsDenied() - Method in class com.cmobilecom.af.model.system.AccessControlContext
Get the list of permissions denied
getPermissionSelectItems(EntityProperty, List<String>) - Static method in class com.cmobilecom.af.model.property.SelectItemListProvider
Get permission select items limited to the list of modules.
getPermissionsGranted() - Method in class com.cmobilecom.af.model.system.AccessControlContext
Get the list of permissions granted
getPersistableEntityType() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Get the persistable entity type for entity query that can be different from PersistenceDataBackingBean.getEntityType().
getPersistedEntityCount(EntityListBackingBean<T>, T) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get the number of persisted entities corresponding to the entity.
getPersistedEntityCount(T) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Get the number of persisted entities corresponding to the entity.
getPersistenceDataViewConfig() - Method in class com.cmobilecom.af.model.bean.PropertyDescriptor
 
getPersistenceEntity() - Method in class com.cmobilecom.af.model.util.RequestHelper
Get the PersistenceEntity instance by request parameter RequestHelper.REQUEST_PARAM_ENTITY and RequestHelper.REQUEST_PARAM_DATA_ACCESS_UNIT.
getPersistenceEntityByHierarchyId(Collection<T>, String) - Static method in class com.cmobilecom.af.entity.persistence.Utility
Get entity by hierarchyId
getPersistenceEntityById(Collection<T>, Long) - Static method in class com.cmobilecom.af.entity.persistence.Utility
Get entity by id
getPersistenceEntityByNid(Collection<T>, String) - Static method in class com.cmobilecom.af.entity.persistence.Utility
Get entity by nid.
getPersistenceEntityCollection(Class, List<T>, List<String>) - Static method in class com.cmobilecom.af.model.util.BeanUtil
Get a sublist of the entities with the specified id list.
getPersistenceEntityManager() - Method in class com.cmobilecom.af.model.bean.Component
Get the EntityManager for the associated DataAccessUnit.
getPersistenceEntityManager() - Method in class com.cmobilecom.af.model.security.UserEntityAccessor
Get the underlying PersistenceEntityManager.
getPersistenceEntityManager(boolean) - Method in class com.cmobilecom.af.model.bean.Component
Get the EntityManager for the associated DataAccessUnit.
getPersistenceEntityManager(boolean, QueryDescriptor.QueryHints) - Method in class com.cmobilecom.af.model.bean.Component
Get the EntityManager for the associated DataAccessUnit.
getPersistenceEntityManager(BackingBeanContext) - Method in class com.cmobilecom.af.model.menu.MenuNodeFactory
Get the entity manager for the associated DataAccessUnit.
getPersistenceEntityManager(InstanceType, String, boolean, QueryDescriptor.QueryHints) - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Get a PersistenceEntityManager (mapped to interface PersistenceEntityManager.class) by persistence unit name.
getPersistenceEntityManager(DataAccessUnit) - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Get a PersistenceEntityManager (mapped to interface PersistenceEntityManager.class) for the DataAccessUnit.
getPersistenceEntityManager(DataAccessUnit) - Method in class com.cmobilecom.af.model.module.AbstractModule
Get the entity manager for the dataAccessUnit.
getPersistenceEntityManager(DataAccessUnit, boolean) - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Get a PersistenceEntityManager (mapped to interface PersistenceEntityManager.class) for the DataAccessUnit.
getPersistenceEntityManager(DataAccessUnit, QueryDescriptor.QueryHints) - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Get a PersistenceEntityManager for the DataAccessUnit.
getPersistenceEntityManager(Class<P>, DataAccessUnit) - Method in class com.cmobilecom.af.model.module.AbstractModule
Get the entity manager for the dataAccessUnit.
getPersistenceEntityManager(Class<T>, boolean, QueryDescriptor.QueryHints) - Method in class com.cmobilecom.af.model.bean.Component
Get the EntityManager for the associated DataAccessUnit.
getPersistenceEntityManager(Class<T>, DataAccessUnit) - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Get a PersistenceEntityManager for the DataAccessUnit.
getPersistenceEntityManager(Class<T>, DataAccessUnit, boolean, QueryDescriptor.QueryHints) - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Get a PersistenceEntityManager for the DataAccessUnit.
getPersistenceEntityManagerMap() - Method in class com.cmobilecom.af.model.module.AbstractModule
 
getPersistenceEntityManagerMap() - Method in interface com.cmobilecom.af.model.module.Module
Get PersistenceEntityManager mapping.
getPersistenceUnit() - Method in class com.cmobilecom.af.model.module.InstanceType
Get the persistence unit of this InstanceType.
getPersistenceUnit() - Method in class com.cmobilecom.af.session.QueryDescriptor
Get the persistence unit name of the query.
getPersistenceUnitProperties() - Method in class com.cmobilecom.af.session.QueryDescriptor
Get the PersistenceUnit properties that will be used to create EntityManagerFactory.
getPhaseId() - Method in class com.cmobilecom.af.model.phase.ApplyValuePhaseListener
 
getPhaseId() - Method in class com.cmobilecom.af.model.phase.ExecPhaseListener
 
getPhaseId() - Method in class com.cmobilecom.af.model.phase.PhaseListener
Get the phaseId in which this listener will be called.
getPhaseId() - Method in class com.cmobilecom.af.model.phase.RenderPhaseListener
 
getPieChart() - Method in class com.cmobilecom.af.model.chart.EntityChartProperty
Get pie chart model
getPlaceholder() - Method in class com.cmobilecom.af.model.bean.PropertyDescriptor
Get the placeholder for input components.
getPlaceholder() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get the placeholder for input components.
getPlaceholderText() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get the placeholder display text for input components.
getPluralName() - Method in class com.cmobilecom.af.entity.TypeMapping.EntityTypeName
Get plural name.
getPluralName() - Method in class com.cmobilecom.af.model.module.InstanceType.Naming
Get entity plural name (not localized).
getPopupView() - Method in class com.cmobilecom.af.model.bean.ViewConfig
Get popupView.
getPopupView(boolean) - Method in class com.cmobilecom.af.model.bean.ViewConfig
Get PopupView.
getPort() - Method in class com.cmobilecom.af.util.db.DbConfig
Get database server port
getPortNumber(boolean) - Static method in class com.cmobilecom.af.test.api.Configurations
Get port number.
getPortNumber(String) - Static method in class com.cmobilecom.af.test.api.Configurations
Get port number.
getPosition() - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig.PropertyGroup
Get the position of the group in the entity property list
getPositionToAddRows(EntityListBackingBean<T>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get the position (within current page) to add rows (entities) for the command EntityListCommandHandler.COMMAND_ADD_ROWS.
getPreferredLocale(List<Locale>, boolean, boolean, boolean, RequestHelper) - Static method in class com.cmobilecom.af.model.util.LocaleUtil
Get user preferred locale from the supported locales.
getPrefix() - Method in class com.cmobilecom.af.test.api.InstanceTest.IdRule
Get prefix
getPrintEntityCountLimit() - Method in class com.cmobilecom.af.model.print.EntityBatchPrintBean
Get the quantity limit of entities to be printed
getPrintEntityType() - Method in class com.cmobilecom.af.model.print.EntityBatchPrintBean
Get the type of entities to be printed
getPrintViewContainerBean() - Method in class com.cmobilecom.af.model.container.ContainerBean
Get the containerBean that is used to show content for print view.
getPrintViewContainerBean() - Method in class com.cmobilecom.af.model.dialog.DialogBean
 
getPrintViewPageId() - Method in class com.cmobilecom.af.model.container.ContainerBean
Get the print view page Id.
getPrintViewPageId() - Method in class com.cmobilecom.af.model.dialog.DialogBean
 
getPriority() - Method in class com.cmobilecom.af.model.bean.ColumnHeaders.Node
Get the column priority for mobile column toggle.
getPriority() - Method in class com.cmobilecom.af.model.bean.PropertyDescriptor
Get the column priority for column toggle in tabular list of entities.
getPriority(int) - Method in class com.cmobilecom.af.model.bean.ColumnToggle
Get column priority
getProgress() - Method in class com.cmobilecom.af.model.property.EntityProgressProperty
Get the Progress object that holds statusMessage and completed percentage.
getProgressDescriptor(PersistenceDataBackingBean<T>, MenuNode) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get progressDescriptor of the menuNode in the backingBean.
getProgressDescriptor(PersistenceDataBackingBean<T>, MenuNode) - Method in class com.cmobilecom.af.model.entimport.EntityImportBean
 
getProgressDescriptor(MenuNode) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
 
getProgressDescriptor(MenuNode) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
 
getProgressDescriptor(MenuNode) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
If menuNode.isShowProgress() return true, return client side progress without poll.
getProgressDescriptor(MenuNode) - Method in interface com.cmobilecom.af.model.menu.MenuNodeActionHandler
Get the ProgressDescriptor for the menuNode.
getProgressDescriptor(MenuNode) - Method in class com.cmobilecom.af.model.menu.MenuNodeContextMenuBean
 
getProgressDescriptor(MenuNode) - Method in class com.cmobilecom.af.model.menu.MenuNodeFactory
 
getProgressDescriptor(MenuNode) - Method in class com.cmobilecom.af.model.property.EntityProperty
 
getProgressProperty() - Method in class com.cmobilecom.af.model.bean.BackingBean
Get progress property from progress modal dialog, which can be used to add progress and set message.
getProgressProperty() - Method in class com.cmobilecom.af.model.dialog.ProgressBean
Get progress property that is the only property in the progressBean.
getProperties() - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig.RowExpansion
Get the list of properties that will be included in row expansion.
getProperties() - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig.PropertyGroup
Get the list of member properties this group contains.
getProperties() - Method in class com.cmobilecom.af.model.query.KeywordEntityProperty
Get the list of properties to match keywords
getProperties() - Method in class com.cmobilecom.af.test.api.InstanceTypeTest
Get the map of properties that stores data passed among module tests and instance tests.
getProperties() - Method in class com.cmobilecom.af.test.api.ModuleTest
Get the map of values passed to this module test or collected from this module test.
getPropertiesToHide() - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Get the properties to hide.
getPropertiesToShow() - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Get the list of properties to show.
getPropertiesToShowSelectItems(PersistenceDataBackingBean<Response>) - Method in class com.cmobilecom.af.model.form.ResponseBean
 
getPropertiesToShowSelectItems(PersistenceDataBackingBean<T>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get the property select items from which to select properties to show in the backing bean.
getPropertiesToShowSelectItems(Class<T>, PersistenceDataViewConfig, ContainerBean) - Static method in class com.cmobilecom.af.model.formdesign.FormDesignBean
Get the list of property selectItems from the property annotations of the entity type.
getProperty() - Method in interface com.cmobilecom.af.entity.i18n.EntityI18N
Get the property for which this EntityI18N is created.
getProperty() - Method in class com.cmobilecom.af.entity.i18n.EntityI18NBase
 
getProperty() - Method in class com.cmobilecom.af.model.bean.ColumnHeaders.Node
Get the property that this node is associated with.
getProperty() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean.OrderByProperty
Get orderBy property that can a name path such as a.b.c
getProperty() - Method in class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean.Reference
Get the name of the property that references to associated Hierarchy type
getProperty() - Method in class com.cmobilecom.af.model.bean.PropertyDescriptor
Get the property which this PropertyDescriptor describes.
getProperty() - Method in exception com.cmobilecom.af.model.system.AccessDeniedException
Get the name of the property for access denied
getProperty() - Method in class com.cmobilecom.af.model.system.Quota
Get the property name for which this Quota is
getProperty() - Method in interface com.cmobilecom.af.session.criteria.CriteriaPath
Get property name path
getProperty(String, boolean) - Static method in class com.cmobilecom.af.test.api.Configurations
Get the property value defined in test.properties loaded from classpath, which can be overridden by JVM system property (if any).
getProperty(String, String) - Static method in class com.cmobilecom.af.test.api.Configurations
Get the property value defined in test.properties loaded from classpath, which can be overridden by JVM system property (if any).
getPropertyAccessControl(AccessType, ModeType, Class, String) - Method in class com.cmobilecom.af.model.system.TypeAccessControl
Get the accessControl for the property.
getPropertyBoolean(String, boolean) - Static method in class com.cmobilecom.af.test.api.Configurations
Get the property value as Boolean defined in test.properties loaded from classpath, which can be overridden by JVM system property (if any).
getPropertyCurrentEntitiesOnPath() - Method in class com.cmobilecom.af.model.menu.MenuNodeActionSource
Get the list of current entities of EnityListBackingBean entityProperties on the path from the menuNode to root.
getPropertyCurrentEntitiesOnPathTo(Component, Component) - Static method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Get all the current entities of the EntityListBackingBean EntityProperty(s) on the path from the component to ancestor.
getPropertyDescriptor(Class, String, Map<Class, Map<String, PropertyDescriptor>>) - Static method in class com.cmobilecom.af.util.ClassUtil
Get property descriptor of the property using Bean Introspector.
getPropertyDescriptor(String, boolean, boolean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Get property descriptor for the property
getPropertyDescriptors() - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Get all the PropertyDescriptors.
getPropertyDescriptors(Class, Map<Class, Map<String, PropertyDescriptor>>) - Static method in class com.cmobilecom.af.util.ClassUtil
Get property descriptors of the class using Bean Introspector.
getPropertyDisplayName(String) - Static method in class com.cmobilecom.af.model.util.BeanUtil
Get property display name using default resource bundle of current locale.
getPropertyDisplayName(String, ResourceBundle) - Static method in class com.cmobilecom.af.model.util.BeanUtil
Get property display name using the resource bundle.
getPropertyDynamicValue(PersistenceDataBackingBean<Form>, Form, EntityProperty<Form>) - Method in class com.cmobilecom.af.model.form.FormBean
 
getPropertyDynamicValue(PersistenceDataBackingBean<Response>, Response, EntityProperty<Response>) - Method in class com.cmobilecom.af.model.form.ResponseBean
 
getPropertyDynamicValue(PersistenceDataBackingBean<T>, T, EntityProperty<T>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get dynamic value of the property.
getPropertyDynamicValue(PersistenceDataBackingBean<T>, T, EntityProperty<T>) - Method in class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean
 
getPropertyDynamicValue(PersistenceDataBackingBean<T>, T, EntityProperty<T>) - Method in class com.cmobilecom.af.model.bus.MonthCloseBean
 
getPropertyDynamicValue(PersistenceDataBackingBean<T>, T, EntityProperty<T>) - Method in class com.cmobilecom.af.model.lob.LobBean
 
getPropertyEntityType(String) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Get the entityType of property or memberType if the property type is Collection.
getPropertyGroups() - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Get property grouping.
getPropertyMenu() - Method in interface com.cmobilecom.af.test.api.EntityProperty
Get property menu that is shown after property value(can be empty).
getPropertyName() - Method in interface com.cmobilecom.af.session.criteria.CriteriaPropertyEqual
Get property name path such a.b.c
getPropertyName() - Method in class com.cmobilecom.af.session.StatisticsProperty
Get the property name for statistics using aggregation function.
getPropertyName(String) - Static method in class com.cmobilecom.af.util.ClassUtil
Get property name from getter or setter method name.
getPropertyNamePath() - Method in class com.cmobilecom.af.model.property.EntityHierarchyPropertyInfo
Set property name path such as a.b.c.
getPropertyNamePath(String, String) - Static method in class com.cmobilecom.af.session.PropertyCriteriaQueryBuilder
Concatenate the parent path and property name.
getPropertyNames(List<String>, List<StatisticsProperty>, boolean) - Static method in class com.cmobilecom.af.model.query.FormQueryBuilder
Get the list of property names for grouping query projection.
getPropertyOrDefaultDescriptor(String, boolean, boolean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Get property descriptor for the property.
getPropertyPartialBehaviorSupport(PersistenceDataBackingBean<T>, T, EntityProperty<T>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get property PartialBehaviorSupport (dynamic).
getPropertyPath(CommonAbstractCriteria, Path, String) - Static method in class com.cmobilecom.af.session.PropertyCriteriaQueryBuilder
Get property path that can be used in building a Criteria, creating inner joins for non-leaf properties on the path if they do not exist.
getPropertyPath(CommonAbstractCriteria, Path, String, EntityJoinGraph) - Static method in class com.cmobilecom.af.session.PropertyCriteriaQueryBuilder
Get property path that can be used in building a Criteria, creating joins for non-leaf properties on the path if they do not exist.
getPropertyPath(CriteriaQuery<T>, EntityProperty<E>, EntityJoinGraph<E>) - Static method in class com.cmobilecom.af.model.query.FormQueryBuilder
Get the property path that can be used in building a CriteriaQuery.
getPropertyPathArgument(String) - Method in interface com.cmobilecom.af.session.criteria.CriteriaFunction
Get the first path argument with the property name.
getPropertyQuantityQuota(Class<T>, String) - Method in class com.cmobilecom.af.model.system.QuotaAccessor
Get the maximum collection size for the property whose value is a collection.
getPropertyQueryElement(String) - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactory
Get the CriteriaFunction that is associated with the property
getPropertyQueryElement(String) - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Get propertyQueryElement for the propertyName through various connected data and chains of entityDataSource: TypedMenuNodeFactory EntityInitializer EntityListCreateEntity EntityListToEntity queryFormBean
getPropertyQueryElement(List<CriteriaElement>, String) - Static method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactory
Get the CriteriaFunction that is associated with the property
getPropertyQueryElements() - Method in class com.cmobilecom.af.model.bean.EntityPropertyInitializer
Get propertyQueryElements used to initialize property values of target entity.
getPropertyQueryElements() - Method in class com.cmobilecom.af.model.menu.TypeDescriptor
Get the CriteriaElement(s) that is used to initialize entity for create/query and to build query criteria for retrieving entities from persistence.
getPropertyQueryElements() - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactory
Get the PropertyQueryElements that will be used to initialize an entity for creation and query.
getPropertyQueryElements() - Method in class com.cmobilecom.af.session.PropertyCriteriaQueryBuilder
Get the list of CriteriaElement(s) that is used to build CriteriaQuery
getPropertyRequiredType(String) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Get property required type which is specified in its PropertyDescriptor (if any).
getPropertySelectItems(EntityProperty<Question>) - Method in class com.cmobilecom.af.model.form.QuestionBean
 
getPropertySelectItems(EntityProperty<SystemEntityImport>) - Method in class com.cmobilecom.af.model.entimport.SystemEntityImportBean
 
getPropertySelectItems(EntityProperty<T>) - Method in class com.cmobilecom.af.model.attr.EntityAttrBean
 
getPropertySelectItems(EntityProperty<T>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get the select items for the property if it is rendered as selection(one or many).
getPropertySelectItems(EntityProperty<T>) - Method in class com.cmobilecom.af.model.bean.EntityI18NBean
 
getPropertySelectItems(EntityProperty<T>) - Method in class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean
 
getPropertySelectItems(EntityProperty<T>) - Method in class com.cmobilecom.af.model.entimport.EntityImportBean
 
getPropertySelectItems(EntityProperty<T>) - Method in class com.cmobilecom.af.model.formdesign.FormDesignBean
 
getPropertySelectItems(EntityProperty<T>) - Method in class com.cmobilecom.af.model.print.EntityBatchPrintBean
 
getPropertySelectItems(EntityProperty<T>) - Method in class com.cmobilecom.af.model.report.ReportQueryFormBean
 
getPropertySelectItems(Class<T>, String) - Method in class com.cmobilecom.af.model.module.AbstractModule
By default, the entity type is not supported by this module.
getPropertySelectItems(Class<T>, String) - Method in interface com.cmobilecom.af.model.module.Module
Get the selection items for the entity property.
getPropertyStyleClass() - Method in class com.cmobilecom.af.model.bean.ColumnHeaders.Node
Get property style class if this node is associated with an entity property.
getPropertyTabView() - Method in interface com.cmobilecom.af.test.api.EntityBean
Get property tab view.
getPropertyTargetType(Method, boolean) - Static method in class com.cmobilecom.af.entity.persistence.Utility
Get property type.
getPropertyType() - Method in class com.cmobilecom.af.model.property.EntityHierarchyPropertyInfo
Get property type that is a Hierarchy subclass.
getPropertyType() - Method in class com.cmobilecom.af.util.PropertyDescriptor
Get property propertyType
getPropertyType(Class, String, Map<Class, Map<String, PropertyDescriptor>>) - Static method in class com.cmobilecom.af.util.ClassUtil
Get the type of the property using Bean Introspector.
getPropertyValue() - Method in interface com.cmobilecom.af.session.criteria.CriteriaPropertyEqual
Get property value
getPropertyValue(EntityI18NSupport, String, Locale) - Static method in class com.cmobilecom.af.entity.persistence.Utility
Get the property value by the locale using EntityI18Ns of the entity.
getPropertyValue(EntityProperty<T>, T) - Method in class com.cmobilecom.af.model.bean.UserDefinedPropertyBuilder
Get the user-defined property value.
getPropertyValue(String, Locale) - Method in interface com.cmobilecom.af.entity.i18n.EntityI18NSupport
Get the property value by the locale using EntityI18Ns.
getPropertyValue(String, Locale) - Method in class com.cmobilecom.af.entity.i18n.EntityI18NSupportBase
Get property value by locale
getPropertyValue(Map<String, Map<String, EntityI18N>>, String, Locale) - Static method in class com.cmobilecom.af.entity.persistence.Utility
Get the property value by the locale using EntityI18Ns of the entity.
getPropertyVisibleName(Class<T>, String, ViewType, ContainerBean) - Static method in class com.cmobilecom.af.model.bean.EntityPropertyDiscoverer
Get the property visibleName from property annotations of the entityType.
getPropertyVisibleName(String) - Method in class com.cmobilecom.af.model.module.InstanceType.Naming
Get property visible name (not localized).
getPropertyVisibleName(String) - Static method in class com.cmobilecom.af.model.util.BeanUtil
Get property visible name.
getPropertyVisibleName(String) - Method in interface com.cmobilecom.af.test.api.PersistenceDataBean
Get property visible name.
getProtocol() - Static method in class com.cmobilecom.af.test.api.Configurations
Get protocol such as http, https.
getProtocol() - Method in class com.cmobilecom.af.test.api.TestConfig
Get protocol such as http for web.
getQuantityQuota() - Method in class com.cmobilecom.af.model.system.Quota
Get quantity quota.
getQuarterDatePeriod(LocalDate, LocalDateTime, boolean) - Static method in class com.cmobilecom.af.entity.report.DatePeriod
Get quarter date period that contains the specified date.
getQueryCommand() - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactoryContext.QueryCommandInfo
Get query command (e.g., Search, View) that will show query results.
getQueryCommandIcon() - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactoryContext.QueryCommandInfo
Get query command icon.
getQueryCommandInfo() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
getQueryCommandInfo() - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactoryContext
Get query command info if query is enabled.
getQueryCriteria() - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Get the QueryCriteria assuming that the wrapped dataSource is a QueryCriteria
getQueryCriteria() - Method in class com.cmobilecom.af.model.pagination.QueryCriteriaEntityList
Get the QueryCriteria that is used to retrieve page data from persistence.
getQueryCriterion(CriteriaBuilder, CriteriaQuery<Q>) - Method in class com.cmobilecom.af.model.property.EntityCollectionProperty
Build query restriction from this collection property: containing any member value.
getQueryCriterion(CriteriaBuilder, CriteriaQuery<Q>) - Method in class com.cmobilecom.af.model.property.EntityHierarchyProperty
Build query restriction from this hierarchy property.
getQueryCriterion(CriteriaBuilder, CriteriaQuery<Q>) - Method in class com.cmobilecom.af.model.property.EntityProperty
Build query restriction from this property, which will be added to the criteriaQuery.
getQueryCriterion(CriteriaBuilder, CriteriaQuery<Q>, EntityProperty<T>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get query criterion for the property in query view.
getQueryCriterion(CriteriaBuilder, CriteriaQuery<Q>, EntityProperty<T>) - Method in class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean
 
getQueryCriterion(CriteriaBuilder, CriteriaQuery<R>) - Method in class com.cmobilecom.af.model.property.EntityPropertyGroup
Call member properties to add criterion to the query criteria
getQueryCriterion(CriteriaBuilder, CriteriaQuery<R>) - Method in class com.cmobilecom.af.model.query.CheckNotNullProperty
Add criterion: the property is not null.
getQueryCriterion(CriteriaBuilder, CriteriaQuery<R>) - Method in class com.cmobilecom.af.model.query.DistanceEntityProperty
 
getQueryCriterion(CriteriaBuilder, CriteriaQuery<R>) - Method in class com.cmobilecom.af.model.query.KeywordEntityProperty
Add criterion that matches keywords with selected properties.
getQueryCriterion(CriteriaBuilder, CriteriaQuery<R>) - Method in class com.cmobilecom.af.model.query.RangeEntityProperty
Add minimum or maximum criterion
getQueryDescriptor() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Get the QueryDescriptor for accessing entities of this backing bean.
getQueryDescriptor() - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Get the queryDescriptor that specifies the persistence unit and data source for all the queries to be executed through this session bean.
getQueryDescriptor() - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
getQueryDescriptor(BackingBeanContext) - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactory
Get the QueryDescriptor for accessing entities.
getQueryDescriptorForUserAuthentication() - Method in class com.cmobilecom.af.model.security.LoginBean
Get the QueryDescriptor for user authentication that specifies the persistence unit to retrieve user data.
getQueryEntityType() - Method in class com.cmobilecom.af.model.query.FormQueryBuilder
 
getQueryEntityType() - Method in class com.cmobilecom.af.model.report.ReportQueryFormBean.ReportDataGroup
Get the root entity type for the query of report data.
getQueryEntityType() - Method in interface com.cmobilecom.af.session.CriteriaQueryBuilder
Get query entity type that is the root entity type of query.
getQueryEntityType() - Method in class com.cmobilecom.af.session.DefaultCriteriaQueryBuilder
 
getQueryEntityType() - Method in class com.cmobilecom.af.session.PropertyCriteriaQueryBuilder
 
getQueryEntityType() - Method in class com.cmobilecom.af.session.QueryCriteria
Get the entity type that the query will be executed on persistence.
getQueryFormBean() - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Get the queryFormBean that is used to build query criteria for query result bean(EntityListBackingBean).
getQueryHints() - Method in class com.cmobilecom.af.model.bean.Component
Get the query hints for the PersistenceEntityManager of this component.
getQueryHints() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
 
getQueryHints() - Method in class com.cmobilecom.af.model.menu.MenuNodeFactory
Get the query hints for the PersistenceEntityManager.
getQueryHints() - Method in interface com.cmobilecom.af.model.menu.MenuNodeFactoryContext
Get query hints for PersistenceEntityManager.
getQueryHints() - Method in class com.cmobilecom.af.model.menu.SimpleMenuNodeFactoryContext
 
getQueryHints() - Method in class com.cmobilecom.af.session.QueryCriteria
Get query hints.
getQueryHints(ModuleNode.DataAccessUnitType) - Method in class com.cmobilecom.af.model.module.InstanceType
Get default queryHints for the dataAccessUnit type
getQueryInfo() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get queryInfo for this EntityProperty in query view.
getQueryJoinGraph() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get the join graph for search entities.
getQueryPageId() - Method in class com.cmobilecom.af.model.container.ContainerBean
Get the page to show query form.
getQueryParameter(String) - Method in class com.cmobilecom.af.session.QueryCriteria
Get query parameter value with the name
getQueryParameterMap() - Method in class com.cmobilecom.af.session.QueryCriteria
Get query parameter map from name to value that is used to set parameters in query string.
getQueryPropertyValue(String) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get property value in query view.
getQueryRenderRegions() - Method in class com.cmobilecom.af.model.menu.TypeDescriptor
Get the render regions for showing query view EntityBackingBean.
getQueryResultPageSizeSelectItems() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get the select items for query result page size(rows per page).
getQueryResults(T, Class, List<Integer>, DatePeriod, int, PersistenceEntityManager) - Method in class com.cmobilecom.af.model.report.ReportQueryFormBean
Get the query results for the datePeriod for all the value series specified in the reportDataList.
getQueryResultSize() - Method in class com.cmobilecom.af.model.PageNavigation
Get the number of query results if the action handler is querying entities.
getQueryResultsViewConfig() - Method in class com.cmobilecom.af.model.bean.EntityViewConfig
Get the ViewConfig for query results.
getQueryResultTitle(MenuNode) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get the query result title that will be used to be the title of the EntityListBackingBean for query results.
getQueryResultTransformer() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get the QueryResultTransformer for query.
getQueryResultTransformer() - Method in class com.cmobilecom.af.model.menu.TypeDescriptor
Get the query result transformer that is used to transform entities retrieved from persistence.
getQueryResultTransformer() - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactory
Get the QueryResultTransformer that will be used to transform entities retrieved from persistence.
getQueryResultTransformers() - Method in class com.cmobilecom.af.session.QueryCriteria
Get the list of queryResultTransformers that is registered with this QueryCriteria.
getQueryResultType() - Method in class com.cmobilecom.af.session.QueryCriteria
Get the type of the query results from persistence before transformers are applied.
getQueryResultViewConfig() - Method in class com.cmobilecom.af.model.menu.TypeDescriptor
Get the EntityListViewConfig for query results.
getQueryResultViewConfig() - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactory
Get query result entity list ViewConfig.
getQueryResultViewEntityType() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get query result bean entity type.
getQueryString() - Method in class com.cmobilecom.af.session.QueryCriteria
Get query string (named, native or JPQL).
getQueryType() - Method in class com.cmobilecom.af.session.QueryCriteria
Get query type.
getQueryViewConfig() - Method in class com.cmobilecom.af.model.menu.TypeDescriptor
Get the ViewConfig for query view of the entity type.
getQuestion() - Method in class com.cmobilecom.af.entity.form.Answer
Get the question with which this answer is associated.
getQuestion() - Method in class com.cmobilecom.af.entity.form.Option
 
getQuestion(Integer) - Method in interface com.cmobilecom.af.entity.form.Form
Get the question with the question number.
getQuestions() - Method in interface com.cmobilecom.af.entity.form.Form
Get the list of questions.
getQueueSize() - Method in class com.cmobilecom.af.model.mail.SendMail
Get email count in the queue.
getQuickQueryProperties() - Method in class com.cmobilecom.af.model.bean.EntityViewConfig
Get the list of properties under the quick query tab for query view.
getQuota(Class<T>, String) - Method in class com.cmobilecom.af.model.system.QuotaAccessor
Get the Quota for the entityType or property.
getQuotaAccessor() - Method in interface com.cmobilecom.af.model.ModelFactory
Get QuotaAccessor instance that is one per instanceType instance.
getQuotaList() - Method in class com.cmobilecom.af.model.system.QuotaAccessor
Get the list of quota that has been added.
getQuotaListForEvaluateLicense() - Method in class com.cmobilecom.af.model.module.AbstractModule
 
getQuotaListForEvaluateLicense() - Method in interface com.cmobilecom.af.model.module.Module
For evaluation license, limit the quantity of entities that can be created.
getRangeType() - Method in class com.cmobilecom.af.model.query.RangeEntityProperty
Get range type (e.g., min, max, or date period)
getReadMethod() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get the read method of this EntityProperty.
getReadMethod() - Method in class com.cmobilecom.af.util.PropertyDescriptor
Get property read method: get or is
getReadMethod(Class) - Method in class com.cmobilecom.af.model.property.EntityProperty
Get the read method of this EntityProperty by reflection.
getReadMethod(Class<T>, String) - Static method in class com.cmobilecom.af.util.ClassUtil
Get property read method.
getReadMethods(Class, String) - Static method in class com.cmobilecom.af.entity.persistence.Utility
Get a list of read methods for the property name path.
getReadMethods(Class, String) - Static method in class com.cmobilecom.af.util.ClassUtil
Get a list of read methods for the property name path.
getReadOnly() - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Whether the bean is read only? if viewConfig.readOnly is true, backingBean.readOnly is ignored.
getReCaptchaEnabled() - Method in interface com.cmobilecom.af.entity.system.SecuritySettings
Whether reCaptcha is enabled?
getReCaptchaSecretKey() - Method in interface com.cmobilecom.af.entity.system.SecuritySettings
Get reCaptcha secret key that is used to validate captcha response.
getReCaptchaSiteKey() - Method in interface com.cmobilecom.af.entity.system.SecuritySettings
Get reCaptcha site key that is used to show captcha challenge.
getRedirect(MenuNode) - Method in class com.cmobilecom.af.model.bean.ViewConfig
Get the Redirect defined for the menu node.
getRedirect(String) - Method in class com.cmobilecom.af.model.bean.ViewConfig
Get the Redirect defined for the action.
getRedirects() - Method in class com.cmobilecom.af.model.bean.ViewConfig
Get the map of Redirects from action name to Redirect instance.
getRedirectURL() - Method in interface com.cmobilecom.af.model.security.LoginForm
Get redirect URL after login.
getReferencedEditPermission() - Method in class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean
Whether the hierarchy entity is editable if it is being referenced.
getReferencedModules(boolean, String, List<String>, boolean) - Method in class com.cmobilecom.af.model.module.InstanceType
Get modules that are referenced by module nodes searched by: root-first, then children from left to right.
getReferencedModules(List<ModuleNode>) - Static method in class com.cmobilecom.af.model.module.InstanceType
Get all the modules referenced by the list of nodes, excluding their children.
getReferencedModules(List<ModuleNode>, boolean) - Static method in class com.cmobilecom.af.model.module.InstanceType
Get all the modules referenced by the list of nodes, excluding their children.
getReferencedTargetEntity(T) - Method in class com.cmobilecom.af.model.util.EntityReferenceUtil
Get the target entity referenced by the entity.
getReferences() - Method in class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean
Get the list of reference this hierarchyEntity is referenced.
getReferences() - Method in class com.cmobilecom.af.model.bean.SimpleHierarchyEntityBean
 
getReferenceTargetEntity(EntityTypeId<M>) - Method in class com.cmobilecom.af.model.util.EntityReferenceUtil
Get the entity that the source is referring to.
getRefreshToken() - Method in interface com.cmobilecom.af.entity.system.MailServer
Get refresh token for OAUTH, which is used to get access token if it is expired.
getRegion(int) - Method in class com.cmobilecom.af.model.container.PageContent
Get the region with the number
getRegion(int) - Method in interface com.cmobilecom.af.test.api.PageContent
Get the region with the region number.
getRegion(int, boolean) - Method in class com.cmobilecom.af.model.container.PageContent
Get the region with the number.
getRegionList() - Method in class com.cmobilecom.af.model.container.PageContent
Get a list of regions order by region number.
getRegionList(int, int) - Method in class com.cmobilecom.af.model.container.PageContent
Get a list of regions of the specified number range
getRegionNumber() - Method in class com.cmobilecom.af.model.behavior.VisitRegion
Get the region number of the region
getRegionNumber() - Method in class com.cmobilecom.af.model.container.Region
Get region number
getRegionNumber() - Method in interface com.cmobilecom.af.test.api.Region
Get region number.
getRegions() - Method in interface com.cmobilecom.af.test.api.PageContent
Get all the regions.
getRegisterCaptcha() - Method in interface com.cmobilecom.af.entity.system.SecuritySettings
Is captcha required for self-registration?
getRegisterDate() - Method in interface com.cmobilecom.af.entity.security.User
Get user registration date.
getRegisteredPhaseListeners(PhaseListener.PhaseId, Class<T>) - Method in interface com.cmobilecom.af.model.ModelFactory
Get the registered PhaseListener(s) of the specified listener type for the phaseId
getRegisteredUser(UserIdentifier) - Method in class com.cmobilecom.af.test.api.ModuleTest
Get the registered user profile
getRegisteredUserMap() - Method in class com.cmobilecom.af.test.api.InstanceTypeTest
Get registered instance users.
getRegisterIpAddress() - Method in interface com.cmobilecom.af.entity.security.User
Get user IP address for registration.
getRegularExpression(IdRule.BarcodeType, int) - Static method in class com.cmobilecom.af.model.util.IdGenerator
Get the regular expression match barcodes of the specified type.
getRegularUserSessionTimeout() - Method in interface com.cmobilecom.af.entity.system.Parameters
Get session timeout for regular(non-system) users.
getRelativePath(T) - Method in class com.cmobilecom.af.model.lob.LobBeanBase
Get lob file relative path.
getRememberUser() - Method in interface com.cmobilecom.af.model.security.LoginForm
Whether to remember user on client computer, and login automatically for next session? If yes, a user credential digest will be created and stored in user computer, and it will be removed when user logout.
getRemoteAddress() - Method in class com.cmobilecom.af.model.util.RequestHelper
Get client IP address.
getRenderRegionForGeneratedBeans() - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Get the render region to which generated beans will be added.
getRenderRegionNumber(List<Integer>) - Static method in class com.cmobilecom.af.model.container.ContainerBean
Get the region number to put backing bean.
getRenderRegions() - Method in class com.cmobilecom.af.model.behavior.PartialBehavior.ContainerRenderRegions
Get the render regions to show results.
getRenderRegions() - Method in class com.cmobilecom.af.model.container.MenuSubTreeInfo
Get the render regions to show the sub menu separately as a MenuBean.
getRenderRegions() - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Get render regions that will be used to add backing beans.
getRenderStyle() - Method in class com.cmobilecom.af.model.bean.PropertyDescriptor
Get renderStyle that is name/value pairs.
getRenderStyle() - Method in class com.cmobilecom.af.model.menu.MenuNode
Get renderStyle.
getRenderStyle() - Method in class com.cmobilecom.af.model.menu.MenuViewConfig.MenuNodeDescriptor
Get renderStyle that is name/value pairs.
getRenderStyle() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get property renderStyle.
getRenderTargets() - Method in interface com.cmobilecom.af.model.behavior.PartialViewContext
Get the list of render targets
getRenderTargets(PersistenceDataBackingBean) - Method in class com.cmobilecom.af.model.behavior.PartialBehavior
Get the render targets will be refreshed.
getReportData() - Method in class com.cmobilecom.af.model.report.ReportTableRow
Get the reportData
getReportDataCurrencyCode(Integer) - Method in class com.cmobilecom.af.model.report.ReportQueryFormBean
Get the currency code of the report data if it is currency.
getReportDataGroups() - Method in class com.cmobilecom.af.model.report.ReportQueryFormBean
Get the report data groups, and each group can be retrieved by one query.
getReportDataList() - Method in class com.cmobilecom.af.model.report.ReportQueryForm
Get the list of report data.
getReportDataList() - Method in class com.cmobilecom.af.model.report.ReportQueryFormBean.ReportDataGroup
Get the list of report data in this group.
getReportDataName(Integer) - Method in class com.cmobilecom.af.model.report.ReportQueryFormBean
Get the report data name.
getReportDataNumberDescriptor(Integer) - Method in class com.cmobilecom.af.model.report.ReportQueryFormBean
Get the number descriptor of the report data.
getReportPeriod(LocalDate, LocalDate, ReportPeriod.PeriodType) - Method in class com.cmobilecom.af.model.report.ReportUtil
Get the ReportPeriod that contains the date.
getReportPeriodName(T, ReportPeriod) - Method in class com.cmobilecom.af.model.report.ReportQueryFormBean
Get the I18N name of the report period
getReportTitle(T) - Method in class com.cmobilecom.af.model.report.ReportQueryFormBean
Get report title
getRequestHelper() - Method in class com.cmobilecom.af.model.bean.BackingBean
Get the RequestHelper that is a wrapper of current request.
getRequestHelper() - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Get request helper.
getRequestName() - Method in class com.cmobilecom.af.model.module.event.RequestEvent
Get request name is equivalent to method name
getRequestResult() - Method in class com.cmobilecom.af.model.bean.BackingBean
Get request scope action result.
getRequestResult() - Method in class com.cmobilecom.af.model.util.RequestHelper
Get the request scope BackingBeanResult instance.
getRequestURI() - Method in class com.cmobilecom.af.model.util.RequestHelper
Get request URI.
getRequestURIUnderContextPath() - Method in class com.cmobilecom.af.model.container.ViewInfo
Get the view request URI without context path.
getRequired() - Method in interface com.cmobilecom.af.entity.attr.EntityAttr
Is the attribute value required (not nullable)?
getRequired() - Method in class com.cmobilecom.af.entity.attr.EntityAttrBase
 
getRequired() - Method in class com.cmobilecom.af.entity.form.Question
Is the answer to this question required (not optional)?
getRequiredType() - Method in class com.cmobilecom.af.model.bean.PropertyDescriptor
Whether property is required? if not defined, check _default property.
getResetPassword() - Method in interface com.cmobilecom.af.entity.system.Parameters
Is password reset by users enabled?
getResetPasswordCaptcha() - Method in interface com.cmobilecom.af.entity.system.SecuritySettings
Is captcha required for password reset?
getResourceBundle() - Method in class com.cmobilecom.af.model.bean.Component
Get the ResourceBundle for this component.
getResourceBundle() - Method in class com.cmobilecom.af.model.container.ContainerBean
 
getResourceBundle() - Static method in class com.cmobilecom.af.model.context.BackingBeanContext
Get the resource bundle for the current locale.
getResourceBundle() - Method in interface com.cmobilecom.af.test.api.Component
Get the resource bundle for the current locale.
getResourceBundle() - Method in class com.cmobilecom.af.test.api.ManageCenter
Get the resource bundle for current locale.
getResourceBundle(ContainerBean.DataAccessUnit, ContainerBean, Locale) - Method in class com.cmobilecom.af.test.api.ResourceBundleLoader
Get the resource bundle for the locale.
getResourceBundle(Locale) - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Get the resource bundle for the locale
getResourceBundleBaseName() - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Get resource bundle base name.
getResourceBundleLoader() - Method in interface com.cmobilecom.af.test.api.ContainerBean
Get resourceBundlerLoader that can load resource bundles for different locales.
getResourceBundleLocales() - Method in class com.cmobilecom.af.model.module.InstanceType
Get the locales for which resource bundles are defined, which is specified as parameter SystemConfig.PARAM_RESOURCE_BUNDLE_LOCALES.
getResourceBundleLocaleSelectItems(InstanceType) - Static method in class com.cmobilecom.af.model.property.SelectItemListProvider
Get resourceBundle locale selectItems for the instanceType, which is configured in systemConfig.xml.
getResourceFile(String) - Static method in class com.cmobilecom.af.model.system.ResourceCache
Get the resource from file system.
getResourceInputStream(String, boolean) - Static method in class com.cmobilecom.af.model.system.ResourceCache
Get resource inputStream for the path on file system or classpath.
getResourceOutputStream(String) - Static method in class com.cmobilecom.af.model.system.ResourceCache
Get resource outputStream for the path on file system.
getResponse() - Method in class com.cmobilecom.af.model.module.event.RequestEvent
Get the response that is set by module event handler, equivalent to the return value of a method.
getResponseCallback() - Method in class com.cmobilecom.af.model.module.event.RequestEvent
Get the ResponseCallback for async RequestEvent.
getResponses() - Method in interface com.cmobilecom.af.entity.form.Form
Get number of responses.
getResponseXml() - Method in interface com.cmobilecom.af.entity.form.Response
Get response encoded XML.
getRestriction(CriteriaBuilder, CriteriaQuery<Object[]>, int, int, Object) - Method in class com.cmobilecom.af.model.report.ReportQueryFormBean
Get the groupByValue as a query restriction.
getRestriction(CriteriaBuilder, CriteriaQuery<T>, String, Object, QueryInfo, boolean, EntityJoinGraph) - Static method in class com.cmobilecom.af.model.query.FormQueryBuilder
Create the criterion for the property.
getResultsLimit() - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Get the maximum number of search results.
getResultsLimit() - Method in class com.cmobilecom.af.model.pagination.QueryCriteriaEntityList
 
getResultsLimitReason() - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Get the reason why search results is limited.
getResultsLimitReason() - Method in class com.cmobilecom.af.model.pagination.QueryCriteriaEntityList
 
getResultType() - Method in interface com.cmobilecom.af.session.criteria.CriteriaNativeFunction
Get function return type
getResultType() - Method in interface com.cmobilecom.af.session.criteria.CriteriaSubquery
Get result type
getResultType() - Method in class com.cmobilecom.af.session.PropertyCriteriaQueryBuilder
Get query result type
getRetype() - Method in interface com.cmobilecom.af.test.api.EntityProperty
Get the property for re-type.
getRole(String) - Method in class com.cmobilecom.af.model.security.UserEntityAccessor
Get the Role with the role name.
getRoles() - Method in interface com.cmobilecom.af.entity.security.User
Get the set of roles that this user has, excluding the default roles implied by its user type.
getRoles(Collection<Object>) - Method in class com.cmobilecom.af.model.security.UserEntityAccessor
Get the list of Roles with the role names.
getRoot() - Method in class com.cmobilecom.af.model.bean.ColumnHeaders
Get the root of column header nodes
getRoot() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get the root EntityProperty of this property.
getRoot() - Method in interface com.cmobilecom.af.test.api.Component
Get the root component without parent.
getRoot() - Method in interface com.cmobilecom.af.test.api.ContainerBean
 
getRootCause(Throwable) - Static method in class com.cmobilecom.af.model.util.BeanUtil
Get root cause.
getRootCause(Throwable) - Static method in exception com.cmobilecom.af.util.ExecException
Get root cause of the Throwable.
getRootComponent() - Method in class com.cmobilecom.af.model.bean.Component
Get root component of this component.
getRootContainerBean() - Method in class com.cmobilecom.af.model.container.ContainerBean
Get root containerBean.
getRootElementTagName() - Method in interface com.cmobilecom.af.entity.persistence.EntityImportValidator
Get root element tag name
getRootElementTagName() - Method in class com.cmobilecom.af.model.entimport.DefaultEntityImportValidator
 
getRootEnclosingBean() - Method in class com.cmobilecom.af.model.bean.BackingBean
Get the root enclosingBean that is not enclosed inside any bean.
getRootEntityType() - Method in interface com.cmobilecom.af.session.criteria.CriteriaSubquery
Get the root entity type.
getRootEntityType(Class<T>, Map<Class, Map<String, PropertyDescriptor>>) - Static method in class com.cmobilecom.af.entity.persistence.Utility
Get the root owning entity type of a ChildEntity type.
getRootHierarchyId() - Method in class com.cmobilecom.af.model.property.EntityHierarchyPropertyInfo
Get root hierarchy id.
getRootHierarchyId() - Method in class com.cmobilecom.af.model.property.HierarchyAccessor
Get root hierarchy id.
getRootHierarchyId(PersistenceDataBackingBean<T>, EntityHierarchyProperty<T>) - Method in class com.cmobilecom.af.model.bean.HierarchyAwareBackingBean
Get the root hierarchy id for the property.
getRootHierarchyIdKey(String) - Static method in class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean
Get the key to store rootHierarchyId of a hierarchy property in a map
getRootHierarchyIdLen() - Method in class com.cmobilecom.af.model.property.HierarchyAccessor
Get root hierarchy id length.
getRootMenuNode() - Method in class com.cmobilecom.af.model.menu.MenuBean
Get the root menu node of this menu bean.
getRootMenuNode() - Method in class com.cmobilecom.af.model.menu.MenuNodeFactory
Get the root menu node created by this MenuNodeFactory.
getRootNode() - Method in class com.cmobilecom.af.model.property.HierarchyAccessor
Get the root hierarchy node.
getRootWindow() - Method in interface com.cmobilecom.af.test.api.ContainerBean
Get the root window of parent/child window hierarchy.
getRoundingMode() - Method in class com.cmobilecom.af.entity.bus.CalcContext
Get the rounding mode for calculation.
getRowCommandMenu(int) - Method in interface com.cmobilecom.af.test.api.EntityListBean
Get row command menu.
getRowCommandMenuNode(String) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Get the menu node with the command in the entity list row command list.
getRowCommandMenuViewConfig(boolean) - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Get row command menu viewConfig.
getRowCount() - Method in class com.cmobilecom.af.model.ListDataModel
Get the number of data items.
getRowCount(QueryCriteria<Q, X>) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Get the row count of the query results.
getRowCount(QueryCriteria<Q, X>) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
getRowCount(Class<T>, CriteriaElement[]) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Get the number of rows of the query results.
getRowCount(Class<T>, CriteriaElement[]) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
getRowCountQueryCriteria() - Method in class com.cmobilecom.af.session.QueryCriteria
Get the query for counting query results.
getRowData() - Method in class com.cmobilecom.af.model.ListDataModel
Get current data item.
getRowEntityBean(int) - Method in interface com.cmobilecom.af.test.api.EntityListBean
Get the row EntityBean at the position in current page for rowEntityView.
getRowEntityBeans() - Method in interface com.cmobilecom.af.test.api.EntityListBean
Get the list of row EntityBeans in current page for rowEntityView.
getRowEntityTabView() - Method in interface com.cmobilecom.af.test.api.EntityListBean
Get the TabView of EntityListBean in rowEntityView.
getRowEntityViewBean(T) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Get the entityBackingBean for the entity for rowEntityView.
getRowEntityViewBeanList(boolean) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Get entityBackingBeans for entities on current page, one entityBackingBean for each entity.
getRowEntityViewLayoutType() - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
For rowEntityView, get the layout type.
getRowExpansion() - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Get row expansion description if supported
getRowIndex() - Method in class com.cmobilecom.af.model.behavior.VisitEntityListRow
Get row index.
getRowIndex() - Method in class com.cmobilecom.af.model.ListDataModel
Get current row index
getRowIndex() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get current row (entity) index.
getRowIndex(QueryCriteria<T, T>, Long) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Get the row index(start from 0) of the entity in the query results.
getRowIndex(QueryCriteria<T, T>, Long) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
getRows() - Method in class com.cmobilecom.af.model.property.RenderStyle
Get the number of rows for input textarea.
getRowStyleClass(EntityListBackingBean<T>, T, int) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get entity list row styleClass.
getRowStyleClass(T, int) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Get the row styleClass.
getRule() - Method in interface com.cmobilecom.af.entity.persistence.IdRule
Get rule for hierarchy entity and non-barcode id.
getRule() - Method in class com.cmobilecom.af.test.api.InstanceTest.IdRule
Get rule for InstanceTest.BarcodeType.CODE128 or Hierarchy id.
getRunOrderOfInstanceTests() - Method in class com.cmobilecom.af.test.api.InstanceTypeTest
Get the run order of instanceTests.
getSchema() - Method in class com.cmobilecom.af.model.module.MultiTenant
Get the database schema name for the associated InstanceType.
getSchema() - Method in class com.cmobilecom.af.util.db.DbConfig
Get schema name for connection
getSchemaNames(String, String) - Method in class com.cmobilecom.af.util.db.DbExec
Get schema names that has the prefix, excluding the prefix itself.
getScope() - Method in class com.cmobilecom.af.entity.DataDescriptor
Get the scope for access control, matching AccessItem.getScope().
getScope() - Method in interface com.cmobilecom.af.entity.security.AccessItem
Get the scope of this accessItem.
getScope() - Method in class com.cmobilecom.af.model.system.AccessControlContext
Get the scope for access control, which overrides DataDescriptor.getScope() if not null.
getSearchOptionPropertyVisibleName() - Method in class com.cmobilecom.af.model.property.QueryInfo
Get property visible name in search options that may be different from that in query view.
getSecondaryContentRegion() - Method in interface com.cmobilecom.af.test.api.ContainerBean
Get the secondary content region.
getSecondaryQueryResultsRegion() - Method in class com.cmobilecom.af.test.api.ManageCenter
Get the secondary query results(content) region.
getSecretKey() - Method in interface com.cmobilecom.af.entity.security.UserClient
Get device secret key that is used to verify user client along with device id.
getSeed() - Method in class com.cmobilecom.af.model.module.InstanceType
Get database seed.
getSeedSqlList(DataAccessUnit) - Method in class com.cmobilecom.af.model.module.AbstractModule
Default: seed.sql.
getSeedSqlList(DataAccessUnit) - Method in interface com.cmobilecom.af.model.module.Module
Get the sql files to seed database when an instanceType is initialized or an instance(system or subsystem) is created.
getSeedSqlList(String, Instance) - Method in class com.cmobilecom.af.model.module.InstanceType.Seed
Get the seed sql list for this InstanceType.
getSelectedEntities(boolean) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Get the selected entities in current page or all pages.
getSelectedEntityListBean() - Method in class com.cmobilecom.af.model.dialog.DialogBean
Get the EntityListBackingBean for selected entities if this dialog is selecting multiple entities.
getSelectedKeywordPropertyList() - Method in class com.cmobilecom.af.model.query.KeywordEntityProperty
Get selected properties to match keywords
getSelectedListRenderRegions() - Method in class com.cmobilecom.af.model.dialog.DialogBean
Get render regions to show selected entities.
getSelectedValue(boolean) - Method in interface com.cmobilecom.af.test.api.EntityProperty
Get property selected value for selectOne component.
getSelectedValue(boolean) - Method in class com.cmobilecom.af.test.api.HierarchySelect
Get the selected value of the hierarchy property, which is the selected value of the last select component.
getSelectedValue(int, boolean) - Method in class com.cmobilecom.af.test.api.HierarchySelect
Get the selected value for the select component at the index.
getSelectedValues(boolean) - Method in interface com.cmobilecom.af.test.api.EntityProperty
Get property selected values for selectMany component.
getSelectEntityListBean() - Method in class com.cmobilecom.af.model.dialog.DialogBean
Get the EntityListBackingBean for the entity list from which to select entities if this dialog is selecting single or multiple entities.
getSelections() - Method in interface com.cmobilecom.af.session.criteria.CriteriaSelect
Get a list of selections
getSelections(CriteriaBuilder, CommonAbstractCriteria, String, EntityJoinGraph, Map<String, Selection<?>>) - Method in interface com.cmobilecom.af.session.criteria.CriteriaSelect
Create JPA selections from this CriteriaSelections.
getSelectItemCount() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get the number of select items.
getSelectItemLabel(ChoiceType, String) - Method in class com.cmobilecom.af.model.property.SelectItemListProvider
Get the label for the value from the select items of the ChoiceType.
getSelectItemLabel(List<SelectItem>, String) - Static method in class com.cmobilecom.af.model.property.SelectItemListProvider
Get the label of a value in the list of selectItems.
getSelectItemListMap() - Method in class com.cmobilecom.af.model.module.AbstractModule
 
getSelectItemListMap() - Method in interface com.cmobilecom.af.model.module.Module
Get predefined select items mapping
getSelectItemListProvider() - Method in interface com.cmobilecom.af.model.ModelFactory
Get the SelectItemListProvider instance.
getSelectItems() - Method in class com.cmobilecom.af.model.bean.EntityDeletionDescriptor
Get the select items for DELETE_BY_DATE type whose values are the length of time before current date.
getSelectItems() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get select items for selections, which can be static or dynamic.
getSelectItems() - Method in class com.cmobilecom.af.model.property.RenderStyle
Get cached property select items
getSelectItems(int[], boolean, boolean, boolean) - Static method in class com.cmobilecom.af.model.property.SelectItemListProvider
Get the list of select items for the integer values.
getSelectItems(ChoiceType, EntityProperty) - Method in class com.cmobilecom.af.model.property.SelectItemListProvider
Get the list of select items for the specified choice type.
getSelectItems(ChoiceType, EntityProperty, boolean) - Method in class com.cmobilecom.af.model.property.SelectItemListProvider
Get the list of select items for the specified choice type.
getSelectItems(ChoiceType, EntityProperty, boolean, boolean) - Method in class com.cmobilecom.af.model.property.SelectItemListProvider
Get the list of select items for the specified choice type.
getSelectItems(ChoiceType, Collection<? extends Object>, EntityProperty, boolean, boolean) - Method in class com.cmobilecom.af.model.property.SelectItemListProvider
Get the list of select items for the specified choice type.
getSelectItems(NameValuePair[], Collection<? extends Object>, boolean) - Static method in class com.cmobilecom.af.model.property.SelectItemListProvider
Get the select items from an array of NameValuePair(s).
getSelectItems(Class<T>, CriteriaElement[], EntityNameResolver<T, R>, EntityProperty<R>, boolean) - Static method in class com.cmobilecom.af.model.property.SelectItemListProvider
Get entity select items of the entityType with the property query elements.
getSelectItems(Class<T>, CriteriaElement[], EntityProperty, boolean) - Static method in class com.cmobilecom.af.model.property.SelectItemListProvider
Get entity select items of the entityType with the property query elements.
getSelectItems(Class<T>, List<CriteriaElement>, EntityProperty, boolean) - Static method in class com.cmobilecom.af.model.property.SelectItemListProvider
Get entity list selectItems for selecting an entity for the property value.
getSelectItems(String[], boolean) - Static method in class com.cmobilecom.af.model.property.SelectItemListProvider
Get the select items for the value list.
getSelectItems(List<SelectItem>, Collection<String>, boolean) - Static method in class com.cmobilecom.af.model.property.SelectItemListProvider
Get the select items whose values are in the value collection.
getSelectItems(List<T>, EntityNameResolver<T, R>, EntityProperty<R>, boolean) - Static method in class com.cmobilecom.af.model.property.SelectItemListProvider
Get entity list selectItems for selecting an entity for the property value.
getSelectItems(List<T>, EntityProperty, boolean) - Static method in class com.cmobilecom.af.model.property.SelectItemListProvider
Get entity list selectItems for selecting an entity for the property value.
getSelectItemsRange(Integer, Integer, boolean, EntityProperty, boolean) - Static method in class com.cmobilecom.af.model.property.SelectItemListProvider
Get the list of select items for the integer range from the minimum to the maximum.
getSelectItemsRange(Integer, Integer, boolean, EntityProperty, boolean, Integer) - Static method in class com.cmobilecom.af.model.property.SelectItemListProvider
Get the list of select items for the integer range from the minimum to the maximum.
getSelectListRenderRegions() - Method in class com.cmobilecom.af.model.dialog.DialogBean
Get render regions to show entity list for selection.
getSelectPropertyQueryElements() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get static query criteria for opening select dialog or selectItems
getSelectSize() - Method in class com.cmobilecom.af.model.property.RenderStyle
Get the size (number of visible rows) for select including select one/many.
getSelfRenderRegions() - Method in class com.cmobilecom.af.model.bean.BackingBean
Get the render regions of this bean.
getSenderInfo(EmailRequest, boolean) - Static method in class com.cmobilecom.af.model.mail.SendMail
Get sender info for regular users.
getSenderUser() - Method in interface com.cmobilecom.af.model.mail.EmailRequest
Get the user who sends this request.
getSendToFile() - Method in interface com.cmobilecom.af.model.mail.EmailRequest
Get the file path to send email to.
getSentMailCount() - Method in class com.cmobilecom.af.model.mail.SendMail
Get sent email count.
getSeparator() - Method in class com.cmobilecom.af.model.property.RenderStyle
Get the separator before the property if the property is shown in a property grouping.
getSequenceNo() - Method in class com.cmobilecom.af.entity.attr.EntityAttrBase
Ordering items within parent entity
getSequenceNo() - Method in class com.cmobilecom.af.entity.attr.EntityAttrOptionBase
Ordering items within parent entity
getSequenceNo() - Method in class com.cmobilecom.af.entity.form.Question
O/R Map sequenceNo (not transient) to enable question MoveUp and MoveDown in the question list bean.
getSequenceNo() - Method in interface com.cmobilecom.af.entity.PersistenceEntity
Get sequence number in context of an ordered list.
getSequenceNo() - Method in class com.cmobilecom.af.entity.PersistenceEntityBase
This method is annotated as @Transient.
getSequenceNo() - Method in class com.cmobilecom.af.model.bean.MapEntity
 
getSeriesList() - Method in class com.cmobilecom.af.model.chart.Chart
Get the list of data series
getServerName() - Method in class com.cmobilecom.af.model.util.RequestHelper
Get request server name.
getSessionCache() - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Get session scoped cache that can be used to cache any session scoped objects.
getSessionCacheValue(Object, K) - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Get the cached value for the cache key and map key.
getSessionId(boolean) - Method in class com.cmobilecom.af.model.util.RequestHelper
Get the id of the session associated with current request.
getSeverity() - Method in exception com.cmobilecom.af.entity.system.SystemRuntimeException
Get severity.
getSeverity() - Method in class com.cmobilecom.af.model.bean.BackingBeanMessage
Get message severity
getSeverity() - Method in exception com.cmobilecom.af.util.ExecException
Get severity.
getSeverity(Throwable) - Static method in class com.cmobilecom.af.model.bean.BackingBeanResult
Get severity from the throwable
getSharedEntityAccessList(Class, boolean) - Method in class com.cmobilecom.af.model.module.MultiTenant
Get the access list of the shared entity type.
getSharedEntityType(Class) - Method in class com.cmobilecom.af.model.module.MultiTenant
Get the shared entity definition for the entity type
getSharedEntityTypes() - Method in class com.cmobilecom.af.model.module.MultiTenant
Get the shared entityTypes.
getSharedWith() - Method in class com.cmobilecom.af.model.module.MultiTenant.SharedEntityType
Get the InstanceType id with which to share the entities.
getSharedWithInstanceType() - Method in class com.cmobilecom.af.model.module.MultiTenant.SharedEntityType
Get the InstanceType with which to share the entities.
getShortcutMenuNodes(MenuBean, Module.ShortcutType, ShortcutMenuNodeFactory) - Method in class com.cmobilecom.af.model.module.AbstractModule
 
getShortcutMenuNodes(MenuBean, Module.ShortcutType, ShortcutMenuNodeFactory) - Method in interface com.cmobilecom.af.model.module.Module
Get module shortcut menu nodes that are shown on toolbar.
getShowAllEntitiesQueryCriteria() - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactory
Get the query criteria for showing all entities of the entity type using the list of CriteriaElement(s).
getShowEntitiesQueryCriteria(Class<T>, List<CriteriaElement>, MenuNodeFactory, ContainerBean) - Static method in class com.cmobilecom.af.model.util.BeanUtil
Build query criteria to show entities of the entityType, adding default query order using its EntityBackingBean.
getShowEntityRowCount(EntityListBackingBean<T>, T) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get the number of rows (for print) needed to show the entity in list view.
getShowEntityRowCount(T) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Get the number of rows (for print) needed to show the entity.
getShowEvent() - Method in class com.cmobilecom.af.model.view.PopupView
Get the event to open popup.
getShowFooterMenu() - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Whether to show footer menu?
getShowFormSeparatorLine() - Method in interface com.cmobilecom.af.model.print.EntityBatchPrint
Whether to show a separator line between forms (entities)?
getShowFormSeparatorLine() - Method in class com.cmobilecom.af.model.print.EntityBatchPrintBase
 
getShowHeaderMenu() - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Whether to show header menu?
getShowHomeOnLogin() - Method in interface com.cmobilecom.af.entity.system.UserOptions
Whether to show home page contents when login to manage center?
getShowKeywordProperties() - Method in class com.cmobilecom.af.model.bean.EntityViewConfig
Whether to show the properties against which keywords will match.
getShowName() - Method in class com.cmobilecom.af.model.bean.PropertyDescriptor
Set whether to show property name.
getShownPageIndexList() - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Get the list of page index to show on paginator
getShowRowCommands() - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Whether to show row commands?
getShowSearchOptions() - Method in class com.cmobilecom.af.model.bean.EntityViewConfig
Whether to show search properties?
getShowStatistics() - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Whether to show statistcsRow at bottom, not embedded? If EntityListViewConfig.isCalculateStatistics() return true, statistics will be calculated regardless of whether it is shown.
getShowTypeAfterCommit(ActionDescriptor) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Whether to show entity after it has been successfully committed to persistence? default: show entity for entity created or changed, hide for entity deleted.
getSingleEntity(Class<T>, DataAccessUnit) - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Get the single entity of the entity type from the DataAccessUnit.
getSingleEntity(Class<T>, DataAccessUnit, boolean, boolean) - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Get the single entity of the entity type from the DataAccessUnit.
getSingularEntity(Class<T>, BackingBeanContext) - Method in class com.cmobilecom.af.model.InstanceCache
Get the singular entity of the entity type.
getSingularName() - Method in class com.cmobilecom.af.entity.TypeMapping.EntityTypeName
Get singular name.
getSingularName() - Method in class com.cmobilecom.af.model.module.InstanceType.Naming
Get entity singular name (not localized).
getSize() - Method in interface com.cmobilecom.af.entity.Lob
Get size in bytes
getSize() - Method in class com.cmobilecom.af.entity.LobBase
 
getSize() - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Get total number of entities in the whole entity list.
getSize() - Method in class com.cmobilecom.af.model.property.RenderStyle
Get size for input text
getSize() - Method in interface com.cmobilecom.af.model.property.UploadedFile
Get file size in bytes
getSizeLimit() - Method in class com.cmobilecom.af.model.property.EntityFileUploadProperty
Get the size limit of each file in bytes.
getSizeQuota() - Method in class com.cmobilecom.af.model.system.Quota
Get size quota.
getSizeQuota(Class<T>, String) - Method in class com.cmobilecom.af.model.system.QuotaAccessor
Get size quota.
getSizeQuotaLong() - Method in class com.cmobilecom.af.model.system.Quota
Get size quota in long type converting from string.
getSizeQuotaLong(Class<T>, String) - Method in class com.cmobilecom.af.model.system.QuotaAccessor
Get size quota in long type converting from string.
getSkipResults() - Method in class com.cmobilecom.af.model.pagination.QueryCriteriaEntityList
Get the number of results to skip for the query results.
getSmtpHost() - Method in interface com.cmobilecom.af.entity.system.MailServer
Get SMTP host
getSmtpPassword() - Method in interface com.cmobilecom.af.entity.system.MailServer
Get SMTP password which is access token for OAUTH.
getSmtpPort() - Method in interface com.cmobilecom.af.entity.system.MailServer
Get SMTP port
getSmtpUsername() - Method in interface com.cmobilecom.af.entity.system.MailServer
Get SMTP username
getSnapshot(String) - Method in class com.cmobilecom.af.test.api.TestClock
Get the named snapshot.
getSource() - Method in exception com.cmobilecom.af.model.bean.BackingBeanException
Get the source where this exception occurred.
getSource() - Method in class com.cmobilecom.af.model.module.event.ModuleEvent
Get the event source that triggered this event.
getSql() - Method in class com.cmobilecom.af.util.db.SqlDialectItem
Get sql statements if inline, or sql file path otherwise.
getStacked() - Method in class com.cmobilecom.af.model.report.ReportQueryForm
Get whether to stack multiple report data of same date periods
getStandardPermission(AccessType, Class<T>) - Static method in class com.cmobilecom.af.model.system.AccessControlAccessor
Get standard permission to access an entity type.
getStart() - Method in class com.cmobilecom.af.test.api.ModuleTest.ExecPointRange
Get start ExecPoint.
getStartDate() - Method in class com.cmobilecom.af.entity.bus.MonthClose
Get the first day of the month.
getStartDate() - Method in class com.cmobilecom.af.entity.report.DatePeriod
Get the start time in time line.
getStartFormIndex() - Method in class com.cmobilecom.af.model.bean.EntityViewConfig
Get start form index of entity list form beans.
getStartInstant(TimeZone) - Method in class com.cmobilecom.af.entity.report.DatePeriod
Get start instant in time line.
getStartInstant(TimeZone) - Method in class com.cmobilecom.af.entity.report.InstantPeriod
 
getStartInstant(TimeZone) - Method in class com.cmobilecom.af.entity.report.LocalDatePeriod
 
getStartInstant(TimeZone) - Method in class com.cmobilecom.af.entity.report.LocalDateTimePeriod
 
getStartLocalDate(TimeZone) - Method in class com.cmobilecom.af.entity.report.DatePeriod
Get start local date.
getStartLocalDate(TimeZone) - Method in class com.cmobilecom.af.entity.report.InstantPeriod
 
getStartLocalDate(TimeZone) - Method in class com.cmobilecom.af.entity.report.LocalDatePeriod
 
getStartLocalDate(TimeZone) - Method in class com.cmobilecom.af.entity.report.LocalDateTimePeriod
 
getStartLocalDateTime(TimeZone) - Method in class com.cmobilecom.af.entity.report.DatePeriod
Get start local date time.
getStartLocalDateTime(TimeZone) - Method in class com.cmobilecom.af.entity.report.InstantPeriod
 
getStartLocalDateTime(TimeZone) - Method in class com.cmobilecom.af.entity.report.LocalDatePeriod
 
getStartLocalDateTime(TimeZone) - Method in class com.cmobilecom.af.entity.report.LocalDateTimePeriod
 
getStartPageIndex() - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Get the start page for render or process.
getStartRegionNumber() - Method in class com.cmobilecom.af.model.behavior.VisitRegions
Get the start number of regions
getStartTimeOfDay(Date, Calendar) - Static method in class com.cmobilecom.af.util.DateUtil
Get the start time of the date, i.e.
getStartTimeOfDay(Date, Locale, TimeZone) - Static method in class com.cmobilecom.af.util.DateUtil
Get the start time of the date, i.e.
getStartTimeOfDayMills(Date, Locale, TimeZone) - Static method in class com.cmobilecom.af.util.DateUtil
Get the start time of the date, i.e.
getStartTimeOfMonth(Date, Calendar) - Static method in class com.cmobilecom.af.util.DateUtil
Get the start time of the month, i.e.
getStartTimeOfMonth(Date, Locale, TimeZone) - Static method in class com.cmobilecom.af.util.DateUtil
Get the start time of the month, i.e.
getStartTimeOfYear(int, Calendar) - Static method in class com.cmobilecom.af.util.DateUtil
Get the start time of the year, i.e.
getStartTimeOfYear(int, Locale, TimeZone) - Static method in class com.cmobilecom.af.util.DateUtil
Get the start time of the year, i.e.
getStartTimeOfYear(Date, Calendar) - Static method in class com.cmobilecom.af.util.DateUtil
Get the start time of the year, i.e.
getStartTimeOfYear(Date, Locale, TimeZone) - Static method in class com.cmobilecom.af.util.DateUtil
Get the start time of the year, i.e.
getStaticVariableValue(Class, String) - Static method in class com.cmobilecom.af.util.ClassUtil
Get static variable value.
getStatisticsEntity() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Get the statistics entity for whole result set.
getStatisticsEntity() - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Get the statistics entity for all the entities.
getStatisticsEntityProperty(String) - Method in interface com.cmobilecom.af.test.api.EntityListBean
Get the property with the name of the statistics entity.
getStatisticsMismatchedValue(String) - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Get the statistics value of the property.
getStatisticsProperties(PersistenceDataBackingBean<T>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get the statistics properties that will be computed in the list view.
getStatisticsRowLabel() - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
If entity list view supports statistics row, get the label for the row.
getStatisticsValueString() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get the statistics value of this property for the whole entity list of EntityListBackingBean.
getStatisticsValueString() - Method in class com.cmobilecom.af.model.property.EntityPropertyGroup
Get statistics data of child properties
getStatus() - Method in interface com.cmobilecom.af.entity.security.User
Get user status
getStdoutCharset() - Method in class com.cmobilecom.af.util.db.CommandDialectItem
Get the charset of stdout file
getStdoutFile() - Method in class com.cmobilecom.af.util.db.CommandDialectItem
Get output file path to store command stdout.
getStepFlow() - Method in interface com.cmobilecom.af.model.nav.Step
Get the StepFlow to which this Step belongs.
getStyle() - Method in interface com.cmobilecom.af.entity.FormDesign
Get style sheet for the layout HTML code
getStyle() - Method in class com.cmobilecom.af.model.bean.ColumnHeaders.Node
Get node inline style.
getStyleClass() - Method in class com.cmobilecom.af.model.bean.BackingBean
Get bean style class.
getStyleClass() - Method in class com.cmobilecom.af.model.bean.ColumnHeaders.Node
Get node style class.
getStyleClass() - Method in class com.cmobilecom.af.model.bean.ViewConfig
Get bean style class
getStyleClass() - Method in class com.cmobilecom.af.model.container.ContainerBean
Get containerBean styleClass that is associated with containerBean name and responsive type(mobile or desktop).
getStyleClass() - Method in class com.cmobilecom.af.model.container.MenuSubTreeInfo
Get the style class for the menu bean of the sub menu.
getStyleClass() - Method in class com.cmobilecom.af.model.menu.MenuNode
Get menu node style class
getStyleClass() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get property style class.
getStyleClass() - Method in class com.cmobilecom.af.model.view.TabView
Get the style class of this TabView in addition to default style classes.
getStyleClass() - Method in class com.cmobilecom.af.web.module.BeanViewEncoder
Get the style class that will be set in the root element of the bean.
getStyleClass() - Method in class com.cmobilecom.af.web.module.PersistenceDataBeanViewEncoder
 
getStyleClass(boolean) - Method in class com.cmobilecom.af.model.bean.BackingBean
Get style class.
getStyleClassByNamePath(boolean) - Method in class com.cmobilecom.af.model.property.EntityProperty
Get property styleClass by its name path.
getStyleClassByNamePath(String, boolean) - Static method in class com.cmobilecom.af.model.property.EntityProperty
Get the property style class by name path
getStyleNumber() - Method in class com.cmobilecom.af.model.property.RenderStyle
Get style number.
getSubArray(byte[], int, int) - Static method in class com.cmobilecom.af.util.BytesUtil
Get sub array with the range
getSubgraph(String) - Method in class com.cmobilecom.af.session.EntityFetchGraph
 
getSubgraph(String) - Method in class com.cmobilecom.af.session.EntityJoinGraph
Get the subgraph for the property.
getSubject() - Method in interface com.cmobilecom.af.entity.system.MailTemplate
Get email subject
getSubject() - Method in interface com.cmobilecom.af.model.mail.EmailRequest
Get email subject
getSubject(EmailRequest) - Static method in class com.cmobilecom.af.model.mail.SendMail
Get subject with sender info appended (for regular users).
getSubjectEncoding() - Method in interface com.cmobilecom.af.model.mail.EmailRequest
Get email subject encoding
getSubList(List<T>, List<Integer>) - Static method in class com.cmobilecom.af.util.CollectionUtil
Get subList by indexes
getSuccessMessages() - Method in class com.cmobilecom.af.entity.ActionDescriptor
Get the list of messages for display after the action is successfully completed.
getSumOfProperty(QueryCriteria<T, T>, String) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Get sum of the property.
getSumOfProperty(QueryCriteria<T, T>, String) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
getSumOfProperty(Class<T>, CriteriaElement[], String) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Get the sum of the property.
getSumOfProperty(Class<T>, CriteriaElement[], String) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
getSupportedLocales() - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Get the supported locales for the current bound InstanceType.
getSupportedLocales() - Method in class com.cmobilecom.af.model.module.InstanceType
Get supported locales, which is specified as parameter SystemConfig.PARAM_SUPPORTED_LOCALES whose value is LanguageRange list.
getSupportedLocaleSelectItems(InstanceType, boolean) - Static method in class com.cmobilecom.af.model.property.SelectItemListProvider
Get supported locale selectItems for the instanceType, which is configured in systemConfig.xml.
getSwitchCases() - Method in interface com.cmobilecom.af.session.criteria.CriteriaSwitch
Get a list of switch cases where one of them can be the case for otherwise condition.
getSysAdminPassword() - Method in class com.cmobilecom.af.util.db.DbConfig
Get database system admin password
getSysAdminUsername() - Method in class com.cmobilecom.af.util.db.DbConfig
Get database system admin username
getSystemDataAccessUnit() - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Get the data access unit for system instance.
getSystemEntityImportDescriptor(TypedMenuNodeFactory) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Whether importing system defined entities is supported?
getSystemEntityImportDescriptor(TypedMenuNodeFactory) - Method in class com.cmobilecom.af.model.formdesign.FormDesignBean
 
getSystemEntityImportRepositoryDir(String, Class) - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Get the repository location to find entity data files for import.
getSystemInstance() - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Get the singleton system instance.
getSystemInstanceCache() - Static method in class com.cmobilecom.af.model.InstanceCache
Get the InstanceCache for the system instance.
getSystemInstanceType() - Method in class com.cmobilecom.af.model.system.SystemConfig
Get the InstanceType that is system.
getSystemModuleTest() - Method in class com.cmobilecom.af.test.api.InstanceTest
Get the system module test.
getSystemPassword() - Static method in class com.cmobilecom.af.test.api.Configurations
Get the password of system user.
getSystemProperties() - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Get conf/system.properties under "cmobilecom.home" directory.
getSystemPropertyRequired() - Method in class com.cmobilecom.af.model.module.AbstractModule
 
getSystemPropertyRequired() - Method in interface com.cmobilecom.af.model.module.Module
Get the system property that must be defined to enable this module.
getSystemUsername() - Static method in class com.cmobilecom.af.test.api.Configurations
Get the username of system user.
getSystemUserProfile() - Method in class com.cmobilecom.af.test.api.InstanceTypeTest
Get system user profile.
getSystemUserQueryElement(String) - Static method in class com.cmobilecom.af.model.security.UserBean
Get the propertyQueryElement to add system user restriction.
getSystemUserSessionTimeout() - Method in interface com.cmobilecom.af.entity.system.Parameters
Get session timeout for system users.
getTableInfo(EntityListBackingBean<T>, boolean) - Static method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Calculate table row count including padding blank entities.
getTableRowIndex(T) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Get the row index of the entity in current page
getTabTitleStyleClass() - Method in class com.cmobilecom.af.model.view.TabViewBase
Get tab title style class
getTabView() - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Get the TabView for rendering properties or entities in a tab view.
getTabView(boolean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Get the tabView for rendering properties or entities in a tab view.
getTarget() - Method in class com.cmobilecom.af.model.behavior.VisitTarget
Get the target for the insertBefore and insertAfter.
getTarget() - Method in class com.cmobilecom.af.model.property.RenderStyle
Get the target for output link or command link.
getTargetContainerBean() - Method in class com.cmobilecom.af.model.behavior.PartialBehavior.ContainerRenderRegions
Get the target containerBean to show backing beans.
getTargetContainerBean(boolean) - Method in class com.cmobilecom.af.model.behavior.PartialBehavior.ContainerRenderRegions
Get target containerBean.
getTargetMenuBean() - Method in class com.cmobilecom.af.model.menu.MenuNodeContextMenuBean
Get the menu bean of the target menu node.
getTargetMenuNode() - Method in class com.cmobilecom.af.model.dialog.ProgressBean
Get the target menuNode whose command execution progress will be tracked
getTargetMenuNode() - Method in class com.cmobilecom.af.model.menu.MenuNodeContextMenuBean
Get the target menu node of this context menu.
getTargetMenuNodeFactory() - Method in class com.cmobilecom.af.model.menu.MenuNodeContextMenuBean
Get the factory of target menu node of this context menu.
getTargetProperty() - Method in class com.cmobilecom.af.model.property.EntityRetypeProperty
Get the target property.
getTemporalType() - Method in class com.cmobilecom.af.model.property.RenderStyle
Get temporal type for inputDate.
getTestClock() - Method in class com.cmobilecom.af.test.api.InstanceTypeTest
Get test clock.
getTestClock() - Method in class com.cmobilecom.af.test.api.ModuleTest
Get the test clock to the associated InstanceTypeTest, and set the ContainerBean of this moduleTest.
getTestConfig() - Method in class com.cmobilecom.af.test.api.PageResource
Get the associated TestConfig.
getTestConfig() - Method in class com.cmobilecom.af.test.api.TestBase
Get testConfig.
getText() - Method in class com.cmobilecom.af.entity.form.Question
Get the text of this question.
getTextExpressionResolver(DataAccessUnit) - Method in class com.cmobilecom.af.model.module.AbstractModule
 
getTextExpressionResolver(DataAccessUnit) - Method in interface com.cmobilecom.af.model.module.Module
Get the TextExpressionResolver that will be used to resolve expressions in the parameter values.
getTextExpressionResolvers() - Method in interface com.cmobilecom.af.model.container.PageObjectResolver
Get text expression resolvers.
getTextExpressionResolvers(DataAccessUnit) - Method in class com.cmobilecom.af.model.module.ModuleNode
Get the list of text expression resolvers from this module node to the root, which are used to resolve expressions in parameter values.
getTheme() - Method in interface com.cmobilecom.af.entity.system.Parameters
Get the theme.
getTheme() - Method in class com.cmobilecom.af.test.api.InstanceTest.Parameters
Get theme
getThemeEnabled() - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Whether tabular theme is enabled? If enabled, a tabular theme will be rendered for entity or entity list view.
getThreadPoolAsString() - Static method in class com.cmobilecom.af.model.mail.SendMail
Get thread pool as string.
getTimestamp() - Method in interface com.cmobilecom.af.entity.system.SystemLog
Get the logging timestamp.
getTimeStyle() - Method in class com.cmobilecom.af.model.property.RenderStyle
Get time style for timestamp.
getTimeZone() - Method in interface com.cmobilecom.af.entity.system.Parameters
Get the time zone of the associated DataAccessUnit.
getTimeZone() - Method in class com.cmobilecom.af.model.bean.BackingBean
Get the time zone of current bound instance.
getTimeZone() - Method in class com.cmobilecom.af.test.api.InstanceTest.Parameters
Get time zone such as "America/New_York"
getTimeZone() - Method in class com.cmobilecom.af.test.api.ManageCenter
Get the timeZone set in Parameter.
getTimeZone(BackingBeanContext, Parameters) - Method in class com.cmobilecom.af.model.bean.DataConverter
Get the time zone of associated DataAccessUnit.
getTimeZoneId() - Method in class com.cmobilecom.af.model.bean.BackingBean
Get the time zone id of current bound instance.
getTimeZoneSelectItems(List<String>, boolean, Locale, boolean) - Static method in class com.cmobilecom.af.model.property.SelectItemListProvider
Get time zone select items.
getTitle() - Method in class com.cmobilecom.af.model.bean.BackingBean
Get bean title.
getTitle() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get title.
getTitle() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Get title.
getTitle() - Method in class com.cmobilecom.af.model.bean.ViewConfig
Get the title of its BackingBean that overrides its default title, if not null.
getTitle() - Method in class com.cmobilecom.af.model.chart.Chart
Get chart title
getTitle() - Method in class com.cmobilecom.af.model.container.ContainerBean
Get the title of the view backed by this ContainerBean, which is usually shown on the top of a page.
getTitle() - Method in class com.cmobilecom.af.model.container.MenuSubTreeInfo
Get the menuBean title if sub menu is shown separately as a MenuBean
getTitle() - Method in class com.cmobilecom.af.model.container.PageInfo
Get page title
getTitle() - Method in class com.cmobilecom.af.model.dialog.DialogBean
Get dialog title.
getTitle() - Method in class com.cmobilecom.af.model.menu.MenuNode
Get title that is used as tooltip when mouse over.
getTitle() - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Get the title of the bean that owns this EntityDataSource
getTitle() - Method in class com.cmobilecom.af.model.pagination.MemoryEntityList
 
getTitle() - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Get the title of this PageableEntityList as the title of its EntityListBackingBean.
getTitle() - Method in class com.cmobilecom.af.model.pagination.QueryCriteriaEntityList
 
getTitle() - Method in class com.cmobilecom.af.session.QueryCriteria
Get query result title that will be displayed if shown
getTitle() - Method in interface com.cmobilecom.af.test.api.DialogBean
Get title.
getTitle() - Method in interface com.cmobilecom.af.test.api.MessageItem
Get message title
getTitle() - Method in interface com.cmobilecom.af.test.api.PersistenceDataBean
Get title
getTitleFromMenuNodePath(MenuNode) - Method in class com.cmobilecom.af.model.menu.MenuNodeFactory
Get the title from the path from its top menu node under root to the menu node.
getTo() - Method in interface com.cmobilecom.af.entity.system.MailTemplate
Get email receiver addresses separated by comma.
getTo() - Method in interface com.cmobilecom.af.model.mail.EmailRequest
Get email recipients, separated by comma.
getToggleOrientation() - Method in class com.cmobilecom.af.model.view.PanelView
Get toggle orientation: vertical or horizontal.
getTokenNumber() - Method in interface com.cmobilecom.af.entity.security.AccessToken
Get token number.
getToolbarMenuBean() - Method in interface com.cmobilecom.af.test.api.ContainerBean
Get toolbar menu bean.
getToolbarMenuBean() - Method in class com.cmobilecom.af.test.api.ManageCenter
Get toolbar menu bean.
getTooltip() - Method in interface com.cmobilecom.af.test.api.EntityProperty
Get the toolTip of this property if any.
getTopMenuNodeCount() - Method in class com.cmobilecom.af.model.menu.MenuBean
Get the number of top menu nodes.
getTopMenuNodes() - Method in class com.cmobilecom.af.model.menu.MenuBean
Get top menu nodes of this menu bean.
getTopMenuNodes() - Method in interface com.cmobilecom.af.test.api.MenuBean
Get the top menu nodes under invisible root.
getTopModuleNodes() - Method in class com.cmobilecom.af.model.module.InstanceType
Get top module nodes directly under root.
getTopPersistentDataType(Class<T>) - Method in class com.cmobilecom.af.entity.TypeMapping
Get the mapped DataType for the top level persistent type of the entityType.
getTopPersistentEntityType(Class<T>) - Method in class com.cmobilecom.af.entity.TypeMapping
Get top level persistent entity type in the entity class hierarchy tree.
getTopTypedMenuNode(MenuNodeFactoryContext, Class) - Method in class com.cmobilecom.af.model.menu.MenuBean
Get the top typed menu node of the type with the context.
getTopTypedMenuNodes(Class) - Method in class com.cmobilecom.af.model.menu.MenuBean
Get all the top typed menu nodes of the entity type
getTotalLogins() - Method in interface com.cmobilecom.af.entity.security.UserClient
Get the total number of logins from this device since registration.
getTotalTableColumns(List<EntityProperty<T>>, EntityListViewConfig) - Static method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Get the total table columns for the list of entity properties supporting amountDigits.
getToURL() - Method in class com.cmobilecom.af.model.container.Redirect
Get the redirect URL before parameter operations are executed.
getTransaction(DataAccessUnit) - Method in interface com.cmobilecom.af.model.ModelFactory
Get the transaction for the instance.
getTransactionListener(ActionDescriptor) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get the TransactionListener for create/delete/applyChange.
getTransactionListener(Class<? extends TransactionListener>) - Static method in class com.cmobilecom.af.model.phase.TransactionManager
Get the TransactionListener of the specified type for current thread.
getTransactionListeners() - Static method in class com.cmobilecom.af.model.phase.TransactionManager
Get transaction listeners for current thread.
getTransformedResultDataDescriptor() - Method in class com.cmobilecom.af.session.QueryCriteria
Get the DataDescriptor that describes the query results that have been transformed by its QueryResultTransformer(s) if any.
getTreeView() - Method in class com.cmobilecom.af.model.menu.MenuViewConfig
Get tree options for Tree menuStyle.
getTreeView(boolean) - Method in class com.cmobilecom.af.model.menu.MenuViewConfig
Get tree options for Tree menuStyle.
getTrigger() - Method in class com.cmobilecom.af.model.view.Overlay
Get the trigger UI element that will trigger the menu on the trigger event.
getTriggerEvent() - Method in class com.cmobilecom.af.model.view.Overlay
Get the event to trigger the widget to show.
getTrimScopes() - Method in class com.cmobilecom.af.model.property.EntityFormBeanProperty
Get the trim scopes for removing entities according to nullAsDeleteProperties.
getTrusted() - Method in interface com.cmobilecom.af.entity.security.UserClient
Is the client device trusted by the user?
getTrustedUserClient(User) - Method in class com.cmobilecom.af.model.security.LoginBean
Get trusted user client for current request.
getTrustThisDevice() - Method in interface com.cmobilecom.af.model.security.LoginForm
Whether to trust the device from which to login? If the device is not trusted, the 2nd-step verification will be required no matter whether it is a new device.
getTwoStepAuth() - Method in interface com.cmobilecom.af.entity.system.SecuritySettings
Is two-step user authentication enabled?
getType() - Method in class com.cmobilecom.af.entity.ActionDescriptor
Get action type that is a ActionDescriptor.Type enum value
getType() - Method in interface com.cmobilecom.af.entity.attr.EntityAttr
Get type
getType() - Method in class com.cmobilecom.af.entity.attr.EntityAttrBase
 
getType() - Method in interface com.cmobilecom.af.entity.FormDesign
Get the type that can be null.
getType() - Method in interface com.cmobilecom.af.entity.security.User
Get user type.
getType() - Method in interface com.cmobilecom.af.entity.system.MailTemplate
Get the type of this MailTemplate.
getType() - Method in interface com.cmobilecom.af.entity.system.Page
Get page type defined by modules.
getType() - Method in interface com.cmobilecom.af.entity.system.SystemLog
Get the type of the action such as create, delete, applyChange.
getType() - Method in class com.cmobilecom.af.model.bean.ColumnHeaders.Node
Get node type
getType() - Method in class com.cmobilecom.af.model.bean.EntityDeletionDescriptor
Get type.
getType() - Method in class com.cmobilecom.af.model.container.PageContentEvent
Get event type
getType() - Method in class com.cmobilecom.af.model.container.Redirect.ParamOp
Get the type of parameter operation such as addAll, add, remove.
getType() - Method in class com.cmobilecom.af.model.entimport.SystemEntityImportBean.DataSourceEntry
Get type.
getType() - Method in class com.cmobilecom.af.model.menu.TypeDescriptor
Get the entity type to describe.
getType() - Method in class com.cmobilecom.af.model.module.MultiTenant
Get type
getType() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get property type.
getType() - Method in class com.cmobilecom.af.model.property.NumberDescriptor
Get type such as currency, percentage
getType() - Method in class com.cmobilecom.af.model.query.RangeEntityProperty
 
getType() - Method in class com.cmobilecom.af.model.report.ReportQueryForm
Get report type that determines the date periods from the period and period count.
getType() - Method in class com.cmobilecom.af.model.system.AccessControlItem
Get the type such as USER, SUSER, PUBLIC.
getType() - Method in class com.cmobilecom.af.model.system.DataAccessUnit
Get the type of this DataAccessUnit.
getType() - Method in interface com.cmobilecom.af.test.api.ContainerBean
Get container type.
getType() - Method in interface com.cmobilecom.af.test.api.MessageItem
Get message type.
getTypeAccessControl(Class) - Method in class com.cmobilecom.af.model.system.ModuleAccessControl
Get the access control for the entity type.
getTypeConverter() - Method in class com.cmobilecom.af.model.property.EntityFormBeanProperty
Get type converter.
getTypeDescriptorForSelectDialog(PersistenceDataBackingBean<M>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get the TypeDescriptor for showing query and entities of the entityType of this EntityBackingBean in a select dialog
getTypeDisplayName(Class) - Static method in class com.cmobilecom.af.model.util.BeanUtil
Get entity type display name (single, not plural)..
getTypeDisplayName(Class, boolean, ResourceBundle) - Static method in class com.cmobilecom.af.model.util.BeanUtil
Get entity type display name.
getTypedMenuNodeFactoryContext() - Method in class com.cmobilecom.af.model.nav.EntityDataSource
getTypedMenuNodeFactoryViewConfig() - Method in class com.cmobilecom.af.model.menu.TypeDescriptor
Get the ViewConfig for the TypedMenuNodeFactory that is responsible for creating menu nodes for the entity type.
getTypeMapping() - Method in interface com.cmobilecom.af.entity.InstanceFactory
Get TypeMapping that is a singleton.
getTypeModuleName(Class) - Method in class com.cmobilecom.af.entity.TypeMapping
Get the name of the module that defines the entity type.
getTypeName() - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactoryContext
Get entity type name that will override default.
getTypeName() - Method in class com.cmobilecom.af.test.api.IdRuleEntityType
Get type name.
getTypeName(boolean) - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactory
Get type name of the associated entity type.
getTypeName(InstanceType, TypedMenuNodeFactoryContext, Class<T>, boolean) - Static method in class com.cmobilecom.af.model.util.BeanUtil
Get the entity type name.
getTypeName(T, boolean) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get entity type name.
getTypeOrMemberType(EntityProperty<T>) - Static method in class com.cmobilecom.af.model.property.EntityProperty
Get property type or member type if the property value is a collection.
getTypePluralName() - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactoryContext
Get entity type plural name that will override default.
getTypePluralName(Class) - Static method in class com.cmobilecom.af.model.util.BeanUtil
Get entity type plural name.
getTypeSingularName(Class) - Static method in class com.cmobilecom.af.model.util.BeanUtil
Get entity type singular name.
getUiView() - Method in class com.cmobilecom.af.model.bean.Component
Get the UIView object that is defined by UI layer such as web, android.
getUiView(boolean) - Method in class com.cmobilecom.af.model.bean.Component
Get the UIView object that is defined by UI layer such as web, android.
getUiView(Component) - Method in interface com.cmobilecom.af.model.ModelFactory
Get the UIView object of the component, which is defined by UI layer such as web, android.
getUniqueKeyRestrictions(T, boolean) - Static method in class com.cmobilecom.af.model.bean.UniqueKeyUtil
Get the unique key restrictions for the entity.
getUniqueKeyRestrictions(T, String[], Object[], boolean, String) - Static method in class com.cmobilecom.af.model.bean.UniqueKeyUtil
Get the query restrictions to retrieve other persisted entities with the same uniqueKey property values to validate the entity uniqueness.
getUniqueKeys(Class) - Static method in class com.cmobilecom.af.model.bean.UniqueKeyUtil
Get the UniqueKeys annotation of the entity type, supporting type inheritance.
getUniqueKeyWithProperty(Class, String) - Static method in class com.cmobilecom.af.model.bean.UniqueKeyUtil
Get the first UniqueKey annotation that includes the property.
getUnparsedExpression() - Method in class com.cmobilecom.af.util.expr.Expression
Get the unparsed expression that is a string.
getUnresolvedExecuteTargets() - Method in class com.cmobilecom.af.model.behavior.PartialBehavior
Get unresolved execute targets such as VisitTarget.ENTITY_LIST_ROW and VisitTarget.BACKING_BEAN.
getUnresolvedRenderTargets() - Method in class com.cmobilecom.af.model.behavior.PartialBehavior
Get unresolved render targets such as VisitTarget.ENTITY_LIST_ROW and VisitTarget.BACKING_BEAN.
getUploadedFile() - Method in class com.cmobilecom.af.model.entimport.FileUploadDataSource
Get uploaded file
getUploadedFile() - Method in class com.cmobilecom.af.model.property.EntityFileUploadProperty
Get the uploaded file for simple mode in which only a single file can be uploaded.
getUploadedFiles() - Method in class com.cmobilecom.af.model.entimport.FileUploadEntityImport
Get the list of uploaded files
getUploadedFiles() - Method in class com.cmobilecom.af.model.lob.FileUpload
Get uploaded files
getUploadedFiles() - Method in class com.cmobilecom.af.model.property.EntityFileUploadProperty
Get uploaded files
getUploadMaxFileSize() - Method in interface com.cmobilecom.af.entity.system.Parameters
Get file upload maximum size, e.g., 20M, 1G.
getUploadMaxFileSize(InstanceType) - Method in class com.cmobilecom.af.model.system.SystemConfig
Get the max upload file size for the InstanceType.
getUploadRepositoryDir(QueryDescriptor) - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Get file upload repository to store uploaded files.
getUploadSpaceSize(InstanceType) - Method in class com.cmobilecom.af.model.system.SystemConfig
Get the upload space size for the InstanceType.
getURIAndQueryString(HttpServletRequest, Set<String>) - Static method in class com.cmobilecom.af.web.module.UrlUtil
Get request URI and queryString without domain and contextPath.
getUriComponent() - Method in interface com.cmobilecom.af.entity.system.Page
Get uriComponent that is part of page URL.
getUriPath() - Method in interface com.cmobilecom.af.entity.system.Page
Get friendly name of URI path.
getUriSuffix() - Method in interface com.cmobilecom.af.entity.system.Page
Get the page URI suffix such as .page
getUrl() - Method in class com.cmobilecom.af.model.module.InstanceType
Get the main URL from the first domain, including contextPath.
getURL(boolean, boolean, String...) - Method in class com.cmobilecom.af.model.container.ViewInfo
Get the relative URL without protocol, domain and port, excluding the specified parameters.
getURL(PersistenceDataBackingBean<E>, T) - Method in class com.cmobilecom.af.model.lob.LobBean
Get the URL of the Lob entity for the backing bean.
getURL(PersistenceDataBackingBean<E>, T) - Method in class com.cmobilecom.af.model.lob.LobBeanBase
Get the URL of the Lob entity.
getURL(String, Map<String, String>, boolean) - Method in class com.cmobilecom.af.model.util.RequestHelper
Get the URL by adding the uri and parameters.
getURL(HttpServletRequest) - Static method in class com.cmobilecom.af.web.module.UrlUtil
Get request URL that contains queryString.
getURL(HttpServletRequest, Boolean, Integer, Integer) - Static method in class com.cmobilecom.af.web.module.UrlUtil
Get request URL that contains queryString.
getURL(HttpServletRequest, String, Boolean, Integer, Integer) - Static method in class com.cmobilecom.af.web.module.UrlUtil
Get request URL that contains queryString.
getURL(HttpServletRequest, String, String) - Static method in class com.cmobilecom.af.web.module.UrlUtil
Get the absolute URL with the pageName and query string.
getURL(HttpServletRequest, String, Map<String, String>, boolean) - Static method in class com.cmobilecom.af.web.module.UrlUtil
Get the absolute URL with the pageName and parameters.
getURLPrefix(boolean) - Method in class com.cmobilecom.af.model.util.RequestHelper
Get request URL prefix from protocol to context path.
getURLPrefix(String, boolean) - Method in class com.cmobilecom.af.model.util.RequestHelper
Get request URL from protocol to contextPath.
getURLPrefix(HttpServletRequest, boolean) - Static method in class com.cmobilecom.af.web.module.UrlUtil
Get request URL from protocol to servlet contextPath.
getURLPrefix(HttpServletRequest, String, boolean, Boolean, Integer, Integer) - Static method in class com.cmobilecom.af.web.module.UrlUtil
Get request URL from protocol to servlet contextPath.
getUser() - Method in interface com.cmobilecom.af.entity.form.Response
Get the user who submitted this response.
getUser() - Method in interface com.cmobilecom.af.entity.security.UserClient
Get the associated user.
getUser() - Method in interface com.cmobilecom.af.entity.system.SystemLog
Get the user who took the action to be logged
getUser() - Method in interface com.cmobilecom.af.entity.system.UserOptions
Get the user who owns this userOptions.
getUser() - Method in class com.cmobilecom.af.model.security.AuthResult
Get the user if username and password match.
getUser(Long, boolean) - Method in class com.cmobilecom.af.model.security.UserEntityAccessor
Get the user with the id.
getUser(String, boolean) - Method in class com.cmobilecom.af.model.security.UserEntityAccessor
Get the user with the username.
getUserActivate() - Method in interface com.cmobilecom.af.entity.system.Parameters
Is user activation required for self-registration?
getUserAgent() - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Get current user agent.
getUserAgentHeader() - Method in interface com.cmobilecom.af.model.util.UserAgent
Get the User-Agent request header
getUserByLoginId(String, boolean) - Method in class com.cmobilecom.af.model.security.UserEntityAccessor
Get the user with the login id.
getUserClient() - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Get user client.
getUserClientTrusted() - Method in class com.cmobilecom.af.model.security.AuthResult
Is user client device trusted?
getUserData() - Method in class com.cmobilecom.af.model.menu.MenuNode
Get user data that can be any object used by action handler.
getUserData(String) - Method in class com.cmobilecom.af.model.container.ViewInfo
Get the user data with the name.
getUserData(String) - Method in class com.cmobilecom.af.session.QueryCriteria
Get user data by key.
getUserDataMap() - Method in class com.cmobilecom.af.session.QueryCriteria
Get the map of user data (key/value pairs).
getUserHost() - Method in class com.cmobilecom.af.util.db.DbConfig
Get the name of the host from which the user can access the database.
getUsername() - Method in interface com.cmobilecom.af.entity.security.ActivateCode
Get the username of the user who can be activated using this code.
getUsername() - Method in interface com.cmobilecom.af.entity.security.ResetPassword
Get the username associated with the email address.
getUsername() - Method in interface com.cmobilecom.af.entity.security.User
Get username
getUsername() - Method in interface com.cmobilecom.af.model.security.LoginForm
Get login username
getUsername() - Method in class com.cmobilecom.af.test.api.InstanceTypeTest.UserProfile
Get username.
getUsername() - Method in class com.cmobilecom.af.util.db.DbConfig
Get the username for connecting to the schema
getUsername() - Method in class com.cmobilecom.af.util.db.DbConfig.JdbcConfig
Get the database connection username for the JDBC configuration
getUsernameFromEmail(String) - Method in class com.cmobilecom.af.model.security.UserEntityAccessor
Get the username of the user that has the email address.
getUsernamePrefixForAvailableUserNumber() - Method in class com.cmobilecom.af.test.api.InstanceTypeTest
Get username prefix for getting the next available user number.
getUserProfile(UserIdentifier) - Method in class com.cmobilecom.af.test.api.InstanceTypeTest
Get userProfile.
getUserProfile(UserIdentifier) - Method in class com.cmobilecom.af.test.api.ModuleTest
Get the user profile.
getUserProfile(String) - Method in class com.cmobilecom.af.test.api.InstanceTypeTest
Get user profile from username.
getUserRegister() - Method in interface com.cmobilecom.af.entity.system.Parameters
Is user self-registration enabled?
getUserRegisterUtil(InstanceTypeTest) - Method in interface com.cmobilecom.af.test.api.PageLoader
Get util for user registration.
getUserShowStyle() - Method in class com.cmobilecom.af.model.property.RenderStyle
Get the style for showing value of user
getUserTransaction() - Static method in class com.cmobilecom.af.model.phase.TransactionManager
Get user transaction for the calling thread
getValidationDelayed() - Method in class com.cmobilecom.af.model.bean.PropertyDescriptor
Whether property validation is delayed? validationDelayed is recursive.
getValue() - Method in interface com.cmobilecom.af.entity.attr.EntityAttrOption
Get option value.
getValue() - Method in class com.cmobilecom.af.entity.attr.EntityAttrOptionBase
 
getValue() - Method in interface com.cmobilecom.af.entity.attr.EntityAttrValue
Get the attribute value.
getValue() - Method in class com.cmobilecom.af.entity.attr.EntityAttrValueBase
 
getValue() - Method in class com.cmobilecom.af.entity.form.Answer
Get answer value.
getValue() - Method in class com.cmobilecom.af.entity.form.Option
Get option value that is invisible.
getValue() - Method in interface com.cmobilecom.af.entity.i18n.EntityI18N
Get the property value for the locale.
getValue() - Method in class com.cmobilecom.af.entity.i18n.EntityI18NBase
 
getValue() - Method in class com.cmobilecom.af.model.container.Redirect.ParamOp
Get parameter value.
getValue() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get property value without any conversion.
getValue() - Method in class com.cmobilecom.af.model.property.NameValuePair
Get the value of this NameValuePair
getValue() - Method in class com.cmobilecom.af.model.property.SelectItem
Get item value
getValue() - Method in interface com.cmobilecom.af.session.criteria.CriteriaHint
Get hint value
getValue() - Method in interface com.cmobilecom.af.session.criteria.CriteriaLiteral
Get literal value
getValue() - Method in class com.cmobilecom.af.session.criteria.CriteriaSwitch.SwitchCase
Get case value when the condition is evaluated to be true.
getValue() - Method in interface com.cmobilecom.af.test.api.EntityProperty
Get property value for input text, password, textArea or text in showing mode.
getValue() - Method in class com.cmobilecom.af.util.expr.ExprValue
Get the wrapped value
getValue(String) - Method in class com.cmobilecom.af.model.InstanceCache
Get the value for the key.
getValue(String) - Method in interface com.cmobilecom.af.util.expr.VariableResolver
Get the variable value.
getValue(T) - Method in class com.cmobilecom.af.model.property.EntityProperty
Get property value without any conversion from the entity
getValue(T) - Method in class com.cmobilecom.af.model.query.RangeEntityProperty
 
getValueAsObject(EntityProperty<T>, String) - Method in class com.cmobilecom.af.model.property.EscapeTextConverter
 
getValueAsObject(EntityProperty<T>, String) - Method in interface com.cmobilecom.af.model.property.ValueConverter
Convert string value to property type.
getValueAsObject(EntityProperty<T>, String) - Method in class com.cmobilecom.af.model.report.PeriodConverter
 
getValueAsString(EntityProperty<T>, T) - Method in class com.cmobilecom.af.model.property.EscapeTextConverter
Convert the plain text for display on web page.
getValueAsString(EntityProperty<T>, T) - Method in interface com.cmobilecom.af.model.property.ValueConverter
Convert property value to string.
getValueAsString(EntityProperty<T>, T) - Method in class com.cmobilecom.af.model.report.PeriodConverter
 
getValueAutoComplete() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get property value for autoComplete component.
getValueBigDecimal() - Method in class com.cmobilecom.af.util.expr.ExprValue
Get the wrapped value as a BigDecimal value
getValueBoolean() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get property value as Boolean.
getValueBoolean() - Method in class com.cmobilecom.af.util.expr.ExprValue
Get the wrapped value as a Boolean value
getValueBoolean(T) - Method in class com.cmobilecom.af.model.property.EntityProperty
Get property value as Boolean from the entity.
getValueBoolean(T) - Method in class com.cmobilecom.af.model.property.EntitySelectionProperty
 
getValueChangePartialBehavior(boolean) - Method in class com.cmobilecom.af.model.property.EntityProperty
Get the PartialBehavior for the valueChange event.
getValueConverter() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get value converter between string and property type.
getValueDate() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get property value as Date.
getValueDate(ZoneId) - Method in interface com.cmobilecom.af.test.api.EntityProperty
Get property value as Date
getValueDate(T) - Method in class com.cmobilecom.af.model.property.EntityProperty
Get property value as Date from the entity.
getValueFromInnerMap(K, N) - Method in class com.cmobilecom.af.model.util.MapOfMap
Get the value from inner map with the name as key.
getValueInt() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get property value as Integer.
getValueInt(T) - Method in class com.cmobilecom.af.model.property.EntityProgressProperty
Get completed percentage from 0 to 100.
getValueInt(T) - Method in class com.cmobilecom.af.model.property.EntityProperty
Get property value as Integer from the entity.
getValueInteger() - Method in interface com.cmobilecom.af.test.api.EntityProperty
Get property value EntityProperty.getValue() as integer.
getValueInternal(boolean) - Method in class com.cmobilecom.af.model.property.EntityProperty
Get property value.
getValueInternal(T, boolean) - Method in class com.cmobilecom.af.model.property.EntityCollectionProperty
Get value by render style: a list of values for SelectMany, string value for input/outText.
getValueInternal(T, boolean) - Method in class com.cmobilecom.af.model.property.EntityHierarchyProperty
 
getValueInternal(T, boolean) - Method in class com.cmobilecom.af.model.property.EntityProperty
Get property value.
getValueInternal(T, boolean) - Method in class com.cmobilecom.af.model.query.CheckNotNullProperty
 
getValueInternal(T, boolean) - Method in class com.cmobilecom.af.model.query.DistanceEntityProperty
 
getValueList() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get property value as a list of string from current entity that can be bound to UI select many component.
getValueList(T) - Method in class com.cmobilecom.af.model.property.EntityCollectionProperty
Get property value list for render style: select many.
getValueList(T) - Method in class com.cmobilecom.af.model.property.EntityProperty
Get value as a list of string from the entity.
getValueLong() - Method in class com.cmobilecom.af.util.expr.ExprValue
Get the wrapped value as a Long value
getValueObject() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get property value without conversion.
getValueObject(T) - Method in class com.cmobilecom.af.model.property.EntityProperty
Get property value without conversion.
getValues() - Method in class com.cmobilecom.af.model.chart.ChartSeries
Get the series values
getValueSeriesList() - Method in class com.cmobilecom.af.model.report.ReportEntity
Get the list of value series that may contain total/percentage columns and totalRow.
getValueSeriesNames() - Method in class com.cmobilecom.af.model.report.ReportEntity
Get the names of the value series
getValueString() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get property value as a string.
getValueString() - Method in class com.cmobilecom.af.util.expr.ExprValue
Get the wrapped value as a String value
getValueString(T) - Method in class com.cmobilecom.af.model.property.EntityCollectionProperty
get display value
getValueString(T) - Method in class com.cmobilecom.af.model.property.EntityProperty
Get property value as string
getValueStringNative() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get property value as string for select items without localization using resource bundle.
getValueStringNative(T) - Method in class com.cmobilecom.af.model.property.EntityProperty
Get property value as string for select items without localization using resource bundle.
getValueStringNative(T) - Method in class com.cmobilecom.af.model.query.CheckNotNullProperty
 
getValueTemporalAccessor(Class<T>) - Method in interface com.cmobilecom.af.test.api.EntityProperty
Get property value as TemporalAccessor
getValueToShowOnActionClick() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get the value to show by ActionOnClick
getVariableResolver() - Method in class com.cmobilecom.af.util.expr.Expression
Get variable resolver that is used to resolve variables in expression.
getVarMap() - Method in interface com.cmobilecom.af.model.container.PageObjectResolver
Get the map of name/value pairs that are defined by embedded objects.
getVerificationCode() - Method in class com.cmobilecom.af.model.security.AuthResult
Get system-generated verification code.
getVerificationCode() - Method in interface com.cmobilecom.af.model.security.LoginForm
Get verification code input by user.
getVerificationCodeExpireMinutes() - Method in class com.cmobilecom.af.model.security.LoginBean.LoginSecurityParams
Get the number of minutes in which the verification code will expire.
getVerificationCodeMaxSends() - Method in class com.cmobilecom.af.model.security.LoginBean.LoginSecurityParams
Get maximum number of verification codes to send.
getVerificationCodeMaxTries() - Method in class com.cmobilecom.af.model.security.LoginBean.LoginSecurityParams
Get verification code maximum tries before login failed.
getVerificationCodeSendPauseMinutes() - Method in class com.cmobilecom.af.model.security.LoginBean.LoginSecurityParams
Get the minimum number of minutes to pause before resending another verification code.
getVersion() - Method in interface com.cmobilecom.af.entity.PersistenceEntity
Version that is used for Optimistic Locking.
getVersion() - Method in class com.cmobilecom.af.entity.PersistenceEntityBase
Get version number that is used for optimistic locking.
getVersion() - Method in class com.cmobilecom.af.model.bean.MapEntity
 
getVersion() - Method in class com.cmobilecom.af.model.module.AbstractModule
 
getVersion() - Method in class com.cmobilecom.af.model.module.InstanceType
Get the version of this MuduleSet
getVersion() - Method in interface com.cmobilecom.af.model.module.Module
Get module version.
getViewConfig() - Method in interface com.cmobilecom.af.entity.FormDesign
Get the root viewConfig that can contain nested ViewConfig(s).
getViewConfig() - Method in class com.cmobilecom.af.model.bean.BackingBean
Get the ViewConfig of this BackingBean
getViewConfig() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
 
getViewConfig() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
 
getViewConfig() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
 
getViewConfig() - Method in class com.cmobilecom.af.model.dialog.DialogBean
Get ViewConfig
getViewConfig() - Method in class com.cmobilecom.af.model.menu.MenuBean
 
getViewConfig() - Method in interface com.cmobilecom.af.model.menu.MenuNodeActionHandler
Get the viewConfig of menuNodeActionHandler
getViewConfig() - Method in class com.cmobilecom.af.model.menu.MenuNodeContextMenuBean
 
getViewConfig() - Method in class com.cmobilecom.af.model.menu.MenuNodeFactory
Get the ViewConfig of this MenuNodeFactory.
getViewConfig() - Method in class com.cmobilecom.af.model.property.EntityProperty
 
getViewConfigDescriptors() - Method in class com.cmobilecom.af.model.formdesign.FormDesignDescriptor
Get ViewConfig descriptors for entity formBean properties.
getViewId() - Method in class com.cmobilecom.af.model.util.RequestHelper
Get current view id.
getViewInfo() - Method in class com.cmobilecom.af.model.container.ContainerBean
Get the ViewInfo of the view backed by this container bean.
getViewParameter(String) - Method in class com.cmobilecom.af.model.container.ViewInfo
Get view parameter value
getViewParameters() - Method in class com.cmobilecom.af.model.container.ViewInfo
Get the map of all view parameters
getViewType() - Method in class com.cmobilecom.af.model.bean.ViewConfig
Get viewType.
getVisibleName() - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig.PropertyGroup
Get the group visible name for display.
getVisibleName() - Method in class com.cmobilecom.af.model.bean.PropertyDescriptor
Get property visible name.
getVisibleName() - Method in class com.cmobilecom.af.model.module.AbstractModule
Default: visible name is same as name
getVisibleName() - Method in interface com.cmobilecom.af.model.module.Module
Get module visible name that is not localized.
getVisibleName() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get property visible name
getVisibleName(boolean) - Method in class com.cmobilecom.af.model.module.ModuleNode
Get visible name (not localized).
getVisibleName(boolean) - Method in class com.cmobilecom.af.model.property.EntityProperty
Get property visible name
getVisibleQueryRestrictionProperties() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Get visible properties(EntityProperty shown in query form) that are parts of the query restrictions.
getWebsiteResourceBundle(String, Long, String, Locale) - Method in class com.cmobilecom.af.test.api.ResourceBundleLoader
Get website resource bundle for the locale.
getWidgetResources(String) - Method in class com.cmobilecom.af.web.module.BeanViewEncoder
Get the resources(js and css) required for the widget type.
getWidgetType() - Method in class com.cmobilecom.af.web.module.BeanViewEncoder
Get javascript widget type that is defined in a javascript file.
getWidgetType() - Method in class com.cmobilecom.af.web.module.EntityBeanViewEncoder
 
getWidgetType() - Method in class com.cmobilecom.af.web.module.EntityListBeanViewEncoder
 
getWidgetType() - Method in class com.cmobilecom.af.web.module.MenuBeanViewEncoder
 
getWidgetVar() - Method in class com.cmobilecom.af.model.dialog.DialogBean
Get client side var for dialog widget that can be used in javascript.
getWidgetVar() - Method in class com.cmobilecom.af.model.view.TabView
Get the name of the widgetVar that is the client side object of this TabView.
getWidth() - Method in class com.cmobilecom.af.model.view.DialogView
Get dialog width in pixels.
getWindowHandle() - Method in interface com.cmobilecom.af.test.api.ContainerBean
Get the associated window of this ContainerBean.
getWrapped() - Method in class com.cmobilecom.af.model.util.MapOfMap
Get the wrapped map of map
getWrapped() - Method in class com.cmobilecom.af.session.QueryDescriptor.QueryHints
Get the wrapped hints.
getWriteMethod() - Method in class com.cmobilecom.af.model.property.EntityProperty
Get property write method.
getWriteMethod() - Method in class com.cmobilecom.af.util.PropertyDescriptor
Get property write method.
getWriteMethod(Class<T>, String, Class) - Static method in class com.cmobilecom.af.util.ClassUtil
Get property write method.
getXmlEncoder(FormDesign) - Static method in class com.cmobilecom.af.model.formdesign.FormDesignBean
Get the FormDesignEncoder to encode and decode XML for the FormDesign.
getYear() - Method in class com.cmobilecom.af.entity.report.ReportPeriod
Get year such as 2010
getYearDatePeriod(LocalDate, LocalDateTime, boolean) - Static method in class com.cmobilecom.af.entity.report.DatePeriod
Get year date period that contains the specified date.
getYearMonthDay(Date) - Static method in class com.cmobilecom.af.util.StringUtil
Get the data as string of year, month and day in format YYYYMMDD.
getYearMonthDay(Date, Calendar) - Static method in class com.cmobilecom.af.util.DateUtil
Return year, month, and day of the date
getYearMonthDay(Date, Locale, TimeZone) - Static method in class com.cmobilecom.af.util.DateUtil
Return year, month, and day of the date
getYearStartDate() - Method in interface com.cmobilecom.af.entity.system.Parameters
Get year start date.
getYearStartDate() - Method in class com.cmobilecom.af.model.bean.Component
Get year start date.
getYearStartDate() - Method in class com.cmobilecom.af.test.api.InstanceTest.Parameters
Get year start date such as 1/1/2020.
getZonedDateTime(ZoneId, int, int, int, int, int, int) - Static method in class com.cmobilecom.af.test.api.Util
Get the current zoned datetime with adjustments.
go() - Method in class com.cmobilecom.af.model.PageNavigation
Go to the target page.
goBackToListView() - Method in interface com.cmobilecom.af.test.api.EntityBean
Go back to the entity list view from which this bean is navigated from.
goBackToListViewFromDialog(DialogBean, EntityListBackingBean<T>) - Static method in class com.cmobilecom.af.model.bean.EntityCommandHandler
Go back to entity list view if navigating to entity by opening dialog.
GotoExec() - Constructor for class com.cmobilecom.af.test.api.InstanceTypeTest.GotoExec
Constructor without specifying an exec point.
GotoExec(String) - Constructor for class com.cmobilecom.af.test.api.InstanceTypeTest.GotoExec
Constructor.
grantPrivileges(String, String, String, String) - Method in class com.cmobilecom.af.util.db.DbExec
Grant privileges to the user.
grantTablePrivileges(String, String, String, String, String) - Method in class com.cmobilecom.af.util.db.DbExec
Grant privileges on the table of the source schema to the target schema or user.
GRID - com.cmobilecom.af.model.annotation.LayoutType
Grid layout with each cell showing one content.
GRID - com.cmobilecom.af.test.api.PersistenceDataBean.LayoutType
Grid layout with each cell showing one content.
GRID_NAME_VALUE - com.cmobilecom.af.model.annotation.LayoutType
Grid with name and value columns.
GRID_NAME_VALUE - com.cmobilecom.af.test.api.PersistenceDataBean.LayoutType
Grid with name and value columns.
group() - Method in annotation type com.cmobilecom.af.model.annotation.Property
The name of property group to which this property belongs.
group(CriteriaExpression...) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a groupBy of a list of expressions.
group(String...) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a groupBy of a list of properties.
group(List<CriteriaExpression>) - Method in interface com.cmobilecom.af.session.criteria.CriteriaElementFactory
Create a groupBy of a list of expressions.
group(List<CriteriaExpression>) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a groupBy of a list of expressions.
GROUP_SEARCH_OPTIONS - Static variable in class com.cmobilecom.af.model.bean.EntityBackingBeanHelper
Search option group name
groupByProperties - Variable in class com.cmobilecom.af.model.bean.EntityBackingBean
GroupBy properties: the properties for grouping in query.
groupByProperty() - Method in annotation type com.cmobilecom.af.model.annotation.Query
Indicate the property can be the query group by property
groupEntityProperties(String, int, Integer) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Create an EntityPropertyGroup and add the EntityProperty(s) within the range into the group.
groupEntityProperties(String, String, boolean, LayoutType, boolean, String, int, Integer) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Create a group property and add the entityProperties within the range into the group.
groupEntityProperties(String, String, boolean, LayoutType, boolean, String, Integer, List<EntityProperty<T>>) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Create a property group and add the properties into the group.
groupEntityProperties(List<EntityProperty<T>>, PersistenceDataViewConfig) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Group properties by grouping defined in viewConfig.
grouping() - Method in annotation type com.cmobilecom.af.model.annotation.Property
Whether the property is for grouping only.
grouping() - Method in annotation type com.cmobilecom.af.model.annotation.Query
for query range, whether to group min and max properties
GroupQueryResultTransformer<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.query
GroupQueryResultTransformer is a QueryResultTransformer that is used to transform query results from a grouping query to entities.
GroupQueryResultTransformer(Class<T>, List<String>) - Constructor for class com.cmobilecom.af.model.query.GroupQueryResultTransformer
Constructor
groupSelect(CriteriaExpression...) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a groupBy and select of a list of expressions.
groupSelect(String...) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a groupBy and select of a list of properties.
groupSelect(List<CriteriaExpression>) - Method in interface com.cmobilecom.af.session.criteria.CriteriaElementFactory
Create a groupBy with restriction and select of a list of expressions.
groupSelect(List<CriteriaExpression>) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a groupBy and select of a list of expressions.
groupTitleRow() - Method in annotation type com.cmobilecom.af.model.annotation.Property
For grouping property, Whether to show the group name as a row above its children, or on left column.
gt(CriteriaExpression<T>, CriteriaExpression<T>) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a greaterThan function.
gt(ExprValue) - Method in class com.cmobilecom.af.util.expr.ExprValue
Greater than
gt(String, T) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a greaterThan function.
GT - com.cmobilecom.af.session.criteria.CriteriaFunction.Function
greater than

H

handleAjaxBehaviorEvent(PartialBehaviorEvent, MapEntityBean<T>, T, EntityProperty<T>) - Method in interface com.cmobilecom.af.model.bean.MapEntityBean.ActionHandler
Handle partial behavior event.
handleAjaxBehaviorEvent(PartialBehaviorEvent, MapEntityBean<T>, T, EntityProperty<T>) - Method in class com.cmobilecom.af.model.bean.MapEntityBean.DefaultActionHandler
 
handleChoiceAfterLogin(String) - Method in class com.cmobilecom.af.model.security.LoginBean
Handle choice after login.
handleError(Throwable) - Method in class com.cmobilecom.af.model.bean.BackingBean
Handle error.
handleError(Throwable) - Method in class com.cmobilecom.af.model.container.ContainerBean
Handle error.
handleGetObject(String) - Method in class com.cmobilecom.af.model.module.ModuleResourceBundle
 
handleItemSelect(ReportBean, int, int) - Method in class com.cmobilecom.af.model.report.ReportQueryFormBean
Handle ajax behavior event ItemClick(chart item is clicked).
handlePartialBehaviorEvent(PartialBehaviorEvent) - Method in class com.cmobilecom.af.model.property.EntityProperty
Handle partial behavior event such as valueChange.
handlePartialBehaviorEvent(PartialBehaviorEvent, PersistenceDataBackingBean<Question>, Question, EntityProperty<Question>) - Method in class com.cmobilecom.af.model.form.QuestionBean
 
handlePartialBehaviorEvent(PartialBehaviorEvent, PersistenceDataBackingBean<T>, T, EntityProperty<T>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Handle property partial behavior event.
handlePartialBehaviorEvent(PartialBehaviorEvent, PersistenceDataBackingBean<T>, T, EntityProperty<T>) - Method in class com.cmobilecom.af.model.bean.EntityChoiceSupportBean
 
handlePartialBehaviorEvent(PartialBehaviorEvent, PersistenceDataBackingBean<T>, T, EntityProperty<T>) - Method in class com.cmobilecom.af.model.bean.HierarchyAwareBackingBean
 
handlePartialBehaviorEvent(PartialBehaviorEvent, PersistenceDataBackingBean<T>, T, EntityProperty<T>) - Method in class com.cmobilecom.af.model.bean.MapEntityBean
Handle property ajax behavior events by delegating to its ActionHandler.
handlePartialBehaviorEvent(PartialBehaviorEvent, PersistenceDataBackingBean<T>, T, EntityProperty<T>) - Method in class com.cmobilecom.af.model.formdesign.FormDesignBean
 
handlePartialBehaviorEvent(PartialBehaviorEvent, MenuNode, EntityBackingBean<M>, EntityProperty<M>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
 
handlePartialBehaviorEvent(PartialBehaviorEvent, MenuNode, EntityBackingBean<M>, EntityProperty<M>) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
 
handlePartialBehaviorEvent(PartialBehaviorEvent, MenuNode, EntityBackingBean<M>, EntityProperty<M>) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
 
handlePartialBehaviorEvent(PartialBehaviorEvent, MenuNode, EntityBackingBean<M>, EntityProperty<M>) - Method in interface com.cmobilecom.af.model.menu.MenuNodeActionHandler
Ajax behavior handler when the menuNode inputData property value is changed.
handlePartialBehaviorEvent(PartialBehaviorEvent, MenuNode, EntityBackingBean<M>, EntityProperty<M>) - Method in class com.cmobilecom.af.model.menu.MenuNodeContextMenuBean
 
handlePartialBehaviorEvent(PartialBehaviorEvent, MenuNode, EntityBackingBean<M>, EntityProperty<M>) - Method in class com.cmobilecom.af.model.menu.MenuNodeFactory
 
handlePartialBehaviorEvent(PartialBehaviorEvent, MenuNode, EntityBackingBean<M>, EntityProperty<M>) - Method in class com.cmobilecom.af.model.pagination.PaginatorMenuNodeFactory
 
handlePartialBehaviorEvent(PartialBehaviorEvent, MenuNode, EntityBackingBean<M>, EntityProperty<M>) - Method in class com.cmobilecom.af.model.property.EntityProperty
 
handlePrintDialog(int) - Method in interface com.cmobilecom.af.test.api.ContainerBean
Handle the print dialog that is about to open or already opened.
handler() - Method in annotation type com.cmobilecom.af.model.annotation.DomEventDef
DOM event handler that is javascript code.
handleResponse(Module, Object) - Method in interface com.cmobilecom.af.model.module.event.ResponseHandler
Handle the response returned by the module.
HandleResult(int, int, int) - Constructor for class com.cmobilecom.af.model.entimport.EntityImportHandler.HandleResult
Constructor
HandleResult(int, int, int, ParameterizedMessage) - Constructor for class com.cmobilecom.af.model.entimport.EntityImportHandler.HandleResult
Constructor
HandleResult(int, int, int, List<ParameterizedMessage>) - Constructor for class com.cmobilecom.af.model.entimport.EntityImportHandler.HandleResult
Constructor
hasChildElements(Element) - Static method in class com.cmobilecom.af.util.XmlUtil
Whether the element has any child elements?
hasCreatePermission - Variable in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
cached hasCreatePermission
hasDeletePermission - Variable in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
cached hasDeletePermission
hasEditPermission - Variable in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
cached hasEditPermission
hashCode() - Method in class com.cmobilecom.af.entity.attr.EntityAttrValueBase
 
hashCode() - Method in class com.cmobilecom.af.entity.DataType
 
hashCode() - Method in class com.cmobilecom.af.entity.EntityTypeId
 
hashCode() - Method in class com.cmobilecom.af.entity.persistence.EntityFileIdentifier
 
hashCode() - Method in class com.cmobilecom.af.entity.PersistenceEntityBase
 
hashCode() - Method in class com.cmobilecom.af.model.bean.MapEntity
 
hashCode() - Method in class com.cmobilecom.af.model.behavior.VisitComponent
 
hashCode() - Method in class com.cmobilecom.af.model.behavior.VisitContainerBean
 
hashCode() - Method in class com.cmobilecom.af.model.behavior.VisitEntityListRow
 
hashCode() - Method in class com.cmobilecom.af.model.behavior.VisitMenuNode
 
hashCode() - Method in class com.cmobilecom.af.model.behavior.VisitProperty
 
hashCode() - Method in class com.cmobilecom.af.model.behavior.VisitRegion
 
hashCode() - Method in class com.cmobilecom.af.model.behavior.VisitRegions
 
hashCode() - Method in class com.cmobilecom.af.model.behavior.VisitTarget
 
hashCode() - Method in class com.cmobilecom.af.model.behavior.VisitUIComponent
 
hashCode() - Method in class com.cmobilecom.af.model.container.Region
 
hashCode() - Method in class com.cmobilecom.af.model.module.InstanceType
 
hashCode() - Method in class com.cmobilecom.af.model.module.ModuleScopedName
 
hashCode() - Method in class com.cmobilecom.af.model.property.ChoiceType
 
hashCode() - Method in class com.cmobilecom.af.model.report.ReportQueryFormBean.ReportDataGroup
 
hashCode() - Method in class com.cmobilecom.af.model.system.DataAccessUnit
 
hashCode() - Method in class com.cmobilecom.af.test.api.NamedIdentifier
 
hashCode() - Method in class com.cmobilecom.af.web.module.WebResource
 
hasInvalidUserInput() - Method in class com.cmobilecom.af.model.property.EntityProperty
Does this property has invalid input? For EntityBackingBean, only one entity.
hasInvalidUserInputs() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Does this bean has any invalid user inputs in its properties?
hasMultitenantAttribute(Class<T>) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Is the entity type multitenant(shared-table) enabled and it has tenant attribute?
hasMultitenantAttribute(Class<T>) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
hasNextEntity() - Method in class com.cmobilecom.af.model.nav.EntityListToEntity
Does the current entity have a next entity?
hasOption(int, String, boolean, boolean) - Method in class com.cmobilecom.af.test.api.HierarchySelect
Does the select component at the index have the option? Return false if the select component does not exist.
hasOption(String, boolean, boolean) - Method in interface com.cmobilecom.af.test.api.EntityProperty
Does this property have the option for selectOne/selectMany component?
hasPreviousEntity() - Method in class com.cmobilecom.af.model.nav.EntityListToEntity
Does the current entity have a previous entity?
hasPropertyAnnotations() - Method in class com.cmobilecom.af.model.attr.EntityAttrBean
 
hasPropertyAnnotations() - Method in class com.cmobilecom.af.model.attr.EntityAttrOptionBean
 
hasPropertyAnnotations() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
A dummy method to add property annotations.
hasPropertyAnnotations() - Method in class com.cmobilecom.af.model.bean.EntityI18NBean
 
hasPropertyAnnotations() - Method in class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean
 
hasPropertyAnnotations() - Method in class com.cmobilecom.af.model.bus.MonthCloseBean
 
hasPropertyAnnotations() - Method in class com.cmobilecom.af.model.entimport.FileUploadEntityImportBean
 
hasPropertyAnnotations() - Method in class com.cmobilecom.af.model.entimport.SystemEntityImportBean
 
hasPropertyAnnotations() - Method in class com.cmobilecom.af.model.form.AnswerBean
 
hasPropertyAnnotations() - Method in class com.cmobilecom.af.model.form.FormBean
 
hasPropertyAnnotations() - Method in class com.cmobilecom.af.model.form.OptionBean
 
hasPropertyAnnotations() - Method in class com.cmobilecom.af.model.form.QuestionBean
 
hasPropertyAnnotations() - Method in class com.cmobilecom.af.model.form.ResponseBean
 
hasPropertyAnnotations() - Method in class com.cmobilecom.af.model.formdesign.FormDesignBean
 
hasPropertyAnnotations() - Method in class com.cmobilecom.af.model.lob.FileUploadBean
 
hasPropertyAnnotations() - Method in class com.cmobilecom.af.model.lob.LobBean
 
hasPropertyAnnotations() - Method in class com.cmobilecom.af.model.print.EntityBatchPrintBean
 
hasPropertyAnnotations() - Method in class com.cmobilecom.af.model.report.ReportQueryFormBean
 
hasPropertyAnnotations() - Method in class com.cmobilecom.af.model.security.ResetPasswordBean
 
hasSystemRole() - Method in interface com.cmobilecom.af.entity.security.User
Does this user have the role Role.SYSTEM_USER?
hasViewPermission - Variable in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
cached hasViewPermission
having(CriteriaExpression<Boolean>...) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a group restriction from a list of boolean expressions.
having(List<CriteriaExpression<Boolean>>) - Method in interface com.cmobilecom.af.session.criteria.CriteriaElementFactory
Create a group restriction from a list of boolean expressions.
having(List<CriteriaExpression<Boolean>>) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a group restriction from a list of boolean expressions.
headerMenuBean - Variable in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Header menu
help() - Method in annotation type com.cmobilecom.af.model.annotation.Property
Help message definition
Help - Class in com.cmobilecom.af.model.property
Help describes the help message of an EntityProperty and how to display the message.
Help(ParameterizedMessage, boolean, boolean, boolean, boolean, boolean) - Constructor for class com.cmobilecom.af.model.property.Help
Constructor
HELP - com.cmobilecom.af.test.api.ContainerBean.Type
Help containerBean for showing help documents.
HelpDef - Annotation Type in com.cmobilecom.af.model.annotation
Annotation that describes property help message.
HelpPathInfo(String, String) - Constructor for class com.cmobilecom.af.model.bean.PersistenceDataBackingBean.HelpPathInfo
Constructor
hidden - Variable in class com.cmobilecom.af.model.bean.BackingBean
Whether this BackingBean is hidden? If true, this BackingBean is not visible, but it can be ajax updated and made visible.
HIDDEN - com.cmobilecom.af.model.bean.EntityBackingBean.ShowTypeAfterCommit
Hide the entity
Hierarchy - Interface in com.cmobilecom.af.entity
Hierarchy is a PersistenceEntity.
HierarchyAccessor<T extends Hierarchy> - Class in com.cmobilecom.af.model.property
HierarchyAccessor for accessing hierarchy entities.
HierarchyAccessor.HierarchyNode - Class in com.cmobilecom.af.model.property
HierarchyNode represents a hierarchy entity for building hierarchy entity tree (parent/child relationship).
HierarchyAwareBackingBean<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.bean
HierarchyAwareBackingBean is the EntityBackingBean for entity that has properties of Hierarchy type.
HierarchyAwareBackingBean() - Constructor for class com.cmobilecom.af.model.bean.HierarchyAwareBackingBean
 
HierarchyDescriptor(DataType, String, HierarchyEntityBackingBean.Reference[]) - Constructor for class com.cmobilecom.af.model.bean.SimpleHierarchyEntityBean.HierarchyDescriptor
Constructor
HierarchyDescriptor(Class, String, HierarchyEntityBackingBean.Reference[]) - Constructor for class com.cmobilecom.af.model.bean.SimpleHierarchyEntityBean.HierarchyDescriptor
Constructor
HierarchyEntityBackingBean<T extends Hierarchy> - Class in com.cmobilecom.af.model.bean
Hierarchy entity backing bean.
HierarchyEntityBackingBean() - Constructor for class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean
 
HierarchyEntityBackingBean.Reference - Class in com.cmobilecom.af.model.bean
Reference: which property of which entity type references a associated hierarchy entity type.
HierarchyEntityBackingBean.ReferencedEditPermission - Class in com.cmobilecom.af.model.bean
ReferencedEditPermission if uneditablePropertiesIfReferenced is empty, all properties are editable even referenced.
hierarchyId - Variable in class com.cmobilecom.af.entity.SimpleHierarchyEntity
hierarchy id
HierarchyNode() - Constructor for class com.cmobilecom.af.model.property.HierarchyAccessor.HierarchyNode
Constructor for the virtual root node without corresponding hierarchy entity.
HierarchyNode(T) - Constructor for class com.cmobilecom.af.model.property.HierarchyAccessor.HierarchyNode
Constructor for a root entity.
HierarchySelect - Class in com.cmobilecom.af.test.api
HierarchySelect: hierarchical selects for a hierarchy property that has a number of child select properties.
HierarchySelect(EntityProperty) - Constructor for class com.cmobilecom.af.test.api.HierarchySelect
Constructor
HierarchySupport - Annotation Type in com.cmobilecom.af.entity.annotation
HierarchySupport annotation, which defines the hierarchies for entity browsing and user-defined attributes.
hint(String, Object) - Method in interface com.cmobilecom.af.session.criteria.CriteriaElementFactory
Add a hint/property to query.
hint(String, Object) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Add a hint/property to query.
hint(String, Object) - Method in class com.cmobilecom.af.session.QueryDescriptor.QueryHints
Set hint and return this QueryHints.
HINT_FETCH_GRAPH - Static variable in interface com.cmobilecom.af.session.criteria.CriteriaHint
Hint: entity fetch graph (inclusive or exclusive)
HINT_JOIN_GRAPH - Static variable in interface com.cmobilecom.af.session.criteria.CriteriaHint
Hint: entity join graph
HOME_CONTENT_BUILDER - com.cmobilecom.af.model.module.Module.ShortcutType
used to create home content
HORIZONTAL - com.cmobilecom.af.model.bean.PersistenceDataViewConfig.LayoutDirection
Horizontal.
HTML - com.cmobilecom.af.model.context.RenderContext.OutputFormat
HTML for browser
HTML_EMAIL - com.cmobilecom.af.model.context.RenderContext.OutputFormat
HTML for email.

I

I18NName - Class in com.cmobilecom.af.util
I18N Name: support name localization
I18NName(I18NName) - Constructor for class com.cmobilecom.af.util.I18NName
Copy constructor
I18NName(String, boolean) - Constructor for class com.cmobilecom.af.util.I18NName
Constructor.
I18NName(String, boolean, Object[]) - Constructor for class com.cmobilecom.af.util.I18NName
Constructor.
IconMap - Class in com.cmobilecom.af.model.menu
IconMap: map icon logic number to platform names.
IconMap() - Constructor for class com.cmobilecom.af.model.menu.IconMap
 
id - Variable in class com.cmobilecom.af.entity.PersistenceEntityBase
entity id that is a primary key used to join with referencing entities.
ID - com.cmobilecom.af.model.property.RenderStyle.PathShowStyle
hierarchy id only
ID_NAME - com.cmobilecom.af.model.property.RenderStyle.PathShowStyle
hierarchy id followed by hierarchy name
ID_NAME_PATH - com.cmobilecom.af.model.property.RenderStyle.PathShowStyle
hierarchy id followed by hierarchy name path
ID_PREFIX - Static variable in class com.cmobilecom.af.model.menu.MenuViewConfig.MenuNodeDescriptor
Key prefix for menu node id
ID_SEPARATOR - Static variable in interface com.cmobilecom.af.entity.PersistenceEntity
Id separator between entity id and descriptive text.
IdGen - Interface in com.cmobilecom.af.entity.persistence
IdGen describes the table for Id Table Generator.
IdGenerator - Class in com.cmobilecom.af.model.util
Id generator for user-assigned entity Id and barcode.
IdGenerator() - Constructor for class com.cmobilecom.af.model.util.IdGenerator
 
IdRule - Interface in com.cmobilecom.af.entity.persistence
ID Rule is the rule of generating entity IDs.
IdRule(IdRuleEntityType, InstanceTest.BarcodeType, String, Integer, String, Integer) - Constructor for class com.cmobilecom.af.test.api.InstanceTest.IdRule
 
IdRule.BarcodeType - Enum in com.cmobilecom.af.entity.persistence
Barcode Type
IdRule.IdGenStrategy - Enum in com.cmobilecom.af.entity.persistence
Id generate strategy
IdRuleEntityType - Class in com.cmobilecom.af.test.api
IdRule EntityType.
IdRuleEntityType(String, String) - Constructor for class com.cmobilecom.af.test.api.IdRuleEntityType
Constructor
ignore - Variable in class com.cmobilecom.af.model.bean.EntityBackingBean.PropertyQueryCriterion
Whether to ignore the criterion? If false and criterion is null, a default criterion will be created from query property.
IMPLIED - Static variable in class com.cmobilecom.af.model.property.RenderStyle
Style number constant: implied.
IMPORT - com.cmobilecom.af.entity.ActionDescriptor.Type
Import entities
importEntities(EntityImportDataSource, EntityImport.ConflictAction, Map<EntityTypeId, PersistenceEntity>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
 
importEntities(EntityImportDataSource, EntityImport.ConflictAction, Map<EntityTypeId, PersistenceEntity>) - Method in interface com.cmobilecom.af.model.entimport.EntityImportHandler
Import the entities from the dataSource.
importEntities(ContainerBean, MenuNode, Integer, boolean, String...) - Method in class com.cmobilecom.af.test.api.ManageCenter
Import entities from system.
importEntities(ContainerBean, Integer, boolean, String...) - Method in class com.cmobilecom.af.test.api.ManageCenter
Import entities from system.
importEntities(ContainerBean, String...) - Method in class com.cmobilecom.af.test.api.ManageCenter
Import entities from file system.
importEntities(ContainerBean, List<String>) - Method in class com.cmobilecom.af.test.api.ManageCenter
Import entities from file system.
importEntities(String, Element, EntityImport.ConflictAction, Map<EntityTypeId, PersistenceEntity>, EntityImportDataSource) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Create entities in persistence from the entity list root element
importEntitiesCompleted(Element, EntityImport.ConflictAction, EntityImportHandler.HandleResult) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Called after entities are imported.
importEntitiesCompleted(Element, EntityImport.ConflictAction, EntityImportHandler.HandleResult) - Method in class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean
 
importSchema(String, String, File) - Method in class com.cmobilecom.af.util.db.DbExec
Import schema objects to the targetSchema.
in(CriteriaExpression<T>, CriteriaExpression<T>...) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a IN expression to check if the expression value is in the list of values.
in(CriteriaExpression<T>, List<CriteriaExpression<T>>) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a IN expression to check if the expression value is in the list of values.
in(String, Collection<T>) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a IN expression to check if the property value is in the collection.
in(String, T[]) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a IN expression to check if the property value is in the collection.
IN - com.cmobilecom.af.session.criteria.CriteriaFunction.Function
a value is in a collection or array
INACTIVE - com.cmobilecom.af.entity.security.User.Status
Inactive.
increaseCount(int) - Method in class com.cmobilecom.af.model.menu.MenuNode
Increase the count of menu node by the number.
increaseNumberOfPasswordsTried() - Method in class com.cmobilecom.af.model.security.AuthResult
Increase numberOfPasswordsTried by 1.
INDEX - com.cmobilecom.af.test.api.ContainerBean.Type
Index containerBean for showing website pages.
indexOf(MenuNode, List<String>) - Static method in class com.cmobilecom.af.model.menu.MenuBean
Get the index of the menu node in the menuNodeList.
INFO - com.cmobilecom.af.test.api.MessageItem.Type
Info
INFO - com.cmobilecom.af.util.ExecException.Severity
Information
init() - Method in class com.cmobilecom.af.model.container.ContainerBean
Called after this containerBean is created and before it is put into service.
init() - Method in class com.cmobilecom.af.model.InstanceCache
Initialize cache after this instance is created.
init() - Method in class com.cmobilecom.af.model.mail.SendMail
Initialize SMTP session from the associated MailServer credential and create EmailClient.
init() - Method in class com.cmobilecom.af.model.menu.MenuNode
Initialize this menu node by adding its children.
init(MenuNode) - Method in class com.cmobilecom.af.model.menu.MenuNodeFactory
Initialize the root menu node only.
init(MenuNode) - Method in interface com.cmobilecom.af.model.menu.MenuNodeLazyInitializer
Initialize the node and create its child nodes
init(EntityDataSource<T>, boolean) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Initialize this EntityBackingBean by retrieving entity list if needed, create property model and menus.
init(TestConfig) - Method in interface com.cmobilecom.af.test.api.PageLoader
Initialize.
init(Session, MailServer, Logger) - Method in interface com.cmobilecom.af.model.mail.EmailClient
Initialize this EmailClient.
INIT - com.cmobilecom.af.model.pagination.PageableEntityList.PaginationChangeReason
entity list is initialized
initAsDefault() - Method in interface com.cmobilecom.af.entity.EntityInheritable
Initialize entity as default if the entity is not found in persistence in inheritance hierarchy.
initEntitiesToInsert(EntityListBackingBean<Question>, List<Question>, Integer) - Method in class com.cmobilecom.af.model.form.QuestionBean
 
initEntitiesToInsert(EntityListBackingBean<T>, List<T>, Integer) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Initialize the entities that will be inserted at the position of entity list
initEntity(EntityBackingBean<T>, T, EntityInitializer.PhaseId) - Method in interface com.cmobilecom.af.model.bean.EntityInitializer
Initialize the entity for the phase.
initEntity(EntityBackingBean<T>, T, EntityInitializer.PhaseId) - Method in class com.cmobilecom.af.model.bean.EntityPropertyInitializer
 
initFrom(ContainerBean) - Method in class com.cmobilecom.af.model.container.ContainerBean
Copy data from the containerBean.
initialize() - Method in class com.cmobilecom.af.test.api.ModuleTest
Test module initialization that is called when an instance is created, but it can be called many items without side effects.
initialize(InstanceType, Instance) - Method in class com.cmobilecom.af.model.module.AbstractModule
Seed IdGen for mapped entity types, module defined permissions, and mailTemplates for system instance or instanceType.
initialize(InstanceType, Instance) - Method in interface com.cmobilecom.af.model.module.Module
Initialize module.
initializeModules(Instance) - Method in class com.cmobilecom.af.model.module.InstanceType
Initialize modules of this instanceType.
initialViewConfig - Variable in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
initPageInfo() - Method in class com.cmobilecom.af.model.container.ContainerBean
Initialize page info including title, meta keywords and description.
initPropertyValues(Object, Properties) - Static method in class com.cmobilecom.af.util.ClassUtil
Set the property values of the object using the values from the properties.
initUserNo(String) - Method in class com.cmobilecom.af.test.api.AbstractSystemTest
Init userNo to avoid username conflict.
INPUT_DATA - com.cmobilecom.af.model.annotation.ModeType
Input data: input data only and entities are not expected to be persisted
INPUT_DATA - com.cmobilecom.af.model.dialog.DialogBean.DialogType
input data for menuNode.
INPUT_DATE - Static variable in class com.cmobilecom.af.model.property.RenderStyle
Style number constant: input date, or date and time.
INPUT_HTML - Static variable in class com.cmobilecom.af.model.property.RenderStyle
Style number constant: input html, render as HTML editor.
INPUT_PASSWORD - Static variable in class com.cmobilecom.af.model.property.RenderStyle
Style number constant: input password
INPUT_TEXT - Static variable in class com.cmobilecom.af.model.property.RenderStyle
Style number constant: input text.
INPUT_TEXTAREA - Static variable in class com.cmobilecom.af.model.property.RenderStyle
Style number constant: input textarea.
INSERT_AFTER - com.cmobilecom.af.model.behavior.VisitTarget.Action
Insert a DOM element after target
INSERT_BEFORE - com.cmobilecom.af.model.behavior.VisitTarget.Action
Insert a DOM element before target
insertNewEntities(EntityListBackingBean<T>, Integer, List<T>, Integer) - Static method in class com.cmobilecom.af.model.bean.EntityCommandHandler
Insert new entities at the position of current page of the entity list.
instance - Variable in class com.cmobilecom.af.entity.PersistenceEntityBase
 
Instance - Interface in com.cmobilecom.af.entity.system
Instance.
INSTANCE - com.cmobilecom.af.model.module.ModuleNode.DataAccessUnitType
Instance
INSTANCE_PARENT - Static variable in class com.cmobilecom.af.entity.persistence.EntityFileIdentifier
instance id for instance parent, which is not referencing any instance.
INSTANCE_TYPE - com.cmobilecom.af.model.module.ModuleNode.DataAccessUnitType
InstanceType
Instance.AccessCtrl - Enum in com.cmobilecom.af.entity.system
Instance access control
InstanceCache - Class in com.cmobilecom.af.model
InstanceCache: cache data for a DataAccessUnit.
InstanceCache(DataAccessUnit) - Constructor for class com.cmobilecom.af.model.InstanceCache
Constructor with instance name
InstanceFactory - Interface in com.cmobilecom.af.entity
Factory interface for creating instances of application-specific types.
InstanceFactoryBuilder - Class in com.cmobilecom.af.entity
Build a factory for creating instances of application-specific implementations.
InstanceFactoryBuilder() - Constructor for class com.cmobilecom.af.entity.InstanceFactoryBuilder
 
instanceHint(Instance) - Method in class com.cmobilecom.af.session.QueryDescriptor.QueryHints
Set instance hint to limit query scope for instanceType DataAccessUnit, whose value can be null or Instance object.
instanceId - Variable in class com.cmobilecom.af.entity.persistence.EntityFileIdentifier
 
instanceIdentifier - Variable in class com.cmobilecom.af.test.api.InstanceTest
 
InstanceIdentifier - Class in com.cmobilecom.af.test.api
Instance identifier.
InstanceIdentifier(String) - Constructor for class com.cmobilecom.af.test.api.InstanceIdentifier
Constructor
instanceTest - Variable in class com.cmobilecom.af.test.api.ModuleTest
 
InstanceTest - Class in com.cmobilecom.af.test.api
InstanceTest consists of a number of module tests.
InstanceTest(InstanceTypeTest, InstanceIdentifier, ManageCenter) - Constructor for class com.cmobilecom.af.test.api.InstanceTest
Constructor
InstanceTest.BarcodeGenerator - Interface in com.cmobilecom.af.test.api
Barcode generator to generate expected entity id(s) for verification.
InstanceTest.BarcodeType - Enum in com.cmobilecom.af.test.api
Barcode type enum
InstanceTest.IdRule - Class in com.cmobilecom.af.test.api
Id Rule.
InstanceTest.Parameters - Class in com.cmobilecom.af.test.api
Parameters.
instanceTests - Variable in class com.cmobilecom.af.test.api.InstanceTypeTest
 
InstanceType - Class in com.cmobilecom.af.model.module
InstanceType defines the types of instances that comprises modules.
InstanceType(boolean, String, String) - Constructor for class com.cmobilecom.af.model.module.InstanceType
Constructor
InstanceType.Naming - Class in com.cmobilecom.af.model.module
Naming that overrides entityType and property visible names for the scope of the InstanceType.
InstanceType.Seed - Class in com.cmobilecom.af.model.module
Seed defines database seed SQL files for an InstanceType, and how to resolve expressions in SQL files.
instanceTypeId - Variable in class com.cmobilecom.af.entity.persistence.EntityFileIdentifier
 
instanceTypeTest - Variable in class com.cmobilecom.af.test.api.InstanceTest
 
instanceTypeTest - Variable in class com.cmobilecom.af.test.api.UserRegisterUtil
 
InstanceTypeTest - Class in com.cmobilecom.af.test.api
InstanceTypeTest: test an instance type that consists of a number of InstanceTest(s).
InstanceTypeTest(TestConfig) - Constructor for class com.cmobilecom.af.test.api.InstanceTypeTest
 
InstanceTypeTest.GotoExec - Class in com.cmobilecom.af.test.api
GotoExec specifies an execPoint of a ModuleTest of an InstanceTest.
InstanceTypeTest.UserProfile - Class in com.cmobilecom.af.test.api
UserProfile
instantiate(Class<T>, QueryDescriptor) - Static method in class com.cmobilecom.af.session.PersistenceEntityManagerRegistry
Create a PersistenceEntityManager instance.
InstantPeriod - Class in com.cmobilecom.af.entity.report
Instant period in time line.
InstantPeriod(Date, boolean, Date, boolean) - Constructor for class com.cmobilecom.af.entity.report.InstantPeriod
Constructor for a timestamp date period.
INTEGER - com.cmobilecom.af.entity.attr.EntityAttr.Type
Integer type
INTERNAL_PAGINATOR - com.cmobilecom.af.model.pagination.PageableEntityList.PaginationChangeReason
system change pageIndex, e.g., get entity that is not in current page
invalidateSession(String) - Method in class com.cmobilecom.af.model.util.RequestHelper
Invalidate the specified session.
InvalidDataSourceException - Exception in com.cmobilecom.af.model.bean
InvalidDataSourceException: throw if entityDataSource is invalid for an entity or entity list backing bean.
InvalidDataSourceException(String) - Constructor for exception com.cmobilecom.af.model.bean.InvalidDataSourceException
Constructor.
InvalidDataSourceException(String, Object[]) - Constructor for exception com.cmobilecom.af.model.bean.InvalidDataSourceException
Constructor.
InvalidDataSourceException(Throwable) - Constructor for exception com.cmobilecom.af.model.bean.InvalidDataSourceException
Constructor: wrapper over a Throwable
InvalidValueException - Exception in com.cmobilecom.af.model.property
Value invalid for a property
InvalidValueException(String) - Constructor for exception com.cmobilecom.af.model.property.InvalidValueException
Constructor.
InvalidValueException(String, boolean, Object[]) - Constructor for exception com.cmobilecom.af.model.property.InvalidValueException
Constructor.
InvalidValueException(String, Object[]) - Constructor for exception com.cmobilecom.af.model.property.InvalidValueException
Constructor.
InvalidValueException(String, Object[], Component) - Constructor for exception com.cmobilecom.af.model.property.InvalidValueException
Constructor.
InvalidValueException(Throwable) - Constructor for exception com.cmobilecom.af.model.property.InvalidValueException
Constructor: wrapper over a Throwable
Invitation - Interface in com.cmobilecom.af.entity.security
Invitation: one registered user invites others to register.
InvitationResponse - Interface in com.cmobilecom.af.entity.security
Invitation response.
invoke(List<ExprValue>) - Method in interface com.cmobilecom.af.util.expr.Function
Invoke function with the arguments.
iOS - com.cmobilecom.af.model.util.UserAgent.OsType
iOS for iPhone/iPad
iPad - com.cmobilecom.af.model.util.UserAgent.OsType
iPad
iPhone - com.cmobilecom.af.model.util.UserAgent.OsType
iPhone
IS_NOT_NULL - com.cmobilecom.af.session.criteria.CriteriaFunction.Function
is not null
IS_NULL - com.cmobilecom.af.session.criteria.CriteriaFunction.Function
is null
isAccessibleWithoutParentBean(AccessType) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
For a ChildEntity or a list of ChildEntity(s), can it be created, viewed, edited, deleted without its parent bean? If true, the access permission is determined by the access control on its parent entity.
isAccessTokenHasPermission(AccessToken, String, String, String) - Method in class com.cmobilecom.af.model.system.AccessControlAccessor
Does the accessToken have the permission on the scope?
isAccessTokenHasPermission(AccessToken, String, String, String) - Method in class com.cmobilecom.af.model.system.AccessControlAccessorWrapper
Does the accessToken have the permission on the scope?
isAction() - Method in class com.cmobilecom.af.model.behavior.PartialBehavior
Is the event of this PartialBehavior an action event?
isActionHandlerDelegateToParent() - Method in class com.cmobilecom.af.model.menu.MenuNode
Whether the actionHandler of this menu node is null and delegate to its parent.
isActive() - Method in class com.cmobilecom.af.model.phase.JTATransaction
 
isActive() - Method in class com.cmobilecom.af.model.phase.ResourceLocalTransaction
 
isActive() - Method in interface com.cmobilecom.af.model.phase.Transaction
Is current transaction active?
isActive() - Method in class com.cmobilecom.af.model.phase.UserTransactionWrapper
Is transaction active?
isActive(int) - Method in class com.cmobilecom.af.model.view.AccordionView
Is the tab active?
isAddChildEntityTypeToContextMenu(TypedMenuNodeContextMenuBean<T>, Class<? extends ChildEntity>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Whether to add the child entity type to the entityType's context menu bean? default is true.
isAddRowsEnabled(boolean) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Is adding rows menu node renderable to add new entities?
isAddSeparatorBefore() - Method in class com.cmobilecom.af.model.menu.MenuNode
Whether to add a separator before this menu node? Ignored if this menu node is the first menu node among its siblings.
isAfResource() - Method in class com.cmobilecom.af.web.module.WebResource
Is this resource an AF or app resource? If it is AF(app) resource, its minified version will be used only if AF(app) build type is release.
isAfterValue() - Method in class com.cmobilecom.af.model.property.Help
Whether to display the message after property value?
isAjax() - Method in class com.cmobilecom.af.model.menu.ProgressDescriptor
Whether to ajax poll progress value from server side?
isAjax() - Method in class com.cmobilecom.af.model.property.EntityProgressProperty
Whether to ajax poll progress value from server side
isAjaxEnabled() - Method in class com.cmobilecom.af.model.entimport.EntityImportBean
Whether ajax is enabled for importing entities?
isAjaxEnabled() - Method in class com.cmobilecom.af.model.entimport.FileUploadEntityImportBean
 
isAllCharactersValid(IdRule.BarcodeType, String) - Static method in class com.cmobilecom.af.model.util.IdGenerator
Are all the characters in the code valid for the barcode type?
isAllowDeleteInManageMode() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Whether to allow entity deletion in manage mode?
isAlphanumeric(String) - Static method in class com.cmobilecom.af.util.StringUtil
Is the value a alphanumeric (consisting of letters or digits only)?.
isAncestorComponentOf(Component) - Method in class com.cmobilecom.af.model.bean.Component
Whether this component is an ancestor of the component.
isAnimate() - Method in class com.cmobilecom.af.model.chart.Chart
Whether animate is enabled for showing chart?
isAnimate() - Method in class com.cmobilecom.af.model.view.TreeView
Whether to enable expand/collapse effect?
isAnyEntityChanged(boolean, boolean) - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Is any entity changed? PersistenceEntity.isChanged() return true if changed.
isAnyEntityCommitted() - Method in class com.cmobilecom.af.model.dialog.DialogActionTracker
Has any entities been created, deleted or changed?
isAnyEntityCommitted() - Method in class com.cmobilecom.af.model.dialog.DialogBean
Is there any entity committed?
isAnyRowChanged(boolean, boolean) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Is any entity changed? PersistenceEntity.isChanged() return true if changed.
isAnyRowExpanded() - Method in class com.cmobilecom.af.model.bean.EntityListRowExpansion
Is any row in the whole entity list expanded?
isAnyRowSelected(boolean) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Is any entity selected? PersistenceEntity.isSelected() return true if selected.
isAnySubsystemInstanceTypeDefined() - Method in class com.cmobilecom.af.model.system.SystemConfig
Is there any subsystem instance type defined?
isApplyChange() - Method in class com.cmobilecom.af.entity.ActionDescriptor
Is the action applying changes to entities?
isApplyChangeRenderable() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
 
isApplyChangeRenderable() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
 
isApplyChangeRenderable() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Is ApplyChange command renderable?
isApplyToCreate() - Method in interface com.cmobilecom.af.session.criteria.CriteriaPropertyEqual
Whether to set property value when creating entity?
isArrayEqual(int[], int[]) - Static method in class com.cmobilecom.af.util.CollectionUtil
Check if two int arrays contain equal elements.
isArrayEqual(T[], T[]) - Static method in class com.cmobilecom.af.util.CollectionUtil
Check if two arrays contain equal elements.
isAscending() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean.OrderByProperty
Is this orderBy ascending or descending?
isAscending() - Method in interface com.cmobilecom.af.session.criteria.CriteriaOrder
Whether this order is ascending or descending?
isAskEntityCountToAdd() - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Whether to ask how many entities to add by opening a dialog when users click add command?
isAssertEnabled() - Static method in class com.cmobilecom.af.test.api.TestBase
Is assert enabled? For quick run without assertion, set system property "assertEnabled" to false.
isAuthorized() - Method in interface com.cmobilecom.af.entity.system.MailServer
Is OAUTH authorized by user?
isAutoComplete() - Method in class com.cmobilecom.af.model.property.RenderStyle
Whether auto complete is enabled? if enabled, a drop down selection list will be shown while typing.
isAutoCompleteMultiValues() - Method in class com.cmobilecom.af.model.property.EntityCollectionProperty
 
isAutoCompleteMultiValues() - Method in class com.cmobilecom.af.model.property.EntityProperty
Is autoComplete multiple or single value?
isAutoDisplay() - Method in class com.cmobilecom.af.model.menu.MenuViewConfig
Whether auto display is enabled for menubar and tiered menu? If enabled, show submenu onmouseover.
isAutoOpenQueryForm() - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactoryContext
Whether to open query form automatically when showing entity list? default is false, which means that query form will be opened if needed.
isAutoSetEntityRowSequenceNumbers(EntityListBackingBean<Question>) - Method in class com.cmobilecom.af.model.form.QuestionBean
 
isAutoSetEntityRowSequenceNumbers(EntityListBackingBean<T>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Whether to set sequence numbers for all entity rows, starting from 1.
isBarcodeValid(IdRule.BarcodeType, String) - Static method in class com.cmobilecom.af.model.util.IdGenerator
Is the barcode valid?
isBeanFlowEnabled() - Method in class com.cmobilecom.af.model.bean.EntityViewConfig
Is bean flow enabled? If there is a BeanFlowNavigation defined for this ViewConfig, then bean flow is enabled.
isBigDecimaGreaterThan(BigDecimal, BigDecimal, BigDecimal, MathContext) - Static method in class com.cmobilecom.af.util.NumberUtil
Compare two BigDecimal values.
isBigDecimalEqual(BigDecimal, BigDecimal, BigDecimal, MathContext) - Static method in class com.cmobilecom.af.util.NumberUtil
Are the two BigDecimal values equal within the calculation error? If their difference is less than the maxError, then the two values are equal.
isBigDecimalLessThan(BigDecimal, BigDecimal, BigDecimal, MathContext) - Static method in class com.cmobilecom.af.util.NumberUtil
Compare two bigDecimal values.
isBot() - Method in interface com.cmobilecom.af.model.util.UserAgent
Is user agent a Bot that performs automatic tasks over internet?
isCache() - Method in class com.cmobilecom.af.model.view.TabViewBase
Whether to cache tabs on client?
isCache() - Method in class com.cmobilecom.af.model.view.TreeView
Whether to cache nodes on client?
isCalculateStatistics() - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Whether to calculate statistics for entity list? default is true.
isCalendarPopup() - Method in class com.cmobilecom.af.model.property.RenderStyle
Is UI calendar component popup or inline?
isCalendarYear() - Method in class com.cmobilecom.af.entity.report.ReportPeriod
Is this period based on calendar year? A calendar year starts on January 1st.
isCaptchaRequired() - Method in class com.cmobilecom.af.model.menu.MenuNode
Is captcha required to perform the action of this menu node? A captcha provides a challenge that requires correct response from user, which is used to prevent Bots from performing the action.
isCaptchaRequired(SecuritySettings, String) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Is captcha required for the command according to the Captcha settings only? Return false if the Captcha settings does not define captcha for the command.
isCaptchaRequired(SecuritySettings, String) - Method in class com.cmobilecom.af.model.security.LoginBean
 
isCaptchaRequired(PersistenceDataBackingBean<T>, MenuBean, String) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Is captcha required for the command in the MenuBean?
isCaptchaRequired(MenuBean, String) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Is captcha required for the command in the MenuBean for this EntityBackingBean?
isChanged() - Method in interface com.cmobilecom.af.entity.PersistenceEntity
Is this entity changed? if any property value is changed, this entity is changed.
isChanged() - Method in class com.cmobilecom.af.entity.PersistenceEntityBase
Whether this entity has been changed, but has not been merged to persistence?
isChanged() - Method in class com.cmobilecom.af.model.bean.MapEntity
 
isCheckAvailabilityEnabled() - Method in class com.cmobilecom.af.model.property.EntityProperty
Whether to check if the property value is available when changed.
isChecked() - Method in interface com.cmobilecom.af.test.api.EntityProperty
Is this property checked if its input is shown as a checkbox?
isCheckRowCommandPermissionsForEntities(EntityListBackingBean<T>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Whether to check row command permissions for each entity row? If yes and user does not have permission for a command on an entity row, then the command will not be rendered for that entity row.
isChild(String) - Method in class com.cmobilecom.af.model.property.HierarchyAccessor.HierarchyNode
Is the hierarchy a child entity of this node? If true, it can be added as a child node.
isChild(T) - Method in class com.cmobilecom.af.model.property.HierarchyAccessor.HierarchyNode
Is the entity a child entity of this node? If true, it can be added as a child node.
isChildProperty(String, String) - Static method in class com.cmobilecom.af.model.property.EntityProperty
Is one property a child property of the other? For example, property a.b.c is a child property of a.b and a.
isChoiceAfterLoginRenderable() - Method in class com.cmobilecom.af.model.security.LoginBean
Is the ChoiceAfterLogin(where to go after login) property renderable? If redirectURL or menuNodeActionSource is set, it is not renderable.
isClearRenderRegions() - Method in class com.cmobilecom.af.model.behavior.PartialBehavior.ContainerRenderRegions
Whether to clear existing beans in the regions when adding result beans to the regions?
isClearRenderRegions() - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Whether to clear regions before adding backing beans.
isClosable() - Method in class com.cmobilecom.af.model.view.DialogView
Is this dialog closable?
isClosable() - Method in class com.cmobilecom.af.model.view.PanelView
Whether the panel is closable? When closed, the panel and its content will be removed from web page.
isCloseDialogOncomplete() - Method in class com.cmobilecom.af.model.menu.ProgressDescriptor
Whether to close progress dialog when targetMenuNode command is successfully executed? always close if error occurs.
isCloseExistDialog() - Method in class com.cmobilecom.af.model.behavior.VisitContainerBean
For opening a new dialog, whether to add the script to close existing dialog with the same client id.
isCloseOnEscape() - Method in class com.cmobilecom.af.model.view.DialogView
Whether to close dialog when ESC key is pressed?
isCollapsed() - Method in class com.cmobilecom.af.model.view.PanelView
Is the panel collapsed?
isCollectDetailMessages() - Method in class com.cmobilecom.af.model.bean.BackingBeanResult
Whether collecting detail messages is enabled?
isColumnHeadersRenderable() - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Is entity list table header renderable? default: true.
isCommand(String) - Method in class com.cmobilecom.af.entity.ActionDescriptor
Is this ActionDescriptor about the specified command?
isCommand(String) - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Check if both the command name matches the ActionDescriptor stored in this EntityDataSource.
isCommand(String, boolean) - Method in class com.cmobilecom.af.entity.ActionDescriptor
Does the command and completed tag match those of this ActionDescriptor?
isCommand(String, boolean) - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Check if both the command name and completed flag match the ActionDescriptor stored in this EntityDataSource.
isCommitImmediate() - Method in class com.cmobilecom.af.entity.ActionDescriptor
Whether to commit transaction immediately after the action is handled to enable page navigation by postRefreshViewAfterCommit() result?
isCompleted() - Method in class com.cmobilecom.af.entity.ActionDescriptor
Is the action completed?
isConfirmed() - Method in class com.cmobilecom.af.model.dialog.DialogBean
Check if the confirm dialog is confirmed by user, that is, the Yes command is clicked.
isConnectAsSystemAdmin() - Method in class com.cmobilecom.af.util.db.DbExec
Whether user is connected to database server as system administrator
isConnected() - Method in interface com.cmobilecom.af.model.mail.EmailClient
Is this EmailClient connected to MailServer?
isContainerDialogBean() - Method in class com.cmobilecom.af.model.bean.BackingBean
Whether the containerBean of this bean is a DialogBean?
isContextMenuAsChildren() - Method in class com.cmobilecom.af.model.menu.MenuBean
whether to treat the context menu of a menu node as its children? If true, context menu nodes will be merged to existing children (if any).
isCountPartOfParent() - Method in class com.cmobilecom.af.model.menu.MenuNode
Is the count of this MenuNode a part of the count of its parent menu node? If true, changing the count of this MenuNode will update the count of its parent menu node.
isCreate() - Method in class com.cmobilecom.af.entity.ActionDescriptor
Is the action creating entities?
isCreateEnabled() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Is creating entity enabled for current user? Enabled if the current user has the create permission.
isCreateEntityOnly() - Method in class com.cmobilecom.af.model.menu.TypeDescriptor
Whether the menu node of the entity type is used to create entities only? if true, ignore singleEntity/createIfEmpty.
isCreateEntityOnly() - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactory
Whether always to show a form to create entity which clicked?
isCreateIfEmpty() - Method in class com.cmobilecom.af.model.menu.TypeDescriptor
Whether to show form to create entity if there is no entities in persistence.
isCreateIfEmpty() - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactory
Whether to show a form to create entity which clicked if there is no entities in persistence?
isCreateInPlace() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Create in place: create entity in list view by adding a blank row.
isCreateOrVariant(String) - Static method in class com.cmobilecom.af.model.bean.EntityCommandHandler
Is the command Create or its variant, including COMMAND_CREATE, COMMAND_CREATE_AND_REPEAT, COMMAND_CREATE_AND_CONTINUE, COMMAND_CREATE_AND_RETURN.
isCreateSupported() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Whether to show create command if isCreating() is true.
isCreateSupported() - Method in class com.cmobilecom.af.model.security.LoginBean
hide create button
isCreateWhenRootNodeCreated() - Method in class com.cmobilecom.af.model.container.MenuSubTreeInfo
Whether to create sub menu when the root menu node of an entity type is created?
isCreating() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
If EntityDataSource.getDataTransient() returns a Boolean value(not null), it will override creating entity mode.
isCreating() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
do not allow to create entity while showing a list of entities
isCreating() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Check if this bean is in creating entity mode.
isCreating() - Method in interface com.cmobilecom.af.test.api.EntityBean
Is this entity bean creating an entity?
isCurrency() - Method in class com.cmobilecom.af.model.property.NumberDescriptor
Is number type currency?
isCustomProperty() - Method in class com.cmobilecom.af.model.property.EntityProperty
Is this property a custom property.
isDatabaseSameAsSchema() - Method in class com.cmobilecom.af.util.db.DbDescriptor
whether database is same as schema?
isDataOwner(User) - Method in class com.cmobilecom.af.entity.DataDescriptor
Is the user the data owner?
isDatePeriodTimestamp() - Method in class com.cmobilecom.af.model.report.ReportQueryFormBean
Is date period timestamp or just date without hour/minute?
isDecoded() - Method in interface com.cmobilecom.af.entity.FormDesign
Whether formDesign has been decoded from XML?
isDefaultCommand() - Method in class com.cmobilecom.af.model.menu.MenuNode
Is this menu node the default command in the scope of its closest ancestor component of type EntityBackingBean or EntityListBackingBean.
isDelete() - Method in class com.cmobilecom.af.entity.ActionDescriptor
Is the action deleting entities?
isDelete() - Method in interface com.cmobilecom.af.model.bean.EntitySelectionVisitor
Whether this visitor deletes the entity visited?
isDeleteByDate() - Method in class com.cmobilecom.af.model.bean.EntityDeletionDescriptor
Whether the type is DELETE_BY_DATE?
isDeleteEnabled() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Delete will be enabled if current user has the delete permission and parentComponent is formBean with rowEntityView.
isDeleteEnabled() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Is deleting entity enabled for the current user?
isDeleteSelectedEnabled() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Is deleting selected entities enabled? For rowEntityView, return false.
isDescendant(String) - Method in class com.cmobilecom.af.model.property.HierarchyAccessor.HierarchyNode
Is the hierarchy a descendant entity of this node?
isDescendant(T) - Method in class com.cmobilecom.af.model.property.HierarchyAccessor.HierarchyNode
Is the entity a descendant entity of this node?
isDialogOpened() - Method in class com.cmobilecom.af.model.container.ContainerBean
Is the dialogBean of this ContainerBean visible?
isDirectory() - Method in class com.cmobilecom.af.model.entimport.FileDataSource
Is directory or file ?
isDirectoryEmpty(File) - Static method in class com.cmobilecom.af.util.FileUtil
Is the directory empty? If the directory does not exist, or contains .
isDisabled() - Method in class com.cmobilecom.af.model.behavior.PartialBehavior
Is this partialBehavior disabled for the associated event?
isDisabled() - Method in class com.cmobilecom.af.model.menu.MenuNode
For command menu node, is it disabled?
isDisabled() - Method in interface com.cmobilecom.af.test.api.MenuNode
Is this menu node disabled and not interactable?
isDisabled(int) - Method in class com.cmobilecom.af.model.view.AccordionView
Is the tab disabled?
isDismissable() - Method in class com.cmobilecom.af.model.view.PopupView
Is the popup dismissable when clicking outside the popup?
isDisplayed() - Method in interface com.cmobilecom.af.test.api.MenuNode
Is this menu node displayed (visible)?
isDisplayOnly() - Method in class com.cmobilecom.af.model.menu.ProgressDescriptor
Whether to display progress statically such as 50%?
isDisplayOnly() - Method in class com.cmobilecom.af.model.property.EntityProgressProperty
Whether to display progress statically such as 50%?
isDisplayValueOnly() - Method in class com.cmobilecom.af.model.property.EntityProperty
Whether to display value only as string.
isDisplayValueOnly() - Method in class com.cmobilecom.af.model.property.RenderStyle
In showing mode, whether to show property value text in UI component such as TextArea, or display value as a string only.
isDistinct() - Method in class com.cmobilecom.af.session.QueryCriteria
Whether the query results are distinct before result transformation? default is true if query result type is PersistenceEntity, false for other types.
isDownloadEnabled(PersistenceDataBackingBean<T>, T) - Method in class com.cmobilecom.af.model.lob.LobBean
Can the entity be downloaded if user have view permission?
isDraggable() - Method in class com.cmobilecom.af.model.view.DialogView
Is this dialog draggable?
isDrillDownSupported() - Method in class com.cmobilecom.af.model.report.ReportQueryFormBean
Is drill down supported? If true, chart items and report table cells are clickable for showing detail data.
isDynamic() - Method in class com.cmobilecom.af.model.property.Help
Whether help message is dynamic? If dynamic, EntityBackingBean.getDynamicHelpMessage(PersistenceDataBackingBean, EntityProperty) will be called to get dynamic help message.
isDynamic() - Method in class com.cmobilecom.af.model.view.TabViewBase
Whether to load tabs on demand?
isDynamic() - Method in class com.cmobilecom.af.model.view.TreeView
whether to load tree nodes on demand?
isDynamicHandler(String) - Method in class com.cmobilecom.af.model.behavior.DomEventSupport
Is the event handler dynamic for the event?
isDynamicHelpRenderable(PersistenceDataBackingBean<T>, EntityProperty<T>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Is property dynamic help renderable? default is false.
isDynamicPartialBehaviorSupport() - Method in class com.cmobilecom.af.model.property.EntityProperty
Whether partialBehaviorSupport is dynamic? If dynamic, property partialBehaviorSupport can be different from entity to entity in list view.
isDynamicRenderStyle() - Method in class com.cmobilecom.af.model.property.EntityProperty
Whether property render style is dynamic? If dynamic, it can be different from entity to entity, and EntityBackingBean.getDynamicRenderStyle(PersistenceDataBackingBean, PersistenceEntity, EntityProperty) is called to get render style.
isDynamicSelectItems() - Method in class com.cmobilecom.af.model.property.RenderStyle
Is property selectItems dynamic? if true, its backing bean will be asked to provide the selectItems.
isDynamicSelectQuery() - Method in class com.cmobilecom.af.model.property.EntityProperty
Is select query dynamic? If true, its backing bean will be asked to provide CriteriaElement(s) to build query criteria for opening select dialog or selectItems.
isDynamicValue() - Method in class com.cmobilecom.af.model.property.EntityProperty
isEditable() - Method in class com.cmobilecom.af.model.property.EntityProperty
Is the property value editable? If true, current user has the permission to edit it, but the property value can be in showing mode and not enabled for editing.
isEditable() - Method in class com.cmobilecom.af.model.property.EntityPropertyGroup
 
isEditableIfCreating() - Method in class com.cmobilecom.af.model.property.EntityProperty
Whether this property is editable when creating its entity?
isEditEnabled() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
By default, editing is enabled if the entity is not persisted (creating, query).
isEditEnabled() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Is editing entities of this bean enabled for current user? In editing mode, user can input or change data from UI.
isEditEnabled() - Method in class com.cmobilecom.af.model.form.AnswerBean
 
isEditEnabled() - Method in class com.cmobilecom.af.model.property.EntityProperty
Is property value enabled for editing? By default it is enabled if its backingBean is in editing mode and this property is editable.
isEditEnabled() - Method in interface com.cmobilecom.af.test.api.EntityProperty
Is this property enabled for editing?
isEditEnabled(boolean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Whether this bean or any of its formBeans is enabled for editing.
isEditInPlace() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Is editing in place? edit entity in list view.
isElement(Node, String) - Static method in class com.cmobilecom.af.model.util.BeanUtil
Is the node is an element with the specified tag name?
isEmailMenuNodeRenderable() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Whether to add Email menu node? Send the bean as an email.
isEmbeddedObject() - Method in class com.cmobilecom.af.model.bean.ViewConfig
Is the component with which this viewConfig is associated an embedded object in a page?
isEmbeddedStatisticsEntity(EntityListBackingBean<T>, T) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Whether the entity is a statistics row embedded inside entity list.
isEmbeddedStatisticsEntity(T) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Whether the entity is a statistics row? Statistics can be embedded into current page entity List.
isEmpty() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
 
isEmpty() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
 
isEmpty() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Is there any entity backed by this bean?
isEmpty() - Method in class com.cmobilecom.af.model.container.PageContent
Is there any beans in page content?
isEmpty() - Method in class com.cmobilecom.af.model.container.Region
Is this region empty without any beans?
isEmpty() - Method in class com.cmobilecom.af.model.menu.MenuBean
Whether this menuBean is empty, i.e.
isEmpty() - Method in class com.cmobilecom.af.model.module.ModuleResourceBundle
Is there any messages in this bundle?
isEmpty() - Method in class com.cmobilecom.af.model.nav.BeanFlowHistory
Is this history empty without any previous steps?
isEmpty() - Method in class com.cmobilecom.af.model.nav.EntityListToEntity
Is the entity list of the EntityListBackingBean empty?
isEmpty() - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Is this pageable entity list empty?
isEmpty() - Method in class com.cmobilecom.af.model.query.KeywordEntityProperty
Whether is there any property to match keywords?
isEmpty() - Method in class com.cmobilecom.af.session.EntityJoinGraph
Is this join graph empty?
isEmpty(CriteriaExpression<Collection<?>>) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create an empty collection function.
isEmpty(String) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create an empty collection function.
isEnabled() - Method in class com.cmobilecom.af.model.bean.ColumnToggle
Is columnToggle enabled?
isEndDateInclusive() - Method in class com.cmobilecom.af.entity.report.DatePeriod
Is this period including the end date timestamp?
isEntitiesAddedOrDeleted() - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Has any entity been added or deleted to this pageable entity list? if true, applyChange command will be rendered for saving changes.
isEntity() - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Whether the wrapped dataSource is an PersistenceEntity?
isEntityAttrDefined(PersistenceDataBackingBean<T>, T, EntityAttr) - Static method in class com.cmobilecom.af.model.bean.UserDefinedPropertyBuilder
Is the EntityAttr defined for the entity?
isEntityAttrDefined(PersistenceDataBackingBean<T>, T, String) - Static method in class com.cmobilecom.af.model.bean.UserDefinedPropertyBuilder
Is there any EntityAttr with the name defined for the entity?
isEntityChanged() - Method in class com.cmobilecom.af.model.dialog.DialogActionTracker
Has any entities been changed?
isEntityCreated() - Method in class com.cmobilecom.af.model.dialog.DialogActionTracker
Has any entities been created?
isEntityDefined() - Method in class com.cmobilecom.af.model.property.EntityProperty
Is this property defined in its entity class that has getter method of the property?
isEntityDeleted() - Method in class com.cmobilecom.af.model.dialog.DialogActionTracker
Has any entities been deleted?
isEntityHidden(EntityListBackingBean<T>, T) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Is the entity hidden from view? If an entity is hidden, it can not be edited or deleted by user.
isEntityI18NEnabled() - Method in class com.cmobilecom.af.model.bean.Component
Whether entity property i18N is enabled? If enabled, the property values of an EntityI18NSupport can be translated to different languages, and will be displayed according to current locale.
isEntityI18NEnabled() - Method in class com.cmobilecom.af.model.module.InstanceType
Whether entity property i18N is enabled? If enabled, the property values of an EntityI18NSupport can be translated to different languages, and will be displayed according to current locale.
isEntityList() - Method in class com.cmobilecom.af.model.property.EntityFormBeanProperty
Is the property value a collection of persistence entities?
isEntityListCreateEntity() - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Whether the wrapped dataSource is an EntityListCreateEntity?
isEntityListCreateInPlace(EntityListBackingBean<T>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
In entity list backing bean, can users create entities by appending rows and filling in data in place? default to true for a nested entity list bean.
isEntityListCreateInPlace(EntityListBackingBean<T>) - Method in class com.cmobilecom.af.model.bean.EntityI18NBean
 
isEntityListEditInPlace(EntityListBackingBean<T>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
In entity list backing bean, can users edit entities in place? default to true for a nested entity list bean.
isEntityListEditInPlace(EntityListBackingBean<T>) - Method in class com.cmobilecom.af.model.bean.EntityI18NBean
 
isEntityListEditInPlace(EntityListBackingBean<T>) - Method in class com.cmobilecom.af.model.lob.LobBean
 
isEntityListInsertBeforeEnabled(EntityListBackingBean<Option>) - Method in class com.cmobilecom.af.model.form.OptionBean
 
isEntityListInsertBeforeEnabled(EntityListBackingBean<Question>) - Method in class com.cmobilecom.af.model.form.QuestionBean
 
isEntityListInsertBeforeEnabled(EntityListBackingBean<T>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
In entity list backing bean, can users create entities by inserting a row before an entity? If the sequenceNo is mapped for the entity type(the order of entities is important), inserting rows is supported by default.
isEntityListMoveUpDownEnabled(EntityListBackingBean<Option>) - Method in class com.cmobilecom.af.model.form.OptionBean
 
isEntityListMoveUpDownEnabled(EntityListBackingBean<T>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
In entity list backing bean, can users move up and down entity? Edit permission is required.
isEntityListNavigatableToEntity(EntityListBackingBean<T>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
In entity list backing bean, can users navigate to entity view? By default, if the entity list supports in place editing, return false.
isEntityListRowEntityView() - Method in class com.cmobilecom.af.model.nav.EntityOfEntityList
Is entityListBackingBean rowEntityView? i.e.
isEntityListToEntity() - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Whether the wrapped dataSource is an EntityListToEntity?
isEntityListView() - Method in class com.cmobilecom.af.model.bean.ViewConfig
Is this ViewConfig a entity list view? same as ViewType.isEntityListView(ViewType).
isEntityListView(ViewType) - Static method in enum com.cmobilecom.af.model.bean.ViewType
Is the viewType an Entity list view?
isEntityManagerFactoryCached(String) - Static method in class com.cmobilecom.af.session.ResourceLocalEntityManagerAccessor
Has the EntityManagerFactory with the key been created and cached?
isEntityOfEntityList() - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Whether the wrapped dataSource is an EntityOfEntityList?
isEntitySelectionEnabled() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Whether any command in header and footer menu requires entity selections?
isEntitySelectionEnabled(MenuBean) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Whether any command in the MenuBean requires entity selections
isEntitySelectionRequired() - Method in class com.cmobilecom.af.model.menu.MenuNode
Whether this command is executed on one or more selected entities?
isEntityTypeAccessible(DataAccessUnit, Class) - Static method in class com.cmobilecom.af.model.menu.MenuNodeFactory
Is the entity type accessible from the DataAccessUnit?
isEntityTypeAssignableFrom(Class) - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactoryContext
Is the entityType of the context assignable from the specified type?
isEntityTypeInvisible(Class<? extends PersistenceEntity>, DataAccessUnit) - Method in class com.cmobilecom.af.model.module.InstanceType
Is the entityType invisible for the DataAccessUnit?
isEntityTypePresent() - Method in class com.cmobilecom.af.model.entimport.DefaultEntityImportValidator
Is entityType present in root element.
isEntityView() - Method in class com.cmobilecom.af.model.bean.ViewConfig
Is this ViewConfig a entity view? same as ViewType.isEntityView(ViewType).
isEntityView(ViewType) - Static method in enum com.cmobilecom.af.model.bean.ViewType
Is the viewType Entity view?
isEqual(byte[], byte[]) - Static method in class com.cmobilecom.af.util.BytesUtil
Check if two byte arrays are equal?
isEqual(byte[], int, byte[], int, int) - Static method in class com.cmobilecom.af.util.BytesUtil
Check if two byte sub arrays are equal starting from specified offsets?
isEqual(Object, Object) - Static method in class com.cmobilecom.af.util.CollectionUtil
Check if two values are equal.
isEqual(String, String, boolean) - Static method in class com.cmobilecom.af.test.api.Util
Compare two strings.
isError() - Method in class com.cmobilecom.af.model.bean.BackingBeanMessage
Is error or fatal?
isErrorThrown() - Method in class com.cmobilecom.af.model.bean.BackingBeanResult
Is an error thrown?
isEscape() - Method in class com.cmobilecom.af.model.property.RenderStyle
Whether to escape value for output text? For HTML text, it needs to be false.
isExclusive() - Method in class com.cmobilecom.af.session.EntityFetchGraph
Is this fetch graph exclusive? If exclusive, only the properties in this graph will be fetched.
isExclusiveRCPT() - Method in interface com.cmobilecom.af.model.mail.EmailRequest
Whether email recipients are exclusive? If true, send separate emails to each recipient, and there is only one recipient for each email.
isExpanded() - Method in class com.cmobilecom.af.model.menu.MenuNode
Whether this menu node is expanded for tree menu.
isExpanded() - Method in interface com.cmobilecom.af.test.api.MenuNode
Is this menu node expanded so that its child nodes are visible?
isExportAsExcelEnabled() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Is it enabled to export this entity list as Excel?
isFeatureLicensed(DataAccessUnit, String, String) - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Is the feature licensed for the DataAccessUNit?
isFeedback() - Method in class com.cmobilecom.af.model.property.RenderStyle
Whether to show strength while typing password?
isFetchLazyRequested() - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Whether to fetch lazy properties during prepareEntity?
isFetchLicenseFromCloud() - Static method in class com.cmobilecom.af.test.api.Configurations
Is fetching license from cloud enabled? default is false
isFill() - Method in class com.cmobilecom.af.model.chart.PieChart
Is pie chart filled with different colors?
isFillBlankRowsIfAdjustForward() - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
For variable page size support, whether to fill rows from next page if there is not enough entities for the current page.
isFirstPage() - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Is current page the first page of this pageable entity list?
isForce() - Method in class com.cmobilecom.af.model.property.Help
Whether to show help message even if property is in showing mode?
isForceSelection() - Method in class com.cmobilecom.af.model.property.RenderStyle
For autoComplete component, whether to force user to select items from suggestions.
isFormBeanPropertyEntitiesSaveOnDelete(EntityFormBeanProperty<T>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
For an entity list FormBeanProperty, whether to apply changes to persistence immediately when deleting selected entities?
isFormDesignAutoEnabled(PersistenceDataBackingBean<T>, T) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Whether to find a FormDesign if form design is supported but it is not set in viewConfig? default is true.
isFormDesignSupported() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Whether form design is supported to render the entity using layout code?
isFormDesignSupported(PersistenceDataBackingBean<T>, T) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Whether form design is supported to render the entity using layout code?
isFormDesignSupported(Class) - Static method in class com.cmobilecom.af.model.formdesign.FormDesignBean
Does the entity type support FormDesign?
isGenAuthToken() - Method in interface com.cmobilecom.af.model.security.LoginForm
Whether to generate auth token after successful authentication that will be appended to the redirect URL for auto signing in to another DataAccessUnit?
isGroupByProperty() - Method in class com.cmobilecom.af.model.property.QueryInfo
Whether the property is a query group-by property?
isGroupBySelectRenderable() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
In query view (viewType is QUERY), whether to render the selection where user can select a property to group by.
isGroupByValidForReportData(int, int) - Method in class com.cmobilecom.af.model.report.ReportQueryFormBean
Is the groupBy valid for the report data?
isGrouping() - Method in class com.cmobilecom.af.model.property.EntityHierarchyProperty
If edit is enabled and render style is select, the property will be rendered as a group of select properties for multi-level hierarchy select.
isGrouping() - Method in class com.cmobilecom.af.model.property.EntityProperty
Is this property grouping of its child properties? If true, it will be rendered as the same way as EntityPropertyGroup.
isGroupQuery() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Whether the entity list is the result set of a group-by query?
isGroupQuery() - Method in class com.cmobilecom.af.session.QueryCriteria
Whether the query is a grouping query.
isGroupTitleRow() - Method in class com.cmobilecom.af.model.property.EntityProperty
Whether this property is a title row in table layout?
isHasActivatePermission() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
If the entity type implements ActiveAware, check if current user has the activate permission on the entity list.
isHasActivatePermission(PersistenceDataBackingBean<T>, T) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Does current user have the activate permission on the entity.
isHasAdminPrivilege() - Static method in class com.cmobilecom.af.util.CommandExec
Is current program run with administrator privilege?
isHasCreatePermission() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
 
isHasCreatePermission() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
 
isHasCreatePermission() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Does current user have the permission to create entities of the entity type of this bean?
isHasDeletePermission() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
 
isHasDeletePermission() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
 
isHasDeletePermission() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Does current user have the permission to delete entities of this bean?
isHasDeletePermission(PersistenceDataBackingBean<Form>, Form) - Method in class com.cmobilecom.af.model.form.FormBean
 
isHasDeletePermission(PersistenceDataBackingBean<T>, T) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Whether current user has the delete permission on the entity under the condition that the user has delete permission by access control.
isHasDeletePermission(PersistenceDataBackingBean<T>, T) - Method in class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean
 
isHasDeletePermission(PersistenceDataBackingBean<T>, T) - Method in class com.cmobilecom.af.model.bus.MonthCloseAwareBean
 
isHasDeletePermission(PersistenceDataBackingBean<T>, T) - Method in class com.cmobilecom.af.model.bus.MonthCloseBean
 
isHasEditPermission() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Check if current user has the edit permission on the entity.
isHasEditPermission() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Check if current user has the edit permission on the entity list.
isHasEditPermission() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Does current user have the permission to edit entities of this bean?
isHasEditPermission(PersistenceDataBackingBean<Form>, Form) - Method in class com.cmobilecom.af.model.form.FormBean
 
isHasEditPermission(PersistenceDataBackingBean<T>, T) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Does current user have the edit permission on the entity? By default, if the entity is not persisted (e.g., creating, query), it is editable.
isHasEditPermission(PersistenceDataBackingBean<T>, T) - Method in class com.cmobilecom.af.model.bus.MonthCloseAwareBean
 
isHasNextPage() - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Does this pageable entity list has a next page?
isHasPermission(PersistenceDataBackingBean<T>, T, String) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Does user have the permission to execute the command for the entity?
isHasPermission(AccessType) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
 
isHasPermission(AccessType) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Does the current user have the permission to access the entity or the list of entities of this backing bean by overridden permissions or access control.
isHasPermission(AccessType, DataDescriptor) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Does the current user have the permission to access the entity or the list of entities of this backing bean by overridden permissions or access control.
isHasPreviousPage() - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Does this pageable entity list has a previous page? If current page index is 0, return false.
isHasViewPermission() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
 
isHasViewPermission() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
 
isHasViewPermission() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Does current user have the permission to view entities of this bean?
isHasViewPermission(PersistenceDataBackingBean<T>, T) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Does the current user has view permission on the entity? By default, if the entity is not persisted (e.g., creating, query), it is viewable.
isHelpMenuNodeRenderable(PersistenceDataBackingBean<T>) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
 
isHelpMenuNodeRenderable(PersistenceDataBackingBean<T>) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Whether help menuNode is renderable for the backingBean? Help is not renderable for beans that is enclosed inside parent bean or printView.
isHelpMenuNodeRenderable(PersistenceDataBackingBean<T>) - Method in class com.cmobilecom.af.model.security.LoginBean
 
isHelpRenderable() - Method in class com.cmobilecom.af.model.property.EntityProperty
Is the help message renderable for this property?
isHidden() - Method in class com.cmobilecom.af.model.bean.BackingBean
Whether this bean is hidden? A hidden bean is not visible, but it can be ajax render target to make it visible.
isHidden() - Method in class com.cmobilecom.af.model.menu.MenuBean
Is this MenuBean hidden, not visible? If menuBean is empty, return true.
isHidden() - Method in class com.cmobilecom.af.model.property.EntityProperty
Whether this property is hidden(not rendered)?
isHiddenForQuery() - Method in interface com.cmobilecom.af.session.criteria.CriteriaPropertyEqual
Is this query element hidden in query view? If hidden, it will not be used to set property value.
isHiddenIfEmpty() - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Whether to hide the entity list bean if entity list is empty?
isHtmlEmail() - Method in class com.cmobilecom.af.model.context.RenderContext
Is the output format is HTML for email?
isIconOnly() - Method in class com.cmobilecom.af.model.menu.MenuNode
Whether to display an icon only without name?
isIconOnly() - Method in class com.cmobilecom.af.model.menu.MenuViewConfig
Are menu nodes rendered as icon without text?
isIdAssignedByUser(Class<T>) - Static method in class com.cmobilecom.af.entity.persistence.Utility
Is the entity id auto-generated or assigned by user?
isIgnore() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean.PropertyQueryCriterion
Whether to ignore the criterion? If false and criterion is null, a default criterion will be created from query property.
isIgnoreIfMissing() - Method in class com.cmobilecom.af.util.ParameterizedMessage
Whether to ignore this message if the messageId is missing from the resource bundle? If true, the display value of this message will be null.
isIgnoreRegionNumber() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean.GeneratedBeanPageContent
Whether to ignore region number? If true, the region numbers of the beans in this GeneratedBeanPageContent will be ignored when adding the beans into page content.
isImmediate() - Method in class com.cmobilecom.af.model.menu.MenuNode
Whether the action of this menu node will be handled in JSF apply request value phase, skipping model update.
isIncludeEntities() - Method in class com.cmobilecom.af.model.container.MenuSubTreeInfo
Whether to list entities in the sub menu?
isInCurrentPage(int) - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Is the entity index in the current page?
isInheritable() - Method in class com.cmobilecom.af.model.menu.MenuNodeContextMenuBean
Whether this context menu can be inherited by the descendant menu nodes of the target menu node?
isInitialized() - Method in class com.cmobilecom.af.model.menu.MenuNode
Whether this menu node is initialized? If its children has been created, then it is initialized.
isInline() - Method in class com.cmobilecom.af.util.db.SqlDialectItem
Whether the sql is inline statements separated by comma.
isInPageContent() - Method in class com.cmobilecom.af.model.bean.Component
Is this component in pageContent that will be rendered.
isInputData() - Method in class com.cmobilecom.af.model.dialog.DialogBean
Is this dialog an inputData dialog? i.e., is dialogType DialogType.INPUT_DATA?
isInsertBeforeEnabled() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Whether to add command: insert before an entity in case of create in place
isInstance(Object, Class...) - Static method in class com.cmobilecom.af.util.ClassUtil
Is the value an instance of one of the types?
isInstanceType() - Method in class com.cmobilecom.af.model.system.DataAccessUnit
Is this DataAccessUnit an instance type (not a specific instance, DataAccessUnit.getInstance()==null)?
isInView(ViewType[], ViewType) - Static method in class com.cmobilecom.af.model.bean.EntityPropertyDiscoverer
Does the bean viewType match one of the viewTypes?
isJta(DataAccessUnit) - Static method in class com.cmobilecom.af.model.phase.TransactionManager
Is the dataAccessUnit JTA or resource local?
isJTA() - Method in class com.cmobilecom.af.session.QueryDescriptor
Is the persistence unit JTA or resource-local?
isLastPage() - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Whether current page is the last page
isLastPageFull() - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Is the last page a full page of entities?
isLayoutFullPage() - Method in class com.cmobilecom.af.model.container.ContainerBean
Whether layout code is full page layout? If yes, <body> is the border layout target.
isLeaf() - Method in class com.cmobilecom.af.model.bean.ColumnHeaders.Node
Is this node a leaf node?
isLeaf() - Method in class com.cmobilecom.af.model.menu.MenuNode
Is menu node a leaf without children?
isLeaf() - Method in interface com.cmobilecom.af.test.api.MenuNode
Is this menu node a leaf?
isLeafRequired() - Method in class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean.Reference
Whether the property requires a leaf hierarchy entity?
isLeafRequired(EntityHierarchyProperty<T>) - Method in class com.cmobilecom.af.model.bean.HierarchyAwareBackingBean
Is a leaf hierarchy entity required for the property value?
isLeafRequired(Class, String) - Method in class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean
Whether the leaf hierarchy is required for the property of the referringType
isLicenseFeatureInheritted() - Method in class com.cmobilecom.af.model.menu.MenuNode
Whether required license feature is inherited from its parent menuNode.
isListView() - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Is layoutType listView?
isLoaded(int) - Method in class com.cmobilecom.af.model.view.AccordionView
Is the tab loaded?
isLoaded(String) - Method in class com.cmobilecom.af.model.system.SystemConfig
check if the the module is loaded
isLoaded(T) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Whether the entity is loaded and initialized?
isLoaded(T) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
isLoaded(T, String) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Whether the property is loaded and initialized?
isLoaded(T, String) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
isLocalHost() - Method in class com.cmobilecom.af.model.util.RequestHelper
Is server name localhost or 127.0.0.1? Any other domain is not localhost even if it is mapped to IP 127.0.0.1.
isLocalized() - Method in exception com.cmobilecom.af.entity.system.SystemRuntimeException
Whether the messageId is localized? if false, messageId is a message key in resource bundle whose value can contain parameters {n}.
isLocalized() - Method in class com.cmobilecom.af.model.menu.MenuNode
Whether name is localized.
isLocalized() - Method in exception com.cmobilecom.af.util.ExecException
Whether the messageId is localized? if false, messageId is a message key in resource bundle whose value can contain parameters {n}.
isLocalized() - Method in class com.cmobilecom.af.util.ParameterizedMessage
Whether the messageId is localized? if false, messageId is a message key in resource bundle whose value can contain parameters {n}.
isLocked() - Method in interface com.cmobilecom.af.entity.system.Instance
Whether this subsystem is locked? Users can not login into a locked subsystem.
isLocked() - Method in class com.cmobilecom.af.model.menu.MenuBean
Whether menuBean is locked, and menuNodes can not be added?
isLogin() - Method in interface com.cmobilecom.af.test.api.EntityBean
Is this bean a login bean?
isLoginRequired() - Method in class com.cmobilecom.af.model.menu.MenuNode
Whether user is required to login before executing the command of this MenuNode?
isLoginRequiredForCreate() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
If an entity of the entity type can not be created by anonymous, then login is required.
isLogoShown() - Method in interface com.cmobilecom.af.test.api.ContainerBean
Is logo image shown (visible)?
isManageMode() - Method in class com.cmobilecom.af.model.bean.BackingBean
Is manage mode? In manage mode, editing will be enabled if user has edit permission on underlying data.
isMarkAsRequired() - Method in class com.cmobilecom.af.model.property.EntityProperty
Whether the property is marked as required in UI? property value can be null if not required.
isMatchUniqueKeyValue(T, Map<String, NameValuePair>) - Static method in class com.cmobilecom.af.model.bean.EntityBackingBeanHelper
Do the name value pairs match the corresponding property values of the entity?
isMaximizable() - Method in class com.cmobilecom.af.model.view.DialogView
Is this dialog maximizable?
isMenuNodeRenderable(MenuNode) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
 
isMenuNodeRenderable(MenuNode) - Method in interface com.cmobilecom.af.model.menu.MenuNodeActionHandler
Is the menuNode renderable? If false, it will not be included in response.
isMenuNodeRenderable(MenuNode) - Method in class com.cmobilecom.af.model.menu.MenuNodeContextMenuBean
 
isMenuNodeRenderable(MenuNode) - Method in class com.cmobilecom.af.model.menu.MenuNodeFactory
 
isMenuNodeRenderable(MenuNode) - Method in class com.cmobilecom.af.model.property.EntityProperty
 
isMenuNodeSupported(String, String) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Is the menu node with the id and/or command supported?
isMenuView() - Method in class com.cmobilecom.af.model.bean.ViewConfig
Is this ViewConfig a menu view? same as ViewType.isMenuView(ViewType).
isMenuView(ViewType) - Static method in enum com.cmobilecom.af.model.bean.ViewType
Is the viewType Menu view?
isMessageRenderable() - Method in class com.cmobilecom.af.model.property.EntityProperty
Is the message renderable beside property?
isMinimizable() - Method in class com.cmobilecom.af.model.view.DialogView
Is this dialog minimizable?
isMobile() - Method in class com.cmobilecom.af.model.bean.BackingBean
Whether user agent is mobile?
isMobile() - Method in class com.cmobilecom.af.model.container.ContainerBean
Whether user agent is mobile or desktop?
isMobile() - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Whether user agent is a mobile device or desktop?
isMobile() - Method in interface com.cmobilecom.af.model.util.UserAgent
Whether the user agent is a mobile device?
isModal() - Method in class com.cmobilecom.af.model.view.DialogView
Is this dialog a modal dialog?
isModuleDefined() - Method in interface com.cmobilecom.af.entity.FormDesign
Is this formDesign defined by module or created by user?
isMonthClosed(LocalDate) - Method in class com.cmobilecom.af.model.bus.MonthCloseAwareBean
Check if the month is closed for the date.
isMonthClosed(LocalDate, Class<T>, PersistenceEntityManager) - Static method in class com.cmobilecom.af.model.bus.MonthCloseAwareBean
Check if the month is closed for the date.
isMonthClosed(Date, boolean) - Method in class com.cmobilecom.af.model.bus.MonthCloseAwareBean
Check if the month is closed for the date.
isMonthClosed(Date, boolean, Class<T>, PersistenceEntityManager) - Static method in class com.cmobilecom.af.model.bus.MonthCloseAwareBean
Check if the month is closed for the date.
isMoveUpDownEnabled() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Can the entities be moved up and down in the list view?
isMultiple() - Method in class com.cmobilecom.af.entity.DataDescriptor
Whether the data is single data or multiple?
isMultiple() - Method in class com.cmobilecom.af.model.view.AccordionView
Whether multiple tabs can be active in the same time?
isNameRenderable() - Method in class com.cmobilecom.af.model.property.EntityProperty
Is property name renderable? If false, its name will not be displayed.
isNativeSql() - Method in class com.cmobilecom.af.session.QueryCriteria
Whether the query string is native sql? i.e.
isNavigatableToEntity() - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Is it allowed to show entity view(navigate to entity) from entity list?
isNextEntityCommandRenderable() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Whether to render the menu node to show next entity?
isNonSystemInstance() - Method in class com.cmobilecom.af.model.system.DataAccessUnit
Is the DataAccessUnit an instance that is not the system instance?
isNotEmpty(CriteriaExpression<Collection<?>>) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create an empty collection function.
isNotEmpty(String) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a notEmpty collection function.
isNotifyListenersOnClose() - Method in class com.cmobilecom.af.model.dialog.DialogBean
Whether to notify listeners when users click the close icon of the dialog? default: notify listeners only if there is any entity changed/created/deleted (i.e.
isNotNull(CriteriaExpression) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a notNull function.
isNotNull(String) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a notNull function.
isNull(CriteriaExpression) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a isNull function.
isNull(String) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a isNull function.
isNullOperandAsZero() - Method in class com.cmobilecom.af.util.expr.EvalHint
Whether to treat null values as zero?
isNumber(String) - Static method in class com.cmobilecom.af.util.StringUtil
Is the value a number? i.e., all characters in the value are digits.
isOpenDialog() - Method in class com.cmobilecom.af.model.behavior.PartialBehavior.ContainerRenderRegions
Whether to open dialog to show the actionHandler results? If openDialog is not set, default to false.
isOpenDialogEnabledForNavigateToEntity(EntityListBackingBean<T>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
When viewing or editing an entity from entity list view, will pop up a dialog window? default is true for a nested entity list bean inside another bean.
isOpenDialogOnShowResults() - Method in class com.cmobilecom.af.model.property.RenderStyle
Whether to open dialog to show results on click.
isOpenDialogSupported() - Method in class com.cmobilecom.af.model.container.ContainerBean
Can a dialog be opened from this containerBean? default is true.
isOpenEntitySelectDialogEnabled(EntityListBackingBean<T>, MenuNode) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Whether to open entity selection dialog for the menu node.
isOpenEntitySelectDialogEnabled(EntityListBackingBean<T>, MenuNode) - Method in class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean
 
isOpenInputDialog() - Method in class com.cmobilecom.af.model.property.RenderStyle
For property, whether open dialog is enabled for property value input? if enabled, a menuNode that opens input dialog will be added to the property menu bean.
isOpenInputDialog(MenuNode) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
 
isOpenInputDialog(MenuNode) - Method in class com.cmobilecom.af.model.bus.MonthCloseBean
 
isOpenInputDialog(MenuNode) - Method in interface com.cmobilecom.af.model.menu.MenuNodeActionHandler
Whether to open dialog to input data for the menuNode.
isOpenInputDialog(MenuNode) - Method in class com.cmobilecom.af.model.menu.MenuNodeContextMenuBean
 
isOpenInputDialog(MenuNode) - Method in class com.cmobilecom.af.model.menu.MenuNodeFactory
 
isOpenInputDialog(MenuNode) - Method in class com.cmobilecom.af.model.property.EntityProperty
 
isOrderByProperty() - Method in class com.cmobilecom.af.model.property.QueryInfo
Whether the property is a query order-by property?
isOrderBySelectRenderable() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
In query view (viewType is QUERY), whether to render the selection where user can select a property to order by.
isOrphan(T, EntityFormBeanProperty<T>, M, ActionDescriptor) - Method in class com.cmobilecom.af.model.bean.EntityFormSupportBean
Is the fromEntity an orphan? An orphan entity will be deleted from persistence before commit.
isOverlapped(Component) - Method in interface com.cmobilecom.af.test.api.Component
Is this component overlapped with another component?
isPageable() - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Is entity list pageable?
isPagePadding() - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Whether to add empty(blank) rows at the end if a page is not full? A page is not full if the number of rows in the page is less than the pageSize.
isPaginationSupported() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Is entity list pagination supported?
isPanelVisible() - Method in class com.cmobilecom.af.model.bean.BackingBean
Whether to show a panel around this bean?
isParentComponentRowEntityView(boolean) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Is parentComponent an entityListBackingBean with rowEntityView? if checkFormBean is true, and parentComponent is not a formBean, return false.
isParentDirectory(File, File) - Static method in class com.cmobilecom.af.util.FileUtil
Is the parentFile a parent(or ancestor) directory of the file?
isParentOrSameInterface(Class, Class) - Static method in class com.cmobilecom.af.util.ClassUtil
Is the parentOrSameInterface a parent of or the same interface as the interface?
isParsed() - Method in class com.cmobilecom.af.entity.report.DatePeriod
Whether the period string has been parsed?
isPartial() - Method in class com.cmobilecom.af.model.util.RequestHelper
Is the request a partial request? For a partial request, only a part of view is executed and/or refreshed when a command is executed.
isPartialBehaviorEnabled(String) - Method in class com.cmobilecom.af.model.behavior.PartialBehaviorSupport
Whether partial behavior is enabled for the event? Action event is partial behavior enabled by default.
isPartialDataLoading() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Are all the entities loaded in memory? or only the entities of current page are loaded? For partial data loading, QueryCriteriaEntityList is used.
isPartialDataLoading() - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
For an entity list form bean, whether to use QueryCriteriaEntityList to hold current page in memory or use MemoryEntityList to hold all pages in memory.
isPartiallyInitialized() - Method in interface com.cmobilecom.af.entity.PersistenceEntity
if the entity is not retrieved from persistence, but created by application, some property values are set, some are not.
isPartiallyInitialized() - Method in class com.cmobilecom.af.entity.PersistenceEntityBase
 
isPartiallyInitialized() - Method in class com.cmobilecom.af.model.bean.MapEntity
 
isPasswordMatched() - Method in class com.cmobilecom.af.model.security.AuthResult
Does username and password match?
isPercent() - Method in class com.cmobilecom.af.model.property.NumberDescriptor
Is number type percentage?
isPersistDataRequested() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
 
isPersistDataRequested() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
 
isPersistDataRequested() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Whether to persist entities when changed?
isPersistDataRequested(PersistenceDataBackingBean<T>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Should the changed entities be persisted in the backing bean? Default is true if the entity type is mapped to persistence using @Entity annotation.
isPersisted() - Method in class com.cmobilecom.af.entity.DataDescriptor
Whether the data are persisted?
isPersisted() - Method in interface com.cmobilecom.af.entity.PersistenceEntity
Is this entity persisted?
isPersisted() - Method in class com.cmobilecom.af.entity.PersistenceEntityBase
Whether this entity is persisted? If version number is not null, it is persisted.
isPersisted() - Method in class com.cmobilecom.af.model.bean.MapEntity
 
isPlayableMedia(String) - Static method in class com.cmobilecom.af.model.property.EntityMediaProperty
Is the mimeType a playable media type: image, audio or video?
isPopup() - Method in class com.cmobilecom.af.model.property.Help
Will the message popup as overlay or display in place when an event occurs? It is valid only if toggleable is true.
isPostback() - Method in class com.cmobilecom.af.model.util.RequestHelper
Whether the request is Post Back initiated when user clicks a command?
isPreviousEntityCommandRenderable() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Whether to render the menu node to show previous entity?
isPrimitiveOrWrapper(Class) - Static method in class com.cmobilecom.af.util.ClassUtil
Whether the type is primitive type or its wrapper?
isPrintView() - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Is the entity or entity list rendered in a print friendly view?
isPrintViewMenuNodeRenderable() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Print menu node will not be renderable if parent bean is an EntityListBackingBean in rowEntityRow layout.
isPrintViewMenuNodeRenderable() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Export permission is required to print entity list
isPrintViewMenuNodeRenderable() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Whether to add printer view menu node?
isPrintViewOpenPrintDialog() - Static method in class com.cmobilecom.af.test.api.Configurations
Whether to open platform print dialog for printView of entity, entity list or batch print? The property in test.properties: printView.openPrintDialog.
isProgress() - Method in class com.cmobilecom.af.model.dialog.DialogBean
Is this dialog a progress dialog? i.e., is dialogType DialogType.PROGRESS?
isProgressDialogOpened() - Method in class com.cmobilecom.af.model.bean.BackingBean
Whether progress dialog is opened?
isPropertyMenuNodeRenderable(PersistenceDataBackingBean<T>, T, EntityProperty<T>, MenuNode) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Whether the menuNode of the property is renderable for the entity?
isPropertyRenderable(PersistenceDataBackingBean<Question>, Question, EntityProperty<Question>) - Method in class com.cmobilecom.af.model.form.QuestionBean
 
isPropertyRenderable(PersistenceDataBackingBean<T>, T, EntityProperty<T>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Whether the property of the backingBean is renderable within a property grouping.
isPropertyShowing(PersistenceDataBackingBean<T>, T, EntityProperty<T>, boolean) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Whether the property is in showing mode or editing mode.
isPropertyShowing(PersistenceDataBackingBean<T>, T, EntityProperty<T>, boolean) - Method in class com.cmobilecom.af.model.bean.EntityBackingBeanHelper
Whether the property is in showing mode or editing mode? In editing mode, user can input or change property value.
isPropertyShown(String, List<String>) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
isPropertyTabView() - Method in class com.cmobilecom.af.model.bean.EntityViewConfig
Whether the properties are layout using tab view with one tab for one property.
isPropertyValueRenderable(EntityListBackingBean<T>, T, EntityProperty<T>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Check if this property value is renderable when its name(table header) is rendered in entity list view.
isQueryCriteria() - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Whether the wrapped dataSource is a QueryCriteria?
isQueryEnabled() - Method in class com.cmobilecom.af.model.menu.TypeDescriptor
Is query enabled for the entity type? If enabled, a query form can be opened.
isQueryEnabled() - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactory
Whether query is enabled for the entity type? If enabled, a query form can be opened.
isQueryView() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Is the view type of this bean query or entity? Creating, showing or editing an entity is in the entity view.
isQueryView() - Method in class com.cmobilecom.af.model.bean.ViewConfig
Is this ViewConfig a query view? same as ViewType.isQueryView(ViewType).
isQueryView(ViewType) - Static method in enum com.cmobilecom.af.model.bean.ViewType
Is the viewType query view?
isQueueEmpty() - Method in class com.cmobilecom.af.model.mail.SendMail
Is the queue of this SendMail thread empty?
isQueueFull() - Method in class com.cmobilecom.af.model.mail.SendMail
Is the queue of this SendMail thread full?
isReadOnly() - Method in interface com.cmobilecom.af.entity.system.Instance
Whether this Subsystem is read only? Users can not make changes to the persistence of a read-only subsystem.
isReadOnly() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Is this backing bean in read only mode? In read only mode, this bean can not be edited.
isReadOnly() - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Is entity/entityList in readOnly mode? In readOnly mode, property values can not be edited for both create and edit mode. no delete/create permissions.
isReadOnly() - Method in class com.cmobilecom.af.model.property.EntityProperty
Whether this property is read only? Meaningful only if displayValueOnly is false (rendering editing component)
isReadOnly() - Method in class com.cmobilecom.af.session.QueryDescriptor
Whether the query can update persistence?
isReadOnly(PersistenceDataBackingBean<T>, EntityProperty<T>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Is the property in read only mode when input component is rendered ( displayValueOnly is false)?
isReady() - Method in interface com.cmobilecom.af.entity.system.MailServer
Is this mailServer configured and ready to send emails?
isRedisplay() - Method in class com.cmobilecom.af.model.property.RenderStyle
Whether to display value back to client for inputSecret?
isRefreshEntityListAfterCommit() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Whether to refresh entity list from persistence after changes are committed? default is false.
isRefreshEntityPropertyModelNeeded() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Indicate whether to refresh entity properties during refreshDataModel()?
isReloadDataRequested() - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Whether to reload data from persistence during prepareEntity no matter whether it is partially initialized? It should be true if the entity has been updated on persistence and it needs to be refreshed on current view.
isRemoveFormBeanEntity(EntityFormBeanProperty<T>, PersistenceEntity, Method[]) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Is the formBean entity to be removed? Usually blank entity rows will be removed.
isRenderable() - Method in class com.cmobilecom.af.model.bean.BackingBean
Whether this bean is renderable? this method is called only when its parent component is renderable.
isRenderable() - Method in class com.cmobilecom.af.model.container.ContainerBean
Whether this containerBean is renderable.
isRenderable() - Method in class com.cmobilecom.af.model.menu.MenuNode
Is the menu node renderable? If this menu node has actionHandler, then delegate to MenuNodeActionHandler.isMenuNodeRenderable(MenuNode).
isRenderable() - Method in class com.cmobilecom.af.model.property.EntityProperty
Is this property renderable including its name and value? Delegate to EntityBackingBean.isPropertyRenderable(PersistenceDataBackingBean, PersistenceEntity, EntityProperty).
isRenderAll() - Method in interface com.cmobilecom.af.model.behavior.PartialViewContext
whether to render all components? default is false.
isRenderAsCheckbox() - Method in class com.cmobilecom.af.model.property.RenderStyle
Is the property rendered as checkbox?
isRenderAsCommand() - Method in class com.cmobilecom.af.model.property.RenderStyle
Is the property or menu node rendered as a command, commandLink or commandButton?
isRenderAsCommandButton() - Method in class com.cmobilecom.af.model.property.RenderStyle
Is the menu node rendered as commandButton?
isRenderAsCommandLink() - Method in class com.cmobilecom.af.model.property.RenderStyle
Is the property or menu node rendered as commandLink?
isRenderAsFileUpload() - Method in class com.cmobilecom.af.model.property.RenderStyle
Is the property rendered as File upload?
isRenderAsInput() - Method in class com.cmobilecom.af.model.property.RenderStyle
Is the style an input? including input text, input date, input textarea, input html, input password and input secret.
isRenderAsInputDate() - Method in class com.cmobilecom.af.model.property.RenderStyle
Is the property rendered as inputDate?
isRenderAsInputHtml() - Method in class com.cmobilecom.af.model.property.RenderStyle
Is the property rendered as input HTML text?
isRenderAsInputText() - Method in class com.cmobilecom.af.model.property.RenderStyle
Is the property rendered as inputText?
isRenderAsInputTextarea() - Method in class com.cmobilecom.af.model.property.RenderStyle
Is the property rendered as input textArea?
isRenderAsOutputLink() - Method in class com.cmobilecom.af.model.property.RenderStyle
Is the property or menu node rendered as outputLink?
isRenderAsOutputText() - Method in class com.cmobilecom.af.model.property.RenderStyle
Is the property or menu node rendered as outputText?
isRenderAsOutputText(RenderStyle) - Method in class com.cmobilecom.af.model.property.EntityProperty
Whether to render as outputText for the renderStyle if EntityProperty.isDisplayValueOnly() returns true?
isRenderAsSelection() - Method in class com.cmobilecom.af.model.property.RenderStyle
Is the property rendered as entity selection?
isRenderAsSelectMany() - Method in class com.cmobilecom.af.model.property.RenderStyle
Is this render style selecting many from a group of selection? including select many menu, select many list, select many checkbox, and pick list.
isRenderAsSelectMany(int) - Static method in class com.cmobilecom.af.model.property.RenderStyle
Is the style selecting many from a group of selection? including select many menu, select many list, select many checkbox, and pick list.
isRenderAsSelectOne() - Method in class com.cmobilecom.af.model.property.RenderStyle
Is this render style selecting one from a collection of selections?
isRenderAsSelectOne(int) - Static method in class com.cmobilecom.af.model.property.RenderStyle
Is render style selecting one from a collection of selections?
isRenderAsSelectOneMenu() - Method in class com.cmobilecom.af.model.property.RenderStyle
Is the property rendered as selectOneMenu?
isRenderAsSelectOneOrMany() - Method in class com.cmobilecom.af.model.property.RenderStyle
Is selectOne or selectMany?
isRenderAsSelectOneOrMany(int) - Static method in class com.cmobilecom.af.model.property.RenderStyle
Is selectOne or selectMany?
isRenderAsSelectOneRadio() - Method in class com.cmobilecom.af.model.property.RenderStyle
Is the property rendered as selectOneRadio?
isRenderAsSelectOrInput() - Method in class com.cmobilecom.af.model.property.RenderStyle
Is the style select or input?
isRenderChildHierarchyAsLabel() - Method in class com.cmobilecom.af.model.container.MenuSubTreeInfo
Whether to render categories as label.
isRenderRootHierarchyAsLabel() - Method in class com.cmobilecom.af.model.container.MenuSubTreeInfo
Whether to render the root hierarchy as label.
isRequestActive() - Method in class com.cmobilecom.af.model.util.RequestHelper
Is request active?
isRequestedSessionIdFromURL() - Method in class com.cmobilecom.af.model.util.RequestHelper
Is session id obtained from URL?
isRequestURLPagination(EntityListBackingBean<T>) - Static method in class com.cmobilecom.af.web.module.UrlUtil
Is current GET request URL a pagination from previous request? for example, click first/next/previous/last page of entity list.
isRequired() - Method in class com.cmobilecom.af.model.property.EntityProperty
Whether property value is required? If required, its value can not be null.
isRequiredAnnotationUsedForQueryView() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Whether to use required annotation in query view? Usually property values are not required in query view.
isRequiredAnnotationUsedForQueryView() - Method in class com.cmobilecom.af.model.print.EntityBatchPrintBean
Batch print backing bean is in query view, and honors JPA column nullable annotations.
isRequiredAnnotationUsedForQueryView() - Method in class com.cmobilecom.af.model.report.ReportQueryFormBean
 
isRequiredStarRenderable() - Method in class com.cmobilecom.af.model.property.EntityProperty
Should a star (*) be rendered to indicate the property is required?
isRerunTest() - Static method in class com.cmobilecom.af.test.api.TestBase
Whether this test is re-running a previous test?
isResetPasswordOpen() - Method in class com.cmobilecom.af.model.security.LoginBean
Whether to allow user to reset password?
isResizable() - Method in class com.cmobilecom.af.model.view.DialogView
Is this dialog resizable?
isResponseCompleted() - Method in class com.cmobilecom.af.model.util.RequestHelper
Is response completed?
isRestoreFormIndex() - Method in class com.cmobilecom.af.model.bean.EntityViewConfig
Whether to save and restore current page(formIndex) before and after visiting entity list form beans?
isRestorePageIndex() - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Whether to restore pageIndex after visit?
isRoot() - Method in class com.cmobilecom.af.model.container.ContainerBean
Is this containerBean the root contianerBean?
isRoot() - Method in class com.cmobilecom.af.model.menu.MenuNode
Is this menu node the root of its MenuBean.
isRoot() - Method in class com.cmobilecom.af.model.property.HierarchyAccessor.HierarchyNode
Is this node the root node?
isRoot() - Method in class com.cmobilecom.af.model.system.AccessControlAccessor
Whether this instance is a root access control accessor.
isRootVisible() - Method in class com.cmobilecom.af.model.menu.MenuBean
Whether root menu node is visible? Its visibility is set in the ViewConfig.
isRootVisible() - Method in class com.cmobilecom.af.model.menu.MenuViewConfig
Whether the root menuNode is visible? If visible, the menuBean getTopMenuNodes() will return the root menuNode only.
isRowAvailable() - Method in class com.cmobilecom.af.model.ListDataModel
Is any data item available? If true, current row index points to a data item.
isRowEntityView() - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Is each row entity rendered as entityBackingBean? Default: false.
isRowExpanded(int) - Method in class com.cmobilecom.af.model.bean.EntityListRowExpansion
Whether the expansion row is expanded?
isRowExpanded(T) - Method in class com.cmobilecom.af.model.bean.EntityListRowExpansion
Is the row with the entity expanded?
isRowExpansionSupported() - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Whether row expansion is supported?
isSameOrDescendantContainerBean(ContainerBean) - Method in class com.cmobilecom.af.model.container.ContainerBean
Is the containerBean the same as this ContainerBean or a descendant of this ContainerBean?
isSameOrSubDirectoryOf(String, String) - Static method in class com.cmobilecom.af.util.FileUtil
Check if the directory is a sub-directory of (or the same as) the parentDir.
isSameOrSubDirectoryOf(String, String[]) - Static method in class com.cmobilecom.af.util.FileUtil
Check if the directory is a sub-directory of (or the same as) any directory in the list
isSameOrSubdomain(String, String) - Static method in class com.cmobilecom.af.util.StringUtil
Is the subdomain the same as the domain or a subdomain of the domain?
isSaveStates() - Method in class com.cmobilecom.af.model.container.ContainerBean
Whether to save states for JSF pages backed by this containerBean? Saving states is disabled for bots(search engines).
isSchemaExist(String, String) - Method in class com.cmobilecom.af.util.db.DbExec
Does the schema exist by the connection of the sqlExec.
isSecure() - Method in class com.cmobilecom.af.model.util.RequestHelper
Is the request secure?
isSecureRedirectEnabled(String) - Static method in class com.cmobilecom.af.test.api.ManageCenter
Is secure redirect enabled for the instance type.
isSelect() - Method in interface com.cmobilecom.af.session.criteria.CriteriaGroup
Whether to select the expressions?
isSelected() - Method in interface com.cmobilecom.af.entity.PersistenceEntity
Is this entity selected in a list of entities? This method should be annotated with @Transient if the property "selected" is not mapped in persistence.
isSelected() - Method in class com.cmobilecom.af.entity.PersistenceEntityBase
Whether this entity is selected?
isSelected() - Method in class com.cmobilecom.af.model.bean.MapEntity
 
isSelected() - Method in class com.cmobilecom.af.model.property.EntityProperty
Is this property selected? For a keyword entity property, only selected properties is required to match keywords in a query.
isSelectedEntityListBean(EntityListBackingBean<T>) - Static method in class com.cmobilecom.af.model.dialog.DialogBean
Is the EntityListBackingBean the backing bean of the selected entities?
isSelectEntityListBean(EntityListBackingBean<T>) - Static method in class com.cmobilecom.af.model.dialog.DialogBean
Is the EntityListBackingBean for the entity list from which to select single or multiple entities?
isSharedEntityAccessLimited(Class, boolean) - Method in class com.cmobilecom.af.model.module.MultiTenant
Is accessing the shared entities limited for instanceType or instance dataAccessUnit? If entities are shared for multitenancy, some actions may be denied and some properties of shared entities may not be visible even to system or super users for privacy in an instances.
isSharedEntityType(Class) - Method in class com.cmobilecom.af.model.module.MultiTenant
Are entities of the entity type shared by all instances in case of singleTable multitenancy? For separate schema multitenancy, entities are not shared.
isSharedTable() - Method in class com.cmobilecom.af.model.module.MultiTenant
Whether multiTenant type is shared table or separated schema?
isSharedTableMultitenant() - Method in class com.cmobilecom.af.model.system.DataAccessUnit
Is this DataAccessUnit shared-table multitenancy?
isSharedTableMultitenant() - Method in class com.cmobilecom.af.session.QueryDescriptor
Is shared table multitency enabled for the instanceType?
isSharingEntities(Class, DataAccessUnit) - Method in class com.cmobilecom.af.model.system.DataAccessUnit
Does this DataAccessUnit share entities of the specified type with the specified DataAccessUnit?
isShowCloseIcon() - Method in class com.cmobilecom.af.model.view.PopupView
Whether to show close icon on popup?
isShowContextMenu() - Method in class com.cmobilecom.af.model.menu.MenuViewConfig
Whether to show context menu?
isShowDataLabels() - Method in class com.cmobilecom.af.model.chart.Chart
Whether to show data labels on mouseover?
isShowEmail() - Method in class com.cmobilecom.af.model.security.ResetPasswordBean
Whether email is shown for user to input email address for sending password reset email?
isShowFooterMenu() - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Is footer menu visible? For print view, footer menu will be invisible.
isShowHeaderMenu() - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Is header menu visible? For print view, header menu will be invisible.
isShowIfNull() - Method in class com.cmobilecom.af.model.property.EntityProperty
Whether this property is visible if its value is null in non-query mode(create, view, edit)?
isShowIfValueNull() - Method in class com.cmobilecom.af.model.property.Help
Whether to show help message when the property is in showing mode and its value is null in force mode? Default is false.
isShowing() - Method in class com.cmobilecom.af.model.property.EntityProperty
Whether the property is in showing mode (not editing mode)? For entity list view, row selection is required to edit the property at that row.
isShowing(boolean) - Method in class com.cmobilecom.af.model.property.EntityProperty
Whether the property is in showing mode or editing mode?
isShowing(boolean) - Method in class com.cmobilecom.af.model.property.EntitySelectionProperty
Selection: always in edit mode so that entities can be selected.
isShowing(T) - Method in class com.cmobilecom.af.model.property.EntityProperty
Is the property in showing mode for the entity?
isShowInputDataOnly() - Method in class com.cmobilecom.af.model.menu.MenuNode
Whether to show input data only without showing this menu node.
isShowKeywordProperties() - Method in class com.cmobilecom.af.model.bean.EntityViewConfig
Whether to show the properties against which keywords will match?
isShowMemberNames() - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig.PropertyGroup
Whether to show member property names? default is true.
isShowMemberNames() - Method in class com.cmobilecom.af.model.property.RenderStyle
For property group, whether to show the names of its member properties?
isShowMonthCloseReportEnabled() - Method in class com.cmobilecom.af.model.bus.MonthCloseBean
Whether to show the reporting about the MonthClose?
isShown() - Method in interface com.cmobilecom.af.test.api.Tooltip
Is this tooltip shown?
isShowName() - Method in class com.cmobilecom.af.model.property.EntityProperty
Whether to show property name?
isShowOnclickRootNode() - Method in class com.cmobilecom.af.model.container.MenuSubTreeInfo
Whether to show the sub menu when the root menu node of the entity type is clicked?
isShowPrimaryProperties() - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Whether to show primary properties returned by EntityBackingBean.getDefaultPrimaryProperties(ViewType) and ignore the value of PersistenceDataViewConfig.getPropertiesToShow().
isShowProgress() - Method in class com.cmobilecom.af.model.menu.MenuNode
Whether to show progress while the command is being executed.
isShowQueryResults() - Method in class com.cmobilecom.af.model.menu.TypeDescriptor
Whether to show query results when the menu node for the entity type is clicked.
isShowQueryResults() - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactory
Whether to show query results when clicking entity type menu node?
isShowRowCommands() - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Whether to show row command?
isShowSamePropertyModel(PersistenceDataViewConfig) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Check if this viewConfig has the same propertiesToShow and propertiesToHide as the specified viewConfig
isShowSearchOptions() - Method in class com.cmobilecom.af.model.bean.EntityViewConfig
Whether to show search properties? default is true.
isShowStatistics() - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Whether to show statistcsRow at bottom, not embedded? If EntityListViewConfig.isCalculateStatistics() return true, statistics will be calculated regardless of whether it is shown.
isSingleEntity() - Method in interface com.cmobilecom.af.entity.persistence.EntityImportValidator
Does this dataSource contain single entity or multiple entities?
isSingleEntity() - Method in class com.cmobilecom.af.model.entimport.DefaultEntityImportValidator
 
isSingleEntity() - Method in class com.cmobilecom.af.model.menu.TypeDescriptor
Whether the entity type is singleton.
isSingleEntity() - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactory
Whether the entity type is a singleton and only one instance can be created.
isSkipValidate() - Method in class com.cmobilecom.af.entity.ActionDescriptor
Whether to skip validate for create and applyChange?
isStacked() - Method in class com.cmobilecom.af.model.chart.CartesianChart
Whether series values are stacked for cartesian chart?
isStale() - Method in interface com.cmobilecom.af.test.api.Component
Is this component stale (detached from page)?
isStale() - Method in interface com.cmobilecom.af.test.api.Region
Is this region stale (detached from page)?
isStartDateInclusive() - Method in class com.cmobilecom.af.entity.report.DatePeriod
Is this period including the start date timestamp?
isStatistics() - Method in interface com.cmobilecom.af.entity.PersistenceEntity
Is this entity an embedded statistics entity in an entity list?
isStatistics() - Method in class com.cmobilecom.af.entity.PersistenceEntityBase
 
isStatistics() - Method in class com.cmobilecom.af.model.bean.MapEntity
 
isStatisticsColumnsAdded() - Method in class com.cmobilecom.af.model.report.ReportEntity
Whether valueSeriesList contains statistics total/percentage columns?
isStatisticsRowAdded() - Method in class com.cmobilecom.af.model.report.ReportEntity
Whether valueSeriesList contains statistics Row such as total(sum) row?
isSubTree() - Method in class com.cmobilecom.af.model.behavior.VisitMenuNode
Whether this visitTarget includes the subtree of the menu node?
isSubtreeTarget(VisitTarget) - Method in class com.cmobilecom.af.model.behavior.VisitComponent
 
isSubtreeTarget(VisitTarget) - Method in class com.cmobilecom.af.model.behavior.VisitContainerBean
 
isSubtreeTarget(VisitTarget) - Method in class com.cmobilecom.af.model.behavior.VisitEntityListRow
 
isSubtreeTarget(VisitTarget) - Method in class com.cmobilecom.af.model.behavior.VisitMenuNode
 
isSubtreeTarget(VisitTarget) - Method in class com.cmobilecom.af.model.behavior.VisitProperty
 
isSubtreeTarget(VisitTarget) - Method in class com.cmobilecom.af.model.behavior.VisitRegions
 
isSubtreeTarget(VisitTarget) - Method in class com.cmobilecom.af.model.behavior.VisitTarget
Check if the visitTarget is a subtree target of this visitTarget.
isSubtreeTarget(VisitTarget) - Method in class com.cmobilecom.af.model.behavior.VisitUIComponent
 
isSubtreeTarget(VisitTarget) - Method in class com.cmobilecom.af.model.behavior.VisitWidgetComponent
 
isSuperPermission(Permission, String, String) - Method in class com.cmobilecom.af.model.system.AccessControlAccessor
Whether the superPermission is the super permission of the permission? If a user has Permission A and A is the super permission of B, then the user has permission B.
isSupported() - Method in class com.cmobilecom.af.model.entimport.SystemEntityImportDescriptor
Whether importing entities from system repository is supported?
isSupportVariablePageSize() - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Can page size(entities per page) be different from page to page?
isSwitchToMinForRelease() - Method in class com.cmobilecom.af.web.module.WebResource
Whether to switch to its minified version for release? If true, its minified version will be used for release, and its expected name is the same as the resource name except that suffix .js/.css is replaced by .min.js/.min.css.
isSystem() - Method in interface com.cmobilecom.af.entity.system.Instance
Is this instance a system or subsystem instance?
isSystem() - Method in class com.cmobilecom.af.model.module.InstanceType
Whether this InstanceType is a system InstanceType?
isSystemUser() - Method in interface com.cmobilecom.af.entity.security.User
Is this user is a system user? that is, its type is User.SYSTEM or it has the role Role.SYSTEM_USER?
isTabClosable() - Method in class com.cmobilecom.af.model.view.TabView
Whether a tab can be closed?
isTableColumnDefined(String, String, String) - Method in class com.cmobilecom.af.util.db.DbExec
Check if the column is defined in the table.
isTableExist(String, String, String) - Method in class com.cmobilecom.af.util.db.DbExec
Check if the table exists in the schema of the database.
isTableView() - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Is layoutType tableView?
isTestAutomationEnabled() - Static method in class com.cmobilecom.af.model.context.BackingBeanContext
Whether test automation is enabled? Some 3rd party services may block test driver (e.g., web driver), and some workaround should be provided for test automation.
isTestWithoutInternet() - Static method in class com.cmobilecom.af.model.context.BackingBeanContext
Whether internet connection is available for test automation? If there is no internet connection, all the features that require internet connection on client or server side will be disabled.
isThemeEnabled(boolean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
whether a tabular theme is enabled? If enabled, a tabular theme will be rendered for entity or entity list view.
isTitleSet() - Method in class com.cmobilecom.af.model.dialog.DialogBean
Is dialog title set to a value and getTitle() will return the value? if title is not set, the default title is its contained bean's title.
isToggleable() - Method in class com.cmobilecom.af.model.property.Help
Can the help be toggled(hidden and shown)?
isToggleable() - Method in class com.cmobilecom.af.model.view.PanelView
Whether the panel is toggleable? If toggleable, it is can be opened and closed.
isToggleEdit() - Method in class com.cmobilecom.af.model.property.RenderStyle
For an input component, whether to render it as text and enable it for editing when user clicks "Toggle Edit"? If its value is empty but required, it will always be in editing mode.
isTotalColumnEnabled() - Method in class com.cmobilecom.af.model.report.ReportQueryFormBean
Whether to add total column that is sum of value series?
isTwoStepAuthEnabled() - Static method in class com.cmobilecom.af.test.api.Configurations
Is two-step auth enabled for login? default is false.
isTypeMatch(User, String, User) - Method in class com.cmobilecom.af.model.system.AccessControlAccessor
Check if the user matches the required user type
isTypeSystem() - Method in interface com.cmobilecom.af.entity.security.User
Is this user's type User.SYSTEM?
isUpdateFormBeanPropertyValueOnDelete(EntityListBackingBean<T>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Whether to update formBean property value if any entity of the entityListFormBean is deleted from memory? For example, when an order item is deleted from order item list bean, whether to update order.orderItems value.
isUserAccessLimited() - Static method in class com.cmobilecom.af.model.security.UserBean
Is user data query or view in current bound DataAccessUnit limited for current user? For example, if single user identity is enabled for multitenancy, personal user data are not visible even by system/super users for privacy in subsystem instances.
isUserAccessLimited(boolean) - Method in class com.cmobilecom.af.model.module.MultiTenant
Is accessing users limited in the instances of the InstanceType? For single identity multitenancy, user entities in subsystems are not fully searched or viewed for privacy.
isUserDefined() - Method in class com.cmobilecom.af.model.property.EntityProperty
Is this property a user-defined property?
isUserEntityShared() - Method in class com.cmobilecom.af.model.module.MultiTenant
Are users shared by all instances in case of shared table multitenancy? If shared, User entity is not multitenant enabled, i.e.
isUserHasPermission(User, ModuleScopedName) - Method in class com.cmobilecom.af.model.system.AccessControlAccessorWrapper
Does the user have the permission defined in the module?
isUserHasPermission(User, ModuleScopedName, DataDescriptor, AccessControlContext) - Method in class com.cmobilecom.af.model.system.AccessControlAccessor
Does the user have the permission defined in the module?
isUserHasPermission(User, String, String) - Method in class com.cmobilecom.af.model.system.AccessControlAccessorWrapper
Does the user have the permission defined in the module? Both super role relation and super permission relation are supported.
isUserHasPermission(User, String, String, DataDescriptor, AccessControlContext) - Method in class com.cmobilecom.af.model.system.AccessControlAccessor
Does the user have the permission defined in the module? Both super role relation and super permission relation are supported.
isUserHasPermission(ModuleScopedName) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Does current user have the permission?
isUserLoggedIn(T) - Method in class com.cmobilecom.af.model.security.LoginBean
Whether current user has been authenticated against the specified instance of the loginForm.
isUserRegisterOpen() - Method in class com.cmobilecom.af.model.security.LoginBean
Whether to allow user to sign up (self registration)?
isUserSameAsSchema() - Method in class com.cmobilecom.af.util.db.DbDescriptor
whether user is same as schema?
isUserSharedMultitenant() - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Is current bound InstanceType multitenant with shared user entities? That is one user can login into all the instances of the InstanceType.
isValidationDelayed() - Method in class com.cmobilecom.af.model.property.EntityProperty
Whether property validation is delayed? If delayed, property value is converted, but not validated during model update phase, validation is delayed until Invoke Application phase when EntityBackingBean.validate() or FormBeanProperty.setPropertyValueFromBean() is called.
isValidPathIdentifier(String) - Method in class com.cmobilecom.af.model.container.ContainerBean
Whether the pathId is valid in terms of syntax.
isValueChange() - Method in class com.cmobilecom.af.model.behavior.PartialBehavior
Is the event of this PartialBehavior a value change event?
isValueChanged() - Method in interface com.cmobilecom.af.test.api.EntityProperty
Is value changed for the latest setter(or select) method called if partialBehavior is enabled by EntityProperty.partialBehaviorEnabled(boolean)?
isValueIncluded(Collection<T>, Collection<T>, T) - Static method in class com.cmobilecom.af.util.CollectionUtil
Is the value included? If a value is in the excluded collection, then it will be excluded even if it is in the included collection.
isValueLocalized() - Method in class com.cmobilecom.af.model.property.RenderStyle
Is property value localized? if false, resource bundle will be used to translate it for display.
isValueRenderable() - Method in class com.cmobilecom.af.model.property.EntityProperty
Is this property value renderable when its name(column header) is rendered in entity list view.
isValueReserved(T, EntityProperty<T>) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Check if the property value is reserved and can not be used
isVariablePageSizeSupported() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Whether variable page size (entities per page) is supported?
isVerificationCodeMatched() - Method in class com.cmobilecom.af.model.security.AuthResult
Does the verification code input by user match the system-generated one?
isVerificationCodeRequired() - Method in class com.cmobilecom.af.model.security.AuthResult
Is the 2nd step verification code required? If user client is not trusted and 2-step auth is enabled, verification code will be required.
isVerifyBeforeApplyChangeRequired() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Whether verify step is required before applying changes to persistence
isVerifyBeforeCreateRequired() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Whether verify step is required before creating
isVisible() - Method in class com.cmobilecom.af.model.dialog.DialogBean
Is the dialogBean visible?
isVisible() - Method in class com.cmobilecom.af.model.module.ModuleNode
Whether this module node is visible.
isVisible() - Method in class com.cmobilecom.af.model.view.DialogView
Is this dialog visible?
isVisible() - Method in interface com.cmobilecom.af.test.api.Component
Is this component visible?
isVisibleAfterInit() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Whether this bean is visible after initialized? If true, this bean will be added to page content after initialization.
isVisibleForContainer(String) - Method in class com.cmobilecom.af.model.module.ModuleNode
Is this ModuleNode visible for the containerBean?
isWeb() - Method in interface com.cmobilecom.af.model.util.UserAgent
Is the user agent a web client (e.g.
isZoomEnabled() - Method in class com.cmobilecom.af.model.chart.CartesianChart
Whether zoom is enabled?

J

JdbcConfig(String, String, String, String, String) - Constructor for class com.cmobilecom.af.util.db.DbConfig.JdbcConfig
Constructor
joinGraph(EntityJoinGraph<T>) - Method in interface com.cmobilecom.af.session.criteria.CriteriaElementFactory
Create an entity join graph hint.
joinGraph(EntityJoinGraph<T>) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create an entity join graph hint.
joinGraph(Class<T>, Object[]) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create an entity join graph using property join type array.
JPAEntityManagerAccessor - Interface in com.cmobilecom.af.session
JPAEntityManagerAccessor for getting JPA entity managers.
JPQL - com.cmobilecom.af.session.QueryCriteria.QueryType
JPQL
JTATransaction - Class in com.cmobilecom.af.model.phase
JTA transaction wrapping JTA UserTransaction.
JTATransaction() - Constructor for class com.cmobilecom.af.model.phase.JTATransaction
 
jumpToPage(int) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Jump to the page retrieving entities.
jumpToPage(int) - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Jump to the page and load the page as the current page.

K

KEY_DATA_SOURCE_TYPES - Static variable in class com.cmobilecom.af.model.entimport.SystemEntityImportBean
The key for the types of dataSources to import, used as a parameter name in an EntityDataSource.
KEY_DIALOG_ENTITY - Static variable in class com.cmobilecom.af.model.property.EntityProperty
The key name for storing the entity of the property with input dialog.
KEY_HANDLER - Static variable in class com.cmobilecom.af.model.entimport.EntityImportBean
EntityDataSource parameter name: handler.
KEY_I18N_PROPERTY - Static variable in class com.cmobilecom.af.model.bean.EntityI18NBean
Key to pass I18N property in an EntityDataSource
KEY_MODULE - Static variable in class com.cmobilecom.af.model.entimport.EntityImportBean
EntityDataSource parameter name: module.
KEY_MODULE - Static variable in class com.cmobilecom.af.model.module.ModuleMenuNodeFactory
Module root menu node parameter name: module.
KEY_SELECT_ENTITIES - Static variable in class com.cmobilecom.af.model.dialog.DialogBean
ViewConfig parameter name: SelectEntities.
KEY_SELECTED_ENTITIES - Static variable in class com.cmobilecom.af.model.dialog.DialogBean
ViewConfig parameter name: SelectedEntities.
keys() - Method in class com.cmobilecom.af.util.LinkedProperties
 
keySet() - Method in class com.cmobilecom.af.util.LinkedProperties
 
keyword() - Method in annotation type com.cmobilecom.af.model.annotation.Query
indicate whether the property is searchable by keyword Default: false.
KeywordEntityProperty<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.query
KeywordEntityProperty is an EntityProperty that references a number of properties that match keywords.
KeywordEntityProperty(PersistenceDataBackingBean<T>) - Constructor for class com.cmobilecom.af.model.query.KeywordEntityProperty
Constructor
KeywordEntityProperty.MatchOption - Enum in com.cmobilecom.af.model.query
Keyword match option

L

l - com.cmobilecom.af.model.security.PasswordPolicy.CharacterType
Letter (upper or lower case)
L - com.cmobilecom.af.model.security.PasswordPolicy.CharacterType
Lowercase letter
last() - Method in class com.cmobilecom.af.model.nav.EntityListToEntity
Move to the last entity
LAST_PAGE - Static variable in class com.cmobilecom.af.model.pagination.PageableEntityList
Last page
LastModifiedDateAware - Interface in com.cmobilecom.af.entity
LastModifiedDateAware.
lastPage() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Go to the last page
lastPage() - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Set current page to the last page, and fetch entities from persistence.
layout() - Method in annotation type com.cmobilecom.af.model.annotation.RenderStyleDef
Property group layout.
LAYOUT_CODE - com.cmobilecom.af.model.annotation.LayoutType
Layout code with embedded EL expressions
LAYOUT_CODE - com.cmobilecom.af.test.api.PersistenceDataBean.LayoutType
Layout code with embedded EL expressions
layoutType - Variable in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
 
LayoutType - Enum in com.cmobilecom.af.model.annotation
Layout type
le(CriteriaExpression<T>, CriteriaExpression<T>) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a lessThan or equal function.
le(ExprValue) - Method in class com.cmobilecom.af.util.expr.ExprValue
Less than or equal
le(String, T) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a lessThan or equal function.
LE - com.cmobilecom.af.session.criteria.CriteriaFunction.Function
less than or equal to
LEADING - com.cmobilecom.af.model.property.EntityFormBeanProperty.TrimScope
In the beginning of entity list
leftPad(String, int, char) - Static method in class com.cmobilecom.af.util.StringUtil
Left pad the value with the specified character to the specified length.
leftPadding(String, char, int) - Static method in class com.cmobilecom.af.util.StringUtil
Left padding a string value with a symbol up to the specified length.
length(CriteriaExpression<String>) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a length expression.
length(String) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a length expression.
LENGTH - com.cmobilecom.af.session.criteria.CriteriaFunction.Function
length
LICENSE_FEATURE_MODULE - Static variable in class com.cmobilecom.af.model.module.AbstractModule
The name of license feature required to use module
LICENSE_FEATURE_TYPE - Static variable in class com.cmobilecom.af.model.property.SelectItemListProvider
ChoiceType: license feature type
LICENSE_STATUS - Static variable in class com.cmobilecom.af.model.property.SelectItemListProvider
ChoiceType: license status
like(CriteriaExpression<String>, CriteriaExpression<String>) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a like expression.
like(String, String) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a like expression.
LIKE - com.cmobilecom.af.session.criteria.CriteriaFunction.Function
match a pattern.
LINE - com.cmobilecom.af.model.report.ReportQueryForm.ChartType
Line chart
LINE_CHART - Static variable in class com.cmobilecom.af.model.property.RenderStyle
Style number constant: Line chart
LinkedProperties - Class in com.cmobilecom.af.util
LinkedProperties extends Properties, keeping property order when iterating properties or writing out to stream.
LinkedProperties() - Constructor for class com.cmobilecom.af.util.LinkedProperties
 
Linux - com.cmobilecom.af.model.util.UserAgent.OsType
Linux
LIST_VIEW - com.cmobilecom.af.model.annotation.LayoutType
List view
LIST_VIEW - com.cmobilecom.af.test.api.PersistenceDataBean.LayoutType
List view
ListDataModel<T> - Class in com.cmobilecom.af.model
List data model is used to iterate through a list of data items tracking current item index.
ListDataModel(List<T>) - Constructor for class com.cmobilecom.af.model.ListDataModel
Constructor with a list of data item.
literal(T) - Method in interface com.cmobilecom.af.session.criteria.CriteriaElementFactory
Create a literal expression.
literal(T) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a literal expression.
LITERAL - com.cmobilecom.af.session.criteria.CriteriaFunction.Function
any value as an expression.
loadEntityFromFile(T) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Load the entity from a file if the entity is annotated with EntityFile.
loadFormDesign(FormDesign, boolean, DataAccessUnit) - Static method in class com.cmobilecom.af.model.formdesign.FormDesignBean
Load the form design if it is partially initialized with entityType and formId set only.
loadPage(boolean, boolean, boolean) - Method in class com.cmobilecom.af.test.api.InstanceTypeTest
Load the index or mange page for the instanceType DataAccessUnit.
Lob - Interface in com.cmobilecom.af.entity
Lob: Large Object.
LOB_SIZE - com.cmobilecom.af.model.property.NumberDescriptor.Type
LOB(Large Object) size.
LobBase - Class in com.cmobilecom.af.entity
Lob implementation base type.
LobBase() - Constructor for class com.cmobilecom.af.entity.LobBase
 
LobBean<T extends Lob> - Class in com.cmobilecom.af.model.lob
Lob backing bean.
LobBean() - Constructor for class com.cmobilecom.af.model.lob.LobBean
 
LobBeanBase<T extends Lob> - Class in com.cmobilecom.af.model.lob
LobBeanBase.
LobBeanBase() - Constructor for class com.cmobilecom.af.model.lob.LobBeanBase
 
LobListBean<T extends Lob> - Class in com.cmobilecom.af.model.lob
Lob list backing bean
LobListBean() - Constructor for class com.cmobilecom.af.model.lob.LobListBean
 
LocalDatePeriod - Class in com.cmobilecom.af.entity.report
Local date period.
LocalDatePeriod(LocalDate, boolean, LocalDate, boolean) - Constructor for class com.cmobilecom.af.entity.report.LocalDatePeriod
Constructor for a date period (not timestamp).
LocalDateTimePeriod - Class in com.cmobilecom.af.entity.report
Local date time period.
LocalDateTimePeriod(LocalDateTime, boolean, LocalDateTime, boolean) - Constructor for class com.cmobilecom.af.entity.report.LocalDateTimePeriod
Constructor for a date period (not timestamp).
locale - Variable in class com.cmobilecom.af.entity.i18n.EntityI18NBase
Locale as string
locale - Variable in class com.cmobilecom.af.model.context.BackingBeanContext
current user locale associated with the session of this BackingBeanContext
LocaleConverter - Class in com.cmobilecom.af.entity.persistence
Locale converter for JPA.
LocaleConverter() - Constructor for class com.cmobilecom.af.entity.persistence.LocaleConverter
 
LocaleI18NName(Locale) - Constructor for class com.cmobilecom.af.model.property.SelectItemListProvider.LocaleI18NName
Constructor
LocaleUtil - Class in com.cmobilecom.af.model.util
Locale Utility
LocaleUtil() - Constructor for class com.cmobilecom.af.model.util.LocaleUtil
 
localized - Variable in exception com.cmobilecom.af.entity.system.SystemRuntimeException
Whether messageId is localized? If false, resource bundle will be used to translate the messageId.
localized - Variable in exception com.cmobilecom.af.util.ExecException
Whether messageId is localized? If false, resource bundle will be used to translate the messageId.
locate(CriteriaExpression<String>, CriteriaExpression<String>, CriteriaExpression<Integer>) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a LOCATE function that returns the position of the pattern in the value string.
locate(CriteriaExpression<String>, String) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a LOCATE function that returns the position of the property value in the value string.
LOCATE - com.cmobilecom.af.session.criteria.CriteriaFunction.Function
locate a pattern in a string
lock(Class<T>, Long, LockModeType) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Lock the entity with the entityId.
lock(Class<T>, Long, LockModeType) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
lock(T, boolean, LockModeType) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Lock the entity.
lock(T, boolean, LockModeType) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
locked - Variable in class com.cmobilecom.af.model.menu.MenuBean
Whether this MenuBean is locked, and no menu nodes can be added?
LOCKED - com.cmobilecom.af.entity.system.Instance.AccessCtrl
Locked, and users can not login
lockIdRule(Class<T>, Long, LockModeType) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Pessimistic lock the IdRule row for the entity type.
lockIdRule(Class<T>, Long, LockModeType) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
log(Throwable) - Static method in class com.cmobilecom.af.model.util.BeanUtil
Log error.
login() - Method in interface com.cmobilecom.af.test.api.ContainerBean
Click the login menu node in PageHeaderMenuBean of this ContainerBean.
login(boolean) - Method in class com.cmobilecom.af.test.api.InstanceTest
Login into the instance from current pageLoader or a new pageLoader.
login(LoginBean.PasswordEncodeType, boolean, EntityProperty<T>, boolean, boolean) - Method in class com.cmobilecom.af.model.security.LoginBean
Authenticate the user through multi-factor auth(MFA) if required, then redirect to a URL, execute a menu node command, or handle choice after login.
login(InstanceTypeTest.UserProfile, boolean, boolean) - Method in interface com.cmobilecom.af.test.api.ContainerBean
Login user
login(PageResource) - Method in class com.cmobilecom.af.test.api.InstanceTest
Login into the instance using the pageLoader of the specified pageResource.
LoginBean<T extends LoginForm> - Class in com.cmobilecom.af.model.security
LoginBean: backing bean for login.
LoginBean() - Constructor for class com.cmobilecom.af.model.security.LoginBean
 
LoginBean.LoginSecurityParams - Class in com.cmobilecom.af.model.security
Login Security Params.
LoginBean.PasswordEncodeType - Enum in com.cmobilecom.af.model.security
Password Encode Type
LoginForm - Interface in com.cmobilecom.af.model.security
Login form to authenticate user.
loginOrCreateInstance(InstanceIdentifier, String, PageResource, boolean) - Method in class com.cmobilecom.af.test.api.InstanceTypeTest
Login to an existing instance, or create a new instance.
LoginRequiredException - Exception in com.cmobilecom.af.model.security
Login required exception
LoginRequiredException(String) - Constructor for exception com.cmobilecom.af.model.security.LoginRequiredException
Constructor.
LoginRequiredException(String, Object[]) - Constructor for exception com.cmobilecom.af.model.security.LoginRequiredException
Constructor.
LoginRequiredException(String, Object[], Component) - Constructor for exception com.cmobilecom.af.model.security.LoginRequiredException
Constructor.
LoginRequiredException(Throwable) - Constructor for exception com.cmobilecom.af.model.security.LoginRequiredException
Constructor: wrapper over a Throwable
LoginSecurityParams(int, int, int, int, int, int) - Constructor for class com.cmobilecom.af.model.security.LoginBean.LoginSecurityParams
Constructor
loginToInstance(long) - Method in class com.cmobilecom.af.test.api.ManageCenter
Login into an instance.
loginToManageCenter(ContainerBean, String, String, boolean) - Static method in class com.cmobilecom.af.test.api.ManageCenter
Login into manage center from the page (containerBean).
loginWithTwoStepAuth(String, String, boolean) - Method in interface com.cmobilecom.af.test.api.ContainerBean
Login supporting two-step authentication.
logMessage(String, Level, boolean) - Method in class com.cmobilecom.af.model.property.EntityProgressProperty.ProgressImpl
 
logMessage(String, Level, boolean) - Method in interface com.cmobilecom.af.util.Progress
Log message, and specify whether to write the message to status bar
logMessage(Logger, Level, String) - Static method in class com.cmobilecom.af.util.AbstractProgress
Log message using the logger.
logout() - Method in interface com.cmobilecom.af.test.api.ContainerBean
Click the logout menu node in PageHeaderMenuBean of this ContainerBean.
logout() - Method in class com.cmobilecom.af.test.api.InstanceTest
Logout
logout() - Method in class com.cmobilecom.af.test.api.ManageCenter
Logout
LONG_TEXT - com.cmobilecom.af.entity.form.Question.AnswerType
Long text.
longToHexString(long, int, int, String) - Static method in class com.cmobilecom.af.util.StringUtil
Convert a long value to hex string with separated components.
lpad(CriteriaExpression<String>, int, char) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Left padding.
lpad(String, int, char) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Left padding.
LPAD - com.cmobilecom.af.session.criteria.CriteriaFunction.Function
lpad: Left padding
lt(CriteriaExpression<T>, CriteriaExpression<T>) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a lessThan function.
lt(ExprValue) - Method in class com.cmobilecom.af.util.expr.ExprValue
Less than
lt(String, T) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a lessThan function.
LT - com.cmobilecom.af.session.criteria.CriteriaFunction.Function
less than

M

M - com.cmobilecom.af.entity.report.ReportPeriod.PeriodType
Month: 1-12
M - com.cmobilecom.af.test.api.ReportPeriod.PeriodType
Month: 1-12
Mac - com.cmobilecom.af.model.util.UserAgent.OsType
Mac
MAIL_SERVER_DATA_ACCESS_UNIT - Static variable in interface com.cmobilecom.af.model.mail.EmailRequest
The MailServer dataAccessUnit parameter to specify the MailServer to send emails.
MailServer - Interface in com.cmobilecom.af.entity.system
Mail SMTP server configuration for sending emails.
MailServer.AuthType - Enum in com.cmobilecom.af.entity.system
Auth type
MailTemplate - Interface in com.cmobilecom.af.entity.system
Email template
Main - Static variable in class com.cmobilecom.af.test.api.InstanceIdentifier
Main instance
Main - Static variable in class com.cmobilecom.af.test.api.UserIdentifier
Main user
makeAbsolute(String) - Static method in class com.cmobilecom.af.web.module.UrlUtil
Add domain and contextPath to the URL if the URL is a relative URL.
MANAGE - com.cmobilecom.af.test.api.ContainerBean.Type
Manage containerBean for showing manage pages.
MANAGE_CENTER - Static variable in interface com.cmobilecom.af.entity.security.Permission
Permission: manager center, the permission to access menager center
manageCenter - Variable in class com.cmobilecom.af.test.api.InstanceTest
 
ManageCenter - Class in com.cmobilecom.af.test.api
Manage Center.
ManageCenter(ContainerBean) - Constructor for class com.cmobilecom.af.test.api.ManageCenter
 
MapEntity - Class in com.cmobilecom.af.model.bean
Extend map as a entity in order to show the map name/values pairs using entity showing framework.
MapEntity() - Constructor for class com.cmobilecom.af.model.bean.MapEntity
Default constructor: an empty map.
MapEntityBean<T extends MapEntity> - Class in com.cmobilecom.af.model.bean
MapEntity backing bean
MapEntityBean() - Constructor for class com.cmobilecom.af.model.bean.MapEntityBean
Default constructor.
MapEntityBean(T, ContainerBean) - Constructor for class com.cmobilecom.af.model.bean.MapEntityBean
Create instance to hold the entity.
MapEntityBean.ActionHandler<T extends MapEntity> - Interface in com.cmobilecom.af.model.bean
ActionHandler: handle property ajax behavior events and menu node commands of an MapEntityBean.
MapEntityBean.DefaultActionHandler<T extends MapEntity> - Class in com.cmobilecom.af.model.bean
Default ActionHandler implementation doing nothing.
mapName(String) - Method in interface com.cmobilecom.af.util.NameMapper
Map name.
MapOfMap<K,​N,​V> - Class in com.cmobilecom.af.model.util
MapOfMap: Map<key, Map<name, value>>.
MapOfMap() - Constructor for class com.cmobilecom.af.model.util.MapOfMap
Default constructor.
MapOfMap(MapOfMap<K, N, V>) - Constructor for class com.cmobilecom.af.model.util.MapOfMap
Copy constructor.
mapToJavaType(EntityAttr.Type) - Static method in class com.cmobilecom.af.model.bean.UserDefinedPropertyBuilder
Map an EntityAttr type to Java type.
mapToString(Map<String, String>, List<String>, String, char) - Static method in class com.cmobilecom.af.util.CollectionUtil
Convert a map to a string of name/value pairs.
markAsRequired() - Method in annotation type com.cmobilecom.af.model.annotation.Property
Whether to render required star even if not required for user to input one of several values
match(ModuleNode.DataAccessUnitType) - Method in class com.cmobilecom.af.model.system.DataAccessUnit
Does this DataAccessUnit match the specified dataAccessUnitType? If the dataAccessUnitType is null (all types), return true.
match(Class, Boolean, Boolean) - Method in class com.cmobilecom.af.entity.DataDescriptor
Does this DataDescriptor match the specified data type/multiple/persisted?
match(String) - Method in class com.cmobilecom.af.model.property.HierarchyAccessor.HierarchyNode
Does this node match the hierarchy id?
match(T) - Method in class com.cmobilecom.af.model.property.HierarchyAccessor.HierarchyNode
Does this node match the entity?
MATCH_ALL - com.cmobilecom.af.model.query.KeywordEntityProperty.MatchOption
match all keywords
MATCH_ANY - com.cmobilecom.af.model.query.KeywordEntityProperty.MatchOption
match any keyword
MATCH_ANYWHERE - com.cmobilecom.af.session.criteria.CriteriaFunction.Function
match a pattern anywhere.
MATCH_EXACT - com.cmobilecom.af.model.query.KeywordEntityProperty.MatchOption
match exactly as typed
matchAnywhere(CriteriaExpression<String>, CriteriaExpression<String>) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a matchAnywhere expression.
matchAnywhere(String, String) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a matchAnywhere expression.
matchIdRule(String) - Method in class com.cmobilecom.af.model.property.HierarchyAccessor
Does the IdRule of this HierarchyAccessor match the specified idRule?
matchType() - Method in annotation type com.cmobilecom.af.model.annotation.Query
Match type such as less than, starts with, isNull, etc.
max(CriteriaExpression<T>) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a MAX aggregate expression.
max(String) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a MAX aggregate expression.
MAX - com.cmobilecom.af.model.query.RangeEntityProperty.RangeType
maximum value
MAX - com.cmobilecom.af.session.criteria.CriteriaFunction.Function
max
MAX_RESULTS - Static variable in class com.cmobilecom.af.session.PersistenceEntityManagerBean
Parameter name for max results in parameter map(or name/value pairs) of a query
maxFractionDigits() - Method in annotation type com.cmobilecom.af.model.annotation.NumberDesc
maximum fraction digits.
maxLength() - Method in annotation type com.cmobilecom.af.model.annotation.Property
maximum length for a string.
maxValue() - Method in annotation type com.cmobilecom.af.model.annotation.Property
maximum value for number if required.
MEDIA - Static variable in class com.cmobilecom.af.model.property.RenderStyle
Style number constant: media
memberSeparator() - Method in annotation type com.cmobilecom.af.model.annotation.RenderStyleDef
member property separator for grouping, which will be overridden by individual member property separator RenderStyleDef.separator() if defined.
memberType() - Method in annotation type com.cmobilecom.af.model.annotation.Property
Member type of a collection property.
memberType() - Method in annotation type com.cmobilecom.af.model.annotation.Query
for query range, the data input may not be the type of property.
MemoryEntityList<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.pagination
MemoryEntityList is a PageableEntityList that holds all the entities in memory.
MemoryEntityList(MemoryEntityList<T>) - Constructor for class com.cmobilecom.af.model.pagination.MemoryEntityList
Copy constructor
MemoryEntityList(List<T>, DataDescriptor) - Constructor for class com.cmobilecom.af.model.pagination.MemoryEntityList
Constructor
MemoryEntityList(List<T>, Integer, DataDescriptor, ParameterizedMessage) - Constructor for class com.cmobilecom.af.model.pagination.MemoryEntityList
Constructor
MemoryEntityList(List<T>, Integer, DataDescriptor, String) - Constructor for class com.cmobilecom.af.model.pagination.MemoryEntityList
Constructor
MENU - com.cmobilecom.af.model.bean.ViewType
Menu
MENU_BAR - com.cmobilecom.af.model.menu.MenuViewConfig.MenuStyle
Menu Bar
menuBean - Variable in class com.cmobilecom.af.model.menu.MenuNodeFactory
The menuBean of this factory.
MenuBean - Class in com.cmobilecom.af.model.menu
Menu backing bean.
MenuBean - Interface in com.cmobilecom.af.test.api
MenuBean represents a menu bean on UI.
MenuBean(Component, MenuNodeActionHandler, MenuViewConfig, boolean) - Constructor for class com.cmobilecom.af.model.menu.MenuBean
Constructor
MenuBean(Component, MenuNode, MenuViewConfig) - Constructor for class com.cmobilecom.af.model.menu.MenuBean
Constructor
MenuBean(Component, MenuNode, ParameterizedMessage, ContainerBean, MenuViewConfig) - Constructor for class com.cmobilecom.af.model.menu.MenuBean
Constructor
MenuBean(Component, MenuViewConfig) - Constructor for class com.cmobilecom.af.model.menu.MenuBean
Constructor
MenuBean(Component, ParameterizedMessage, ContainerBean, MenuViewConfig) - Constructor for class com.cmobilecom.af.model.menu.MenuBean
Constructor
MenuBean(Component, ParameterizedMessage, MenuNodeActionHandler, MenuViewConfig) - Constructor for class com.cmobilecom.af.model.menu.MenuBean
Constructor
MenuBeanViewEncoder<T extends MenuBean> - Class in com.cmobilecom.af.web.module
MenuBeanViewEncoder is used to add additional functionalities to a menu bean view on web.
MenuBeanViewEncoder() - Constructor for class com.cmobilecom.af.web.module.MenuBeanViewEncoder
 
MenuNode - Class in com.cmobilecom.af.model.menu
MenuNode represents an action source in UI.
MenuNode - Interface in com.cmobilecom.af.test.api
MenuNode represents a menu node on UI.
MenuNode(MenuBean, I18NName, String, int) - Constructor for class com.cmobilecom.af.model.menu.MenuNode
Command menu node constructor.
MenuNode(MenuBean, I18NName, String, RenderStyle) - Constructor for class com.cmobilecom.af.model.menu.MenuNode
Command menu node constructor.
MenuNode(MenuBean, String) - Constructor for class com.cmobilecom.af.model.menu.MenuNode
Constructor
MenuNode(MenuBean, String, boolean, String, int) - Constructor for class com.cmobilecom.af.model.menu.MenuNode
Command menu node constructor.
MenuNode(MenuBean, String, boolean, String, RenderStyle) - Constructor for class com.cmobilecom.af.model.menu.MenuNode
Command menu node constructor.
MenuNode(MenuBean, String, int) - Constructor for class com.cmobilecom.af.model.menu.MenuNode
Command menu node constructor.
MenuNode(MenuBean, String, RenderStyle) - Constructor for class com.cmobilecom.af.model.menu.MenuNode
Command menu node constructor.
MenuNode(MenuBean, String, I18NName, Integer, String, Object, RenderStyle, Integer) - Constructor for class com.cmobilecom.af.model.menu.MenuNode
Command menu node constructor.
MenuNode(MenuBean, String, I18NName, String, boolean) - Constructor for class com.cmobilecom.af.model.menu.MenuNode
Output link menu node constructor
MenuNode(MenuBean, String, String, boolean) - Constructor for class com.cmobilecom.af.model.menu.MenuNode
Label menuNode constructor
MenuNode(MenuBean, String, String, boolean, RenderStyle) - Constructor for class com.cmobilecom.af.model.menu.MenuNode
Command menu node constructor.
MenuNode(MenuBean, String, String, boolean, Integer, String, Object, int, Integer) - Constructor for class com.cmobilecom.af.model.menu.MenuNode
Command menu node constructor.
MenuNode(MenuBean, String, String, boolean, Integer, String, Object, RenderStyle, Integer) - Constructor for class com.cmobilecom.af.model.menu.MenuNode
Command menu node constructor.
MenuNode(MenuBean, String, String, boolean, String, boolean) - Constructor for class com.cmobilecom.af.model.menu.MenuNode
Output link menu node constructor
MenuNode(MenuBean, String, String, boolean, String, RenderStyle, Integer) - Constructor for class com.cmobilecom.af.model.menu.MenuNode
Command menu node constructor.
MenuNode(MenuBean, String, String, RenderStyle) - Constructor for class com.cmobilecom.af.model.menu.MenuNode
Command menu node constructor.
MenuNodeActionHandler - Interface in com.cmobilecom.af.model.menu
MenuNode Action hander
MenuNodeActionListener - Interface in com.cmobilecom.af.model.menu
MenuNode action listener
MenuNodeActionSource - Class in com.cmobilecom.af.model.menu
MenuNodeActionSource is a wrapper of menuNode with its context.
MenuNodeActionSource(MenuNode) - Constructor for class com.cmobilecom.af.model.menu.MenuNodeActionSource
Constructor with menuNode.
MenuNodeContextMenuBean - Class in com.cmobilecom.af.model.menu
MenuNodeContextMenuBean: context menu bean for a menu node (target menu node).
MenuNodeContextMenuBean(ParameterizedMessage, MenuNode) - Constructor for class com.cmobilecom.af.model.menu.MenuNodeContextMenuBean
Constructor
MenuNodeDescriptor(String) - Constructor for class com.cmobilecom.af.model.menu.MenuViewConfig.MenuNodeDescriptor
Constructor with key
MenuNodeFactory - Class in com.cmobilecom.af.model.menu
MenuNodeFactory is used to create a tree of MenuNode(s).
MenuNodeFactory(MenuNodeFactoryContext, MenuBean, MenuViewConfig) - Constructor for class com.cmobilecom.af.model.menu.MenuNodeFactory
Constructor
MenuNodeFactory(String, ModuleNode.DataAccessUnitType, List<ModuleNode.ExtractMenuNode>) - Constructor for class com.cmobilecom.af.model.module.ModuleNode.MenuNodeFactory
 
MenuNodeFactoryContext - Interface in com.cmobilecom.af.model.menu
MenuNodeFactory context.
MenuNodeLazyInitializer - Interface in com.cmobilecom.af.model.menu
MenuNodeLazyInitializer: initialize a menu node and create its child menu nodes or a subtree.
MenuSubTreeInfo<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.container
MenuSubTreeInfo is used by TypedMenuNodeFactory to describe the submenu of an entity type.
MenuSubTreeInfo(boolean) - Constructor for class com.cmobilecom.af.model.container.MenuSubTreeInfo
MenuSubTreeInfo constructor
MenuSubTreeInfo(ParameterizedMessage, boolean, boolean, boolean, MenuViewConfig.MenuStyle, List<Integer>, EntityNameResolver<T, ?>, String) - Constructor for class com.cmobilecom.af.model.container.MenuSubTreeInfo
MenuSubTreeInfo constructor
MenuViewConfig - Class in com.cmobilecom.af.model.menu
MenuViewConfig: viewConfig for MenuNodeFactory and MenuBean.
MenuViewConfig(MenuViewConfig.MenuStyle) - Constructor for class com.cmobilecom.af.model.menu.MenuViewConfig
Constructor with menuStyle
MenuViewConfig(MenuViewConfig.MenuStyle, Integer, boolean) - Constructor for class com.cmobilecom.af.model.menu.MenuViewConfig
Constructor
MenuViewConfig(Element, DataAccessUnit) - Constructor for class com.cmobilecom.af.model.menu.MenuViewConfig
Constructor from XML
MenuViewConfig.MenuNodeDescriptor - Class in com.cmobilecom.af.model.menu
MenuNode descriptor
MenuViewConfig.MenuStyle - Enum in com.cmobilecom.af.model.menu
Menu Styles
merge(DatePeriod<LocalDate>) - Method in class com.cmobilecom.af.entity.report.LocalDatePeriod
 
merge(DatePeriod<LocalDateTime>) - Method in class com.cmobilecom.af.entity.report.LocalDateTimePeriod
 
merge(DatePeriod<Date>) - Method in class com.cmobilecom.af.entity.report.InstantPeriod
 
merge(DatePeriod<T>) - Method in class com.cmobilecom.af.entity.report.DatePeriod
Create a new date period from the start date of this datePeriod and the end date of the passed datePeriod.
merge(ColumnHeaders) - Method in class com.cmobilecom.af.model.bean.ColumnHeaders
Merge the columnHeaders to this instance.
merge(ViewConfig) - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
 
merge(ViewConfig) - Method in class com.cmobilecom.af.model.bean.EntityViewConfig
 
merge(ViewConfig) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
 
merge(ViewConfig) - Method in class com.cmobilecom.af.model.bean.ViewConfig
Merge the viewConfig to this ViewConfig.
merge(ViewConfig) - Method in class com.cmobilecom.af.model.menu.MenuViewConfig
 
merge(PartialBehavior, boolean) - Method in class com.cmobilecom.af.model.behavior.PartialBehavior
Merge the PartialBehavior to this instance.
merge(PartialBehaviorSupport, boolean) - Method in class com.cmobilecom.af.model.behavior.PartialBehaviorSupport
Merge the partialBehaviorSupport to this instance.
merge(EntityJoinGraph<T>) - Method in class com.cmobilecom.af.session.EntityJoinGraph
Merge from another EntityJoinGraph including subgraphs recursively.
merge(List<M>, M) - Method in interface com.cmobilecom.af.model.bean.FormBeanPropertyUtil.ValueMerger
Add the value to the value collection, merging it with an existing value when appropriate.
mergeEntity(T) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Merge the entity to persistence.
mergeEntity(T) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
mergeStyle(String, String, boolean) - Static method in class com.cmobilecom.af.util.StringUtil
Merge two inline styles or style classes.
mergeStyleClasses(String...) - Static method in class com.cmobilecom.af.util.StringUtil
Merge style classes.
message() - Method in annotation type com.cmobilecom.af.model.annotation.HelpDef
help message for user, not localized.
MESSAGE - com.cmobilecom.af.model.dialog.DialogBean.DialogType
showing message
messageId - Variable in exception com.cmobilecom.af.entity.system.SystemRuntimeException
If localized is false, messageId is a key in resource bundle whose value can contain parameters {n} such as {0}, {1}.
messageId - Variable in exception com.cmobilecom.af.util.ExecException
If localized is false, messageId is a key in resource bundle whose value can contain parameters {n} such as {0}, {1}.
MessageItem - Interface in com.cmobilecom.af.test.api
Message Item.
MessageItem.Type - Enum in com.cmobilecom.af.test.api
Message types.
MessagePanel - Interface in com.cmobilecom.af.test.api
Message panel that can contain a list of message items.
messages - Variable in class com.cmobilecom.af.model.bean.BackingBean
bean messages
messages - Variable in class com.cmobilecom.af.model.entimport.EntityImportHandler.HandleResult
A list of messages
MIDDLE - com.cmobilecom.af.model.property.EntityFormBeanProperty.TrimScope
In the middle of entity list
min(CriteriaExpression<T>) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a MIN aggregate expression.
min(String) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a MIN aggregate expression.
MIN - com.cmobilecom.af.model.query.RangeEntityProperty.RangeType
minimum value
MIN - com.cmobilecom.af.session.criteria.CriteriaFunction.Function
min
minFractionDigits() - Method in annotation type com.cmobilecom.af.model.annotation.NumberDesc
minimum fraction digits.
minLength() - Method in annotation type com.cmobilecom.af.model.annotation.Property
minimum length for a string.
minQueryLength() - Method in annotation type com.cmobilecom.af.model.annotation.RenderStyleDef
for auto complete, the minimum query length for sending ajax request to server.
minValue() - Method in annotation type com.cmobilecom.af.model.annotation.Property
minimum value for number if required.
MOBILE - com.cmobilecom.af.model.annotation.DeviceType
Mobile
mod(ExprValue, MathContext) - Method in class com.cmobilecom.af.util.expr.ExprValue
Get the remainder of this value divided by the divisor.
MOD - com.cmobilecom.af.session.criteria.CriteriaFunction.Function
modulus
mode() - Method in annotation type com.cmobilecom.af.model.annotation.DomEventDef
The modes in which this DOM event behavior will be enabled.
mode() - Method in annotation type com.cmobilecom.af.model.annotation.PartialBehaviorDef
The modes in which this Ajax behavior will be enabled.
mode() - Method in annotation type com.cmobilecom.af.model.annotation.Property
Mode list to show the property.
MODEL_UPDATE - com.cmobilecom.af.model.phase.PhaseListener.PhaseId
Update model value
ModelFactory - Interface in com.cmobilecom.af.model
Factory interface for creating instances of web module.
ModelFactoryBuilder - Class in com.cmobilecom.af.model
Initialize a ModelFactory for creating instances of web module.
ModelFactoryBuilder() - Constructor for class com.cmobilecom.af.model.ModelFactoryBuilder
 
ModeType - Enum in com.cmobilecom.af.model.annotation
ModeType for PersistenceDataBackingBean(entity or entity list) mode.
Module - Interface in com.cmobilecom.af.model.module
Module interface.
Module(int) - Constructor for class com.cmobilecom.af.util.Progress.Module
Constructor
MODULE_ALL - Static variable in interface com.cmobilecom.af.entity.security.Permission
Permission: module all permissions
MODULE_FILE_SERVLET_URL_PREFIX - Static variable in class com.cmobilecom.af.model.lob.LobBeanBase
URL prefix mapped to the servlet accessing lob files
MODULE_INIT - Static variable in interface com.cmobilecom.af.entity.security.Permission
Permission: module initialize
MODULE_PARAM_HELP_ENABLED - Static variable in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Module parameter: help.enabled that specifies whether module help is enabled.
MODULE_VIEW - Static variable in interface com.cmobilecom.af.entity.security.Permission
Permission: module view
Module.ShortcutType - Enum in com.cmobilecom.af.model.module
Shortcut Types
ModuleAccessControl - Class in com.cmobilecom.af.model.system
Module Access Control for entities, properties and actions.
ModuleAccessControl(String) - Constructor for class com.cmobilecom.af.model.system.ModuleAccessControl
Constructor with module name
ModuleAwareEntity - Interface in com.cmobilecom.af.entity.system
ModuleAwareEntity.
ModuleEvent - Class in com.cmobilecom.af.model.module.event
ModuleEvent that is generated by core or modules, and handled by core or modules.
ModuleEvent(Object) - Constructor for class com.cmobilecom.af.model.module.event.ModuleEvent
Constructor with event source
moduleLoaded(Module) - Method in interface com.cmobilecom.af.model.ModelFactory
Module loading listener.
ModuleMenuNodeFactory - Class in com.cmobilecom.af.model.module
ModuleMenuNodeFactory is a MenuNodeFactory that creates menu for a ModuleNode defined in an InstanceType.
ModuleMenuNodeFactory(MenuBean, MenuViewConfig, ModuleNode) - Constructor for class com.cmobilecom.af.model.module.ModuleMenuNodeFactory
Constructor.
ModuleNode - Class in com.cmobilecom.af.model.module
ModuleNode used for composing InstanceType.
ModuleNode() - Constructor for class com.cmobilecom.af.model.module.ModuleNode
default constructor, not initialized.
ModuleNode(String, String, boolean, String, ModuleNode.DataAccessUnitType, Set<String>, List<ModuleNode.MenuNodeFactory>, ModuleNode) - Constructor for class com.cmobilecom.af.model.module.ModuleNode
Constructor
ModuleNode.DataAccessUnitType - Enum in com.cmobilecom.af.model.module
DataAccessUnit type.
ModuleNode.ExtractMenuNode - Class in com.cmobilecom.af.model.module
ExtractMenuNode that specifies the subtree to be extracted and added to its parent module menu.
ModuleNode.MenuNodeFactory - Class in com.cmobilecom.af.model.module
MenuNodeFactory specifies a factory to create module menu and a number of extractMenuNode(s) for extracting subtrees to be added to parent module menu (if any).
ModuleResourceBundle - Class in com.cmobilecom.af.model.module
ModuleResourceBundle: the federation of all the module resource bundles.
MODULES_DIR_NAME - Static variable in class com.cmobilecom.af.model.lob.LobBeanBase
directory name: modules
ModuleScopedName - Class in com.cmobilecom.af.model.module
Name with module scope: module.name
ModuleScopedName(String) - Constructor for class com.cmobilecom.af.model.module.ModuleScopedName
Constructor with a string: module.name, module is optional
ModuleScopedName(String, String) - Constructor for class com.cmobilecom.af.model.module.ModuleScopedName
Constructor with module and name
ModuleTest<E extends java.lang.Enum<E>> - Class in com.cmobilecom.af.test.api
Module test base class.
ModuleTest(InstanceTest) - Constructor for class com.cmobilecom.af.test.api.ModuleTest
Constructor
ModuleTest.ExecPointRange - Class in com.cmobilecom.af.test.api
ExecPoint range (start, end).
ModuleTextExprResolver(ContainerBean) - Constructor for class com.cmobilecom.af.model.module.AbstractModule.ModuleTextExprResolver
Constructor with current containerBean that can be used to resolve request parameters #{param.Name} using the values of view parameters.
ModuleTextExprResolver(DataAccessUnit) - Constructor for class com.cmobilecom.af.model.module.AbstractModule.ModuleTextExprResolver
 
MonthClose - Class in com.cmobilecom.af.entity.bus
Month close base class.
MonthClose() - Constructor for class com.cmobilecom.af.entity.bus.MonthClose
 
MonthCloseAwareBean<T extends PersistenceEntity,​D extends java.lang.Comparable> - Class in com.cmobilecom.af.model.bus
Entity backing bean for entities aware of month close.
MonthCloseAwareBean() - Constructor for class com.cmobilecom.af.model.bus.MonthCloseAwareBean
 
MonthCloseBean<T extends MonthClose> - Class in com.cmobilecom.af.model.bus
MonthClose bean
MonthCloseBean() - Constructor for class com.cmobilecom.af.model.bus.MonthCloseBean
 
multiply(ExprValue, MathContext) - Method in class com.cmobilecom.af.util.expr.ExprValue
Multiply the multiplicand and this ExprValue(this * multiplicand).
multiply(BigDecimal, BigDecimal, int) - Static method in class com.cmobilecom.af.util.NumberUtil
Multiply the two values with RoundingMode.HALF_UP.
MultiTenant - Class in com.cmobilecom.af.model.module
MultiTenant: how to map entities to database for the instances(tenants) of an InstanceType.
MultiTenant() - Constructor for class com.cmobilecom.af.model.module.MultiTenant
Default constructor: separate database schemas for instances of an InstanceType.
MultiTenant(MultiTenant.Type, String) - Constructor for class com.cmobilecom.af.model.module.MultiTenant
Constructor
MultiTenant.SharedEntityAccess - Enum in com.cmobilecom.af.model.module
SharedEntityAccess: access limitation for the instances of the InstanceType.
MultiTenant.SharedEntityType - Class in com.cmobilecom.af.model.module
SharedEntityType: define entities that are shared by all the instances of the InstanceType.
MultiTenant.Type - Enum in com.cmobilecom.af.model.module
MultiTenant Type

N

n - com.cmobilecom.af.model.report.ReportQueryForm.LegendPosition
North
N - com.cmobilecom.af.model.security.PasswordPolicy.CharacterType
Number
N_A - com.cmobilecom.af.model.annotation.RequiredType
Not applicable.
name - Variable in class com.cmobilecom.af.entity.attr.EntityAttrBase
 
name - Variable in class com.cmobilecom.af.entity.attr.EntityAttrOptionBase
 
name - Variable in class com.cmobilecom.af.entity.LobBase
Lob name
name - Variable in class com.cmobilecom.af.entity.SimpleHierarchyEntity
hierarchy entity name
name() - Method in annotation type com.cmobilecom.af.model.annotation.Param
parameter name
name() - Method in annotation type com.cmobilecom.af.model.annotation.Property
Property name
name() - Method in annotation type com.cmobilecom.af.model.annotation.PropertyCriterion
Property name that can be a name path such as a.b.c.
name() - Method in annotation type com.cmobilecom.af.model.annotation.UIDefine
The name of uiInsert whose property will be replaced by the list of properties of this UIDefine.
NAME - com.cmobilecom.af.model.property.RenderStyle.PathShowStyle
hierarchy name(one level)
NAME - com.cmobilecom.af.model.property.RenderStyle.UserShowStyle
name
NAME - Static variable in class com.cmobilecom.af.model.property.EntityCaptchaProperty
Captcha property name
NAME - Static variable in class com.cmobilecom.af.model.query.KeywordEntityProperty
Keyword property name: keyword_
NAME_ID - com.cmobilecom.af.model.property.RenderStyle.PathShowStyle
hierarchy name followed by hierarchy id
NAME_PATH - com.cmobilecom.af.model.property.RenderStyle.PathShowStyle
hierarchy name path
NAME_PATH_ID - com.cmobilecom.af.model.property.RenderStyle.PathShowStyle
hierarchy name path followed by hierarchy id
NAME_PATH_SEPARATOR_CHAR - Static variable in class com.cmobilecom.af.model.property.EntityProperty
Property name path separator char
NAME_PREFIX - Static variable in class com.cmobilecom.af.model.bean.UserDefinedPropertyBuilder
the property name prefix for attributes(user-defined properties)
NAMED - com.cmobilecom.af.session.QueryCriteria.QueryType
named query
NamedIdentifier - Class in com.cmobilecom.af.test.api
NamedIdentifier: identifier that has a name.
NamedIdentifier(String) - Constructor for class com.cmobilecom.af.test.api.NamedIdentifier
Constructor
NameMapper - Interface in com.cmobilecom.af.util
Map one name to another name.
NameValuePair - Class in com.cmobilecom.af.model.property
NameValuePair: a name/value pair.
NameValuePair(String, Object) - Constructor for class com.cmobilecom.af.model.property.NameValuePair
Constructor from name and value
Naming(Class, String, String) - Constructor for class com.cmobilecom.af.model.module.InstanceType.Naming
Constructor
NATIVE - com.cmobilecom.af.session.QueryCriteria.QueryType
native sql query string
navigateToEntity(PartialBehavior.ContainerRenderRegions, EntityViewConfig, boolean) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Navigate to entity view.
ne - com.cmobilecom.af.model.report.ReportQueryForm.LegendPosition
Northeast
ne(CriteriaExpression<T>, CriteriaExpression<T>) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a notEqual function.
ne(ExprValue) - Method in class com.cmobilecom.af.util.expr.ExprValue
Not equal
ne(String, T) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a notEqual function.
NE - com.cmobilecom.af.session.criteria.CriteriaFunction.Function
Not equal
NEG - com.cmobilecom.af.session.criteria.CriteriaFunction.Function
negate a number expression
negate(CriteriaExpression<T>) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a negate expression.
negate(String) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a negate expression.
negate(MathContext) - Method in class com.cmobilecom.af.util.expr.ExprValue
Unary operation (-).
NESTED_FOOTER_MENU - Static variable in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Nested footer menu ViewConfig name
NESTED_HEADER_MENU - Static variable in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Nested header menu ViewConfig name
NESTED_QUERY_RESULTS - Static variable in class com.cmobilecom.af.model.bean.EntityViewConfig
Nested queryResults entity list ViewConfig name
newDialogBean() - Method in class com.cmobilecom.af.model.container.ContainerBean
Create a new dialog (type: REGULAR) from this containerBean, existing dialogBean (if any) of this containerBean will be overridden since one containerBean can have one dialogBean only.
newDialogBean(DialogBean.DialogType) - Method in class com.cmobilecom.af.model.container.ContainerBean
Create a new dialog from this containerBean, existing dialogBean (if any) of this containerBean will be overridden since one containerBean can have one dialogBean only.
newHierarchyEntity(Class<T>, Long, String, String) - Static method in class com.cmobilecom.af.entity.persistence.Utility
Create a new Hierarchy object (partially initialized) of the specified type.
newImplementationInstance(Class<T>) - Static method in class com.cmobilecom.af.entity.TypeMapping
New instance of the implementation class of the interface.
newInstance() - Static method in class com.cmobilecom.af.model.PageNavigation
Create a PageNavigation instance, not initialized.
newInstance(MenuNode, Integer, String, boolean, boolean, boolean, ContainerBean) - Static method in class com.cmobilecom.af.model.dialog.ProgressBean
Create progressBean with progress property and start menu node.
newInstance(Class<T>) - Static method in class com.cmobilecom.af.model.util.BeanUtil
Create an instance from the implementation class of the type.
newInstance(Class<T>, Class[], Object[]) - Static method in class com.cmobilecom.af.util.ClassUtil
Create an instance of the type using its constructor
newInstance(Integer, ContainerBean) - Static method in class com.cmobilecom.af.model.PageNavigation
Create a PageNavigation instance with the page and containerBean.
newInstance(Integer, ContainerBean, Integer) - Static method in class com.cmobilecom.af.model.PageNavigation
Create a PageNavigation instance with the page and containerBean.
newInstance(String) - Static method in class com.cmobilecom.af.model.behavior.PartialBehavior
Constructor.
newInstance(String, boolean) - Static method in class com.cmobilecom.af.model.behavior.PartialBehavior
Constructor.
newInstance(String, VisitTarget) - Static method in class com.cmobilecom.af.model.behavior.PartialBehavior
Constructor without render targets.
newInstance(String, VisitTarget, List<VisitTarget>, PartialBehavior.ContainerRenderRegions) - Static method in class com.cmobilecom.af.model.behavior.PartialBehavior
Constructor
newInstance(String, VisitTarget, List<VisitTarget>, List<Integer>) - Static method in class com.cmobilecom.af.model.behavior.PartialBehavior
Constructor
newInstance(String, ConfirmBean.Command[], String[], ContainerBean) - Static method in class com.cmobilecom.af.model.dialog.ConfirmBean
Create a confirm bean with the message and the list of commands.
newInstance(String, List<VisitTarget>) - Static method in class com.cmobilecom.af.model.behavior.PartialBehavior
Constructor without render targets.
newInstance(String, List<VisitTarget>, List<VisitTarget>, PartialBehavior.ContainerRenderRegions) - Static method in class com.cmobilecom.af.model.behavior.PartialBehavior
Create a partial behavior instance
newInstance(String, List<VisitTarget>, List<VisitTarget>, List<Integer>) - Static method in class com.cmobilecom.af.model.behavior.PartialBehavior
Constructor
newInstance(String, List<Integer>) - Static method in class com.cmobilecom.af.model.behavior.PartialBehaviorSupport
Create a PartialBehaviorSupport that defines one Partial behavior for the event, execute target is null (default is @this), render target is null.
newInstance(Element, Boolean, MenuViewConfig.MenuStyle, DataAccessUnit) - Static method in class com.cmobilecom.af.model.menu.MenuViewConfig
Create menuViewConfig from XML element.
newInstanceByCopyConstructor(T) - Static method in class com.cmobilecom.af.util.ClassUtil
Create an instance by invoking copy constructor of the value type.
newInstanceByDefaultConstructor(Class<T>) - Static method in class com.cmobilecom.af.util.ClassUtil
Create an instance by invoking default constructor.
newInstances(EntityListBackingBean<T>, int, Boolean) - Static method in class com.cmobilecom.af.model.behavior.VisitEntityListRow
Create instances (regular/expansion row) for the specified row.
newInstanceWithActionEvent(List<Integer>) - Static method in class com.cmobilecom.af.model.behavior.PartialBehaviorSupport
Create an PartialBehaviorSupport that defines one Partial behavior for action event(click), execute target is null (default is @this), render target is null.
newLobInstance(UploadedFile) - Method in class com.cmobilecom.af.model.lob.LobBean
Create a Lob instance for the file.
next() - Method in class com.cmobilecom.af.entity.report.ReportPeriod
Next period
next() - Method in class com.cmobilecom.af.model.nav.EntityListToEntity
Move to the next entity.
NEXT - com.cmobilecom.af.model.nav.BeanFlowNavigation.Direction
Go to the next step
nextEntity() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Show the next entity in context of an entity list.
nextPage() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Go to the next page.
nextPage(boolean, boolean) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Go to the next page.
nextPage(boolean, boolean) - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Set current page to the next page, and fetch entities from persistence.
nextPage(boolean, boolean) - Method in class com.cmobilecom.af.model.pagination.QueryCriteriaEntityList
 
nextPageFromPersistence(boolean, boolean) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Go to the next page.
nextPageStartEntities - Variable in class com.cmobilecom.af.model.pagination.PageableEntityList
If variable pageSize is supported, The list of entities that will be shown at the beginning of the next page
nextYear() - Method in class com.cmobilecom.af.entity.report.ReportPeriod
Next year
No - com.cmobilecom.af.model.dialog.ConfirmBean.Command
No
NO - com.cmobilecom.af.model.property.RenderStyle.OpenDialogType
do not open dialog for input
NO_FORMAT - com.cmobilecom.af.model.property.NumberDescriptor.Type
No Formating.
NOBODY - Static variable in class com.cmobilecom.af.model.system.AccessControlItem
User type constant: access denied to all users
Node(ColumnHeaders.Node) - Constructor for class com.cmobilecom.af.model.bean.ColumnHeaders.Node
Copy constructor.
Node(ColumnHeaders.Node.Type, I18NName, int, int) - Constructor for class com.cmobilecom.af.model.bean.ColumnHeaders.Node
Constructor with type, text, depth, and leafCount
Node(I18NName) - Constructor for class com.cmobilecom.af.model.bean.ColumnHeaders.Node
Constructor with name.
Node(I18NName, int) - Constructor for class com.cmobilecom.af.model.bean.ColumnHeaders.Node
Constructor with name and depth.
Node(I18NName, I18NName...) - Constructor for class com.cmobilecom.af.model.bean.ColumnHeaders.Node
Constructor with name and child nodes.
Node(I18NName, String, Integer) - Constructor for class com.cmobilecom.af.model.bean.ColumnHeaders.Node
Constructor with text, associated property and priority.
NoResponseException - Exception in com.cmobilecom.af.model.module.event
NoResponseException: no responses are received for a RequestEvent.
NoResponseException(String) - Constructor for exception com.cmobilecom.af.model.module.event.NoResponseException
Constructor with a message.
normalizeVersion(String, int, int) - Static method in class com.cmobilecom.af.util.StringUtil
Normalize version by left padding '0'.
NormativeId - Interface in com.cmobilecom.af.entity
NormativeId.
not() - Method in class com.cmobilecom.af.util.expr.ExprValue
Boolean NOT
not(CriteriaExpression<Boolean>) - Method in interface com.cmobilecom.af.session.criteria.CriteriaElementFactory
NOT boolean function of an expression.
not(CriteriaExpression<Boolean>) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
NOT boolean function of an expression.
NOT - com.cmobilecom.af.session.criteria.CriteriaPredicate.Function
Not boolean operator
NOT_EMPTY - com.cmobilecom.af.session.criteria.CriteriaFunction.Function
a collection is not empty
nullAsDeleteProperties() - Method in annotation type com.cmobilecom.af.model.annotation.Property
A list of properties of embedded formBean entity type for EntityFormBeanProperty.
nullEquals(Object, Object) - Static method in class com.cmobilecom.af.util.ClassUtil
Check if two values are equal.
NullOperandException - Exception in com.cmobilecom.af.util.expr
Expression exception raised when operand value is null.
NullOperandException(String) - Constructor for exception com.cmobilecom.af.util.expr.NullOperandException
Constructor with a localized message.
NullOperandException(String, Object[]) - Constructor for exception com.cmobilecom.af.util.expr.NullOperandException
Constructor.
NullOperandException(Throwable) - Constructor for exception com.cmobilecom.af.util.expr.NullOperandException
Constructor with a wrapped Throwable.
number() - Method in annotation type com.cmobilecom.af.model.annotation.RenderStyleDef
Number descriptor for number values.
NUMBER - com.cmobilecom.af.model.property.NumberDescriptor.Type
A regular number.
NumberDesc - Annotation Type in com.cmobilecom.af.model.annotation
Number descriptor annotation
NumberDescriptor - Class in com.cmobilecom.af.model.property
NumberDescriptor: currency, percentage, LOB size or number with or without fractions.
NumberDescriptor(NumberDescriptor.Type) - Constructor for class com.cmobilecom.af.model.property.NumberDescriptor
Default constructor.
NumberDescriptor(NumberDescriptor.Type, int, int) - Constructor for class com.cmobilecom.af.model.property.NumberDescriptor
Constructor with type, minimum and maximum number of fraction digits
NumberDescriptor.Type - Enum in com.cmobilecom.af.model.property
Type
NumberUtil - Class in com.cmobilecom.af.util
Number utilities
NumberUtil() - Constructor for class com.cmobilecom.af.util.NumberUtil
 
nw - com.cmobilecom.af.model.report.ReportQueryForm.LegendPosition
Northwest

O

OAUTH - com.cmobilecom.af.entity.system.MailServer.AuthType
 
obfuscateEmailAddress(String) - Static method in class com.cmobilecom.af.util.StringUtil
Obfuscate email address.
objectToXml(Object, String, Set<String>, Set<String>, boolean, String) - Static method in class com.cmobilecom.af.model.util.ObjectXmlSerializer
Get XML representation of the value.
objectToXml(Document, Object, String, Set<String>, Set<String>, boolean, String) - Static method in class com.cmobilecom.af.model.util.ObjectXmlSerializer
Get XML representation of the value.
objectToXml(Element, Object, Set<String>, Set<String>, boolean, String) - Static method in class com.cmobilecom.af.model.util.ObjectXmlSerializer
Get XML representation of the value.
objectToXmlFile(Object, String, Set<String>, Set<String>, boolean, String, File) - Static method in class com.cmobilecom.af.model.util.ObjectXmlSerializer
Get XML representation of the value, and write it out to file.
objectVar - Variable in class com.cmobilecom.af.model.bean.EntityBackingBeanHelper.PropertyExpression
object variable that will be resolved to an object
ObjectXmlSerializer - Class in com.cmobilecom.af.model.util
Object serialization and deserialization using XML.
ObjectXmlSerializer(ContainerBean, DataAccessUnit) - Constructor for class com.cmobilecom.af.model.util.ObjectXmlSerializer
Constructor
offload(DataAccessUnit) - Method in class com.cmobilecom.af.model.module.AbstractModule
 
offload(DataAccessUnit) - Method in interface com.cmobilecom.af.model.module.Module
Offload the resources related to the DataAccessUnit.
onstart() - Method in annotation type com.cmobilecom.af.model.annotation.PartialBehaviorDef
Client side callback before sending ajax request, return false to abort request.
openDialogOnShowResults() - Method in annotation type com.cmobilecom.af.model.annotation.RenderStyleDef
For command link, whether to open dialog to show results when clicked.
openInputDataBean() - Method in interface com.cmobilecom.af.test.api.MenuNode
Open this menu node's inputDataBean.
openInputDialog() - Method in annotation type com.cmobilecom.af.model.annotation.RenderStyleDef
Whether to open dialog for input?
openInputDialog(boolean) - Method in interface com.cmobilecom.af.test.api.EntityProperty
Open input dialog.
openLoginDialog(MenuNodeActionSource, String, EntityViewConfig, ContainerBean) - Static method in class com.cmobilecom.af.model.security.LoginBean
Open login dialog.
openURLRedirectToSystemInstance(Locale) - Method in class com.cmobilecom.af.test.api.InstanceTypeTest
Open URL with a domain (redirect.domain) that is not bound to any DataAccessUnit.
Option - Class in com.cmobilecom.af.entity.form
Question value option.
Option() - Constructor for class com.cmobilecom.af.entity.form.Option
 
Option(String, Integer) - Constructor for class com.cmobilecom.af.entity.form.Option
 
OPTION_NULL_VALUE - Static variable in interface com.cmobilecom.af.test.api.EntityProperty
Option null value (mapped to null on server side).
OPTIONAL - com.cmobilecom.af.model.annotation.RequiredType
not required (optional)
OptionBean - Class in com.cmobilecom.af.model.form
Option bean.
OptionBean() - Constructor for class com.cmobilecom.af.model.form.OptionBean
 
options - Variable in class com.cmobilecom.af.entity.attr.EntityAttrBase
 
or(CriteriaExpression<Boolean>...) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
OR boolean function of a list of expressions.
or(ExprValue) - Method in class com.cmobilecom.af.util.expr.ExprValue
Boolean OR.
or(List<CriteriaExpression<Boolean>>) - Method in interface com.cmobilecom.af.session.criteria.CriteriaElementFactory
OR boolean function of a list of expressions.
or(List<CriteriaExpression<Boolean>>) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
OR boolean function of a list of expressions.
OR - com.cmobilecom.af.session.criteria.CriteriaPredicate.Function
Or boolean operator
order(CriteriaExpression<T>, boolean) - Method in interface com.cmobilecom.af.session.criteria.CriteriaElementFactory
Order by the expression.
order(CriteriaExpression<T>, boolean) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Order by the expression.
order(String, boolean) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Order by the property.
orderByProperties - Variable in class com.cmobilecom.af.model.bean.EntityBackingBean
OrderBy properties: the properties for order by in query.
orderByProperty() - Method in annotation type com.cmobilecom.af.model.annotation.Query
Indicate the property can be the query order by property
OrderByProperty(String, boolean) - Constructor for class com.cmobilecom.af.model.bean.EntityBackingBean.OrderByProperty
Constructor
orderCollection(Collection<? extends Comparable<T>>, boolean) - Static method in class com.cmobilecom.af.util.CollectionUtil
Order a collection and return the ordered list.
orderTopMenuNodes(List<String>) - Method in class com.cmobilecom.af.model.menu.MenuBean
Order top-level menu nodes by the orderByList.
ORIENTATION_H - Static variable in class com.cmobilecom.af.model.chart.CartesianChart
chart orientation: horizontal
ORIENTATION_V - Static variable in class com.cmobilecom.af.model.chart.CartesianChart
chart orientation: vertical
OTHERS - com.cmobilecom.af.model.form.FormBean.DisplayMode
Others such as query
OUTPUT_LINK - Static variable in class com.cmobilecom.af.model.property.RenderStyle
Style number constant: Output link
OUTPUT_TEXT - Static variable in class com.cmobilecom.af.model.property.RenderStyle
Style number constant: outputText
Overlay - Class in com.cmobilecom.af.model.view
Widget overlay position and trigger event.
Overlay() - Constructor for class com.cmobilecom.af.model.view.Overlay
Default constructor.
Overlay(String, String, String, String) - Constructor for class com.cmobilecom.af.model.view.Overlay
Constructor
Overlay(Element) - Constructor for class com.cmobilecom.af.model.view.Overlay
Construct from XML element.
overridden - Variable in class com.cmobilecom.af.model.entimport.EntityImportHandler.HandleResult
The number of existing entities overridden by imported entities
OVERRIDE - com.cmobilecom.af.entity.persistence.EntityImport.ConflictAction
Override existing entities
OWNER - Static variable in class com.cmobilecom.af.model.system.AccessControlItem
User type constant: entity data owner
OWNER_ACCESS - com.cmobilecom.af.model.module.MultiTenant.SharedEntityAccess
Access by owner only
OwnerAware - Interface in com.cmobilecom.af.entity
OwnerAware.

P

Page - Interface in com.cmobilecom.af.entity.system
Page.
PAGE_CONTENT - com.cmobilecom.af.model.bean.ViewType
Page Content (regions and beans) of a DialogBean.
PAGE_HELP - Static variable in class com.cmobilecom.af.model.PageNavigation
Help page
PAGE_INDEX - Static variable in class com.cmobilecom.af.model.PageNavigation
Index page
PAGE_LOGOUT - Static variable in class com.cmobilecom.af.model.PageNavigation
Logout target page, the page to go after logout depends on implementation.
PAGE_MANAGE - Static variable in class com.cmobilecom.af.model.PageNavigation
Manage page
PAGE_PRINT_VIEW - Static variable in class com.cmobilecom.af.model.PageNavigation
Print view
pageableEntityList - Variable in class com.cmobilecom.af.model.bean.EntityListBackingBean
pageable entity list supporting pagination
PageableEntityList<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.pagination
PageableEntityList: pageable entity list.
PageableEntityList() - Constructor for class com.cmobilecom.af.model.pagination.PageableEntityList
Default constructor.
PageableEntityList(PageableEntityList<T>) - Constructor for class com.cmobilecom.af.model.pagination.PageableEntityList
Copy constructor
PageableEntityList.PaginationChangeReason - Enum in com.cmobilecom.af.model.pagination
PaginationChangeReason: the enum type lists all the causes of pagination.
PageableEntityList.ResultsLimitReason - Enum in com.cmobilecom.af.model.pagination
ResultsLimitReason: why results is limited
PageContent - Class in com.cmobilecom.af.model.container
PageContent of a ContainerBean consists of a number of regions and each region consists of a list of backing beans.
PageContent - Interface in com.cmobilecom.af.test.api
PageContent represents page content on UI, which consists of zero or more regions.
PageContent(ContainerBean) - Constructor for class com.cmobilecom.af.model.container.PageContent
Constructor with a ContainerBean
PageContent.BeanLocation - Class in com.cmobilecom.af.model.container
Bean location: region number and position within the region
PageContentEvent - Class in com.cmobilecom.af.model.container
PageContentEvent that will be broadcast to the registered listeners of a PageContent if any beans are added to the PageContent or removed.
PageContentEvent(PageContentEvent.Type, ContainerBean, BackingBean, PageContent.BeanLocation) - Constructor for class com.cmobilecom.af.model.container.PageContentEvent
Constructor
PageContentEvent.Type - Enum in com.cmobilecom.af.model.container
Event types
PageContentListener - Interface in com.cmobilecom.af.model.container
PageContentListener that will be notified if any beans are added to a PageContent or removed.
PageContentViewConfig - Class in com.cmobilecom.af.model.container
PageContentViewConfig.
PageContentViewConfig(ViewType) - Constructor for class com.cmobilecom.af.model.container.PageContentViewConfig
Constructor
pageCount - Variable in class com.cmobilecom.af.model.pagination.PageableEntityList
Total number of pages, null for unknown
pageEntityListData - Variable in class com.cmobilecom.af.model.bean.EntityListBackingBean
current page entity list data model.
pageId - Variable in class com.cmobilecom.af.model.PageNavigation
The target page for navigation.
PageInfo - Class in com.cmobilecom.af.model.container
PageInfo is viewScoped, including title, keywords and description for Search engine optimization and social media sharing.
PageInfo(String) - Constructor for class com.cmobilecom.af.model.container.PageInfo
Constructor
PageInfo(String, String, String, String) - Constructor for class com.cmobilecom.af.model.container.PageInfo
Constructor.
pageListener - Variable in class com.cmobilecom.af.model.pagination.PageableEntityList
A pageListener that is called when page data is loaded or page size is adjusted
PageListener<T extends PersistenceEntity> - Interface in com.cmobilecom.af.model.pagination
PageListener that will be notified when a page data is loaded from persistence or page size is adjusted.
PageLoader - Interface in com.cmobilecom.af.test.api
Page Loader.
PageNavigation - Class in com.cmobilecom.af.model
A PageNavigation represents action outcome for page navigation.
PageNavigation(Integer, ContainerBean) - Constructor for class com.cmobilecom.af.model.PageNavigation
Create a PageNavigation instance with the target page and containerBean.
PageNavigation(Integer, ContainerBean, Integer) - Constructor for class com.cmobilecom.af.model.PageNavigation
Create a PageNavigation instance with the page and containerBean.
PageObjectResolver - Interface in com.cmobilecom.af.model.container
Page embedded object resolver.
pageResource - Variable in class com.cmobilecom.af.test.api.TestBase
 
PageResource - Class in com.cmobilecom.af.test.api
PageResource: manage a PageLoader instance for a TestConfig.
PageResource(TestConfig) - Constructor for class com.cmobilecom.af.test.api.PageResource
 
pageRetrievedFromPersistence(EntityListBackingBean<Form>, QueryCriteria<Q, Form>, int, Integer, PageableEntityList<Form>) - Method in class com.cmobilecom.af.model.form.FormBean
 
pageRetrievedFromPersistence(EntityListBackingBean<T>, QueryCriteria<Q, T>, int, Integer, PageableEntityList<T>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
pageRetrievedFromPersistence: called after a page entities are loaded from persistence.
pageRetrievedFromPersistence(QueryCriteria<Q, T>, int, Integer, PageableEntityList<T>) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
 
pageRetrievedFromPersistence(QueryCriteria<Q, T>, int, Integer, PageableEntityList<T>) - Method in interface com.cmobilecom.af.model.pagination.PageListener
pageRetrievedFromPersistence: called after a page data is loaded from persistence
pageSize - Variable in class com.cmobilecom.af.model.pagination.PageableEntityList
Page size, rows per page.
pageSizeAdjusted(EntityListBackingBean<T>, QueryCriteria<Q, T>, int, Integer, PageableEntityList<T>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Called after pageSize is adjusted if variable page size is supported.
pageSizeAdjusted(QueryCriteria<Q, T>, int, Integer, PageableEntityList<T>) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
 
pageSizeAdjusted(QueryCriteria<Q, T>, int, Integer, PageableEntityList<T>) - Method in interface com.cmobilecom.af.model.pagination.PageListener
pageSizeAdjusted: called after page size is adjusted for variable page size
paginationChanged(EntityListBackingBean<T>, Integer, int, PageableEntityList.PaginationChangeReason) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
paginationChanged: called when pageCount or currentPageIndex is changed, after pageableEntityList is initialized; after entities are inserted or removed; after entities are updated in persistence and current page is refreshed; pagination Render target has been added.
paginationChanged(EntityListBackingBean<T>, Integer, int, PageableEntityList.PaginationChangeReason) - Method in interface com.cmobilecom.af.model.bean.listener.EntityListBeanListener
paginationChanged: called when pageCount or currentPageIndex is changed, after pageableEntityList is initialized; after entities are inserted or removed; after entities are updated in persistence and current page is refreshed; pagination Render target has been added.
paginationChanged(Integer, int, PageableEntityList.PaginationChangeReason) - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Pagination Listener: called when pageCount or currentPageIndex is changed or pageCount is recalculated because of entities added or deleted.
PAGINATOR - com.cmobilecom.af.model.pagination.PageableEntityList.PaginationChangeReason
paginator commands such as previous/next page
PaginatorMenuBean<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.pagination
PaginatorMenuBean: entity list paginator MenuBean
PaginatorMenuBean(ParameterizedMessage, EntityListBackingBean<T>, MenuViewConfig) - Constructor for class com.cmobilecom.af.model.pagination.PaginatorMenuBean
PaginatorMenuBean constructor
PaginatorMenuNodeFactory<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.pagination
Entity list paginator MenuNode factory
PaginatorMenuNodeFactory(MenuBean, MenuViewConfig, EntityListBackingBean<T>) - Constructor for class com.cmobilecom.af.model.pagination.PaginatorMenuNodeFactory
Constructor
PanelView - Class in com.cmobilecom.af.model.view
PanelView that renders header and border around its content.
PanelView() - Constructor for class com.cmobilecom.af.model.view.PanelView
Default constructor.
PanelView(PanelView) - Constructor for class com.cmobilecom.af.model.view.PanelView
Copy constructor
PanelView(Element) - Constructor for class com.cmobilecom.af.model.view.PanelView
Constructor with XML element.
Param - Annotation Type in com.cmobilecom.af.model.annotation
Parameter
PARAM_ALWAYS_VISIBLE - Static variable in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Parameter alwaysVisible for input data bean: whether the bean should always be visible.
PARAM_AUTO_COMPLETE_TOGGLE - Static variable in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Whether to allow user to enable or disable auto complete input components? If enabled, drop-down suggestions will be displayed while user is typing.
PARAM_AUTO_FOCUS - Static variable in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Parameter autoFocus: the input text component to get focus within the bean.
PARAM_BEAN_TO_APPLY - Static variable in class com.cmobilecom.af.model.formdesign.FormDesignBean
EntityDataSource parameter name: the bean to apply new FormDesign to
PARAM_BUF_SIZE - Static variable in class com.cmobilecom.af.web.module.WebUtil
 
PARAM_CACHE_CONTROL - Static variable in class com.cmobilecom.af.web.module.WebUtil
Response header for cache control
PARAM_COUNTRIES - Static variable in class com.cmobilecom.af.model.property.SelectItemListProvider
ViewConfig parameter: countries that specifies the list of countries for country select items.
PARAM_DATABASE_SAME_AS_SCHEMA - Static variable in class com.cmobilecom.af.util.db.DbDescriptor
parameter: whether database is same as schema.
PARAM_DISPLAY_MODE - Static variable in class com.cmobilecom.af.model.form.FormBean
View config parameter: display mode
PARAM_DOWNLOAD - Static variable in class com.cmobilecom.af.web.module.WebUtil
 
PARAM_EMAIL_DOMAIN - Static variable in class com.cmobilecom.af.model.system.SystemConfig
SystemConfig parameter: email.domain.
PARAM_EXEC_ON_RETURN - Static variable in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Parameter execOnReturn: the menu node command to execute when RETURN key is pressed on any input text field within the bean.
PARAM_HELP_ABOUT - Static variable in class com.cmobilecom.af.model.system.SystemConfig
SystemConfig parameter: help.about that specifies whether to show help about page.
PARAM_HELP_OVERVIEW - Static variable in class com.cmobilecom.af.model.system.SystemConfig
SystemConfig parameter: help.overview that specifies whether to show help overview page.
PARAM_IGNORE_QUERY_ERROR - Static variable in class com.cmobilecom.af.model.bean.EntityViewConfig
ViewConfig parameter for query: ignore.query.error.
PARAM_INPUT_DIALOG_TOGGLE - Static variable in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Whether to allow user to enable or disable opening input dialog to select or manage entities? For example, disable them to make UI simpler.
PARAM_JDBC_DIALECT - Static variable in class com.cmobilecom.af.util.db.DbDescriptor
parameter: JDBC dialect class required by certain JPA providers
PARAM_JDBC_DRIVER - Static variable in class com.cmobilecom.af.util.db.DbDescriptor
parameter: JDBC driver class
PARAM_JDBC_URL - Static variable in class com.cmobilecom.af.util.db.DbDescriptor
parameter: JDBC connection url whose value supports variables: #{host}, #{port}, and #{database}.
PARAM_LOGIN_AUTH_ONLY - Static variable in class com.cmobilecom.af.model.security.LoginBean
ViewConfig parameter: authOnly.
PARAM_OVERWRITE - Static variable in class com.cmobilecom.af.model.lob.FileUploadBean
The parameter name in EntityDataSource to set whether to overwrite existing file if any.
PARAM_RESOURCE_BUNDLE_LOCALES - Static variable in class com.cmobilecom.af.model.system.SystemConfig
SystemConfig and InstanceType parameter: resource.bundle.locales, whose value is a list of locales for which resource bundles are defined.
PARAM_RETURN_AS_TAB - Static variable in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Whether to treat the RETURN key on any input text field within the bean as TAB key to move the focus to the next input field.
PARAM_SCAN_BARCODE - Static variable in class com.cmobilecom.af.model.bean.EntityListCommandHandler
Whether to enable barcode scan for adding a row.
PARAM_SHOW_ENTITY_ID - Static variable in class com.cmobilecom.af.model.system.SystemConfig
whether to show entity id.
PARAM_SUPPORTED_LOCALES - Static variable in class com.cmobilecom.af.model.system.SystemConfig
SystemConfig and InstanceType parameter: supported.locales, whose value is LanguageRange list(e.g., en,fr-FR,zh).
PARAM_UI_AUTO_COMPLETE - Static variable in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Whether UI (e.g.
PARAM_UPLOAD_LISTENER - Static variable in class com.cmobilecom.af.model.lob.FileUploadBean
The parameter name in EntityDataSource to set the UploadListener if any.
PARAM_UPLOAD_SPACE_SIZE - Static variable in class com.cmobilecom.af.model.system.SystemConfig
SystemConfig and InstanceType parameter: upload.space.size that specifies the size of the space that stores upload files.
PARAM_USER_SAME_AS_SCHEMA - Static variable in class com.cmobilecom.af.util.db.DbDescriptor
parameter: whether user is same as schema.
ParameterizedMessage - Class in com.cmobilecom.af.test.api
Message with parameters.
ParameterizedMessage - Class in com.cmobilecom.af.util
Message with parameters.
ParameterizedMessage(ParameterizedMessage) - Constructor for class com.cmobilecom.af.util.ParameterizedMessage
Copy constructor
ParameterizedMessage(String, boolean) - Constructor for class com.cmobilecom.af.test.api.ParameterizedMessage
Constructor.
ParameterizedMessage(String, boolean) - Constructor for class com.cmobilecom.af.util.ParameterizedMessage
Constructor.
ParameterizedMessage(String, boolean, Object[]) - Constructor for class com.cmobilecom.af.test.api.ParameterizedMessage
Constructor.
ParameterizedMessage(String, boolean, Object[]) - Constructor for class com.cmobilecom.af.util.ParameterizedMessage
Constructor.
parameters - Variable in class com.cmobilecom.af.model.PageNavigation
Request parameters for target page
Parameters - Interface in com.cmobilecom.af.entity.system
Parameters.
Parameters(Boolean, String, Locale, String, String, LocalDate) - Constructor for class com.cmobilecom.af.test.api.InstanceTest.Parameters
Constructor
Parameters(Boolean, Locale, String, String, LocalDate) - Constructor for class com.cmobilecom.af.test.api.InstanceTest.Parameters
Constructor.
ParamOp() - Constructor for class com.cmobilecom.af.model.container.Redirect.ParamOp
Default constructor
ParamOp(Redirect.ParamOp.Type) - Constructor for class com.cmobilecom.af.model.container.Redirect.ParamOp
Constructor
params - Variable in exception com.cmobilecom.af.entity.system.SystemRuntimeException
Parameters that are used to replace {n} in message.
params - Variable in class com.cmobilecom.af.model.behavior.PartialBehavior
Any parameters that might be used by UI view.
params - Variable in exception com.cmobilecom.af.util.ExecException
Parameters that are used to replace {n} in message.
params() - Method in annotation type com.cmobilecom.af.model.annotation.RenderStyleDef
a list of parameters (name/value pairs).
parent - Variable in class com.cmobilecom.af.model.property.EntityProperty
Parent property
parentComponent - Variable in class com.cmobilecom.af.model.bean.Component
parent component
ParentEntity - Annotation Type in com.cmobilecom.af.entity.annotation
ParentEntity annotation specifies the property name of a ChildEntity that refers to its parent entity.
ParentType - Annotation Type in com.cmobilecom.af.entity.annotation
If an entity type is annotated with ParentType, it indicates that the parent entity type has one or more child entity types.
parse() - Method in class com.cmobilecom.af.util.expr.Expression
Parse the expression.
parse(File) - Static method in class com.cmobilecom.af.util.XmlUtil
Parse the xml file.
parse(InputStream) - Static method in class com.cmobilecom.af.util.XmlUtil
Parse the xml from input stream.
parse(Element) - Static method in class com.cmobilecom.af.model.behavior.PartialBehavior
Parse PartialBehavior from an XML element.
parseElement(Element) - Method in class com.cmobilecom.af.model.view.AccordionView
 
parseElement(Element) - Method in class com.cmobilecom.af.model.view.Overlay
 
parseElement(Element) - Method in class com.cmobilecom.af.model.view.PanelView
 
parseElement(Element) - Method in class com.cmobilecom.af.model.view.TabViewBase
 
parseElement(Element) - Method in class com.cmobilecom.af.model.view.TreeView
 
parseElement(Element) - Method in class com.cmobilecom.af.model.view.Widget
Parse the child element.
parseElement(Element, DataAccessUnit) - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Parse ViewConfig child element.
parseElement(Element, DataAccessUnit) - Method in class com.cmobilecom.af.model.bean.EntityViewConfig
Parse ViewConfig child element.
parseElement(Element, DataAccessUnit) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Parse ViewConfig child element.
parseElement(Element, DataAccessUnit) - Method in class com.cmobilecom.af.model.bean.ViewConfig
Parse child elements of viewConfig
parseElement(Element, DataAccessUnit) - Method in class com.cmobilecom.af.model.menu.MenuViewConfig
Parse ViewConfig child element.
ParseException - Exception in com.cmobilecom.af.model.bean
Parse exception that is raised when parsing a structured text.
ParseException - Exception in com.cmobilecom.af.util.expr
Expression exception raised during parsing.
ParseException(String) - Constructor for exception com.cmobilecom.af.model.bean.ParseException
Constructor with a localized message.
ParseException(String) - Constructor for exception com.cmobilecom.af.util.expr.ParseException
Constructor with a localized message.
ParseException(String, Object[]) - Constructor for exception com.cmobilecom.af.model.bean.ParseException
Constructor.
ParseException(String, Object[]) - Constructor for exception com.cmobilecom.af.util.expr.ParseException
Constructor.
ParseException(String, Throwable) - Constructor for exception com.cmobilecom.af.model.bean.ParseException
Constructor with a localized message and cause.
ParseException(Throwable) - Constructor for exception com.cmobilecom.af.model.bean.ParseException
Constructor with a wrapped Throwable.
ParseException(Throwable) - Constructor for exception com.cmobilecom.af.util.expr.ParseException
Constructor with a wrapped Throwable.
parseJoinGraphElem(EntityJoinGraph<T>, Element) - Method in class com.cmobilecom.af.session.EntityJoinGraph
Parse join graph element that may contain subgraphs, and populate data into the joinGraph.
parseMediaParams(Element) - Static method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
<parentElem> <widgetVar>imageSlider</widgetVar> <effectSpeed>500</effectSpeed> <speed>5000</speed> <width>100%</width> <height>240px</height> <autoplay>true</autoplay> <controls>true</controls> </parentElem>
parseModuleAccessControl(String, Element) - Method in class com.cmobilecom.af.model.system.AccessControlAccessor
Parse module accessControl XML.
parsePartialBehaviorSupport(Element) - Static method in class com.cmobilecom.af.model.menu.MenuViewConfig
Parse PartialBehaviorSupport element.
parsePropertyValue(Class, String, Element, Class, Class, Class, Class, Map<EntityTypeId, PersistenceEntity>, boolean, MapOfMap<Class, String, PropertyDescriptor>) - Method in class com.cmobilecom.af.model.util.ObjectXmlSerializer
Parse the property XML element into an object.
parseQueryString(String, boolean) - Static method in class com.cmobilecom.af.web.module.UrlUtil
Parse a query string into a map, keeping the order of parameters.
parseViewConfig(String, ViewType, Boolean, DataAccessUnit) - Static method in class com.cmobilecom.af.model.util.BeanUtil
Parse viewConfig
parseViewConfig(Element, ViewType, Boolean, DataAccessUnit) - Static method in class com.cmobilecom.af.model.util.BeanUtil
Parse viewConfig
parseViewConfigXml(Element, DataAccessUnit) - Method in class com.cmobilecom.af.model.bean.ViewConfig
Parse viewConfigElem by iterating through its child elements.
part - Variable in class com.cmobilecom.af.model.behavior.VisitComponent
 
partialBehavior() - Method in annotation type com.cmobilecom.af.model.annotation.Property
partialBehavoir: defines a list of Partial Behaviors.
PartialBehavior - Class in com.cmobilecom.af.model.behavior
PartialBehavior describes the behavior that will execute and render a part of view.
PartialBehavior(String, List<VisitTarget>, List<VisitTarget>, PartialBehavior.ContainerRenderRegions) - Constructor for class com.cmobilecom.af.model.behavior.PartialBehavior
Constructor
PartialBehavior.ContainerRenderRegions - Class in com.cmobilecom.af.model.behavior
ContainerRenderRegions specifies the render regions of a containerBean that is used to add backing beans.
PartialBehaviorDef - Annotation Type in com.cmobilecom.af.model.annotation
EntityProperty PartialBehavior annotation.
partialBehaviorEnabled(boolean) - Method in interface com.cmobilecom.af.test.api.EntityProperty
Whether valueChange partial behavior is enabled? If true, when setting new value(including options), the new value will be compared with current value.
PartialBehaviorEvent - Class in com.cmobilecom.af.model.behavior
PartialBehaviorEvent: wrap PartialBehavior.
PartialBehaviorEvent(PartialBehavior) - Constructor for class com.cmobilecom.af.model.behavior.PartialBehaviorEvent
Constructor
PartialBehaviorSupport - Class in com.cmobilecom.af.model.behavior
PartialBehaviorSupport is a map of PartialBehavior with event name as key.
PartialBehaviorSupport() - Constructor for class com.cmobilecom.af.model.behavior.PartialBehaviorSupport
Default constructor without any partial behaviors
PartialBehaviorSupport(PartialBehavior) - Constructor for class com.cmobilecom.af.model.behavior.PartialBehaviorSupport
Constructor with one partialBehavior
PartialBehaviorSupport(PartialBehaviorSupport) - Constructor for class com.cmobilecom.af.model.behavior.PartialBehaviorSupport
Copy constructor
PartialViewContext - Interface in com.cmobilecom.af.model.behavior
Partial view context for partial requests.
PartialViewUtil - Class in com.cmobilecom.af.model.behavior
Ajax Utilities such as adding render targets.
PartialViewUtil() - Constructor for class com.cmobilecom.af.model.behavior.PartialViewUtil
 
PASSWORD - com.cmobilecom.af.entity.system.MailServer.AuthType
 
PASSWORD - com.cmobilecom.af.model.security.AuthResult.AuthMethod
Authenticate by username/password.
passwordChanged(User) - Method in class com.cmobilecom.af.model.security.ResetPasswordBean
passwordChanged: called after new password has been set successfully.
PasswordPolicy - Class in com.cmobilecom.af.model.security
PasswordPolicy specifies minimum length and types of characters a password must contain.
PasswordPolicy(String) - Constructor for class com.cmobilecom.af.model.security.PasswordPolicy
Constructor
PasswordPolicy.CharacterType - Enum in com.cmobilecom.af.model.security
Character type
path(String) - Method in interface com.cmobilecom.af.session.criteria.CriteriaElementFactory
Create a path expression.
path(String) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a path expression.
PATH - com.cmobilecom.af.session.criteria.CriteriaFunction.Function
property name path as an expression
pathShowStyle() - Method in annotation type com.cmobilecom.af.model.annotation.RenderStyleDef
path show style for EntityHierarchyProperty.
pattern() - Method in annotation type com.cmobilecom.af.model.annotation.Property
regular expression pattern for string.
payByPayPal(String, String, boolean) - Method in interface com.cmobilecom.af.test.api.PayUtil
Login into paypal gateway, accept or deny the payment.
PayUtil - Interface in com.cmobilecom.af.test.api
PayUtil for payment processing.
peekEntity(int) - Method in class com.cmobilecom.af.model.pagination.MemoryEntityList
 
peekEntity(int) - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Peek the entity at the specified position without changing current page index.
peekEntity(int) - Method in class com.cmobilecom.af.model.pagination.QueryCriteriaEntityList
 
PERCENT - com.cmobilecom.af.model.property.NumberDescriptor.Type
Percentage.
PERIOD_ON_PERIOD - com.cmobilecom.af.model.report.ReportQueryForm.Type
compare over previous periods.
PeriodConverter<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.report
Convert period of format "Year-periodType-periodNumber" to friendly display value for current locale.
PeriodConverter() - Constructor for class com.cmobilecom.af.model.report.PeriodConverter
 
Permission - Interface in com.cmobilecom.af.entity.security
Permission for access control.
PERMISSION_MODULE_VIEW - Static variable in class com.cmobilecom.af.model.module.AbstractModule
The permission name to view module
PERSISTENCE - com.cmobilecom.af.model.annotation.RequiredType
determined by O/R mapping annotation @Column(nullable=true|false)
PersistenceDataBackingBean<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.bean
PersistenceDataBackingBean: base backing bean for persistence entity or a list of persistence entities.
PersistenceDataBackingBean() - Constructor for class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
 
PersistenceDataBackingBean.GeneratedBeanPageContent - Class in com.cmobilecom.af.model.bean
GeneratedBeanPageContent: extends PageContent to hold generated beans that can be in different regions.
PersistenceDataBackingBean.HelpPathInfo - Class in com.cmobilecom.af.model.bean
HelpPathInfo: where to find help file, module and relative path
PersistenceDataBean - Interface in com.cmobilecom.af.test.api
PersistenceDataBean represents a PersistenceDataBackingBean on UI.
PersistenceDataBean.LayoutType - Enum in com.cmobilecom.af.test.api
Layout type that is mapped to server side API.
PersistenceDataBeanViewEncoder<T extends PersistenceEntity> - Class in com.cmobilecom.af.web.module
PersistenceDataBeanViewEncoder is a BeanViewEncoder for PersistenceDataBackingBean on web.
PersistenceDataBeanViewEncoder() - Constructor for class com.cmobilecom.af.web.module.PersistenceDataBeanViewEncoder
 
PersistenceDataViewConfig - Class in com.cmobilecom.af.model.bean
PersistenceDataViewConfig: viewConfig for persistenceDataBackingBean.
PersistenceDataViewConfig(ViewType) - Constructor for class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Constructor with ViewType
PersistenceDataViewConfig.LayoutDirection - Enum in com.cmobilecom.af.model.bean
LayoutDirection: VERTICAL or HORIZONTAL
PersistenceDataViewConfig.PropertyGroup - Class in com.cmobilecom.af.model.bean
PropertyGroup: group properties with layout code or a list of properties.
PersistenceEntity - Interface in com.cmobilecom.af.entity
PersistenceEntity interface.
PersistenceEntityBase - Class in com.cmobilecom.af.entity
PersistenceEntityBase: default PersistenceEntity Implementation base class.
PersistenceEntityBase() - Constructor for class com.cmobilecom.af.entity.PersistenceEntityBase
 
PersistenceEntityManager - Interface in com.cmobilecom.af.session
PersistenceEntityManager: create, delete, merge and query persistence entities.
PersistenceEntityManagerBean - Class in com.cmobilecom.af.session
Persistence Entity Manager impl.
PersistenceEntityManagerBean() - Constructor for class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
PersistenceEntityManagerRegistry - Class in com.cmobilecom.af.session
PersistenceEntityManagerRegistry: register PersistenceEntityManager implementation classes and JPAEntityManagerAccessor instances.
PersistenceEntityManagerRegistry() - Constructor for class com.cmobilecom.af.session.PersistenceEntityManagerRegistry
 
PersistenceUnitScopeUnique - Interface in com.cmobilecom.af.entity
Tag interface indicating that a persistence unit(e.g., database schema) can have at most one entity of the type that implements this interface.
persistEntity(T) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Persist entity by adding it to persistent context.
persistEntity(T) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
PhaseListener - Class in com.cmobilecom.af.model.phase
Three transactions for one request Begin a UserTransaction before ApplyRequestValue phase and end it after the phase. Begin a UserTransaction before Invoke Application phase and end it after the phase. Begin a UserTransaction before Render Response phase and end it after the phase.
PhaseListener() - Constructor for class com.cmobilecom.af.model.phase.PhaseListener
Default constructor
PhaseListener.PhaseId - Enum in com.cmobilecom.af.model.phase
Processing Phase
PICK_LIST - Static variable in class com.cmobilecom.af.model.property.RenderStyle
Style number constant: pickList, pick items from a list.
PIE - com.cmobilecom.af.model.report.ReportQueryForm.ChartType
Pie chart
PIE_CHART - Static variable in class com.cmobilecom.af.model.property.RenderStyle
Style number constant: Pie chart
PieChart - Class in com.cmobilecom.af.model.chart
Pie Chart
PieChart() - Constructor for class com.cmobilecom.af.model.chart.PieChart
Default constructor
PieChart(ParameterizedMessage, ChartSeries...) - Constructor for class com.cmobilecom.af.model.chart.PieChart
Constructor with a list of series
PieChart(ParameterizedMessage, List<ChartSeries>) - Constructor for class com.cmobilecom.af.model.chart.PieChart
Constructor with a list of series
placeHolder() - Method in annotation type com.cmobilecom.af.model.annotation.Property
Placeholder as input hint.
PLAIN - com.cmobilecom.af.model.security.LoginBean.PasswordEncodeType
not encoded, plain text
plus(MathContext) - Method in class com.cmobilecom.af.util.expr.ExprValue
Unary operation (+).
popFormDesign() - Method in class com.cmobilecom.af.model.nav.BeanFlowHistory
Pop the FormDesign of the previous step.
populateEntityProperty(EntityProperty<T>, Property, PersistenceDataBackingBean<T>) - Method in class com.cmobilecom.af.model.bean.EntityPropertyDiscoverer
Populate EntityProperty data from annotation and its property descriptor (if any) in viewConfig.
popup() - Method in annotation type com.cmobilecom.af.model.annotation.HelpDef
Whether to popup a message as tooltip? Valid only if toggleable is true.
PopupView - Class in com.cmobilecom.af.model.view
PopupView: popup options
PopupView() - Constructor for class com.cmobilecom.af.model.view.PopupView
Default constructor
PopupView(PopupView) - Constructor for class com.cmobilecom.af.model.view.PopupView
Copy constructor
PopupView(String, String, String) - Constructor for class com.cmobilecom.af.model.view.PopupView
Constructor
positionWithinRegion - Variable in class com.cmobilecom.af.model.container.PageContent.BeanLocation
Bean index in the region, starting from 0
postApplyChange(List<T>) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
postApplyChange: called after apply changes to persistence and before transaction is committed.
postDecodeDesignXml(Element) - Method in class com.cmobilecom.af.model.formdesign.FormDesignEncoder
postDecodeDesignXml: called after XML is decoded.
postEncodeDesignXml(Element) - Method in class com.cmobilecom.af.model.formdesign.FormDesignEncoder
postEncodeDesignXml: called after XML is encoded.
postInit() - Method in class com.cmobilecom.af.model.property.EntityMediaProperty
 
postInit() - Method in class com.cmobilecom.af.model.property.EntityProperty
postInit: called after this property is created and initialized, but before it is added to the property list of its backing bean during EntityBackingBean.refreshEntityPropertyModel(boolean, boolean, Collection, Collection) or EntityListBackingBean.refreshEntityPropertyModel(boolean, boolean, Collection, Collection)
postMerge(T, ActionDescriptor, PersistenceEntityManager) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Called after the entity is merged to persistent context.
postMerge(T, ActionDescriptor, PersistenceEntityManager) - Method in class com.cmobilecom.af.model.bean.EntityFormSupportBean
 
postPersist(FileUploadEntityImport, ActionDescriptor, PersistenceEntityManager) - Method in class com.cmobilecom.af.model.entimport.FileUploadEntityImportBean
 
postPersist(T, ActionDescriptor, PersistenceEntityManager) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Called after entity is added to PersistentContext.
postPersist(T, ActionDescriptor, PersistenceEntityManager) - Method in class com.cmobilecom.af.model.bean.EntityFormSupportBean
 
postProcessStatistics(T, EntityListBackingBean<T>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
postProcessStatistics: called after statistics values are computed for all statistics properties.
postProcessValue(Number, int, List<DatePeriod>, int) - Method in class com.cmobilecom.af.model.report.ReportQueryFormBean
Process the value before showing
postRefreshDataModel() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Called after data and property model are refreshed
postRefreshDataModel(T) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
postRefreshDataModel: called after entity and its property model have been refreshed.
postRefreshEntityListPropertyModel(EntityListBackingBean<Answer>, List<EntityProperty<Answer>>) - Method in class com.cmobilecom.af.model.form.AnswerBean
 
postRefreshEntityListPropertyModel(EntityListBackingBean<Question>, List<EntityProperty<Question>>) - Method in class com.cmobilecom.af.model.form.QuestionBean
 
postRefreshEntityListPropertyModel(EntityListBackingBean<Response>, List<EntityProperty<Response>>) - Method in class com.cmobilecom.af.model.form.ResponseBean
 
postRefreshEntityListPropertyModel(EntityListBackingBean<T>, List<EntityProperty<T>>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
postRefreshEntityListPropertyModel: called after creating entity list properties.
postRefreshEntityListPropertyModel(EntityListBackingBean<T>, List<EntityProperty<T>>) - Method in class com.cmobilecom.af.model.bean.EntityI18NBean
 
postRefreshEntityListPropertyModel(EntityListBackingBean<T>, List<EntityProperty<T>>) - Method in interface com.cmobilecom.af.model.bean.MapEntityBean.ActionHandler
Called after refreshing entity list property model.
postRefreshEntityListPropertyModel(EntityListBackingBean<T>, List<EntityProperty<T>>) - Method in class com.cmobilecom.af.model.bean.MapEntityBean.DefaultActionHandler
 
postRefreshEntityListPropertyModel(EntityListBackingBean<T>, List<EntityProperty<T>>) - Method in class com.cmobilecom.af.model.bean.MapEntityBean
 
postRefreshEntityListPropertyModel(EntityListBackingBean<T>, List<EntityProperty<T>>) - Method in class com.cmobilecom.af.model.lob.LobBean
 
postRefreshEntityPropertyModel(Answer) - Method in class com.cmobilecom.af.model.form.AnswerBean
 
postRefreshEntityPropertyModel(Form) - Method in class com.cmobilecom.af.model.form.FormBean
 
postRefreshEntityPropertyModel(Response) - Method in class com.cmobilecom.af.model.form.ResponseBean
 
postRefreshEntityPropertyModel(FileUploadEntityImport) - Method in class com.cmobilecom.af.model.entimport.FileUploadEntityImportBean
 
postRefreshEntityPropertyModel(FileUpload) - Method in class com.cmobilecom.af.model.lob.FileUploadBean
 
postRefreshEntityPropertyModel(ReportEntity) - Method in class com.cmobilecom.af.model.report.ReportBean
Create report as part of ReportBean initialization, so printView command can be used to re-build the report for printing.
postRefreshEntityPropertyModel(T) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Called after refreshing property model.
postRefreshEntityPropertyModel(T) - Method in class com.cmobilecom.af.model.bean.EntityChoiceSupportBean
Add choice property, make properties readOnly if current choice requires.
postRefreshEntityPropertyModel(T) - Method in class com.cmobilecom.af.model.bean.EntityI18NBean
 
postRefreshEntityPropertyModel(T) - Method in class com.cmobilecom.af.model.bean.HierarchyAwareBackingBean
 
postRefreshEntityPropertyModel(T) - Method in class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean
 
postRefreshEntityPropertyModel(T) - Method in interface com.cmobilecom.af.model.bean.MapEntityBean.ActionHandler
Called after refreshing entity property model.
postRefreshEntityPropertyModel(T) - Method in class com.cmobilecom.af.model.bean.MapEntityBean.DefaultActionHandler
 
postRefreshEntityPropertyModel(T) - Method in class com.cmobilecom.af.model.bean.MapEntityBean
 
postRefreshEntityPropertyModel(T) - Method in class com.cmobilecom.af.model.security.LoginBean
 
postRefreshViewAfterCommit(List<T>, ActionDescriptor) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Called after refreshing view when transaction is successfully committed.
postRefreshViewAfterCommit(T, ActionDescriptor) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Called after refreshing view when transaction is successfully committed.
postRefreshViewAfterCommit(T, ActionDescriptor) - Method in class com.cmobilecom.af.model.bean.EntityI18NBean
 
postRefreshViewAfterCommit(T, ActionDescriptor) - Method in class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean
 
postRefreshViewAfterCommitEntityList(EntityListBackingBean<T>, List<T>, ActionDescriptor) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
postRefreshViewAfterCommitEntityList: called after refreshing view when transaction is successfully committed.
postRefreshViewAfterCommitEntityList(EntityListBackingBean<T>, List<T>, ActionDescriptor) - Method in class com.cmobilecom.af.model.bean.EntityI18NBean
 
postRefreshViewAfterCommitEntityList(EntityListBackingBean<T>, List<T>, ActionDescriptor) - Method in class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean
 
postRefreshViewAfterRollback(T, ActionDescriptor) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
postRefreshViewAfterRollback: called after refreshing view when transaction is rolled back.
postRemove(PersistenceDataBackingBean<T>, T, ActionDescriptor, PersistenceEntityManager) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Called after the entity is removed in persistent context.
postRemove(PersistenceDataBackingBean<T>, T, ActionDescriptor, PersistenceEntityManager) - Method in class com.cmobilecom.af.model.bean.EntityFormSupportBean
 
postRemoveEntityList(PersistenceDataBackingBean<T>, List<T>, ActionDescriptor, PersistenceEntityManager) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Called after all the selected entities have been removed from persistence context.
preApplyChange(List<T>) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
preApplyChange: called before applying changes to persistence.
preJumpToPage(int) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Called before jumping to the specified page.
preMerge(Response, ActionDescriptor, PersistenceEntityManager) - Method in class com.cmobilecom.af.model.form.ResponseBean
 
preMerge(T, ActionDescriptor, PersistenceEntityManager) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Called before the entity is merged to PersistentContext.
preMerge(T, ActionDescriptor, PersistenceEntityManager) - Method in class com.cmobilecom.af.model.bean.EntityFormSupportBean
 
prepare() - Method in class com.cmobilecom.af.test.api.InstanceTypeTest
Do preparation in system instance: configure security settings, configure mail server, fetch evaluation license from license server, and init userNo.
PREPARE_ENTITY - com.cmobilecom.af.model.bean.listener.BeanLifeCycleListener.Phase
Phase: prepare entity
prepareEntity(Form) - Method in class com.cmobilecom.af.model.form.FormBean
 
prepareEntity(T) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Prepare the entity so that it can be usable.
prepareEntity(T) - Method in class com.cmobilecom.af.model.bean.EntityChoiceSupportBean
 
prepareEntity(T) - Method in class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean
 
prepareEntity(T) - Method in class com.cmobilecom.af.model.bus.MonthCloseBean
 
prepareEntity(T) - Method in class com.cmobilecom.af.model.formdesign.FormDesignBean
 
prepareEntity(T) - Method in class com.cmobilecom.af.model.print.EntityBatchPrintBean
 
prepareEntity(T) - Method in class com.cmobilecom.af.model.report.ReportQueryFormBean
 
prepareEntity(T) - Method in class com.cmobilecom.af.model.security.LoginBean
 
prepareEntity(T) - Method in class com.cmobilecom.af.model.security.ResetPasswordBean
 
prepareEntityListCreateEntity(EntityListCreateEntity<T>, T) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Prepare the EntityListCreateEntity for creating entity, for example, copying property values from the createdEntity to the new entity to be created
prepareEntityListCreateEntity(EntityListCreateEntity<T>, T) - Method in class com.cmobilecom.af.model.bean.EntityI18NBean
 
prepareEntityListCreateEntity(EntityListCreateEntity<T>, T) - Method in class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean
 
prepareFormEntityBeforeCommit(T, String, M, boolean, PersistenceEntityManager) - Method in class com.cmobilecom.af.model.bean.EntityFormSupportBean
Prepare the formEntity before commit in creating or applying changes to the entity.
prepareForUserRegistration() - Method in class com.cmobilecom.af.test.api.AbstractSystemTest
Prepare for user registration: enable user registration, configure mail server, and set permissions of User role.
prePersist(T, ActionDescriptor, PersistenceEntityManager) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Called before entity is added to PersistentContext.
prePersist(T, ActionDescriptor, PersistenceEntityManager) - Method in class com.cmobilecom.af.model.bean.EntityFormSupportBean
 
preRefreshColumnListModel(EntityListBackingBean<T>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
preRefreshColumnListModel: called before creating entity list properties.
preRefreshEntityPropertyModel(T) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
preRefreshEntityPropertyModel: called before refreshing property model and after viewConfig has been built.
preRemove(PersistenceDataBackingBean<T>, T, ActionDescriptor, PersistenceEntityManager) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Called before the entity is removed in PersistentContext.
preRenderView() - Method in class com.cmobilecom.af.model.container.ContainerBean
preRenderView: called after buildView and before renderView.
preRenderView(ContainerBean) - Method in class com.cmobilecom.af.model.module.AbstractModule
 
preRenderView(ContainerBean) - Method in interface com.cmobilecom.af.model.module.Module
preRenderView: called before rendering response for GET requests.
preReturnEdit() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
preReturnEdit: called before going back to edit from verifying mode.
previous() - Method in class com.cmobilecom.af.model.nav.EntityListToEntity
call hasPreviousEntity() before calling this method
previousEntity() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Show the previous entity in context of an entity list.
previousPage() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Go to the previous page.
previousPage() - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Set current page to the previous page, and fetch entities from persistence.
print() - Method in interface com.cmobilecom.af.test.api.EntityBean
Print this bean.
print(boolean) - Method in interface com.cmobilecom.af.test.api.EntityBean
Print this bean.
print(int, int) - Method in interface com.cmobilecom.af.test.api.EntityListBean
Print this bean.
print(int, int, boolean) - Method in interface com.cmobilecom.af.test.api.EntityListBean
Print this bean.
PRINT - com.cmobilecom.af.model.annotation.DeviceType
Print
printView() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Make this bean suitable for print and show it in a printView page.
printView() - Method in class com.cmobilecom.af.model.util.RequestHelper
Indicate to show page for print.
PRIVACY - com.cmobilecom.af.model.module.MultiTenant.SharedEntityAccess
Some properties are not visible for privacy.
processForLoad(R) - Method in interface com.cmobilecom.af.model.system.ResourceCache.ResourceProcessor
Process resource for loading into cache
processForSave(T) - Method in interface com.cmobilecom.af.model.system.ResourceCache.ResourceProcessor
Process resource for saving on file system.
processMemberEntityReferences(T, PropertyDescriptor, ActionDescriptor, Map<Class, Map<String, PropertyDescriptor>>, PersistenceEntityManager) - Static method in class com.cmobilecom.af.model.property.EntityCollectionProperty
Process the references from memberType entities for OneToMany with no cascade for the specified action.
processRenderStyleElement(Element) - Static method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Process renderStyle element.
processRequestParameters(ContainerBean) - Method in class com.cmobilecom.af.model.module.AbstractModule
 
processRequestParameters(ContainerBean) - Method in interface com.cmobilecom.af.model.module.Module
Process module specific request parameters.
processRequestURL(HttpServletRequest, HttpServletResponse, String) - Method in interface com.cmobilecom.af.web.module.WebModule
Process module specific URL by rewriting URL and forward/redirect request.
PROD - com.cmobilecom.af.session.criteria.CriteriaFunction.Function
the product of multiple values
Progress - Interface in com.cmobilecom.af.util
Progress interface for showing progress message and percentage completed.
PROGRESS - com.cmobilecom.af.model.dialog.DialogBean.DialogType
showing progress bar
PROGRESS_BAR - Static variable in class com.cmobilecom.af.model.property.RenderStyle
Style number constant: progress bar
Progress.Module - Class in com.cmobilecom.af.util
A module representing a piece of workload.
ProgressBean - Class in com.cmobilecom.af.model.dialog
ProgressBean that has a progress property, which can be shown in modal dialog to block UI while displaying progress bar.
ProgressBean() - Constructor for class com.cmobilecom.af.model.dialog.ProgressBean
 
progressChanged(int) - Method in class com.cmobilecom.af.model.property.EntityProgressProperty.ProgressImpl
 
progressChanged(int) - Method in interface com.cmobilecom.af.util.ProgressListener
progressChanged: called when the completed percentage of a Progress is changed.
ProgressDescriptor - Class in com.cmobilecom.af.model.menu
ProgressDescriptor describes a progress bar of a long running task and it is used to create EntityProgressProperty.
ProgressDescriptor() - Constructor for class com.cmobilecom.af.model.menu.ProgressDescriptor
Create client side progress with default label template, non-ajax, not displayOnly, close dialog on complete
ProgressDescriptor(Integer, String, boolean, boolean, boolean) - Constructor for class com.cmobilecom.af.model.menu.ProgressDescriptor
Create client side progress that closes dialog on complete.
ProgressDescriptor(String, boolean, boolean) - Constructor for class com.cmobilecom.af.model.menu.ProgressDescriptor
Create client side progress that closes dialog on complete.
ProgressImpl() - Constructor for class com.cmobilecom.af.model.property.EntityProgressProperty.ProgressImpl
Default constructor
ProgressListener - Interface in com.cmobilecom.af.util
ProgressListener: notified when the completed percentage of a Progress is changed.
properties - Variable in class com.cmobilecom.af.session.EntityJoinGraph
Property join types.
properties() - Method in annotation type com.cmobilecom.af.entity.annotation.UniqueKey
a list of property names that compose a unique key
Properties - Annotation Type in com.cmobilecom.af.model.annotation
Properties annotation that describes a list of properties that can be rendered in an EntityBackingBean or EntityListBackingBean.
property - Variable in class com.cmobilecom.af.entity.i18n.EntityI18NBase
Entity property name
property - Variable in class com.cmobilecom.af.model.bean.EntityBackingBeanHelper.PropertyExpression
a property name of the object
Property - Annotation Type in com.cmobilecom.af.model.annotation
Annotation that describes a property including render style, partial behaviors, DOM events, auto complete.
PROPERTY_ACCESS_CTRL - Static variable in interface com.cmobilecom.af.entity.system.Instance
Property name: accessCtrl
PROPERTY_ACCESS_ITEMS - Static variable in interface com.cmobilecom.af.entity.security.AccessToken
Property: accessItems
PROPERTY_ACCESS_TOKEN - Static variable in interface com.cmobilecom.af.entity.security.AccessItem
Property: accessToken
PROPERTY_ACCESS_TOKENS - Static variable in interface com.cmobilecom.af.entity.security.Role
property name: accessTokens
PROPERTY_ACTIVE - Static variable in interface com.cmobilecom.af.entity.ActiveAware
Property name: active
PROPERTY_AMOUNT_DIGITS - Static variable in class com.cmobilecom.af.model.bean.EntityListViewConfig
Property name: amoutDigits
PROPERTY_ANSWER_TYPE - Static variable in class com.cmobilecom.af.entity.form.Question
 
PROPERTY_ASCENDING - Static variable in class com.cmobilecom.af.model.bean.EntityBackingBean.OrderByProperty
Property name: ascending
PROPERTY_ATTRIBUTE - Static variable in interface com.cmobilecom.af.entity.attr.EntityAttrOption
Property name: attribute
PROPERTY_ATTRIBUTE - Static variable in interface com.cmobilecom.af.entity.attr.EntityAttrValue
Property name: attribute
PROPERTY_AUTH_TYPE - Static variable in interface com.cmobilecom.af.entity.system.MailServer
 
PROPERTY_AUTHORIZED - Static variable in interface com.cmobilecom.af.entity.system.MailServer
 
PROPERTY_AUTO_CORRECT - Static variable in interface com.cmobilecom.af.entity.persistence.IdRule
Property name: autoCorrect
PROPERTY_BARCODE_PREFIX - Static variable in interface com.cmobilecom.af.entity.persistence.IdRule
Property name: barcodePrefix
PROPERTY_BARCODE_TYPE - Static variable in interface com.cmobilecom.af.entity.persistence.IdRule
Property name: barcodeType
PROPERTY_BCC_LIST - Static variable in interface com.cmobilecom.af.model.mail.EmailRequest
property name: bccList.
PROPERTY_BOUND_DOMAINS - Static variable in interface com.cmobilecom.af.entity.system.Instance
Property name: boundDomains
PROPERTY_CALCULATE_STATISTICS - Static variable in class com.cmobilecom.af.model.bean.EntityListViewConfig
Property name: calculateStatistics
PROPERTY_CHOICE - Static variable in interface com.cmobilecom.af.entity.EntityChoiceSupport
Property name: choice
PROPERTY_CHOICE - Static variable in interface com.cmobilecom.af.test.api.EntityBean
choice property name
PROPERTY_CHOICE_AFTER_LOGIN - Static variable in interface com.cmobilecom.af.model.security.LoginForm
Property name: choiceAfterLogin
PROPERTY_CLICKS - Static variable in interface com.cmobilecom.af.entity.security.Invitation
Property name: clicks
PROPERTY_CODE - Static variable in interface com.cmobilecom.af.entity.security.ActivateCode
Property: code
PROPERTY_CODE - Static variable in interface com.cmobilecom.af.entity.security.Invitation
Property name: code
PROPERTY_COLS - Static variable in class com.cmobilecom.af.model.property.RenderStyle
Property name: cols
PROPERTY_COLUMN_HEADERS - Static variable in class com.cmobilecom.af.model.bean.EntityListViewConfig
Property name: columnHeaders
PROPERTY_COLUMN_HEADERS_RENDERABLE - Static variable in class com.cmobilecom.af.model.bean.EntityListViewConfig
Property name: columnHeadersRenderable
PROPERTY_CONTENT - Static variable in interface com.cmobilecom.af.entity.system.MailTemplate
Property name: content
PROPERTY_CONTENT - Static variable in interface com.cmobilecom.af.entity.system.Page
Property: content
PROPERTY_CONTENT - Static variable in interface com.cmobilecom.af.model.mail.EmailRequest
property name: content.
PROPERTY_COUNTRY - Static variable in class com.cmobilecom.af.model.property.SelectItemListProvider
Default country property name: country.
PROPERTY_CREATED_DATE - Static variable in interface com.cmobilecom.af.entity.CreatedDateAware
Property name: createdDate
PROPERTY_CREATOR - Static variable in interface com.cmobilecom.af.entity.CreatorAware
Property name: creator
PROPERTY_CURRENCY_CODE - Static variable in interface com.cmobilecom.af.entity.system.Parameters
Property name: currencyCode
PROPERTY_DATE - Static variable in interface com.cmobilecom.af.entity.bus.BusinessDateAware
property name: date
PROPERTY_DEFAULT_FORM_DESIGN - Static variable in interface com.cmobilecom.af.entity.FormDesign
Property name: default.
PROPERTY_DEFAULT_FROM_ADDRESS - Static variable in interface com.cmobilecom.af.entity.system.MailServer
 
PROPERTY_DEVICE_ID - Static variable in interface com.cmobilecom.af.entity.security.UserClient
Property name: deviceId
PROPERTY_DISPLAY_NAME - Static variable in interface com.cmobilecom.af.entity.attr.EntityAttr
Property name: name
PROPERTY_DOMAIN - Static variable in interface com.cmobilecom.af.entity.system.BoundDomain
Property name: domain
PROPERTY_EMAIL - Static variable in interface com.cmobilecom.af.entity.security.ResetPassword
Property: email
PROPERTY_EMAIL - Static variable in interface com.cmobilecom.af.entity.security.User
Property name: email
PROPERTY_END_DATE - Static variable in class com.cmobilecom.af.entity.bus.MonthClose
Property name: endDate
PROPERTY_ENTITY_ATTR_VALUES - Static variable in interface com.cmobilecom.af.entity.attr.EntityAttrValueSupport
Property name: entityAttrValues
PROPERTY_ENTITY_ATTRS - Static variable in interface com.cmobilecom.af.entity.attr.EntityAttrSupport
Property name: entityAttrs
PROPERTY_ENTITY_I18NS - Static variable in interface com.cmobilecom.af.entity.i18n.EntityI18NSupport
Property name: entityI18Ns.
PROPERTY_ENTITY_REF - Static variable in interface com.cmobilecom.af.entity.EntityReference
Property name constant: entityRef
PROPERTY_ENTITY_SELECT_SCOPE - Static variable in class com.cmobilecom.af.model.bean.EntityListBackingBean
Custom property: entitySelectScope that is used to store entity selections
PROPERTY_ENTITY_TYPE - Static variable in interface com.cmobilecom.af.entity.DataTypeAware
Property name: entityType
PROPERTY_ENTITY_TYPE - Static variable in interface com.cmobilecom.af.entity.persistence.IdGen
Property name: entity type
PROPERTY_FILE_NAME - Static variable in interface com.cmobilecom.af.entity.Lob
Property name constant: fileName
PROPERTY_FORM - Static variable in interface com.cmobilecom.af.entity.form.Response
 
PROPERTY_FORM_DESIGN - Static variable in interface com.cmobilecom.af.model.print.EntityBatchPrint
Property name: formDesign
PROPERTY_FORM_DESIGN_XML - Static variable in interface com.cmobilecom.af.entity.FormDesign
Property name: formDesignXml
PROPERTY_FORM_ID - Static variable in interface com.cmobilecom.af.entity.FormDesign
Property name: formId.
PROPERTY_FROM - Static variable in interface com.cmobilecom.af.entity.system.MailTemplate
Property name: from
PROPERTY_FROM - Static variable in interface com.cmobilecom.af.model.mail.EmailRequest
property name: from.
PROPERTY_GROUP_BY - Static variable in class com.cmobilecom.af.model.report.ReportQueryForm
Property name: groupBy
PROPERTY_GUEST_TOKEN - Static variable in interface com.cmobilecom.af.entity.security.AccessToken
Property: guestToken
PROPERTY_HIDDEN - Static variable in interface com.cmobilecom.af.entity.FormDesign
Property name: hidden
PROPERTY_HIERARCHY_ID - Static variable in interface com.cmobilecom.af.entity.Hierarchy
Property name: hierarchyId
PROPERTY_HOME_CONTENTS - Static variable in interface com.cmobilecom.af.entity.system.UserOptions
Property name: homeContents
PROPERTY_HOME_PAGE - Static variable in interface com.cmobilecom.af.entity.system.UserOptions
Property name: homePage for manage center
PROPERTY_ID - Static variable in interface com.cmobilecom.af.entity.PersistenceEntity
Property name: id
PROPERTY_ID_GEN_STRATEGY - Static variable in interface com.cmobilecom.af.entity.persistence.IdRule
Property name: idGenStrategy
PROPERTY_ID_RULE - Static variable in class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean
Custom property: idRule.
PROPERTY_IDENTIFIER - Static variable in interface com.cmobilecom.af.entity.persistence.EntityFile
Property name: identifier
PROPERTY_INSTANCE - Static variable in interface com.cmobilecom.af.entity.PersistenceEntity
property: instance
PROPERTY_INSTANCE - Static variable in interface com.cmobilecom.af.entity.system.BoundDomain
Property name: instance
PROPERTY_INSTANCE_ID - Static variable in interface com.cmobilecom.af.model.security.LoginForm
Property name: instanceId
PROPERTY_INSTANCE_TYPE_ID - Static variable in interface com.cmobilecom.af.entity.system.Instance
Property name: type
PROPERTY_INVITATION - Static variable in interface com.cmobilecom.af.entity.security.InvitationResponse
Property name: invitation
PROPERTY_INVITEE - Static variable in interface com.cmobilecom.af.entity.security.InvitationResponse
Property name: invitee
PROPERTY_INVITEE_DEVICE_ID - Static variable in interface com.cmobilecom.af.entity.security.InvitationResponse
Property name: inviteeDeviceId
PROPERTY_INVITEE_EMAIL - Static variable in interface com.cmobilecom.af.entity.security.Invitation
Property name: inviteeEmail
PROPERTY_INVITEE_NAME - Static variable in interface com.cmobilecom.af.entity.security.Invitation
Property name: inviteeName
PROPERTY_INVITOR - Static variable in interface com.cmobilecom.af.entity.security.Invitation
Property name: invitor
PROPERTY_LAST_LOGIN_DATE - Static variable in interface com.cmobilecom.af.entity.security.UserClient
Property name: lastLoginDate
PROPERTY_LAST_LOGIN_IP - Static variable in interface com.cmobilecom.af.entity.security.UserClient
Property name: lastLoginIP
PROPERTY_LAST_MODIFIED_DATE - Static variable in interface com.cmobilecom.af.entity.LastModifiedDateAware
Property name: lastModifiedDate
PROPERTY_LAYOUT - Static variable in interface com.cmobilecom.af.entity.FormDesign
Property name: layout.
PROPERTY_LAYOUT_COLUMNS - Static variable in interface com.cmobilecom.af.entity.system.UserOptions
Property name: layoutColumns
PROPERTY_LAYOUT_TYPE - Static variable in interface com.cmobilecom.af.entity.system.UserOptions
Property name: layoutType
PROPERTY_LAYOUT_TYPE - Static variable in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Property name: layoutType
PROPERTY_LEVEL - Static variable in class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean
Custom property: level.
PROPERTY_LIST_ITEM_LAYOUT_CODE - Static variable in class com.cmobilecom.af.model.bean.EntityListViewConfig
Property name: listItemLayoutCode
PROPERTY_LOCALE - Static variable in interface com.cmobilecom.af.entity.i18n.EntityI18N
Property name: locale
PROPERTY_LOCALE - Static variable in interface com.cmobilecom.af.entity.system.MailTemplate
Property name: locale
PROPERTY_LOCALE - Static variable in interface com.cmobilecom.af.entity.system.Parameters
Property name: locale
PROPERTY_MAX_VALUE - Static variable in class com.cmobilecom.af.entity.form.Question
 
PROPERTY_MIN_VALUE - Static variable in class com.cmobilecom.af.entity.form.Question
 
PROPERTY_MODULE - Static variable in interface com.cmobilecom.af.entity.system.ModuleAwareEntity
Property name: module
PROPERTY_MODULES - Static variable in interface com.cmobilecom.af.entity.system.UserOptions
Property name: modules
PROPERTY_MONTH - Static variable in class com.cmobilecom.af.entity.bus.MonthClose
Property name: month
PROPERTY_NAME - Static variable in interface com.cmobilecom.af.entity.attr.EntityAttr
Property name: name
PROPERTY_NAME - Static variable in interface com.cmobilecom.af.entity.attr.EntityAttrOption
Property name: name
PROPERTY_NAME - Static variable in interface com.cmobilecom.af.entity.form.Form
 
PROPERTY_NAME - Static variable in class com.cmobilecom.af.entity.form.Option
Property name: name
PROPERTY_NAME - Static variable in interface com.cmobilecom.af.entity.FormDesign
Property name: name.
PROPERTY_NAME - Static variable in interface com.cmobilecom.af.entity.Hierarchy
Property name: name
PROPERTY_NAME - Static variable in interface com.cmobilecom.af.entity.Lob
Property name constant: name
PROPERTY_NAME - Static variable in interface com.cmobilecom.af.entity.security.AccessToken
Property: name
PROPERTY_NAME - Static variable in interface com.cmobilecom.af.entity.security.Permission
Property: name
PROPERTY_NAME - Static variable in interface com.cmobilecom.af.entity.security.Role
property name: name
PROPERTY_NAME - Static variable in interface com.cmobilecom.af.entity.security.User
Property name: name
PROPERTY_NAME - Static variable in interface com.cmobilecom.af.entity.system.Instance
Property name: name
PROPERTY_NAME - Static variable in interface com.cmobilecom.af.entity.system.Page
Property: name
PROPERTY_NEXT_SERIAL_NUMBER - Static variable in interface com.cmobilecom.af.entity.persistence.IdRule
Property name: nextSerialNumber
PROPERTY_NID - Static variable in interface com.cmobilecom.af.entity.NormativeId
Property name: nid
PROPERTY_NUMBER - Static variable in class com.cmobilecom.af.entity.form.Question
 
PROPERTY_OPERATING_SYSTEM - Static variable in interface com.cmobilecom.af.entity.security.UserClient
Property name: operatingSystem
PROPERTY_OPTIONS - Static variable in interface com.cmobilecom.af.entity.attr.EntityAttr
Property name: options
PROPERTY_OPTIONS - Static variable in class com.cmobilecom.af.entity.form.Question
 
PROPERTY_PAGE_PADDING - Static variable in class com.cmobilecom.af.model.bean.EntityListViewConfig
Property name: pagePadding
PROPERTY_PAGE_PARAM - Static variable in class com.cmobilecom.af.model.bean.EntityListViewConfig
Property name: pageParam to specify page number to load
PROPERTY_PAGE_SIZE - Static variable in class com.cmobilecom.af.model.bean.EntityListViewConfig
Property name: page size
PROPERTY_PAGEABLE - Static variable in class com.cmobilecom.af.model.bean.EntityListViewConfig
Property name: pageable
PROPERTY_PARAMS - Static variable in class com.cmobilecom.af.model.property.RenderStyle
Property name: params
PROPERTY_PASSWORD - Static variable in interface com.cmobilecom.af.entity.security.ResetPassword
Property: password
PROPERTY_PASSWORD - Static variable in interface com.cmobilecom.af.entity.security.User
Property name: password
PROPERTY_PASSWORD - Static variable in interface com.cmobilecom.af.model.security.LoginForm
Property name: password
PROPERTY_PERIOD - Static variable in class com.cmobilecom.af.model.report.ReportQueryForm
Property name: period
PROPERTY_PERIOD_COUNT - Static variable in class com.cmobilecom.af.model.report.ReportQueryForm
Property name: periodCount
PROPERTY_PERMISSIONS - Static variable in interface com.cmobilecom.af.entity.security.AccessItem
Property: permissions
PROPERTY_PERMISSIONS - Static variable in interface com.cmobilecom.af.entity.security.Role
property name: permissions
PROPERTY_PROPERTIES_TO_SHOW - Static variable in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Property name: propertiesToShow
PROPERTY_PROPERTY - Static variable in interface com.cmobilecom.af.entity.i18n.EntityI18N
Property name: property
PROPERTY_PROPERTY - Static variable in class com.cmobilecom.af.model.bean.EntityBackingBean.OrderByProperty
Property name: property
PROPERTY_QUESTION_NUMBER - Static variable in class com.cmobilecom.af.entity.form.Answer
 
PROPERTY_QUESTIONS - Static variable in interface com.cmobilecom.af.entity.form.Form
 
PROPERTY_REPORT_DATA_LIST - Static variable in class com.cmobilecom.af.model.report.ReportQueryForm
Property name: reportDataList
PROPERTY_REQUIRED - Static variable in interface com.cmobilecom.af.entity.attr.EntityAttr
Property name: required
PROPERTY_REQUIRED - Static variable in class com.cmobilecom.af.entity.form.Question
 
PROPERTY_RESPONSE_XML - Static variable in interface com.cmobilecom.af.entity.form.Response
 
PROPERTY_RESPONSES - Static variable in interface com.cmobilecom.af.entity.form.Form
 
PROPERTY_ROLES - Static variable in interface com.cmobilecom.af.entity.security.User
Property name: roles
PROPERTY_ROW_COMMANDS - Static variable in class com.cmobilecom.af.model.bean.EntityCommandHandler
Custom property: entity list row commands
PROPERTY_ROWS - Static variable in class com.cmobilecom.af.model.property.RenderStyle
Property name: rows
PROPERTY_RULE - Static variable in interface com.cmobilecom.af.entity.persistence.IdRule
Property name: rule
PROPERTY_SCOPE - Static variable in interface com.cmobilecom.af.entity.security.AccessItem
Property: scope
PROPERTY_SECRET_KEY - Static variable in interface com.cmobilecom.af.entity.security.UserClient
Property name: secret key
PROPERTY_SELECT_ITEMS - Static variable in class com.cmobilecom.af.model.property.RenderStyle
Property name: selectItems
PROPERTY_SELECT_SIZE - Static variable in class com.cmobilecom.af.model.property.RenderStyle
Property name: selectSize
PROPERTY_SELECTED - Static variable in interface com.cmobilecom.af.entity.PersistenceEntity
Property name: selected
PROPERTY_SEQUENCE_NO - Static variable in interface com.cmobilecom.af.entity.PersistenceEntity
Property name: sequenceNo
PROPERTY_SHOW_HOME_ON_LOGIN - Static variable in interface com.cmobilecom.af.entity.system.UserOptions
Property name: showHomeOnLogin
PROPERTY_SHOW_STATISTICS - Static variable in class com.cmobilecom.af.model.bean.EntityListViewConfig
Property name: showStatistics
PROPERTY_SIZE - Static variable in interface com.cmobilecom.af.entity.Lob
Property name constant: size
PROPERTY_SIZE - Static variable in class com.cmobilecom.af.model.property.RenderStyle
Property name: size
PROPERTY_SMTP_HOST - Static variable in interface com.cmobilecom.af.entity.system.MailServer
 
PROPERTY_SMTP_PASSWORD - Static variable in interface com.cmobilecom.af.entity.system.MailServer
 
PROPERTY_SMTP_PORT - Static variable in interface com.cmobilecom.af.entity.system.MailServer
 
PROPERTY_SMTP_USERNAME - Static variable in interface com.cmobilecom.af.entity.system.MailServer
 
PROPERTY_START_DATE - Static variable in class com.cmobilecom.af.entity.bus.MonthClose
Property name: startDate
PROPERTY_STATISTICS_ROW_LABEL - Static variable in class com.cmobilecom.af.model.bean.EntityListViewConfig
Property name: statisticsRowLabel
PROPERTY_STATUS - Static variable in interface com.cmobilecom.af.entity.security.User
Property name: status
PROPERTY_STYLE - Static variable in interface com.cmobilecom.af.entity.FormDesign
Property name: style.
PROPERTY_STYLE_NUMBER - Static variable in class com.cmobilecom.af.model.property.RenderStyle
Property name: styleNumber
PROPERTY_SUBJECT - Static variable in interface com.cmobilecom.af.entity.system.MailTemplate
Property name: subject
PROPERTY_SUBJECT - Static variable in interface com.cmobilecom.af.model.mail.EmailRequest
property name: subject.
PROPERTY_TARGET - Static variable in class com.cmobilecom.af.model.property.RenderStyle
Property name: target
PROPERTY_TEMPORAL_TYPE - Static variable in class com.cmobilecom.af.model.property.RenderStyle
Property name: temporalType
PROPERTY_TEXT - Static variable in class com.cmobilecom.af.entity.form.Question
 
PROPERTY_TIME_ZONE - Static variable in interface com.cmobilecom.af.entity.system.Parameters
Property name: time zone
PROPERTY_TIMESTAMP - Static variable in interface com.cmobilecom.af.entity.system.SystemLog
Property name: timestamp
PROPERTY_TO - Static variable in interface com.cmobilecom.af.entity.system.MailTemplate
Property name: to
PROPERTY_TO - Static variable in interface com.cmobilecom.af.model.mail.EmailRequest
property name: to.
PROPERTY_TOKEN_NUMBER - Static variable in interface com.cmobilecom.af.entity.security.AccessToken
Property: tokenNumber
PROPERTY_TOTAL_LOGINS - Static variable in interface com.cmobilecom.af.entity.security.UserClient
Property name: totalLogins
PROPERTY_TRUST_THIS_DEVICE - Static variable in interface com.cmobilecom.af.model.security.LoginForm
Property name: trustThisDevice
PROPERTY_TRUSTED - Static variable in interface com.cmobilecom.af.entity.security.UserClient
Property name: trusted
PROPERTY_TYPE - Static variable in interface com.cmobilecom.af.entity.attr.EntityAttr
Property name: type
PROPERTY_TYPE - Static variable in interface com.cmobilecom.af.entity.FormDesign
Property name: type.
PROPERTY_TYPE - Static variable in interface com.cmobilecom.af.entity.security.User
Property name: type
PROPERTY_TYPE - Static variable in interface com.cmobilecom.af.entity.system.MailTemplate
Property name: type
PROPERTY_TYPE - Static variable in interface com.cmobilecom.af.entity.system.Page
Property: name
PROPERTY_UPLOAD_MAX_FILE_SIZE - Static variable in interface com.cmobilecom.af.entity.system.Parameters
Property name: uploadMaxFileSize
PROPERTY_URI_PATH - Static variable in interface com.cmobilecom.af.entity.system.Page
Property: uriPath
PROPERTY_USER - Static variable in interface com.cmobilecom.af.entity.form.Response
 
PROPERTY_USER - Static variable in interface com.cmobilecom.af.entity.security.UserClient
Property name: user
PROPERTY_USER - Static variable in interface com.cmobilecom.af.entity.system.UserOptions
Property name: user
PROPERTY_USERNAME - Static variable in interface com.cmobilecom.af.entity.security.ActivateCode
Property: username
PROPERTY_USERNAME - Static variable in interface com.cmobilecom.af.entity.security.ResetPassword
Property: username
PROPERTY_USERNAME - Static variable in interface com.cmobilecom.af.entity.security.User
Property name: username
PROPERTY_USERNAME - Static variable in interface com.cmobilecom.af.model.security.LoginForm
Property name: username
PROPERTY_VALUE - Static variable in interface com.cmobilecom.af.entity.attr.EntityAttrOption
Property name: value
PROPERTY_VALUE - Static variable in interface com.cmobilecom.af.entity.attr.EntityAttrValue
Property name: value
PROPERTY_VALUE - Static variable in class com.cmobilecom.af.entity.form.Answer
 
PROPERTY_VALUE - Static variable in interface com.cmobilecom.af.entity.i18n.EntityI18N
Property name: value
PROPERTY_VERIFICATION_CODE - Static variable in interface com.cmobilecom.af.model.security.LoginForm
Property name: verificationCode
PROPERTY_VERSION - Static variable in interface com.cmobilecom.af.entity.PersistenceEntity
Property name: version
PROPERTY_VIEW_TYPE - Static variable in class com.cmobilecom.af.model.bean.ViewConfig
Property name: viewType
PROPERTY_YEAR_START_DATE - Static variable in interface com.cmobilecom.af.entity.system.Parameters
Property name: yearStartDate
PropertyCriteriaQueryBuilder<E extends PersistenceEntity,​T> - Class in com.cmobilecom.af.session
PropertyCriteriaQueryBuilder: build CriteriaQuery from a list of CriteriaElement(s).
PropertyCriteriaQueryBuilder(Class<E>, CriteriaElement[], Class<T>) - Constructor for class com.cmobilecom.af.session.PropertyCriteriaQueryBuilder
Constructor
PropertyCriteriaQueryBuilder(Class<E>, List<? extends CriteriaElement>, Class<T>) - Constructor for class com.cmobilecom.af.session.PropertyCriteriaQueryBuilder
Constructor
PropertyCriterion - Annotation Type in com.cmobilecom.af.model.annotation
Annotation PropertyCriterion: map to CriteriaElement
PropertyDescriptor - Class in com.cmobilecom.af.model.bean
PropertyDescriptor.
PropertyDescriptor - Class in com.cmobilecom.af.util
This class replaces java.beans.PropertyDescriptor since it is not available in android.
PropertyDescriptor(PersistenceDataViewConfig, String) - Constructor for class com.cmobilecom.af.model.bean.PropertyDescriptor
Constructor with property name
PropertyDescriptor(String, Class, Method, Method) - Constructor for class com.cmobilecom.af.util.PropertyDescriptor
Constructor
PropertyExpression(String) - Constructor for class com.cmobilecom.af.model.bean.EntityBackingBeanHelper.PropertyExpression
Constructor with an expression.
PropertyGroup(String, I18NName, Integer, LayoutType, List<String>, boolean, String, String) - Constructor for class com.cmobilecom.af.model.bean.PersistenceDataViewConfig.PropertyGroup
Constructor with name, position and layoutCode
propertyNames() - Method in class com.cmobilecom.af.util.LinkedProperties
 
PropertyQueryCriterion(Predicate, boolean) - Constructor for class com.cmobilecom.af.model.bean.EntityBackingBean.PropertyQueryCriterion
Constructor.
propertyQueryElements - Variable in class com.cmobilecom.af.session.PropertyCriteriaQueryBuilder
a list of PropertyQueryElements as query restrictions and/or orders
propertyType() - Method in annotation type com.cmobilecom.af.model.annotation.PropertyCriterion
Property type to which the value will be converted.
propertyValueChanged(EntityProperty<T>, Object, Object) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
propertyValueChanged: called when the property value is changed.
propertyValueChanged(EntityProperty<T>, Object, Object) - Method in class com.cmobilecom.af.model.bus.MonthCloseAwareBean
 
PUBLIC - Static variable in class com.cmobilecom.af.model.system.AccessControlItem
User type constant: All users regardless of whether they are authenticated or not
pushFormDesign(FormDesign) - Method in class com.cmobilecom.af.model.nav.BeanFlowHistory
Add the current form design to the history before navigating to the next step.
put(Object, Object) - Method in class com.cmobilecom.af.util.LinkedProperties
 
putAll(Map<? extends Object, ? extends Object>) - Method in class com.cmobilecom.af.util.LinkedProperties
 
putInnerMap(K, Map<N, V>) - Method in class com.cmobilecom.af.model.util.MapOfMap
Add inner map that is a name/value pair map.
putSessionCacheValue(Object, K, V) - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Cache the value for the cache key and map key.
putValueIntoInnerMap(K, N, V) - Method in class com.cmobilecom.af.model.util.MapOfMap
Put the value into inner map.

Q

Q - com.cmobilecom.af.entity.report.ReportPeriod.PeriodType
Quarter: 1-4
Q - com.cmobilecom.af.test.api.ReportPeriod.PeriodType
Quarter: 1-4
query() - Method in annotation type com.cmobilecom.af.model.annotation.Property
meaningful only in a QUERY view
Query - Annotation Type in com.cmobilecom.af.model.annotation
Query annotation describes a property in query view.
QUERY - com.cmobilecom.af.model.annotation.ModeType
Query mode.
QUERY - com.cmobilecom.af.model.bean.ViewType
Query view
QUERY - com.cmobilecom.af.model.dialog.DialogBean.DialogType
Query form
QUERY - com.cmobilecom.af.model.module.MultiTenant.SharedEntityAccess
Query entities
QUERY_ENTITY_NULL_VALUE - com.cmobilecom.af.model.annotation.EditControl
editable for query, and for entity view when value is null.
QUERY_ONLY - com.cmobilecom.af.model.annotation.EditControl
editable only in query view
QueryCommandInfo(String) - Constructor for class com.cmobilecom.af.model.menu.TypedMenuNodeFactoryContext.QueryCommandInfo
Constructor.
QueryCommandInfo(String, Integer, String, Integer) - Constructor for class com.cmobilecom.af.model.menu.TypedMenuNodeFactoryContext.QueryCommandInfo
Constructor
QueryCriteria<T,​X> - Class in com.cmobilecom.af.session
QueryCriteria is a wrapper over query string and criteria API.
QueryCriteria(Class<E>) - Constructor for class com.cmobilecom.af.session.QueryCriteria
Constructor with query entity type without restrictions(propertyQueryElements is null).
QueryCriteria(Class<E>, CriteriaElement[]) - Constructor for class com.cmobilecom.af.session.QueryCriteria
Constructor with query entity type, and propertyQueryElements as restrictions.
QueryCriteria(Class<E>, CriteriaElement[], Class<T>, Class<X>) - Constructor for class com.cmobilecom.af.session.QueryCriteria
Constructor with query entity type, propertyQueryElements as restrictions, and query result type.
QueryCriteria(Class<E>, List<? extends CriteriaElement>, Class<T>, Class<X>) - Constructor for class com.cmobilecom.af.session.QueryCriteria
Constructor with query entity type, propertyQueryElements as restrictions, and query result type.
QueryCriteria(Class<T>, DataDescriptor<X>, CriteriaQueryBuilder<T>...) - Constructor for class com.cmobilecom.af.session.QueryCriteria
Constructor with query result dataDescriptor, and chained criteriaQueryBuilders.
QueryCriteria(Class<T>, DataDescriptor<X>, String, QueryCriteria.QueryType) - Constructor for class com.cmobilecom.af.session.QueryCriteria
Constructor with query string.
QueryCriteria(Class<T>, DataDescriptor<X>, String, QueryCriteria.QueryType, Map<String, Object>) - Constructor for class com.cmobilecom.af.session.QueryCriteria
Constructor with query string, query type and parameters.
QueryCriteria(Class<T>, DataDescriptor<X>, List<CriteriaQueryBuilder<T>>) - Constructor for class com.cmobilecom.af.session.QueryCriteria
Constructor with query result dataDescriptor, and chained criteriaQueryBuilders.
QueryCriteria(Class<T>, Class<X>, CriteriaQueryBuilder<T>...) - Constructor for class com.cmobilecom.af.session.QueryCriteria
Constructor with query result type, and chained criteriaQueryBuilders.
QueryCriteria(Class<T>, Class<X>, String, QueryCriteria.QueryType) - Constructor for class com.cmobilecom.af.session.QueryCriteria
Constructor with query string.
QueryCriteria(Class<T>, Class<X>, String, QueryCriteria.QueryType, Map<String, Object>) - Constructor for class com.cmobilecom.af.session.QueryCriteria
Constructor with query string, query type and parameters.
QueryCriteria(Class<T>, Class<X>, List<CriteriaQueryBuilder<T>>) - Constructor for class com.cmobilecom.af.session.QueryCriteria
Constructor with query result type, and chained criteriaQueryBuilders.
QueryCriteria.QueryType - Enum in com.cmobilecom.af.session
Query Types
QueryCriteriaEntityList<Q,​T extends PersistenceEntity> - Class in com.cmobilecom.af.model.pagination
QueryCriteriaEntityList is a PageableEntityList that retrieves page entities from persistence by query criteria for pagination.
QueryCriteriaEntityList(EntityListBackingBean<T>, QueryCriteria<Q, T>, Integer, boolean, PageListener, QueryDescriptor) - Constructor for class com.cmobilecom.af.model.pagination.QueryCriteriaEntityList
Constructor.
QueryCriteriaEntityList(EntityListBackingBean<T>, QueryCriteria, Integer, boolean, Integer, Integer, PageListener, Integer, QueryDescriptor) - Constructor for class com.cmobilecom.af.model.pagination.QueryCriteriaEntityList
Constructor.
QueryCriteriaEntityList(QueryCriteriaEntityList<Q, T>) - Constructor for class com.cmobilecom.af.model.pagination.QueryCriteriaEntityList
Copy constructor.
QueryDescriptor - Class in com.cmobilecom.af.session
QueryDescriptor describes queries including the DataAccessUnit, persistence unit, persistence unit properties, file system root directory, and whether they are read only.
QueryDescriptor(QueryDescriptor) - Constructor for class com.cmobilecom.af.session.QueryDescriptor
Copy constructor
QueryDescriptor(String, Instance, boolean, String, String, boolean, QueryDescriptor.QueryHints) - Constructor for class com.cmobilecom.af.session.QueryDescriptor
Constructor
QueryDescriptor.QueryHints - Class in com.cmobilecom.af.session
Query hints that will be passed to methods of JPA entity manager.
QueryHints() - Constructor for class com.cmobilecom.af.session.QueryDescriptor.QueryHints
 
QueryInfo<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.property
QueryInfo is the description of an EntityProperty for query view.
QueryInfo(CriteriaFunction.Function, boolean, boolean) - Constructor for class com.cmobilecom.af.model.property.QueryInfo
Constructor.
queryResultSize - Variable in class com.cmobilecom.af.model.PageNavigation
The number of results for query, used for adjusting menu node count value
QueryResultTransformer<T,​X> - Interface in com.cmobilecom.af.session
QueryResultTransformer: transform one result set to another result set.
Question - Class in com.cmobilecom.af.entity.form
Question of a form.
Question() - Constructor for class com.cmobilecom.af.entity.form.Question
 
QUESTION_ANSWER_TYPE - Static variable in class com.cmobilecom.af.model.property.SelectItemListProvider
ChoiceType: form question answer type
Question.AnswerType - Enum in com.cmobilecom.af.entity.form
Answer type
QuestionBean - Class in com.cmobilecom.af.model.form
Question bean.
QuestionBean() - Constructor for class com.cmobilecom.af.model.form.QuestionBean
 
QUOT - com.cmobilecom.af.session.criteria.CriteriaFunction.Function
quotient
Quota - Class in com.cmobilecom.af.model.system
Quota for entities and properties that can be created.
Quota(Class, Integer) - Constructor for class com.cmobilecom.af.model.system.Quota
Constructor with entity quantity quota
Quota(Class, String, Integer, String) - Constructor for class com.cmobilecom.af.model.system.Quota
Constructor
QuotaAccessor - Class in com.cmobilecom.af.model.system
QuotaAccessor: entity and property quota accessor.
QuotaAccessor() - Constructor for class com.cmobilecom.af.model.system.QuotaAccessor
 

R

RangeEntityProperty<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.query
RangeEntityProperty represents a value range restriction in a query.
RangeEntityProperty(RangeEntityProperty.RangeType, PersistenceDataBackingBean<T>, String, Class, Method, Method, EntityProperty<T>) - Constructor for class com.cmobilecom.af.model.query.RangeEntityProperty
Constructor.
RangeEntityProperty.RangeType - Enum in com.cmobilecom.af.model.query
Range Type.
READ_ONLY - com.cmobilecom.af.entity.system.Instance.AccessCtrl
Read only, and users can not update persistence.
READ_ONLY - com.cmobilecom.af.model.annotation.EditControl
read only
READ_WRITE - com.cmobilecom.af.entity.system.Instance.AccessCtrl
Read and write.
readProperty(Object, Method[]) - Static method in class com.cmobilecom.af.util.ClassUtil
Read property value by a list of read methods.
readProperty(Object, String) - Static method in class com.cmobilecom.af.util.ClassUtil
Read property value.
readProperty(Method, Object) - Static method in class com.cmobilecom.af.util.ClassUtil
Read the property value of the object using the read method.
rebuildHierarchyMenuNode(MenuNode) - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactory
Rebuilt a hierarchy menu node and its subtree.
rebuildUserDefinedProperties(PersistenceDataBackingBean<T>, T) - Static method in class com.cmobilecom.af.model.bean.UserDefinedPropertyBuilder
Clear EntityAttr cache and rebuild user-defined properties for the backing bean.
Redirect - Class in com.cmobilecom.af.model.container
Redirect configuration for an action after it is executed.
Redirect(String, String, DataAccessUnit) - Constructor for class com.cmobilecom.af.model.container.Redirect
Constructor
Redirect.ParamOp - Class in com.cmobilecom.af.model.container
Parameter Operation
Redirect.ParamOp.Type - Enum in com.cmobilecom.af.model.container
Type constants
redisplay() - Method in annotation type com.cmobilecom.af.model.annotation.RenderStyleDef
Whether to redisplay secret values? default is false.
Reference(Class, String, boolean) - Constructor for class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean.Reference
Constructor
ReferencedEditPermission(String[], boolean) - Constructor for class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean.ReferencedEditPermission
Constructor
ReferencedEditPermission(List<String>, boolean) - Constructor for class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean.ReferencedEditPermission
Constructor
refresh() - Method in class com.cmobilecom.af.model.pagination.PaginatorMenuBean
Refresh paginator menu bean by recreating menu nodes.
refresh() - Method in interface com.cmobilecom.af.test.api.Component
Re-attach this component to page after detached(stale).
refresh(Integer, PageableEntityList.PaginationChangeReason) - Method in class com.cmobilecom.af.model.pagination.MemoryEntityList
 
refresh(Integer, PageableEntityList.PaginationChangeReason) - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Refresh the page by reloading from persistence.
refresh(Integer, PageableEntityList.PaginationChangeReason) - Method in class com.cmobilecom.af.model.pagination.QueryCriteriaEntityList
 
refreshAuthenticatedUser() - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Reload user from persistence fetching roles for current bound dataAccessUnit, and clear those for other dataAccessUnits.
refreshDataFromPersistence(Integer, PageableEntityList.PaginationChangeReason) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Refresh the specified page.
refreshDataModel(boolean, boolean, boolean, boolean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Refresh data model using the existing entityDataSource.
refreshDataModel(boolean, boolean, boolean, Collection<String>, Collection<String>, boolean) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
 
refreshDataModel(boolean, boolean, boolean, Collection<String>, Collection<String>, boolean) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
 
refreshDataModel(boolean, boolean, boolean, Collection<String>, Collection<String>, boolean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Refresh data model using the existing entityDataSource.
refreshDataModel(EntityDataSource<T>, boolean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Refresh data model.
refreshEntity(T) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Refresh the entity from persistence.
refreshEntity(T) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
refreshEntityPropertyModel(boolean, boolean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Refresh entity properties by recreating the list of EntityProperty(s).
refreshEntityPropertyModel(boolean, boolean, Collection<String>, Collection<String>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
 
refreshEntityPropertyModel(boolean, boolean, Collection<String>, Collection<String>) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
 
refreshEntityPropertyModel(boolean, boolean, Collection<String>, Collection<String>) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Refresh entity properties by recreating the list of EntityProperty(s).
refreshMenuBeans() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
 
refreshMenuBeans() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Refresh menus including header/footer/pagination menu.
refreshMenuBeans() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Refresh header and footer menu beans
refreshStatisticsEntity() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Refresh statistics entity for all the statistics properties.
refreshStatisticsEntityPropertyValue(EntityProperty<T>) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Refresh statistics value of the property
Region - Class in com.cmobilecom.af.model.container
Page region that contains a ordered list of beans.
Region - Interface in com.cmobilecom.af.test.api
Region represents a region on UI, which consists of zero or more beans.
Region(ContainerBean, int) - Constructor for class com.cmobilecom.af.model.container.Region
Constructor with containerBean and regionNumber
regionNumber - Variable in class com.cmobilecom.af.model.container.PageContent.BeanLocation
Region number
register() - Method in class com.cmobilecom.af.model.security.LoginBean
Show a user registration form
register(boolean, JPAEntityManagerAccessor) - Static method in class com.cmobilecom.af.session.PersistenceEntityManagerRegistry
Register a JPAEntityManagerAccessor instance.
register(ContainerBean, PageResource, InstanceTypeTest.UserProfile, boolean, Locale, boolean) - Method in class com.cmobilecom.af.test.api.UserRegisterUtil
Register user account.
register(InstanceTypeTest.UserProfile, boolean, Locale, boolean) - Method in class com.cmobilecom.af.test.api.UserRegisterUtil
Register user account using the pageResource(driver) of the instanceTypeTest.
register(Class<T>, Class<? extends T>) - Static method in class com.cmobilecom.af.session.PersistenceEntityManagerRegistry
Register PersistenceEntityManager implementation.
registerPersistenceEntityManagers() - Method in class com.cmobilecom.af.model.module.AbstractModule
 
registerPersistenceEntityManagers() - Method in interface com.cmobilecom.af.model.module.Module
Register PersistenceEntityManager related objects, including extended PersistenceEntityManager implementations, and JPAEntityManagerAccessor.
registerUser(UserIdentifier, boolean, Locale, InstanceIdentifier) - Method in class com.cmobilecom.af.test.api.InstanceTypeTest
Register user.
REGULAR - com.cmobilecom.af.model.bean.ColumnHeaders.Node.Type
Regular column header node
REGULAR - com.cmobilecom.af.model.dialog.DialogBean.DialogType
show data in dialog as overlay, not the other types.
REGULAR - Static variable in interface com.cmobilecom.af.entity.security.User
User type: regular
REGULAR_ROW_ID_SUFFIX - Static variable in class com.cmobilecom.af.model.behavior.VisitEntityListRow
Regular row id suffix
release(MenuNode) - Method in class com.cmobilecom.af.model.menu.MenuNodeFactory
 
release(MenuNode) - Method in interface com.cmobilecom.af.model.menu.MenuNodeLazyInitializer
Release the menu node and its resources.
reload() - Method in class com.cmobilecom.af.model.pagination.MemoryEntityList
 
reload() - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Reload the entities from persistence.
reload() - Method in class com.cmobilecom.af.model.pagination.QueryCriteriaEntityList
 
reload() - Method in class com.cmobilecom.af.model.system.AccessControlAccessor
Remove cached instance and it will be reloaded on request.
reloadData(Boolean) - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Set whether to reload data from persistence during prepareEntity no matter whether it is partially initialized.
remove(BackingBean) - Method in class com.cmobilecom.af.model.container.PageContent
Remove the bean.
remove(DataAccessUnit) - Static method in class com.cmobilecom.af.model.InstanceCache
Remove the cache for the DataAccessUnit
remove(Class) - Method in class com.cmobilecom.af.model.container.PageContent
Remove all the beans of the type.
remove(Object) - Method in class com.cmobilecom.af.util.LinkedProperties
 
remove(String) - Method in class com.cmobilecom.af.model.container.PageContent
Remove all the beans with the name
REMOVE - com.cmobilecom.af.model.container.PageContentEvent.Type
Bean removed
REMOVE - com.cmobilecom.af.model.container.Redirect.ParamOp.Type
Remove a parameter
removeAmountDigits(int, List<Integer>) - Method in class com.cmobilecom.af.model.bean.ColumnHeaders
Remove amountDigits from this columnHeaders.
removeAttribute(String) - Method in class com.cmobilecom.af.model.util.RequestHelper
Remove the attribute with the name from the request.
removeBeanFlowNavigation(BeanFlowNavigation.Direction) - Method in class com.cmobilecom.af.model.bean.EntityViewConfig
Remove a bean flow navigation
removeChild(int) - Method in class com.cmobilecom.af.model.menu.MenuNode
Remove the child menu node at the position
removeChild(MenuNode) - Method in class com.cmobilecom.af.model.menu.MenuNode
Remove the child menu node
removeCurrentEntity() - Method in class com.cmobilecom.af.model.nav.EntityListToEntity
Remove the current entity in the memory.
removeEmptySelection(List<SelectItem>) - Static method in class com.cmobilecom.af.model.property.SelectItemListProvider
Remove the empty selection if any from the selectItems.
removeEntitiesFromMemory(List<T>) - Method in class com.cmobilecom.af.model.pagination.MemoryEntityList
Remove the entities from entity list.
removeEntitiesFromMemory(List<T>) - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Remove the entities from entity list in memory.
removeEntitiesFromMemory(List<T>) - Method in class com.cmobilecom.af.model.pagination.QueryCriteriaEntityList
 
removeEntity() - Method in class com.cmobilecom.af.model.nav.EntityOfEntityList
Remove the entity from memory, assuming it has been deleted from persistence.
removeEntity(int) - Method in class com.cmobilecom.af.model.pagination.MemoryEntityList
 
removeEntity(int) - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Remove the entity at the index in memory without updating persistence.
removeEntity(int) - Method in class com.cmobilecom.af.model.pagination.QueryCriteriaEntityList
 
removeEntity(T) - Method in class com.cmobilecom.af.model.pagination.MemoryEntityList
 
removeEntity(T) - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Remove the entity from current page in memory without updating persistence.
removeEntity(T) - Method in class com.cmobilecom.af.model.pagination.QueryCriteriaEntityList
 
removeEntity(T) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Delete the entity from persistence.
removeEntity(T) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
removeEntityOfCurrentPage(int) - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Remove the entity at the index in memory without updating persistence.
removeEntityProperty(String) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Remove entity property.
removeEntityPropertyGroup(String) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Remove the property group with the name.
removeEntityPropertyInvalidUserInput(List<EntityProperty<T>>) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Clear invalid user inputs.
removeEventHandler(String) - Method in class com.cmobilecom.af.model.behavior.DomEventSupport
Remove client event behavior.
removeFormBean(T) - Method in class com.cmobilecom.af.model.property.EntityFormBeanProperty
Remove the form bean for the entity
removeFromPageContent(boolean) - Method in class com.cmobilecom.af.model.bean.BackingBean
Remove this bean from pageContent.
removeGeneratedBeans(BackingBean) - Method in class com.cmobilecom.af.model.container.PageContent
Remove the generated beans of a backing bean.
removeInvalidUserInput(List<String>) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Clear invalid user inputs.
removeLeftPadding(String, char, String) - Static method in class com.cmobilecom.af.util.StringUtil
Remove left padding of the symbol from a string value.
removeMenuNode(String) - Method in class com.cmobilecom.af.model.menu.MenuBean
Remove the menu node with the id.
removeMenuNodesDenied(boolean, String...) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Remove the denied menu nodes that applies to both header and footer menu.
removeMenuNodesDenied(String...) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Remove the denied menu nodes that applies to both header and footer menu.
removeMenuNodesDenied(Set<String>) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Remove the denied menu nodes that applies to both header and footer menu.
removeNodeRecursive(ColumnHeaders.Node) - Method in class com.cmobilecom.af.model.bean.ColumnHeaders
Remove a node, and recursively remove its parent if its parent has no child nodes.
removePageContentListener(PageContentListener) - Method in class com.cmobilecom.af.model.container.PageContent
Remove a PageContentListener.
removeParameter(String) - Method in class com.cmobilecom.af.model.bean.ViewConfig
Remove the parameter.
removeParameter(String) - Method in class com.cmobilecom.af.model.container.ContainerBean
Remove the parameter with the name.
removeParameter(String) - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Remove the parameter with the key
removeProperties(String...) - Method in class com.cmobilecom.af.session.EntityJoinGraph
Remove the properties from this entity graph.
removePropertyToHide(String) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Remove the property from the hidden list
removePropertyToShow(String) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Remove the property from the shown list
removeSelectedEntitiesFromMemory() - Method in class com.cmobilecom.af.model.pagination.MemoryEntityList
Remove selected entities from current page in memory.
removeSelectedEntitiesFromMemory() - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Remove the selected entities from current page in memory.
removeSelectedEntitiesFromMemory() - Method in class com.cmobilecom.af.model.pagination.QueryCriteriaEntityList
 
removeSelectedEntitiesFromMemory(boolean) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Remove selected entities from the entity list of this bean.
removeStep(int) - Method in class com.cmobilecom.af.model.nav.StepFlow
Remove step from this StepFlow
removeSubgraph(String) - Method in class com.cmobilecom.af.session.EntityJoinGraph
Remove the subgraph for the property
removeValidationErrorMessages() - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Remove all validation error messages, including error messages in entity properties.
removeValue(String) - Method in class com.cmobilecom.af.model.InstanceCache
Remove the key.
RENDER_VIEW - com.cmobilecom.af.model.phase.PhaseListener.PhaseId
Render view
RenderContext - Class in com.cmobilecom.af.model.context
RenderContext: context for rendering that is request scope.
RenderContext() - Constructor for class com.cmobilecom.af.model.context.RenderContext
Constructor with outputFormat is null
RenderContext.OutputFormat - Enum in com.cmobilecom.af.model.context
Render output format
renderEmailText(PersistenceDataBackingBean<T>) - Method in class com.cmobilecom.af.model.util.RequestHelper
Render the HTML text from the bean for email.
RenderPhaseListener - Class in com.cmobilecom.af.model.phase
RenderPhaseListener for Render View phase.
RenderPhaseListener() - Constructor for class com.cmobilecom.af.model.phase.RenderPhaseListener
 
renderPropertyValueText(EntityProperty<T>) - Method in class com.cmobilecom.af.model.util.RequestHelper
Render the property value as text.
renderRegions - Variable in class com.cmobilecom.af.model.behavior.PartialBehavior.ContainerRenderRegions
Render regions: a list of region numbers.
renderStyle() - Method in annotation type com.cmobilecom.af.model.annotation.Column
column render style: default: implied - same as property render style
renderStyle() - Method in annotation type com.cmobilecom.af.model.annotation.Property
Render style definition
renderStyle() - Method in annotation type com.cmobilecom.af.model.annotation.Query
render style in query.
RenderStyle - Class in com.cmobilecom.af.model.property
Render Style for EntityProperty and MenuNode.
RenderStyle() - Constructor for class com.cmobilecom.af.model.property.RenderStyle
Default constructor.
RenderStyle(int) - Constructor for class com.cmobilecom.af.model.property.RenderStyle
Constructor with style number.
RenderStyle(Component, int, boolean, boolean, boolean, boolean, String, ActionOnClick, boolean, boolean, int, int, int, int, NumberDescriptor, LayoutType, boolean, String, String, boolean, String, String, String, String, int, RenderStyle.UserShowStyle, RenderStyle.PathShowStyle, boolean, boolean, boolean, boolean, int, boolean) - Constructor for class com.cmobilecom.af.model.property.RenderStyle
Constructor
RenderStyle.OpenDialogType - Enum in com.cmobilecom.af.model.property
Open dialog type for property value input
RenderStyle.PathShowStyle - Enum in com.cmobilecom.af.model.property
Hierarchy path show style
RenderStyle.UserShowStyle - Enum in com.cmobilecom.af.model.property
User show style: username, name or both
RenderStyleDef - Annotation Type in com.cmobilecom.af.model.annotation
RenderStyleDef: property renderStyle annotation.
replaceEntitiesInMemory(List<T>, boolean) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Replace the entities in memory.
replaceFileContent(String, String[]) - Static method in class com.cmobilecom.af.util.FileUtil
Replace the patterns in the text file.
replaceFormBeanPropertyValue(List<M>, boolean) - Method in class com.cmobilecom.af.model.bean.FormBeanPropertyUtil
Replace FormBeanProperty Value
replaceWith(MenuNode) - Method in class com.cmobilecom.af.model.menu.MenuNode
Replace this menu node in its tree with a new menu node.
REPORT - com.cmobilecom.af.model.system.AccessType
Report entities by calculating group functions.
REPORT_DISPLAY_FORMAT - Static variable in class com.cmobilecom.af.model.property.SelectItemListProvider
ChoiceType: report display format
REPORT_TYPE - Static variable in class com.cmobilecom.af.model.property.SelectItemListProvider
ChoiceType: report type
ReportBean<T extends ReportQueryForm> - Class in com.cmobilecom.af.model.report
ReportBean that can have chart properties and a formBeanProperty with reportTableBean.
ReportBean() - Constructor for class com.cmobilecom.af.model.report.ReportBean
 
ReportDataGroup(Class, Integer...) - Constructor for class com.cmobilecom.af.model.report.ReportQueryFormBean.ReportDataGroup
 
ReportDataGroup(Class, List<Integer>) - Constructor for class com.cmobilecom.af.model.report.ReportQueryFormBean.ReportDataGroup
Constructor.
ReportEntity - Class in com.cmobilecom.af.model.report
Report Entity that holds charting/reporting data.
ReportEntity(List<I18NName>, List<String>, List<List<BigDecimal>>, List<I18NName>, List<Comparable>, Map<Comparable, PersistenceEntity>) - Constructor for class com.cmobilecom.af.model.report.ReportEntity
Constructor
ReportPeriod - Class in com.cmobilecom.af.entity.report
Report period with year, period type and period number.
ReportPeriod - Class in com.cmobilecom.af.test.api
Report period with year, period type and period number.
ReportPeriod(int, ReportPeriod.PeriodType, int) - Constructor for class com.cmobilecom.af.test.api.ReportPeriod
Constructor
ReportPeriod(ReportPeriod) - Constructor for class com.cmobilecom.af.entity.report.ReportPeriod
Copy constructor
ReportPeriod(Integer, Integer, ReportPeriod.PeriodType) - Constructor for class com.cmobilecom.af.entity.report.ReportPeriod
Constructor
ReportPeriod(String, Locale) - Constructor for class com.cmobilecom.af.entity.report.ReportPeriod
Constructor with a string presentation of a period.
ReportPeriod(String, Locale) - Constructor for class com.cmobilecom.af.test.api.ReportPeriod
Constructor with a string presentation of a period.
ReportPeriod.PeriodType - Enum in com.cmobilecom.af.entity.report
Period Types
ReportPeriod.PeriodType - Enum in com.cmobilecom.af.test.api
Period Types
ReportPeriodI18NName(DataAccessUnit, ReportPeriod, LocalDate, boolean, boolean) - Constructor for class com.cmobilecom.af.model.report.ReportUtil.ReportPeriodI18NName
 
ReportQueryForm - Class in com.cmobilecom.af.model.report
ReportQueryForm: report query form base class
ReportQueryForm() - Constructor for class com.cmobilecom.af.model.report.ReportQueryForm
 
ReportQueryForm.ChartType - Enum in com.cmobilecom.af.model.report
Chart type
ReportQueryForm.DisplayFormat - Enum in com.cmobilecom.af.model.report
Report display format
ReportQueryForm.LegendPosition - Enum in com.cmobilecom.af.model.report
Chart legend position
ReportQueryForm.Type - Enum in com.cmobilecom.af.model.report
Report type
ReportQueryFormBean<T extends ReportQueryForm> - Class in com.cmobilecom.af.model.report
Report Query form bean
ReportQueryFormBean() - Constructor for class com.cmobilecom.af.model.report.ReportQueryFormBean
 
ReportQueryFormBean.DatePeriodInfo - Class in com.cmobilecom.af.model.report
DatePeriodInfo: for setting default datePeriod
ReportQueryFormBean.ReportDataGroup - Class in com.cmobilecom.af.model.report
ReportDataGroup represent a list of report data that can be retrieved by one query.
ReportTableBean<T extends ReportQueryForm> - Class in com.cmobilecom.af.model.report
ReportTable Bean
ReportTableBean() - Constructor for class com.cmobilecom.af.model.report.ReportTableBean
 
ReportTableRow - Class in com.cmobilecom.af.model.report
ReportTableRow: representing a row of report in tabular form.
ReportTableRow(Integer) - Constructor for class com.cmobilecom.af.model.report.ReportTableRow
Constructor
ReportTableRowBean<T extends ReportQueryForm> - Class in com.cmobilecom.af.model.report
ReportTableRow bean
ReportTableRowBean() - Constructor for class com.cmobilecom.af.model.report.ReportTableRowBean
 
ReportUtil - Class in com.cmobilecom.af.model.report
Report utilities
ReportUtil(DataAccessUnit) - Constructor for class com.cmobilecom.af.model.report.ReportUtil
Constructor.
ReportUtil.ReportPeriodI18NName - Class in com.cmobilecom.af.model.report
ReportPeriod I18NName.
REQUEST_GET_RESOURCE_BUNDLE - Static variable in class com.cmobilecom.af.model.container.ContainerBean
Module request event: getResourceBundle(containerBean)
REQUEST_PARAM_AUTH_TOKEN - Static variable in class com.cmobilecom.af.model.util.RequestHelper
Request parameter name: authToken.
REQUEST_PARAM_AUTO_PRINT - Static variable in class com.cmobilecom.af.model.util.RequestHelper
Request parameter name: autoPrint.
REQUEST_PARAM_BEAN_FLOW_HISTORY - Static variable in class com.cmobilecom.af.model.util.RequestHelper
Request parameter name for bean flow history.
REQUEST_PARAM_CODE - Static variable in class com.cmobilecom.af.model.util.RequestHelper
Request parameter name: code.
REQUEST_PARAM_COMMAND - Static variable in class com.cmobilecom.af.model.util.RequestHelper
Request parameter name for command.
REQUEST_PARAM_DATA_ACCESS_UNIT - Static variable in class com.cmobilecom.af.model.util.RequestHelper
Request parameter name: dataAccessUnit.
REQUEST_PARAM_ENTITY - Static variable in class com.cmobilecom.af.model.util.RequestHelper
Request parameter name: e (entity).
REQUEST_PARAM_FORM_DESIGN - Static variable in class com.cmobilecom.af.model.util.RequestHelper
Request parameter name for form design: fd.
REQUEST_PARAM_INVITATION_CODE - Static variable in class com.cmobilecom.af.model.util.RequestHelper
Request parameter name for invitationCode
REQUEST_PARAM_LOCALE - Static variable in class com.cmobilecom.af.model.util.RequestHelper
Request parameter name: locale.
REQUEST_PARAM_MESSAGE - Static variable in class com.cmobilecom.af.model.util.RequestHelper
Request parameter name: message.
REQUEST_PARAM_MESSAGE_LOCALIZED - Static variable in class com.cmobilecom.af.model.util.RequestHelper
Request parameter name: whether message is localized, meaningful only if RequestHelper.REQUEST_PARAM_MESSAGE parameter is present.
REQUEST_PARAM_MESSAGE_SEVERITY - Static variable in class com.cmobilecom.af.model.util.RequestHelper
Request parameter name: message_severity, meaningful only if RequestHelper.REQUEST_PARAM_MESSAGE parameter is present.
REQUEST_PARAM_PRINT_VIEW - Static variable in class com.cmobilecom.af.model.util.RequestHelper
Request parameter name: printView.
REQUEST_PARAM_REDIRECT_URL - Static variable in class com.cmobilecom.af.model.util.RequestHelper
Request parameter name: redirectURL.
REQUEST_PARAM_SAVE_STATES - Static variable in class com.cmobilecom.af.model.util.RequestHelper
Request parameter name: saveStates.
REQUEST_PARAM_SID - Static variable in class com.cmobilecom.af.model.util.RequestHelper
Request parameter name: _sid.
REQUEST_PARAM_USER - Static variable in class com.cmobilecom.af.model.util.RequestHelper
Request parameter name: user (whose value is username).
REQUEST_REFRESH_OAUTH_ACCESS_TOKEN - Static variable in class com.cmobilecom.af.model.mail.SendMail
Module request event: refresh OAUTH access token.
RequestEvent - Class in com.cmobilecom.af.model.module.event
RequestEvent is a ModuleEvent that is expected to be answered with a response value after it is sent out to modules.
RequestEvent(Object, String, Object[]) - Constructor for class com.cmobilecom.af.model.module.event.RequestEvent
Constructor
RequestHelper - Class in com.cmobilecom.af.model.util
RequestHelper is used to access request scope data including parameters and attributes.
RequestHelper() - Constructor for class com.cmobilecom.af.model.util.RequestHelper
 
requestRegionVisible() - Method in class com.cmobilecom.af.model.util.RequestHelper
Get the region that is requested to be visible.
requestRegionVisible(BackingBean, boolean) - Method in class com.cmobilecom.af.model.util.RequestHelper
Request the region of the backingBean to be visible.
requestRegionVisible(VisitRegion) - Method in class com.cmobilecom.af.model.util.RequestHelper
Request the region to be visible.
requestRegionVisible(VisitRegion, boolean) - Method in class com.cmobilecom.af.model.util.RequestHelper
Request the region to be visible.
requestToRenderView() - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Send a request to render view and skip any commands (if any) to be executed.
required - Variable in class com.cmobilecom.af.entity.attr.EntityAttrBase
 
required() - Method in annotation type com.cmobilecom.af.model.annotation.Property
Whether the value of an editable property is required (not nullable)? This annotation is used to override Column nullable.
REQUIRED - com.cmobilecom.af.model.annotation.RequiredType
required
REQUIRED_TYPE - Static variable in class com.cmobilecom.af.model.property.SelectItemListProvider
ChoiceType: RequiredType value selection
RequiredType - Enum in com.cmobilecom.af.model.annotation
Required Type for a property value.
reset() - Method in class com.cmobilecom.af.model.bean.BackingBeanResult
Clear errors and messages
resetPassword(InstanceTypeTest.UserProfile, String, Locale) - Method in class com.cmobilecom.af.test.api.UserRegisterUtil
Reset password.
resetPassword(UserIdentifier, Locale) - Method in class com.cmobilecom.af.test.api.InstanceTypeTest
Reset password for the user associated with the instance.
ResetPassword - Interface in com.cmobilecom.af.entity.security
ResetPassword for users to reset passwords.
ResetPasswordBean<T extends ResetPassword> - Class in com.cmobilecom.af.model.security
Backing bean for resetting password.
ResetPasswordBean() - Constructor for class com.cmobilecom.af.model.security.ResetPasswordBean
 
resolve(Page, Element) - Method in interface com.cmobilecom.af.model.container.PageObjectResolver
Resolve an embedded object.
resolve(String) - Method in class com.cmobilecom.af.model.container.DefaultTextExprResolver
resolve(String) - Method in class com.cmobilecom.af.model.module.AbstractModule.ModuleTextExprResolver
 
resolve(String) - Method in class com.cmobilecom.af.util.db.VariableResolver
 
resolve(String) - Method in class com.cmobilecom.af.util.text.ChainedExpressionResolver
By default, delegate to its parent to resolve the expression.
resolve(String) - Method in interface com.cmobilecom.af.util.text.TextExpressionResolver
Resolve expression to a string.
resolve(String, TextExpressionResolver) - Static method in class com.cmobilecom.af.util.text.TextExpressionWalker
Resolve all expressions in the textString.
resolve(String, TextExpressionResolver, int) - Static method in class com.cmobilecom.af.util.text.TextExpressionWalker
Resolve all expressions in the textString.
resolve(String, String[]) - Static method in class com.cmobilecom.af.util.text.TextExpressionWalker
Resolve expressions #{expression} in a string
resolve(String, List<TextExpressionResolver>) - Static method in class com.cmobilecom.af.util.text.TextExpressionWalker
Resolve all expressions in the textString.
resolve(String, List<TextExpressionResolver>, int) - Static method in class com.cmobilecom.af.util.text.TextExpressionWalker
Resolve all expressions in the textString.
resolve(String, Map<String, String>) - Static method in class com.cmobilecom.af.util.text.TextExpressionWalker
Resolve expressions #{expression} in a string
resolveDataDescriptor(DataDescriptor) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
 
resolveDataDescriptor(DataDescriptor) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
 
resolveDataDescriptor(DataDescriptor) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Resolve the data descriptor that describes the entity or a list of entities.
resolveELExpressions(String, ContainerBean, DataAccessUnit) - Static method in class com.cmobilecom.af.model.util.BeanUtil
Resolve EL expressions in the value using DefaultTextExprResolver.
resolveEntityPropertiesToShow(ModeType, DeviceType) - Method in class com.cmobilecom.af.model.bean.EntityPropertyDiscoverer
Resolve the properties to show from property annotations, viewConfig propertiesToShow and propertiesToHide.
resolveRegularExpression(PersistenceDataBackingBean<T>, T, String) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Resolve the expression in entity form design or listView item layout code.
resolveRelativePath(String, String) - Static method in class com.cmobilecom.af.util.StringUtil
Resolve a relative path that can contain "..".
resolveRuleVariables(String, Long, DataAccessUnit) - Static method in class com.cmobilecom.af.model.bean.EntityBackingBeanHelper
Generate id according to the rule, resolving variables in the rule.
resolveTypePluralName(Class) - Static method in class com.cmobilecom.af.model.util.BeanUtil
Get entity type plural name that is not localized.
resolveTypeSingularName(Class) - Static method in class com.cmobilecom.af.model.util.BeanUtil
Get entity type name that is not localized.
resolveVisitTargets(PersistenceDataBackingBean) - Method in class com.cmobilecom.af.model.behavior.PartialBehaviorSupport
Resolve unresolved execute and render targets if any.
resolveVisitTargets(PersistenceDataBackingBean<T>) - Method in class com.cmobilecom.af.model.behavior.PartialBehavior
Resolve unresolved execute and render targets if any.
resolveVisitTargets(PersistenceDataBackingBean<T>, String) - Static method in class com.cmobilecom.af.model.bean.EntityPropertyDiscoverer
Resolve the visit targets using the backing bean.
ResourceBundleLoader - Class in com.cmobilecom.af.test.api
Resource bundle loader.
ResourceBundleLoader(List<String>, String) - Constructor for class com.cmobilecom.af.test.api.ResourceBundleLoader
Constructor
ResourceCache - Class in com.cmobilecom.af.model.system
ResourceCache is a cache for resources such as configurations.
ResourceCache() - Constructor for class com.cmobilecom.af.model.system.ResourceCache
 
ResourceCache.ResourceProcessor<R,​T> - Interface in com.cmobilecom.af.model.system
ResourceProcessor: process the resource for loading or saving.
ResourceLocalEntityManagerAccessor - Class in com.cmobilecom.af.session
ResourceLocalEntityManagerAccessor is a JPAEntityManagerAccessor implementation for RESOURCE_LOCAL transaction type.
ResourceLocalEntityManagerAccessor() - Constructor for class com.cmobilecom.af.session.ResourceLocalEntityManagerAccessor
 
ResourceLocalTransaction - Class in com.cmobilecom.af.model.phase
Resource local transaction.
ResourceLocalTransaction(DataAccessUnit) - Constructor for class com.cmobilecom.af.model.phase.ResourceLocalTransaction
Constructor with a DataAccessUnit
respondToInvitation(InstanceTest, UserIdentifier) - Method in class com.cmobilecom.af.test.api.UserRegisterUtil
Responds to invitation by opening invitationLink in a new window(new session).
Response - Interface in com.cmobilecom.af.entity.form
Response to questions of a form.
ResponseBean - Class in com.cmobilecom.af.model.form
Response bean for response list view.
ResponseBean() - Constructor for class com.cmobilecom.af.model.form.ResponseBean
 
ResponseCallback - Interface in com.cmobilecom.af.model.module.event
For a synchronized request event, it will be handled with response during the same HTTP request.
ResponseHandler - Interface in com.cmobilecom.af.model.module.event
Module event response handler.
ResponseListBean - Class in com.cmobilecom.af.model.form
Response list bean.
ResponseListBean() - Constructor for class com.cmobilecom.af.model.form.ResponseListBean
 
restoreMaxAdvancedValue() - Method in class com.cmobilecom.af.test.api.TestClock
Restore the max of advanced values ever used for this clock.
restorePreviousViewState() - Method in class com.cmobilecom.af.model.util.RequestHelper
Restore the view state (if any) of previous view, which may be lost after switching to a new view that is not saving states.
resultType - Variable in class com.cmobilecom.af.session.PropertyCriteriaQueryBuilder
type of query results retrieved from persistence
retype() - Method in annotation type com.cmobilecom.af.model.annotation.Property
Re-type.
Role - Interface in com.cmobilecom.af.entity.security
User role for access control.
rollback() - Method in class com.cmobilecom.af.model.phase.JTATransaction
 
rollback() - Method in class com.cmobilecom.af.model.phase.ResourceLocalTransaction
 
rollback() - Method in interface com.cmobilecom.af.model.phase.Transaction
Rollback current transaction.
rollback() - Method in class com.cmobilecom.af.model.phase.UserTransactionWrapper
Rollback current transaction
rollback() - Method in class com.cmobilecom.af.util.db.DbExec
Rollback current transaction
rolledback(PhaseListener.PhaseId) - Method in class com.cmobilecom.af.model.phase.DefaultTransactionListener
 
rolledback(PhaseListener.PhaseId) - Method in interface com.cmobilecom.af.model.phase.TransactionListener
rolledback: called after the transaction has been rolled back.
rootMenuNode - Variable in class com.cmobilecom.af.model.menu.MenuBean
tree of menu node.
rootMenuNode - Variable in class com.cmobilecom.af.model.menu.MenuNodeFactory
The root menu node created by this factory
round(BigDecimal, int, RoundingMode) - Static method in class com.cmobilecom.af.util.NumberUtil
Round the BigDecimal value with the specified fraction digits and rounding mode.
ROW_COMMAND - com.cmobilecom.af.model.bean.ColumnHeaders.Node.Type
Row command column header node
ROW_ENTITY_VIEW - com.cmobilecom.af.model.annotation.LayoutType
RowEntityView is for an EntityListBackingBean to layout entities with one EntityBackingBean for each entity, flow or tabView.
ROW_ENTITY_VIEW - com.cmobilecom.af.test.api.PersistenceDataBean.LayoutType
RowEntityView is for an EntityListBackingBean to layout entities with one EntityBackingBean for each entity, flow or tabView.
RowExpansion(String[], LayoutType) - Constructor for class com.cmobilecom.af.model.bean.EntityListViewConfig.RowExpansion
RowExpansion constructor.
RowExpansion(List<String>, LayoutType) - Constructor for class com.cmobilecom.af.model.bean.EntityListViewConfig.RowExpansion
RowExpansion constructor
rows() - Method in annotation type com.cmobilecom.af.model.annotation.RenderStyleDef
inputTextarea rows.
rowsDeleted(Integer, int) - Method in class com.cmobilecom.af.model.bean.EntityListRowExpansion
When rows are deleted, keep the expansion states of moved-up rows.
rowsInserted(Integer, int) - Method in class com.cmobilecom.af.model.bean.EntityListRowExpansion
When new rows are inserted, they are in collapsed states initially.
run() - Method in class com.cmobilecom.af.model.mail.SendMail
Send emails by processing email objects in the queue.
run() - Method in interface com.cmobilecom.af.model.nav.Step
Run the step.
run() - Method in class com.cmobilecom.af.test.api.InstanceTest
Run this instanceTest.
run() - Method in class com.cmobilecom.af.test.api.ModuleTest
Run module test for resolved ExecPoint range by applying system property "gotoExec".
run(ModuleTest.ExecPointRange) - Method in class com.cmobilecom.af.test.api.ModuleTest
Run module test for the specified exec point range.
run(DbExec, VariableResolver) - Method in class com.cmobilecom.af.util.db.CommandDialectItem
 
run(DbExec, VariableResolver) - Method in class com.cmobilecom.af.util.db.Dialect
Run this dialect by running all its items sequentially.
run(DbExec, VariableResolver) - Method in class com.cmobilecom.af.util.db.DialectItem
Run the item using the DbExec.
run(DbExec, VariableResolver) - Method in class com.cmobilecom.af.util.db.SqlDialectItem
 
runModuleTest(ModuleTest<E>) - Method in class com.cmobilecom.af.test.api.InstanceTest
Run the moduleTest.

S

s - com.cmobilecom.af.model.report.ReportQueryForm.LegendPosition
South
S - com.cmobilecom.af.model.security.PasswordPolicy.CharacterType
Special character (not number or letter)
sameClientId(VisitTarget) - Method in class com.cmobilecom.af.model.behavior.VisitTarget
Does this visitTarget has the same client id with the specified visitTarget?
save(String, T, ResourceCache.ResourceProcessor<R, T>) - Method in class com.cmobilecom.af.model.system.ResourceCache
Save the resource on file system.
scanBarcode(String) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Scan barcode to add a new row or increase the quantity to an existing row.
scanBarcode(String) - Method in interface com.cmobilecom.af.test.api.EntityListBean
Input a barcode in the barcode field, and press return key.
SCOPE_ALL - Static variable in interface com.cmobilecom.af.entity.security.AccessItem
Scope all: match any scope.
se - com.cmobilecom.af.model.report.ReportQueryForm.LegendPosition
Southeast
search - Static variable in class com.cmobilecom.af.model.menu.TypedMenuNodeFactoryContext.QueryCommandInfo
 
search(PartialBehavior.ContainerRenderRegions, ParameterizedMessage, Integer) - Method in class com.cmobilecom.af.model.query.FormQueryBuilder
Build query criteria from the queryFromBean, and create query result bean show it in the queryResultsRenderRegions.
search(MenuNode) - Method in class com.cmobilecom.af.model.bean.EntityCommandHandler
Search results by building query criteria from the query bean.
SEARCH - com.cmobilecom.af.model.system.AccessType
Search entities
searchResults(QueryCriteria<Q, X>, Integer, Integer) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Search by queryCriteria within the range, and return query results.
searchResults(QueryCriteria<Q, X>, Integer, Integer) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
searchSingleResult(QueryCriteria<Q, X>) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Search single result(one row) by queryCriteria.
searchSingleResult(QueryCriteria<Q, X>) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
SECONDS_PER_DAY - Static variable in interface com.cmobilecom.af.model.util.CookieManager
Constant: seconds per day.
SecuritySettings - Interface in com.cmobilecom.af.entity.system
Security settings.
Seed() - Constructor for class com.cmobilecom.af.model.module.InstanceType.Seed
 
select(CriteriaSelection...) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a select with a list of selections.
select(String...) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a select of a list of properties.
select(List<CriteriaSelection>) - Method in interface com.cmobilecom.af.session.criteria.CriteriaElementFactory
Create a select with a list of selections.
select(List<CriteriaSelection>) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a select with a list of selections.
SELECT - com.cmobilecom.af.model.dialog.DialogBean.DialogType
select one or multiple values for property.
SELECT_MANY - com.cmobilecom.af.entity.form.Question.AnswerType
Select many from options.
SELECT_MANY_CHECKBOX - Static variable in class com.cmobilecom.af.model.property.RenderStyle
Style number constant: select many checkbox
SELECT_MANY_LISTBOX - Static variable in class com.cmobilecom.af.model.property.RenderStyle
Style number constant: select many list box
SELECT_MANY_MENU - Static variable in class com.cmobilecom.af.model.property.RenderStyle
Style number constant: select many menu
SELECT_ONE - com.cmobilecom.af.entity.form.Question.AnswerType
Select one from options.
SELECT_ONE_MENU - Static variable in class com.cmobilecom.af.model.property.RenderStyle
Style number constant: select one menu
SELECT_ONE_RADIO - Static variable in class com.cmobilecom.af.model.property.RenderStyle
Style number constant: select one radio
SELECT_ONE_RANGE - com.cmobilecom.af.entity.form.Question.AnswerType
Select one from a range of integer values.
selectAll(boolean, boolean) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Select or deselect all entities in current page or all pages
selectAllEntities() - Method in interface com.cmobilecom.af.test.api.EntityListBean
Select all entities of current page.
selectAllEntitiesOfCurrentPage(boolean) - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Select or deselect all the entities in the current page.
selectAllOptions() - Method in interface com.cmobilecom.af.test.api.EntityProperty
Select all options for selectMany component.
selectAsValueOf(EntityProperty) - Method in interface com.cmobilecom.af.test.api.EntityBean
Select the entity of this EntityBean as the value of the property.
selectCreateNew() - Method in interface com.cmobilecom.af.test.api.EntityProperty
Select the option "Create New" for creating a new entity if this EntityProperty is the choice property of an EntityChoiceSupportBean.
selected() - Method in annotation type com.cmobilecom.af.model.annotation.Query
Whether the property is included for keyword search by default.
selectEntities(int...) - Method in interface com.cmobilecom.af.test.api.EntityListBean
Select entities at the specified indexes.
selectEntities(String, String...) - Method in interface com.cmobilecom.af.test.api.DialogBean
For multiple-selection dialog, select entities that match the specified criteria: entity's property value matches one of the specified propertyValues.
selectEntity(String, String) - Method in interface com.cmobilecom.af.test.api.DialogBean
For single-selection dialog, select the entity that matches the specified criteria: entity's property value matches the specified property value.
selectEntityAsValueOf(EntityProperty, boolean, String...) - Method in interface com.cmobilecom.af.test.api.EntityListBean
Select the matched entity as the value of the property.
selectFiles(List<String>) - Method in interface com.cmobilecom.af.test.api.EntityProperty
Select files for EntityFileUploadProperty (type: List<UploadedFile>).
selectFormDesign(String) - Method in interface com.cmobilecom.af.test.api.EntityBean
Select form design.
selectFormDesign(String, StringBuffer) - Method in interface com.cmobilecom.af.test.api.EntityBean
Select form design.
SELECTION - com.cmobilecom.af.model.bean.ColumnHeaders.Node.Type
Entity selection column header node
SELECTION - Static variable in class com.cmobilecom.af.model.property.RenderStyle
Style number constant: entity selection(checkbox)of entityListBackingBean
SelectItem - Class in com.cmobilecom.af.model.property
SelectItem: a selection consists of a number of select items.
SelectItem(I18NName, Object) - Constructor for class com.cmobilecom.af.model.property.SelectItem
Constructor with label and value
SelectItem(String, boolean, Object) - Constructor for class com.cmobilecom.af.model.property.SelectItem
Constructor with label and value
SelectItemListProvider - Class in com.cmobilecom.af.model.property
SelectItemListProvider: provide select items for choice.
SelectItemListProvider() - Constructor for class com.cmobilecom.af.model.property.SelectItemListProvider
Default constructor
SelectItemListProvider(SelectItemListProvider) - Constructor for class com.cmobilecom.af.model.property.SelectItemListProvider
Constructor with parent SelectItemListProvider
SelectItemListProvider.CountryI18NName - Class in com.cmobilecom.af.model.property
Country I18NName.
SelectItemListProvider.CurrencyI18NName - Class in com.cmobilecom.af.model.property
Currency I18NName.
SelectItemListProvider.LocaleI18NName - Class in com.cmobilecom.af.model.property
Locale I18NName.
SelectItemListProvider.TimeZoneI18NName - Class in com.cmobilecom.af.model.property
TimeZone I18NName.
selectOption(int, String, boolean, boolean) - Method in class com.cmobilecom.af.test.api.HierarchySelect
Select one option for the select component at the index.
selectOption(String, boolean, boolean) - Method in interface com.cmobilecom.af.test.api.EntityProperty
Select one option for selectOne component.
selectOptionNull() - Method in interface com.cmobilecom.af.test.api.EntityProperty
Select the option with null value for selectOne component.
selectOptions(List<String>, boolean, boolean) - Method in interface com.cmobilecom.af.test.api.EntityProperty
Select options for selectManyMenu, selectManyCheckbox or pickList.
selectOptions(List<String>, boolean, boolean) - Method in class com.cmobilecom.af.test.api.HierarchySelect
Select options for a list of select components.
selectPropertiesToShow(int, String...) - Method in interface com.cmobilecom.af.test.api.EntityListBean
Select a list of properties to show in tabular or list view.
selectQuery() - Method in annotation type com.cmobilecom.af.model.annotation.Property
query criteria for open dialog to select value(s) for property, or build selectItems
selectSameAs(String) - Method in interface com.cmobilecom.af.test.api.EntityProperty
Select the option "Same As" another property if this EntityProperty is the choice property of an EntityChoiceSupportBean.
selectSize() - Method in annotation type com.cmobilecom.af.model.annotation.RenderStyleDef
size for select (rows) including select one, select many.
selectTab(int) - Method in interface com.cmobilecom.af.test.api.TabView
Select tab.
send(MimeMessage) - Method in interface com.cmobilecom.af.model.mail.EmailClient
Send the email.
sendEmail(DataAccessUnit, EmailRequest, ParameterizedMessage, BackingBeanContext) - Static method in class com.cmobilecom.af.model.util.BeanUtil
Queue the email request which will be sent by SendEmail thread.
sendEmail(String, String, List<String>, PartialBehavior.ContainerRenderRegions) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Send this bean as an email.
sendFileToResponse(FileDataSource, HttpServletRequest, HttpServletResponse, String) - Static method in class com.cmobilecom.af.web.module.WebUtil
Send the file to the HTTP response.
sendImmediate(EmailRequest) - Method in class com.cmobilecom.af.model.mail.SendMail
Send the email request immediately without queueing it.
SendMail - Class in com.cmobilecom.af.model.mail
SendMail is a Runnable that picks EmailObject(s) from its queue and process them, executing commands or sending emails.
sendRedirect(Integer, boolean, boolean) - Method in class com.cmobilecom.af.model.util.RequestHelper
Redirect to the specified page, adding the cookies (if any) to response that have been created by CookieManager.
sendRedirect(String, boolean, boolean) - Method in class com.cmobilecom.af.model.util.RequestHelper
Redirect to the specified URL, adding the cookies (if any) to response that have been created by CookieManager.
sendRedirect(String, boolean, boolean, ParameterizedMessage, ParameterizedMessage, ExecException.Severity) - Method in class com.cmobilecom.af.model.util.RequestHelper
Redirect and show a message on the redirected page using browser sessionStorage.
sendResetPasswordEmail(User) - Method in class com.cmobilecom.af.model.security.ResetPasswordBean
Send password reset email
sendVerificationCode(AuthResult) - Method in class com.cmobilecom.af.model.security.LoginBean
Generate and send a verification code to user.
SEPARATED_SCHEMA - com.cmobilecom.af.model.module.MultiTenant.Type
Separated schema for different instances
separator - Static variable in class com.cmobilecom.af.entity.DataType
Separator between module and type name
separator() - Method in annotation type com.cmobilecom.af.model.annotation.RenderStyleDef
separator rendered before rendering property name/value.
sequenceNo - Variable in class com.cmobilecom.af.entity.PersistenceEntityBase
sequence number in a list of entities
SERIES - Static variable in interface com.cmobilecom.af.test.api.EntityProperty
The property name of the series name property for report table.
setAcceptTypes(String) - Method in class com.cmobilecom.af.model.property.EntityFileUploadProperty
Set the types of files that can be uploaded.
setAccessControlAccessor(AccessControlAccessor) - Method in class com.cmobilecom.af.model.bean.ViewConfig
Set the AccessControlAccessor chaining to the root accessControlAccessor.
setAccessControlContext(AccessControlContext) - Method in class com.cmobilecom.af.model.bean.ViewConfig
Set the accessControl context that is used for access authorization.
setAccessCtrl(Instance.AccessCtrl) - Method in interface com.cmobilecom.af.entity.system.Instance
Set subsystem access control that can be read only, locked, or read-write.
setAccessibleWithoutParentBean(AccessType, Boolean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
For a ChildEntity or a list of ChildEntity(s), set whether it can be accessed without its parent bean? If true, the access permission is determined by the access control on its parent entity.
setAccessItems(List<AccessItem>) - Method in interface com.cmobilecom.af.entity.security.AccessToken
Set the list of access items for this token.
setAccessList(List<MultiTenant.SharedEntityAccess>, boolean) - Method in class com.cmobilecom.af.model.module.MultiTenant.SharedEntityType
Set the list of accesses that are granted to DataAccessUnit(instance or instanceType).
setAccessToken(AccessToken) - Method in interface com.cmobilecom.af.entity.security.AccessItem
Set its associated accessToken.
setAccessToken(String) - Method in interface com.cmobilecom.af.entity.system.MailServer
Set access token for OAUTH, which is used to access server API.
setAccessTokens(List<AccessToken>) - Method in interface com.cmobilecom.af.entity.security.Role
Set the list of AccessTokens that this role owns.
setAccessType(AccessType) - Method in exception com.cmobilecom.af.model.system.AccessDeniedException
Set access type for access denied
setAccordionView(AccordionView) - Method in class com.cmobilecom.af.model.bean.ViewConfig
Set accordionView.
setAction(VisitTarget.Action) - Method in class com.cmobilecom.af.model.behavior.VisitTarget
Set the action to take on client
setAction(String) - Method in class com.cmobilecom.af.model.container.Redirect
Set the action that will initiate request redirect when it is completed.
setActionDescriptor(ActionDescriptor) - Method in class com.cmobilecom.af.model.module.event.EntityCommitEvent
Set the ActionDescriptor of the event.
setActionDescriptor(ActionDescriptor) - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Set the ActionDescriptor that is related to the backing bean that owns this EntityDataSource.
setActionHandler(MapEntityBean.ActionHandler<T>) - Method in class com.cmobilecom.af.model.bean.MapEntityBean
Set the ActionHandler that handles property PartialBehaviorEvent and the commands of menu nodes.
setActionHandler(MapEntityBean.ActionHandler<T>, PersistenceDataViewConfig) - Static method in class com.cmobilecom.af.model.bean.MapEntityBean
Set the ActionHandler as a parameter in the viewConfig which handles property PartialBehaviorEvent and the commands of menu nodes.
setActionHandler(MenuNodeActionHandler) - Method in class com.cmobilecom.af.model.menu.MenuNode
Set action handler.
setActionListener(MenuNodeActionListener) - Method in class com.cmobilecom.af.model.menu.MenuNode
Set the action listener that will be notified before and after the action of this menu node is handled.
setActionOnChange(String) - Method in class com.cmobilecom.af.model.bean.PropertyDescriptor
Set actionOnChange command name.
setActionOnClick(ActionOnClick) - Method in class com.cmobilecom.af.model.property.RenderStyle
Set the action when property value is clicked for commandLink renderStyle
setActionOnClick(ActionOnClick, boolean) - Method in class com.cmobilecom.af.model.property.RenderStyle
Enable actionOnClick for the property that owns this renderStyle.
setActionOnClick(String) - Method in class com.cmobilecom.af.model.bean.PropertyDescriptor
Set actionOnClick command name.
setActive(int, boolean) - Method in class com.cmobilecom.af.model.view.AccordionView
Set active tab
setActive(Boolean) - Method in interface com.cmobilecom.af.entity.ActiveAware
Set the entity to be active or inactive.
setActiveIndex(int) - Method in class com.cmobilecom.af.model.view.TabView
Set active tab index.
setActiveIndexes(String) - Method in class com.cmobilecom.af.model.view.AccordionView
Set active indexes from string
setAddSeparatorBefore(boolean) - Method in class com.cmobilecom.af.model.menu.MenuNode
Set whether to add a separator before this menu node.
setAfResource(boolean) - Method in class com.cmobilecom.af.web.module.WebResource
Set whether this resource is an AF or app resource.
setAfterValue(boolean) - Method in class com.cmobilecom.af.model.property.Help
Set whether to display the message after property value.
setAggregate(StatisticsProperty.Aggregate) - Method in class com.cmobilecom.af.session.StatisticsProperty
Set the aggregate function for property value statistics.
setAjax(boolean) - Method in class com.cmobilecom.af.model.menu.ProgressDescriptor
Set whether to ajax poll progress value from server side
setAjax(boolean) - Method in class com.cmobilecom.af.model.property.EntityProgressProperty
Set whether to ajax poll progress value from server side
setAliasName(String) - Method in interface com.cmobilecom.af.session.criteria.CriteriaSelection
Set the alias for this selection.
setAmountDigits(String) - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Set property value number display format.
setAmountDigits(String, Integer) - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Set property value number display format.
setAmountDigitsMap(Map<String, Integer>) - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Set the map from property name to number of digits.
setAnimate(boolean) - Method in class com.cmobilecom.af.model.chart.Chart
Set whether animate is enabled for showing chart.
setAnimate(boolean) - Method in class com.cmobilecom.af.model.view.TreeView
Set whether to enable expand/collapse effect
setAnswers(Map<Integer, Answer>) - Method in interface com.cmobilecom.af.entity.form.Response
Set answers
setAnswerType(Question.AnswerType) - Method in class com.cmobilecom.af.entity.form.Question
Set answer type.
setApplyImmediate(Boolean) - Method in interface com.cmobilecom.af.session.criteria.CriteriaPropertyEqual
Set whether to set property value immediately when creating entity or query view.
setApplyToCreate(boolean) - Method in interface com.cmobilecom.af.session.criteria.CriteriaPropertyEqual
Set whether to set property value when creating entity.
setArguments(List<CriteriaExpression>) - Method in interface com.cmobilecom.af.session.criteria.CriteriaFunction
Set the arguments of the function of this expression.
setAscending(boolean) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean.OrderByProperty
Set this orderBy to be ascending or descending.
setAscending(boolean) - Method in interface com.cmobilecom.af.session.criteria.CriteriaOrder
Set whether this order is ascending or descending
setAskEntityCountToAdd(boolean) - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Set whether to ask how many entities to add by opening a dialog when users click add command
setAt(String) - Method in class com.cmobilecom.af.model.view.Overlay
Set the target element position to align with the widget.
setAttribute(EntityAttr) - Method in interface com.cmobilecom.af.entity.attr.EntityAttrOption
Set the attribute with which this option is associated.
setAttribute(EntityAttr) - Method in class com.cmobilecom.af.entity.attr.EntityAttrOptionBase
 
setAttribute(EntityAttr) - Method in interface com.cmobilecom.af.entity.attr.EntityAttrValue
Set the defined attribute for the value
setAttribute(EntityAttr) - Method in class com.cmobilecom.af.entity.attr.EntityAttrValueBase
 
setAttribute(String, Object) - Method in class com.cmobilecom.af.model.util.RequestHelper
Set the attribute with the name and value in the request.
setAttribute(String, String) - Method in class com.cmobilecom.af.model.bean.ColumnHeaders.Node
Set attribute value
setAttribute(Element, String, String) - Static method in class com.cmobilecom.af.util.XmlUtil
Set the attribute of the XML element.
setAttributes(Map<String, String>) - Method in class com.cmobilecom.af.model.bean.ColumnHeaders.Node
Set node attributes
setAuthResult(AuthResult) - Method in interface com.cmobilecom.af.model.security.LoginForm
Set AuthResult.
setAutoComplete(boolean) - Method in class com.cmobilecom.af.model.property.RenderStyle
Set whether auto complete is enabled.
setAutoCorrect(Boolean) - Method in interface com.cmobilecom.af.entity.persistence.IdRule
Set whether to correct an id automatically if it is not a valid barcode or does not conform to the rule.
setAutoDisplay(Boolean) - Method in class com.cmobilecom.af.model.menu.MenuViewConfig
Set whether auto display is enabled for menubar and tiered menu.
setAutoOpenQueryForm(boolean) - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactoryContext
Set whether to open query form automatically when showing entity list.
setBackingBean(BackingBean) - Method in class com.cmobilecom.af.web.module.BeanViewEncoder
Set the bean to be encoded
setBackingBean(PersistenceDataBackingBean<T>, boolean) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set the backing bean of this property.
setBackingBean(List<? extends EntityProperty<T>>) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Set the backing bean of entity properties to this bean.
setBackingBeanType(Class) - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Set the backing bean type to create backing bean(EntityBackingBean or EntityListBackingBean).
setBarcodePrefix(String) - Method in interface com.cmobilecom.af.entity.persistence.IdRule
Set barcode prefix.
setBarcodeType(IdRule.BarcodeType) - Method in interface com.cmobilecom.af.entity.persistence.IdRule
Set barcode type such as UPC, EAN-13, CODE_128.
setBccList(List<String>) - Method in interface com.cmobilecom.af.model.mail.EmailRequest
Set BCC receiver addresses
setBean(PageContent.BeanLocation, BackingBean, boolean) - Method in class com.cmobilecom.af.model.container.PageContent
Set the bean at the location(region number and position)
setBean(Integer, BackingBean) - Method in class com.cmobilecom.af.model.container.PageContent
Set bean in the region, removing existing beans.
setBeanLifecycleListener(BeanLifeCycleListener) - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Set bean lifecycle listener.
setBeanList(List<BackingBean>) - Method in class com.cmobilecom.af.model.container.Region
Set the list of beans in this region.
setBeanListener(BeanListener) - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Set bean listener.
setBoundDomains(List<BoundDomain>) - Method in interface com.cmobilecom.af.entity.system.Instance
Set a list of domains to which this subsystem is bound.
setCache(boolean) - Method in class com.cmobilecom.af.model.view.TabViewBase
Set whether to cache tabs on client
setCache(boolean) - Method in class com.cmobilecom.af.model.view.TreeView
Set whether to cache nodes on client
setCalculateStatistics(Boolean) - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Set whether to calculate statistics for entity list.
setCalendarPopup(boolean) - Method in class com.cmobilecom.af.model.property.RenderStyle
Set UI calendar component popup or inline
setCalendarYear(boolean) - Method in class com.cmobilecom.af.entity.report.ReportPeriod
Set whether this period based on calendar year.
setCaptchaRequired(boolean) - Method in class com.cmobilecom.af.model.menu.MenuNode
Set whether captcha is required to perform the action of this menu node.
setCaptchaRequired(Boolean) - Method in class com.cmobilecom.af.model.menu.MenuViewConfig.MenuNodeDescriptor
Set whether captcha is required for the menu node.
setCartesianChart(CartesianChart) - Method in class com.cmobilecom.af.model.chart.EntityChartProperty
Set cartesian chart model
setChanged(boolean) - Method in interface com.cmobilecom.af.entity.PersistenceEntity
Set or clear this entity changed flag.
setChanged(boolean) - Method in class com.cmobilecom.af.entity.PersistenceEntityBase
Set whether this entity has been changed, but has not been merged to persistence.
setChanged(boolean) - Method in class com.cmobilecom.af.model.bean.MapEntity
 
setCharacterTypes(List<PasswordPolicy.CharacterType>) - Method in class com.cmobilecom.af.model.security.PasswordPolicy
Set the types of characters that a password must contain.
setChartHeight(String) - Method in class com.cmobilecom.af.model.report.ReportQueryForm
Set chart height that can be pixel, em or percentage.
setChartType(ReportQueryForm.ChartType) - Method in class com.cmobilecom.af.model.report.ReportQueryForm
Set chart type such as Bar, Line, Pie chart.
setChartWidth(String) - Method in class com.cmobilecom.af.model.report.ReportQueryForm
Set chart width that can be pixel, em or percentage.
setCheckAvailabilityEnabled(boolean) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set whether to check if the property value is available when changed.
setChecked(boolean) - Method in interface com.cmobilecom.af.test.api.EntityProperty
Set property checked or unchecked if property input is shown as a checkbox.
setChild(int, MenuNode) - Method in class com.cmobilecom.af.model.menu.MenuNode
Replace the child menu node at the position with the new menu node
setChildElementTextValue(Element, String, String) - Static method in class com.cmobilecom.af.util.XmlUtil
Set child element text value.
setChildElementTextValue(Element, String, String, boolean) - Static method in class com.cmobilecom.af.util.XmlUtil
Set child element text value.
setChildIndex(Integer) - Method in class com.cmobilecom.af.model.behavior.VisitContainerBean
Set the index of child ContainerBean.
setChildren(List<ColumnHeaders.Node>, boolean) - Method in class com.cmobilecom.af.model.bean.ColumnHeaders.Node
Set the child nodes of this node
setChildren(List<ModuleNode>) - Method in class com.cmobilecom.af.model.module.ModuleNode
Set child module nodes.
setChildren(List<EntityProperty<T>>) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set the list of child properties.
setChoice(String) - Method in interface com.cmobilecom.af.entity.EntityChoiceSupport
Set the choice for selecting existing entity, creating new entity, or same as another property of its enclosing entity.
setClearRegionsOnCommand(String, List<Integer>) - Method in class com.cmobilecom.af.model.menu.MenuViewConfig
Set the regions to clear on executing the command.
setClearRenderRegions(boolean) - Method in class com.cmobilecom.af.model.behavior.PartialBehavior.ContainerRenderRegions
Set whether to clear existing beans in the regions when adding result beans to the regions.
setClicks(Integer) - Method in interface com.cmobilecom.af.entity.security.Invitation
Set number of clicks of the invitation link.
setClientId(VisitTarget, String) - Method in class com.cmobilecom.af.model.bean.Component
Set the clientId of this component for the visitTarget.
setClientId(VisitTarget, String) - Method in class com.cmobilecom.af.model.menu.MenuNode
 
setClientId(String) - Method in class com.cmobilecom.af.model.behavior.VisitEntityListRow
 
setClientId(String) - Method in class com.cmobilecom.af.model.behavior.VisitTarget
Set client id
setClientId(String) - Method in class com.cmobilecom.af.model.behavior.VisitUIComponent
 
setClosable(boolean) - Method in class com.cmobilecom.af.model.view.DialogView
Set whether this dialog to be closable?
setClosable(boolean) - Method in class com.cmobilecom.af.model.view.PanelView
Set whether the panel is closable.
setCloseDialogOncomplete(boolean) - Method in class com.cmobilecom.af.model.menu.ProgressDescriptor
Set whether to close progress dialog when targetMenuNode command is successfully executed.
setCloseExistDialog(boolean) - Method in class com.cmobilecom.af.model.behavior.VisitContainerBean
For opening a new dialog, set whether to add the script to close existing dialog with the same client id.
setCloseOnEscape(boolean) - Method in class com.cmobilecom.af.model.view.DialogView
Set whether to close dialog when ESC key is pressed.
setCode(String) - Method in interface com.cmobilecom.af.entity.security.ActivateCode
Set the code that is used to validate the activation URL.
setCode(String) - Method in interface com.cmobilecom.af.entity.security.Invitation
Set invitation code that is unique in the scope of instanceType.
setCollapsed(boolean) - Method in class com.cmobilecom.af.model.view.PanelView
Set whether the panel is collapsed.
setCollectDetailMessages(boolean) - Method in class com.cmobilecom.af.model.bean.BackingBeanResult
Enable/diasble collecting detail messages
setCols(int) - Method in class com.cmobilecom.af.model.property.RenderStyle
Set the number of columns for input textarea.
setColumnHeaders(ColumnHeaders) - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Set custom column headers of entity list tabular view.
setColumnHeadersRenderable(Boolean) - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Set whether entity list table headers is renderable.
setColumnToggle(ColumnToggle<T>) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Set column column toggle.
setCommand(String) - Method in class com.cmobilecom.af.entity.ActionDescriptor
Set command name that is not visible name for display.
setCommand(String) - Method in interface com.cmobilecom.af.entity.system.SystemLog
Set the command name of the action.
setCommand(String) - Method in class com.cmobilecom.af.model.menu.MenuNode
Set the command of this MenuNode.
setCommand(String[]) - Method in class com.cmobilecom.af.util.db.CommandDialectItem
Set command including name and its arguments such as program arg1 arg2 ...
setCommandStyleNumber(Integer) - Method in class com.cmobilecom.af.model.menu.MenuViewConfig
Set command render style number.
setCommitImmediate(boolean) - Method in class com.cmobilecom.af.entity.ActionDescriptor
Set whether to commit transaction immediately after the action is handled to enable page navigation by postRefreshViewAfterCommit() result.
setCompleted(boolean) - Method in class com.cmobilecom.af.entity.ActionDescriptor
Set whether the action is completed
setCompleted(double) - Method in class com.cmobilecom.af.util.Progress.Module
Set the percentage completed.
setComponent(Component) - Method in class com.cmobilecom.af.model.property.RenderStyle
Set the associated component EntityProperty or MenuNode.
setConfirmMessage(ParameterizedMessage) - Method in class com.cmobilecom.af.model.menu.MenuNode
Set confirm dialog message before executing the command of this menu node.
setConflictAction(EntityImport.ConflictAction) - Method in interface com.cmobilecom.af.entity.persistence.EntityImport
Set the ConflictAction on how to handle conflict.
setConflictAction(EntityImport.ConflictAction) - Method in class com.cmobilecom.af.model.entimport.FileUploadEntityImport
 
setConflictAction(EntityImport.ConflictAction) - Method in class com.cmobilecom.af.model.entimport.SystemEntityImport
 
setContainerBean(ContainerBean) - Method in class com.cmobilecom.af.model.bean.BackingBean
Set containerBean recursively.
setContainerBean(ContainerBean) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
 
setContainerBean(ContainerBean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Set container bean recursively, including header menu, footer menu, and property menus.
setContainerBean(ContainerBean) - Method in class com.cmobilecom.af.model.behavior.PartialBehavior.ContainerRenderRegions
Set the containerBean that is not the target containerBean if openDialog is true.
setContainerBean(ContainerBean) - Method in class com.cmobilecom.af.model.behavior.VisitRegion
Set the container bean of the region.
setContainerBean(ContainerBean) - Method in class com.cmobilecom.af.model.container.ContainerBean
Set the parent ContainerBean of this ContainerBean
setContainerBean(ContainerBean) - Method in class com.cmobilecom.af.model.container.PageContent
Set the ContainerBean of all the beans including those in the pageContent of its dialogBean.
setContainerBean(ContainerBean) - Method in class com.cmobilecom.af.model.menu.MenuBean
 
setContainerBean(ContainerBean) - Method in class com.cmobilecom.af.model.PageNavigation
Get the ContainerBean that will be used in the target page after page navigation.
setContainerBean(ContainerBean) - Method in class com.cmobilecom.af.test.api.ManageCenter
Set the containerBean of this manage center.
setContainerMenuBean(ContainerMenuBean) - Method in class com.cmobilecom.af.model.container.ContainerBean
Set the ContainerMenuBean of this ContainerBean.
setContainerRenderRegions(PartialBehavior.ContainerRenderRegions) - Method in class com.cmobilecom.af.model.behavior.PartialBehavior
Set the containerRenderRegions that specifies containerBean and render regions for PartialBehavior event handler to show results.
setContainerRenderRegions(PartialBehavior.ContainerRenderRegions) - Method in class com.cmobilecom.af.model.context.ActionContext
Set ContainerRenderRegions to hold action generated beans, which is used to override default.
setContainers(Set<String>) - Method in class com.cmobilecom.af.model.module.ModuleNode
Set the ContainerBeans where this module node is visible.
setContent(String) - Method in interface com.cmobilecom.af.entity.system.MailTemplate
Set email content
setContent(String) - Method in interface com.cmobilecom.af.model.mail.EmailRequest
Set email content
setContentEncoding(String) - Method in interface com.cmobilecom.af.model.mail.EmailRequest
Set email content encoding
setContext(MenuNodeFactoryContext) - Method in class com.cmobilecom.af.model.menu.MenuNodeFactory
Set the MenuNodeFactoryContext of this MenuNodeFactory.
setContext(TypedMenuNodeFactoryContext) - Method in class com.cmobilecom.af.model.menu.TypeDescriptor
Set the TypedMenuNodeFactoryContext will be the context of the TypedMenuNodeFactory of the entity type.
setContextData(Object) - Method in interface com.cmobilecom.af.model.menu.MenuNodeFactoryContext
Set context data that can be any object.
setContextData(Object) - Method in class com.cmobilecom.af.model.menu.SimpleMenuNodeFactoryContext
 
setContextId(String) - Method in interface com.cmobilecom.af.model.menu.MenuNodeFactoryContext
Set context Id that can be used to distinguish different menu nodes of a same entity type.
setContextId(String) - Method in class com.cmobilecom.af.model.menu.SimpleMenuNodeFactoryContext
 
setContextMenuAsChildren(boolean) - Method in class com.cmobilecom.af.model.menu.MenuBean
Set whether to treat the context menu of a menu node as its children? If true, context menu nodes will be merged to existing children (if any).
setContextMenuBean(MenuNodeContextMenuBean) - Method in class com.cmobilecom.af.model.menu.MenuNode
Set the context menu of this menu node.
setCorrelatedProperty(String) - Method in interface com.cmobilecom.af.session.criteria.CriteriaSubquery
Set the correlated property of its parent query.
setCount(Integer) - Method in class com.cmobilecom.af.model.menu.MenuNode
Set the count that is meaningful and will be shown with the menu node.
setCountLimit(Integer) - Method in class com.cmobilecom.af.model.property.EntityFileUploadProperty
Set file count limit to upload
setCountPartOfParent(boolean) - Method in class com.cmobilecom.af.model.menu.MenuNode
Set whether the count of this MenuNode is a part of the count of its parent menu node.
setCreatedDate(Date) - Method in interface com.cmobilecom.af.entity.CreatedDateAware
Set the created date.
setCreateEntityOnly(boolean) - Method in class com.cmobilecom.af.model.menu.TypeDescriptor
Set whether the menu node of the entity type is used to create entities only.
setCreateEntityOnly(boolean) - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactory
Set whether always to show a form to create entity which clicked
setCreateEntityViewConfig(EntityViewConfig) - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Set the EntityViewConfig to create an entity.
setCreateIfEmpty(boolean) - Method in class com.cmobilecom.af.model.menu.TypeDescriptor
Set whether to show form to create entity if there is no entities in persistence.
setCreateIfEmpty(boolean) - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactory
Set whether to show a form to create entity which clicked if there is no entities in persistence.
setCreateWhenRootNodeCreated(boolean) - Method in class com.cmobilecom.af.model.container.MenuSubTreeInfo
Set whether to create sub menu when the root menu node of the entity type is created
setCreator(User) - Method in interface com.cmobilecom.af.entity.CreatorAware
Set the user who created the entity.
setCriteriaElements(List<CriteriaElement>) - Method in interface com.cmobilecom.af.session.criteria.CriteriaSubquery
Set a list of criteria elements to build the subquery
setCssStyle(String) - Method in class com.cmobilecom.af.model.chart.EntityChartProperty
Set chart CSS style
setCurrencyCode(String) - Method in interface com.cmobilecom.af.entity.system.Parameters
Set currency code
setCurrencyCode(String) - Method in class com.cmobilecom.af.test.api.ManageCenter
Cache currency code that is same as that of BusinessParams.
setCurrentEntity(T) - Method in class com.cmobilecom.af.model.nav.EntityListToEntity
Set current entity
setCurrentEntity(T) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set current entity.
setCurrentEntityIndex(int) - Method in class com.cmobilecom.af.model.nav.EntityListToEntity
Set the current entity index in the whole entity list while navigating entities using previous or next command.
setCurrentPageIndex(int, Integer, Integer, PageableEntityList.PaginationChangeReason) - Method in class com.cmobilecom.af.model.pagination.MemoryEntityList
 
setCurrentPageIndex(int, Integer, Integer, PageableEntityList.PaginationChangeReason) - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Set current page index.
setCurrentPageIndex(int, Integer, Integer, PageableEntityList.PaginationChangeReason) - Method in class com.cmobilecom.af.model.pagination.QueryCriteriaEntityList
 
setCurrentPageSize(Integer) - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Set current page size for variable page size support.
setCurrentSchema(String) - Method in class com.cmobilecom.af.util.db.DbExec
Set current schema of session.
setCustomProperty(boolean) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set whether this property is a custom property.
setCustomValue(Object) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set value for custom property
setDataAccessUnit(DataAccessUnit) - Method in class com.cmobilecom.af.model.container.ContainerBean
Set the DataAccessUnit of this containerBean
setDataAccessUnit(DataAccessUnit) - Method in interface com.cmobilecom.af.model.menu.MenuNodeFactoryContext
Set the DataAccessUnit to access entities.
setDataAccessUnit(DataAccessUnit) - Method in class com.cmobilecom.af.model.menu.SimpleMenuNodeFactoryContext
 
setDataAccessUnit(DataAccessUnit) - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Set the DataAccessUnit for the dataSource.
setDataAccessUnit(DataAccessUnit) - Method in class com.cmobilecom.af.model.phase.JTATransaction
 
setDataAccessUnit(DataAccessUnit) - Method in class com.cmobilecom.af.model.phase.ResourceLocalTransaction
Change transaction persistence unit.
setDataAccessUnit(DataAccessUnit) - Method in interface com.cmobilecom.af.model.phase.Transaction
Change dataAccessUnit.
setDataAccessUnit(DataAccessUnit) - Method in class com.cmobilecom.af.model.phase.UserTransactionWrapper
Change transaction DataAccessUnit for non-JTA.
setDatabase(String) - Method in class com.cmobilecom.af.util.db.DbConfig
Set database or service name for creating connection url.
setDataOwner(User) - Method in class com.cmobilecom.af.entity.DataDescriptor
Set the owner of the data.
setDataSource(Object) - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Set the wrapped dataSource that can be any type.
setDataSourceIds(List<String>) - Method in class com.cmobilecom.af.model.entimport.SystemEntityImport
Set the list of data source id(s) for import.
setDataSourceTypes(List<String>) - Method in class com.cmobilecom.af.model.entimport.SystemEntityImportDescriptor
Set the list of data source types to import, null for all types.
setDatatipFormat(String) - Method in class com.cmobilecom.af.model.chart.Chart
Set datatip format.
setDataTransient(Boolean) - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Set whether data is transient and will not be persisted?
setDataType(DataType) - Method in class com.cmobilecom.af.model.menu.TypedMenuNode
Set dataType that will be mapped to entity type.
setDataType(Class<T>) - Method in class com.cmobilecom.af.entity.DataDescriptor
Set the data type of the data being described
setDatePeriod(EntityPropertyGroup<T>, LocalDate, ReportPeriod.PeriodType) - Static method in class com.cmobilecom.af.model.report.ReportUtil
Set the date period range to be the date period of the specified type that contains the specified date.
setDatePeriodNormalizedNames(List<String>) - Method in class com.cmobilecom.af.model.report.ReportEntity
Set the list of date period normalized names such as 2015-M5.
setDatePeriods(T, List<I18NName>, List<String>, List<DatePeriod>) - Method in class com.cmobilecom.af.model.report.ReportQueryFormBean
Create date periods and store their display names.
setDatePeriodSeries(List<I18NName>) - Method in class com.cmobilecom.af.model.report.ReportEntity
Set the list of date period display names that do not contain total/percentage columns.
setDateProperty(String) - Method in class com.cmobilecom.af.model.bean.EntityDeletionDescriptor
Set the date property name for DELETE_BY_DATE type whose values are used for comparison with a specified date.
setDbDescriptor(DbDescriptor) - Method in class com.cmobilecom.af.util.db.DbConfig
Set the DbDescriptor of this DbConfig
setDbmsClientHome(String) - Method in class com.cmobilecom.af.util.db.DbConfig
Set database client home that usually has bin directory to put commands for database related administration.
setDbmsType(String) - Method in class com.cmobilecom.af.util.db.DbDescriptor
Set dbms type
setDecoded(boolean) - Method in interface com.cmobilecom.af.entity.FormDesign
Set whether formDesign has been decoded from XML
setDefaultAttributeValues(PersistenceDataBackingBean<T>, T, boolean) - Static method in class com.cmobilecom.af.model.bean.UserDefinedPropertyBuilder
Set the value of an attribute to be its first option value if options are defined.
setDefaultAttrValues(T) - Method in class com.cmobilecom.af.model.bean.UserDefinedPropertyBuilder
Set default attribute values for the entity.
setDefaultCommand(boolean) - Method in class com.cmobilecom.af.model.menu.MenuNode
Set whether this menu node is the default command in the scope of its closest ancestor component of type EntityBackingBean or EntityListBackingBean.
setDefaultFormDesign(Boolean) - Method in interface com.cmobilecom.af.entity.FormDesign
Set whether this form design is default which will be used if there is no form design specified.
setDefaultMenuNodeDescriptor(MenuViewConfig.MenuNodeDescriptor) - Method in class com.cmobilecom.af.model.menu.MenuViewConfig
Set default menu node descriptor
setDefaultTime(String) - Method in class com.cmobilecom.af.model.property.RenderStyle
Get default time (hour:minute) for calendar component.
setDefaultUserAssignedId(T, boolean, PersistenceEntityManager) - Static method in class com.cmobilecom.af.model.util.IdGenerator
Set default id for the entity whose id is not auto-generated, but assigned by user.
setDefaultValueFromSelectItems(T, boolean) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set property default value to the first non-null value in its select items for selectOneMenu or selectOneRadio render style.
setDepth(int) - Method in class com.cmobilecom.af.model.bean.ColumnHeaders.Node
Set node depth.
setDescription(String) - Method in class com.cmobilecom.af.entity.ActionDescriptor
Set the description of the action that will be stored in SystemLog.
setDescription(String) - Method in interface com.cmobilecom.af.entity.system.SystemLog
Set the description of the action.
setDescription(String) - Method in class com.cmobilecom.af.model.container.PageInfo
Set page meta description.
setDescription(String) - Method in class com.cmobilecom.af.model.system.SystemConfig
Set the description of the system and subsystems(if any).
setDeviceId(String) - Method in interface com.cmobilecom.af.entity.security.UserClient
Set client device id.
setDialogBean(DialogBean) - Method in class com.cmobilecom.af.model.container.PageContent
Set the dialogBean that will be shown on the top of this PageContent.
setDialogBean(DialogBean) - Method in class com.cmobilecom.af.model.dialog.DialogEvent
Set the DialogBean of this event
setDialogListener(DialogListener) - Method in class com.cmobilecom.af.model.dialog.DialogBean
Set dialog listener
setDialogType(DialogBean.DialogType) - Method in class com.cmobilecom.af.model.dialog.DialogBean
Set dialogType.
setDialogView(DialogView) - Method in class com.cmobilecom.af.model.bean.ViewConfig
Set dialogView.
setDiameter(int) - Method in class com.cmobilecom.af.model.chart.PieChart
Set the diameter of pie chart
setDiffProperties(List<String>) - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig.EmbeddedStatistics
Set diff properties.
setDirection(BeanFlowNavigation.Direction) - Method in class com.cmobilecom.af.model.nav.BeanFlowNavigation
Set navigation direction
setDirectory(boolean) - Method in class com.cmobilecom.af.model.entimport.FileDataSource
Set file type: directory or file
setDisabled(boolean) - Method in class com.cmobilecom.af.model.behavior.PartialBehavior
Set whether this PartialBehavior is disabled for the associated event.
setDisabled(boolean) - Method in class com.cmobilecom.af.model.menu.MenuNode
For command menu node, set it to be disabled or enabled
setDisabled(int, boolean) - Method in class com.cmobilecom.af.model.view.AccordionView
Enable/disable the tab at the index.
setDismissable(boolean) - Method in class com.cmobilecom.af.model.view.PopupView
Set whether the popup is dismissable when clicking outside the popup.
setDisplayFormat(ReportQueryForm.DisplayFormat) - Method in class com.cmobilecom.af.model.report.ReportQueryForm
Set report display format.
setDisplayName(String) - Method in interface com.cmobilecom.af.entity.attr.EntityAttr
Set attribute display name on devices.
setDisplayName(String) - Method in class com.cmobilecom.af.entity.attr.EntityAttrBase
 
setDisplayOnly(boolean) - Method in class com.cmobilecom.af.model.menu.ProgressDescriptor
Set whether to display progress statically such as 50%.
setDisplayOnly(boolean) - Method in class com.cmobilecom.af.model.property.EntityProgressProperty
Set whether to display progress statically such as 50%.
setDisplayValueForNotNull(String) - Method in class com.cmobilecom.af.model.property.RenderStyle
Set display value if property value is not null.
setDisplayValueForNull(String) - Method in class com.cmobilecom.af.model.property.RenderStyle
Set display value if property value is null.
setDisplayValueOnly(boolean) - Method in class com.cmobilecom.af.model.property.RenderStyle
In showing mode, whether to show property value text in UI component such as TextArea, or display value as a string only.
setDistance(String) - Method in class com.cmobilecom.af.model.query.DistanceEntityProperty
Set the distance that is quantity and unit.
setDistinct(boolean) - Method in class com.cmobilecom.af.session.QueryCriteria
Set whether the query results are distinct before result transformation.
setDomain(String) - Method in interface com.cmobilecom.af.entity.system.BoundDomain
Set the domain name such as www.mydomain.com.
setDomains(List<String>) - Method in class com.cmobilecom.af.model.module.InstanceType
Set bound domains.
setDomEventSupport(DomEventSupport) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set the DOM event support.
setDraggable(boolean) - Method in class com.cmobilecom.af.model.view.DialogView
Set whether this dialog to be draggable?
setDynamic(boolean) - Method in class com.cmobilecom.af.model.property.Help
Set whether help message is dynamic.
setDynamic(boolean) - Method in class com.cmobilecom.af.model.view.TabViewBase
Set whether to load tabs on demand.
setDynamic(boolean) - Method in class com.cmobilecom.af.model.view.TreeView
Set whether to load tree nodes on demand
setDynamicHandler(String, boolean) - Method in class com.cmobilecom.af.model.behavior.DomEventSupport
Set whether the handler for the event is dynamic.
setDynamicPartialBehaviorSupport(boolean) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set whether partialBehaviorSupport is dynamic.
setDynamicRenderStyle(boolean) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set whether property render style is dynamic.
setDynamicSelectItems(boolean) - Method in class com.cmobilecom.af.model.property.RenderStyle
Set property selectItems dynamic.
setDynamicSelectQuery(boolean) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set selectQuery dynamic
setDynamicValue(boolean) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set whether the property value is dynamic.
setEditable(Boolean) - Method in class com.cmobilecom.af.model.bean.PropertyDescriptor
Set whether property is editable.
setEditable(Boolean) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set editable (Boolean) that will override property access control if not null.
setEditableIfCreating(boolean) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set whether this property is editable when creating its entity.
setEditableRecursively(Boolean) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set editable (Boolean) including its children recursively that will override property access control if not null.
setEditEnabled(Boolean) - Method in class com.cmobilecom.af.model.bean.PropertyDescriptor
Set whether the property is editing enabled even if its backingBean is not enabled for editing.
setEditEnabled(Boolean) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set whether this property is enabled for editing.
setEffect(String) - Method in class com.cmobilecom.af.model.view.TabView
Set tab switch effect that can be fade, slide, blind, clip, drop, explode, fold, puff, or scale.
setEffectDuration(String) - Method in class com.cmobilecom.af.model.view.TabView
Set the duration of tab switch: slow, normal, or fast.
setEmail(String) - Method in interface com.cmobilecom.af.entity.security.ResetPassword
Set the email address to receive the email for starting password reset process
setEmail(String) - Method in interface com.cmobilecom.af.entity.security.User
Set the email address that is associated with this user.
setEmbeddedObject(boolean) - Method in class com.cmobilecom.af.model.bean.ViewConfig
Set whether the component with which this viewConfig is associated an embedded object in a page.
setEmbeddedStatistics(EntityListViewConfig.EmbeddedStatistics) - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Set the EmbeddedStatistics that describes how to create and embed statistics entities.
setEnclosingPropertyEditEnabled(Boolean) - Method in class com.cmobilecom.af.model.bean.BackingBean
Set whether the enclosing property(if any) to be enabled for editing if this bean is managed by its enclosing bean.
setEndDate(LocalDate) - Method in class com.cmobilecom.af.entity.bus.MonthClose
Set the last day of the month.
setEndDate(T) - Method in class com.cmobilecom.af.entity.report.DatePeriod
Set the end time in time line.
setEndDateInclusive(boolean) - Method in class com.cmobilecom.af.entity.report.DatePeriod
Set whether this period includes the end date timestamp
setEndFormIndex(Integer) - Method in class com.cmobilecom.af.model.bean.EntityViewConfig
Set end form index of entity list form beans.
setEndPageIndex(Integer) - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Set the end page for render or process.
setEntities(List) - Method in class com.cmobilecom.af.model.module.event.EntityCommitEvent
Set the list of entities affected.
setEntitiesAddedOrDeleted(boolean) - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Set whether any entity has been added or deleted to this pageable entity list.
setEntity(int, T) - Method in class com.cmobilecom.af.model.pagination.MemoryEntityList
 
setEntity(int, T) - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Set the entity at the index in memory without updating persistence.
setEntity(int, T) - Method in class com.cmobilecom.af.model.pagination.QueryCriteriaEntityList
 
setEntity(T) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Set entity without refreshing FormBean data source.
setEntity(T) - Method in class com.cmobilecom.af.model.behavior.VisitProperty
Set the entity of the property
setEntity(T) - Method in class com.cmobilecom.af.model.dialog.DialogBean.EntityPropertyWithEntity
 
setEntity(T) - Method in class com.cmobilecom.af.model.nav.EntityListCreateEntity
Get the entity to create.
setEntity(T) - Method in class com.cmobilecom.af.model.nav.EntityOfEntityList
Set the entity at the entity index of current page.
setEntity(T, boolean) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Set entity for this bean.
setEntityAttr(EntityAttr) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set the EntityAttr.
setEntityAttrValue(EntityAttrValueSupport, EntityAttr, String) - Static method in class com.cmobilecom.af.model.bean.UserDefinedPropertyBuilder
Set the attribute value of the entity
setEntityAttrValue(T, String, String) - Method in class com.cmobilecom.af.model.bean.UserDefinedPropertyBuilder
Set the attribute value of the entity.
setEntityAttrValues(EntityAttrValueSupport, List<EntityAttrValue>) - Static method in class com.cmobilecom.af.model.bean.UserDefinedPropertyBuilder
Set the attribute values of the entity.
setEntityAttrValues(List<EntityAttrValue>) - Method in interface com.cmobilecom.af.entity.attr.EntityAttrValueSupport
Set the list of EntityAttrValue(s) that are the user-defined property values
setEntityChanged(boolean) - Method in class com.cmobilecom.af.model.dialog.DialogActionTracker
Set whether any entities has been changed.
setEntityCountToAdd(Integer) - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
If entityListBackingBean is a formBean of EntityFormBeanProperty, set the entity count to add every time the add command is clicked.
setEntityCreated(boolean) - Method in class com.cmobilecom.af.model.dialog.DialogActionTracker
Set whether any entities has been created.
setEntityDataSource(EntityDataSource<T>) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Set the EntityDataSource of this bean.
setEntityDataSource(EntityDataSource<T>) - Method in class com.cmobilecom.af.model.nav.EntityListCreateEntity
Set the entityDataSource for creating entityBackingBean.
setEntityDeleted(boolean) - Method in class com.cmobilecom.af.model.dialog.DialogActionTracker
Set whether any entities has been deleted.
setEntityFetchGraph(EntityFetchGraph) - Method in class com.cmobilecom.af.session.QueryCriteria
Get the entity fetch graph (inclusive or exclusive) for criteria API query.
setEntityFileIdentifier(EntityFileIdentifier) - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Set the EntityFileIdentifier for a EntityFile.
setEntityI18NMap(Map<String, Map<String, EntityI18N>>) - Method in interface com.cmobilecom.af.entity.i18n.EntityI18NSupport
Set entity I18N map from property to translations(map from locale to EntityI18N).
setEntityI18NMap(Map<String, Map<String, EntityI18N>>) - Method in class com.cmobilecom.af.entity.i18n.EntityI18NSupportBase
 
setEntityI18Ns(Set<EntityI18N>) - Method in interface com.cmobilecom.af.entity.i18n.EntityI18NSupport
Set the set of EntityI18N(s) that this entity has.
setEntityI18Ns(Set<EntityI18N>) - Method in class com.cmobilecom.af.entity.i18n.EntityI18NSupportBase
 
setEntityId(String) - Method in class com.cmobilecom.af.entity.EntityTypeId
Set entity id Hierarchy: hierarchyId NormativeId: nid Other types: id
setEntityImportDataSources(List<EntityImportDataSource>) - Method in class com.cmobilecom.af.model.entimport.SystemEntityImport
Set the list of EntityImportDataSource(s) to import entities from.
setEntityIndex(int) - Method in class com.cmobilecom.af.model.nav.EntityOfEntityList
Set the entity index within the current page
setEntityInitializer(EntityInitializer<T>) - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Set entity initializer for create/query view
setEntityList(List<T>) - Method in class com.cmobilecom.af.model.pagination.MemoryEntityList
Set the entity list for all pages.
setEntityListBackingBean(EntityListBackingBean<T>) - Method in class com.cmobilecom.af.model.nav.EntityListCreateEntity
Set the EntityListBackingBean that is the context for creating entity.
setEntityListBackingBean(EntityListBackingBean<T>) - Method in class com.cmobilecom.af.model.nav.EntityListToEntity
Get the EntityListBackingBean from which to view entities.
setEntityListBackingBean(EntityListBackingBean<T>) - Method in class com.cmobilecom.af.model.pagination.MemoryEntityList
 
setEntityListBackingBean(EntityListBackingBean<T>) - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Set the EntityListBackingBean to which this pageable entity list belongs.
setEntityListRowClientId(String) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Set entityList row clientId currently being visited.
setEntityManagerFactoryCacheKey(String) - Method in class com.cmobilecom.af.session.QueryDescriptor
Set the cache key of EntityManagerFactory for the instanceType or instance.
setEntityMenuNodeNameResolver(EntityNameResolver<T, ?>) - Method in class com.cmobilecom.af.model.container.MenuSubTreeInfo
Set the EntityNameResolver that resolves the menu node names for entities.
setEntityOfCurrentPage(int, T) - Method in class com.cmobilecom.af.model.pagination.MemoryEntityList
 
setEntityOfCurrentPage(int, T) - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Set the entity at the index in memory without updating persistence
setEntityOfCurrentPage(int, T) - Method in class com.cmobilecom.af.model.pagination.QueryCriteriaEntityList
 
setEntityProperties(List<EntityProperty<T>>) - Method in class com.cmobilecom.af.model.bean.EntityListRowExpansion
Set a list of entity properties in expansion row that can be any type of properties, including property group or formBeanProperty.
setEntityProperty(EntityProperty<T>) - Method in class com.cmobilecom.af.model.dialog.DialogBean.EntityPropertyWithEntity
 
setEntityPropertyList(List<EntityProperty<T>>) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Set the list of entity properties.
setEntityRef(EntityTypeId<T>) - Method in interface com.cmobilecom.af.entity.EntityReference
Set the referenced entity
setEntitySelectionRequired(EntityListBackingBean, boolean) - Method in class com.cmobilecom.af.model.menu.MenuNode
Set whether this command is executed on one or more selected entities.
setEntityType(DataType) - Method in interface com.cmobilecom.af.entity.DataTypeAware
Set entity type
setEntityType(DataType) - Method in interface com.cmobilecom.af.entity.persistence.IdGen
Set entity type
setEntityType(DataType<T>) - Method in class com.cmobilecom.af.entity.EntityTypeId
Set entity type
setEntityType(Class) - Method in class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean.Reference
Set the entity type that references to associated Hierarchy type
setEntityType(Class) - Method in class com.cmobilecom.af.model.entimport.SystemEntityImport
Set the type of entities to import
setEntityType(Class) - Method in class com.cmobilecom.af.model.menu.TypedMenuNode
Set entity type
setEntityType(Class) - Method in class com.cmobilecom.af.model.module.MultiTenant.SharedEntityType
Set shared entity type
setEntityType(Class) - Method in exception com.cmobilecom.af.model.system.AccessDeniedException
Set entity type for access denied
setEntityType(Class) - Method in class com.cmobilecom.af.model.system.Quota
Set the entity type for which this Quota is
setEntityType(Class) - Method in class com.cmobilecom.af.model.system.TypeAccessControl
Set entity type
setEntityType(Class<E>) - Method in class com.cmobilecom.af.session.PropertyCriteriaQueryBuilder
Set the entity type to query
setEntityType(Class<T>) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Set the entity type for this bean.
setEntityType(Class<T>) - Method in class com.cmobilecom.af.model.nav.EntityListCreateEntity
Set the type of entity to create.
setEntityTypeId(EntityTypeId) - Method in interface com.cmobilecom.af.entity.system.SystemLog
Set the entity affected by the action
setEntityViewConfig(EntityViewConfig) - Method in class com.cmobilecom.af.model.nav.EntityListCreateEntity
Set the entityViewConfig for creating entityBackingBean.
setEntityWebLinkPattern(String) - Method in class com.cmobilecom.af.model.container.MenuSubTreeInfo
Set entity output link pattern for outputLink renderStyle.
setErrorThrown(Throwable, boolean, ParameterizedMessage) - Method in class com.cmobilecom.af.model.bean.BackingBeanResult
setErrorThrown, and add error message if addErrorMessage is true.
setEscape(boolean) - Method in class com.cmobilecom.af.model.property.RenderStyle
Set whether to escape value for output text? For HTML text, it needs to be false.
setEvent(String) - Method in class com.cmobilecom.af.model.behavior.PartialBehavior
Set partial behavior event name such as change, action, focus.
setExclusive(boolean) - Method in class com.cmobilecom.af.session.EntityFetchGraph
Set whether this fetch graph is exclusive.
setExclusiveRCPT(boolean) - Method in interface com.cmobilecom.af.model.mail.EmailRequest
Set whether email recipients are exclusive? If true, send separate emails to each recipient, and there is only one recipient for each email.
setExecCommands(List<String>) - Method in class com.cmobilecom.af.model.nav.BeanFlowNavigation
Get a list of predefined commands to execute for navigation
setExecutable(File, boolean) - Static method in class com.cmobilecom.af.util.FileUtil
Set executable for all files under the directory, recursive.
setExecuteTarget(VisitTarget) - Method in class com.cmobilecom.af.model.behavior.PartialBehavior
Set execute targets, replacing any existing execute targets if any.
setExecuteTargets(List<VisitTarget>) - Method in class com.cmobilecom.af.model.behavior.PartialBehavior
Set execute targets, replacing any existing execute targets if any.
setExpanded(boolean) - Method in class com.cmobilecom.af.model.menu.MenuNode
Set whether this menu node is expanded for tree menu.
setExpandedDepth(Integer) - Method in class com.cmobilecom.af.model.view.TreeView
Set the initial expanded depth of tree nodes.
setExpireDate(Date) - Method in interface com.cmobilecom.af.entity.system.MailServer
Set the expiration timestamp of the access token.
setExpression(CriteriaExpression<T>) - Method in interface com.cmobilecom.af.session.criteria.CriteriaOrder
Set the expression to order by
setExpressions(List<CriteriaExpression>) - Method in interface com.cmobilecom.af.session.criteria.CriteriaGroup
Set a list of expressions to group by
setFactory(MenuNodeFactory) - Method in class com.cmobilecom.af.model.menu.MenuNode
Set menu node factory.
setFAL(MenuNodeFactory, MenuNodeActionHandler, MenuNodeLazyInitializer) - Method in class com.cmobilecom.af.model.menu.MenuNode
Set factory, action handler and initializer.
setFALFromParent() - Method in class com.cmobilecom.af.model.menu.MenuNode
Set factory, action handler and initializer from its parent menu node if they are not initialized.
setFeedback(boolean) - Method in class com.cmobilecom.af.model.property.RenderStyle
Set whether to show strength while typing password
setFetchLazy(Boolean) - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Set whether to fetch lazy properties during prepareEntity.
setFile(String) - Method in class com.cmobilecom.af.model.entimport.SystemEntityImportBean.DataSourceEntry
Set data source file that contains data to import
setFileName(String) - Method in interface com.cmobilecom.af.entity.Lob
Set file name on file system, including extension.
setFileName(String) - Method in class com.cmobilecom.af.entity.LobBase
 
setFilePath(String) - Method in class com.cmobilecom.af.model.entimport.FileDataSource
Set file path: entry name in jar or absolute path on file system
setFill(boolean) - Method in class com.cmobilecom.af.model.chart.PieChart
Set whether pie chart is filled with different colors.
setFillBlankRowsIfAdjustForward(boolean) - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
For variable page size support, set whether to fill rows from next page if there is not enough entities for the current page.
setFooterMenuBean(MenuBean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Set footer menu bean that is rendered under the content.
setFooterMenuViewConfig(MenuViewConfig) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Set footer menu ViewConfig that is the nested ViewConfig with name: footerMenu.
setForce(boolean) - Method in class com.cmobilecom.af.model.property.Help
Set whether to show help message even if the property is in showing mode?
setForceSelection(boolean) - Method in class com.cmobilecom.af.model.property.RenderStyle
For autoComplete component, set whether to force user to select items from suggestions.
setForm(Form) - Method in class com.cmobilecom.af.entity.form.Question
 
setForm(Form) - Method in interface com.cmobilecom.af.entity.form.Response
Set the form with which this response is associated.
setFormBean(BackingBean) - Method in class com.cmobilecom.af.model.property.EntityFormBeanProperty
Set the form bean of this EntityFormBeanProperty for current entity.
setFormBean(T, BackingBean) - Method in class com.cmobilecom.af.model.property.EntityFormBeanProperty
Set the form bean of this EntityFormBeanProperty for the entity.
setFormBeanEntityDataSourceParameter(String, String, Object) - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Set a parameter value of the formBean's EntityDataSource.
setFormBeanEntityDataSourceParameters(String, Map<String, Object>) - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Set the parameters that will be passed to the entityDataSource of the formBean.
setFormBeanEntityType(Class) - Method in class com.cmobilecom.af.model.property.EntityFormBeanProperty
Set formBean entity type.
setFormBeanLifecycleListener(String, BeanLifeCycleListener) - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Set the lifecycle listener of the formBean, which is a parameter of the formBean's EntityDataSource.
setFormBeanListener(String, BeanListener) - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Set the bean listener of the formBean, which is a parameter of the formBean's EntityDataSource.
setFormBeanViewConfig(String, ViewConfig) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Set the ViewConfig of the formBean property
setFormDesign(FormDesign) - Method in class com.cmobilecom.af.model.bean.EntityViewConfig
Set the FormDesign for layout of properties
setFormDesign(FormDesign) - Method in class com.cmobilecom.af.model.nav.BeanFlowNavigation
Set the form design for the previous or next stop.
setFormDesign(FormDesign) - Method in interface com.cmobilecom.af.model.print.EntityBatchPrint
Set the FormDesign for entity layout view
setFormDesign(FormDesign) - Method in class com.cmobilecom.af.model.print.EntityBatchPrintBase
 
setFormDesignImplClass(Class) - Method in class com.cmobilecom.af.model.formdesign.FormDesignDescriptor
Set FormDesign implementation class
setFormDesignXml(String) - Method in interface com.cmobilecom.af.entity.FormDesign
Set form design in XML
setFormId(String) - Method in interface com.cmobilecom.af.entity.FormDesign
Set form id that is different form PersistenceEntity.setId(Long).
setFormRange(Integer, Integer) - Method in class com.cmobilecom.af.model.bean.EntityViewConfig
Set end form index of entity list form beans.
setFormsPerPage(Integer) - Method in interface com.cmobilecom.af.model.print.EntityBatchPrint
Set the number of forms(entities) per page
setFormsPerPage(Integer) - Method in class com.cmobilecom.af.model.print.EntityBatchPrintBase
 
setFormWrapperTopBottomMargin(Integer) - Method in interface com.cmobilecom.af.model.print.EntityBatchPrint
Set the margin above and below each form (entity).
setFormWrapperTopBottomMargin(Integer) - Method in class com.cmobilecom.af.model.print.EntityBatchPrintBase
 
setFormXml(String) - Method in interface com.cmobilecom.af.entity.form.Form
Set form encoded XML.
setFrom(String) - Method in interface com.cmobilecom.af.entity.system.MailTemplate
Set email from address.
setFrom(String) - Method in interface com.cmobilecom.af.model.mail.EmailRequest
Set email from address
setFullSearchEnabled(Boolean) - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Set whether full search is enabled If enabled(true), current user can search all the entities without limitation.
setFunction(CriteriaFunction.Function) - Method in interface com.cmobilecom.af.session.criteria.CriteriaFunction
Set the function of this expression
setGenAuthToken(boolean) - Method in interface com.cmobilecom.af.model.security.LoginForm
Set whether to generate auth token after successful authentication that will be appended to the redirect URL for auto signing in to another DataAccessUnit.
setGroup(EntityPropertyGroup<T>) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set the group to which this EntityProperty belong.
setGroupBy(Integer) - Method in class com.cmobilecom.af.model.report.ReportQueryForm
Set the groupBy for the report that is used to build query.
setGroupByProperties(List<String>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Set the properties to group by in query view.
setGroupByProperty(boolean) - Method in class com.cmobilecom.af.model.property.QueryInfo
Set whether the property is a query group-by property.
setGroupByValueEntityMap(Map<Comparable, PersistenceEntity>) - Method in class com.cmobilecom.af.model.report.ReportEntity
Set the map from groupBy value to its corresponding entity.
setGroupByValueList(List<Comparable>) - Method in class com.cmobilecom.af.model.report.ReportEntity
Set the list of groupBy values for grouping.
setGrouping(boolean) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set whether this property is grouping of its child properties.
setGroupQuery(boolean) - Method in class com.cmobilecom.af.session.QueryCriteria
Set whether the query is a grouping query.
setGroupTitleRow(boolean) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set whether this property is a title row in table layout
setGuestToken(Boolean) - Method in interface com.cmobilecom.af.entity.security.AccessToken
Set whether this token is a gust token.
setHasCreatePermission(Boolean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Set whether currentUser has create permission of entities.
setHasCreatePermission(Boolean) - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactoryContext
Set hasCreatePermission on entities that overrides access control.
setHasDeletePermission(Boolean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Set whether currentUser has delete permission on entities.
setHasDeletePermission(Boolean) - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactoryContext
Set hasDeletePermission on entities that overrides access control.
setHasEditPermission(Boolean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Set whether currentUser has edit permission on entities.
setHasEditPermission(Boolean) - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactoryContext
Set hasEditPermission on entities that overrides access control.
setHasMoveUpDownPermission(Boolean) - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Set whether the current user has the permission to move entity up/down.
setHasViewPermission(Boolean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Set whether currentUser has view permission on the entity or entity list.
setHasViewPermission(Boolean) - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactoryContext
Set hasViewPermission on entities that overrides access control.
setHeaderMenuBean(MenuBean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Set header menu bean that is rendered above the content.
setHeaderMenuViewConfig(MenuViewConfig) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Set header menu ViewConfig that is the nested ViewConfig with name: headerMenu.
setHeight(Integer) - Method in class com.cmobilecom.af.model.view.DialogView
Set dialog height in pixels.
setHelp(Help) - Method in class com.cmobilecom.af.model.bean.PropertyDescriptor
Set help message
setHelp(Help) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set the help for this property.
setHelpPathInfo(PersistenceDataBackingBean.HelpPathInfo) - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactoryContext
Set HelpPathInfo the entity type that override default.
setHidden(boolean) - Method in class com.cmobilecom.af.model.bean.BackingBean
Set whether this bean is hidden.
setHidden(boolean) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set whether this property is hidden(not rendered)
setHidden(Boolean) - Method in interface com.cmobilecom.af.entity.FormDesign
Set whether this form design is hidden from user to be selected as the form design of an entity.
setHiddenForQuery(boolean) - Method in interface com.cmobilecom.af.session.criteria.CriteriaPropertyEqual
Set whether this query element is hidden in query view.
setHiddenIfEmpty(Boolean) - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Set whether to hide the entity list bean if entity list is empty.
setHiddenPropertyQueryElements(List<CriteriaElement>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Set the list of hidden CriteriaElement(s) that will be added to query criteria.
setHierarchyId(String) - Method in interface com.cmobilecom.af.entity.Hierarchy
Set the hierarchy id of this Hierarchy.
setHierarchyId(String) - Method in class com.cmobilecom.af.entity.SimpleHierarchyEntity
 
setHierarchyWebLinkPattern(String) - Method in class com.cmobilecom.af.model.container.MenuSubTreeInfo
Set hierarchy output link pattern for outputLink renderStyle.
setHint(String, Object) - Method in class com.cmobilecom.af.session.QueryCriteria
Set a hint.
setHint(String, Object) - Method in class com.cmobilecom.af.session.QueryDescriptor.QueryHints
Set a hint.
setHomeContents(String) - Method in interface com.cmobilecom.af.entity.system.UserOptions
Set the contents to show for home page in manage center.
setHomePage(Page) - Method in interface com.cmobilecom.af.entity.system.UserOptions
Set the home page for manage center.
setHost(String) - Method in class com.cmobilecom.af.util.db.DbConfig
Set database server host
setIcon(int) - Method in class com.cmobilecom.af.model.menu.MenuNode
Set icon for commandLink or commandButton.
setIcon(int, boolean) - Method in class com.cmobilecom.af.model.menu.MenuNode
Set icon and whether to display icon only
setIcon(Integer) - Method in class com.cmobilecom.af.model.menu.MenuViewConfig.MenuNodeDescriptor
Set menu node icon.
setIcon(String) - Method in class com.cmobilecom.af.model.container.PageInfo
Set icon URL.
setIcon(String) - Method in class com.cmobilecom.af.model.menu.MenuNode
Set icon for commandLink or commandButton.
setIcon(String) - Method in class com.cmobilecom.af.model.module.InstanceType
Set the icon url for this MuduleSet.
setIcon(String, boolean) - Method in class com.cmobilecom.af.model.menu.MenuNode
Set icon and whether to display icon only
setIconOnly(boolean) - Method in class com.cmobilecom.af.model.menu.MenuNode
Set whether to display an icon only without name
setIconOnly(Boolean) - Method in class com.cmobilecom.af.model.menu.MenuViewConfig
Set whether menu nodes are rendered as icon without text
setId(Long) - Method in interface com.cmobilecom.af.entity.PersistenceEntity
Set id that can be auto generated or assigned by user
setId(Long) - Method in class com.cmobilecom.af.entity.PersistenceEntityBase
Set the entity id that is the primary key used to join with associated entities.
setId(Long) - Method in class com.cmobilecom.af.model.bean.MapEntity
 
setId(String) - Method in class com.cmobilecom.af.model.entimport.SystemEntityImportBean.DataSourceEntry
Set entry id, which is not entity id
setId(String) - Method in class com.cmobilecom.af.model.menu.MenuNode
Set menu node id that is unique within its MenuBean.
setId(String) - Method in class com.cmobilecom.af.model.module.InstanceType
Set the id of this instance type
setIdentifier(EntityFileIdentifier) - Method in interface com.cmobilecom.af.entity.persistence.EntityFile
Set entity file identifier.
setIdGenStrategy(IdRule.IdGenStrategy) - Method in interface com.cmobilecom.af.entity.persistence.IdRule
Set id generate strategy.
setIdValue(Long) - Method in interface com.cmobilecom.af.entity.persistence.IdGen
Set current maximum used idValue of the entity type.
setIgnoreIfMissing(boolean) - Method in class com.cmobilecom.af.util.ParameterizedMessage
Set whether to ignore this message if the messageId is missing from the resource bundle.
setImage(String) - Method in class com.cmobilecom.af.model.container.PageInfo
Set the image URL for sharing the page on social media.
setImmediate(boolean) - Method in class com.cmobilecom.af.model.menu.MenuNode
Set whether the action of this menu node will be handled in JSF apply request value phase, skipping model update.
setImportDataSourceTypes(List<String>) - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactoryContext
Set the data source types for importing entities from system.
setImportHandleModule(String) - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactoryContext
Set the name of module that will handle entity import.
setIncludeEntities(boolean) - Method in class com.cmobilecom.af.model.container.MenuSubTreeInfo
Set whether to list entities in the sub menu
setInheritable(boolean) - Method in class com.cmobilecom.af.model.menu.MenuNodeContextMenuBean
Set whether this context menu can be inherited by the descendant menu nodes of the target menu node
setInitialEntityCount(Integer) - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
If entityListBackingBean is a formBean of EntityFormBeanProperty, Set the initial number of entities to create.
setInitialized(boolean) - Method in class com.cmobilecom.af.model.menu.MenuNode
Set whether this menu node is initialized.
setInitialPageIndex(Integer) - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Set the initial page to show.
setInitialViewConfig(PersistenceDataViewConfig) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
setInline(boolean) - Method in class com.cmobilecom.af.util.db.SqlDialectItem
Set whether the sql is inline statements separated by comma.
setInputDataBean(EntityBackingBean) - Method in class com.cmobilecom.af.model.menu.MenuNode
Set the inputDataBean of this MenuNode that is an EntityBackingBean for user to input data for the action.
setInputDataDate(Date) - Method in class com.cmobilecom.af.model.menu.MenuNode
Set the input data single value as Date
setInputDataSingleValue(Object) - Method in class com.cmobilecom.af.model.menu.MenuNode
Set inputData single value.
setInputDataString(String) - Method in class com.cmobilecom.af.model.menu.MenuNode
Set the input data single value as String
setInstance(Instance) - Method in interface com.cmobilecom.af.entity.PersistenceEntity
Set the associated Instance (tenant) of this entity if multitenant is enabled for this entity type and application-managed multitenancy is supported and multitenant.fetchTenantAttr(hint) is enabled.
setInstance(Instance) - Method in class com.cmobilecom.af.entity.PersistenceEntityBase
 
setInstance(Instance) - Method in interface com.cmobilecom.af.entity.system.BoundDomain
Set the instance to which this domain is bound.
setInstance(Instance) - Method in class com.cmobilecom.af.model.bean.MapEntity
 
setInstance(Instance) - Method in class com.cmobilecom.af.model.system.DataAccessUnit
Set instance.
setInstance(Instance) - Method in class com.cmobilecom.af.session.QueryDescriptor
Set the subsystem of the query.
setInstanceId(Long) - Method in interface com.cmobilecom.af.model.security.LoginForm
Set the id of the subsystem to login into.
setInstanceType(InstanceType) - Method in class com.cmobilecom.af.model.system.DataAccessUnit
Set instance type
setInstanceTypeId(String) - Method in interface com.cmobilecom.af.entity.system.Instance
Set the instance type id of this Instance
setInterval(int) - Method in class com.cmobilecom.af.model.property.EntityProgressProperty
Set the poll interval for progress value on server side.
setInterval(Integer) - Method in class com.cmobilecom.af.model.menu.ProgressDescriptor
Set poll interval for progress value on server side for ajax mode.
setInvalidUserInput(Object) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set invalid user input for current row.
setInvitation(Invitation) - Method in interface com.cmobilecom.af.entity.security.InvitationResponse
Set the associated invitation.
setInvitee(User) - Method in interface com.cmobilecom.af.entity.security.InvitationResponse
Set invitee user if the invitation leads to user registration.
setInviteeDeviceId(String) - Method in interface com.cmobilecom.af.entity.security.InvitationResponse
Set the device id of the invitee who responded to the invitation.
setInviteeEmail(String) - Method in interface com.cmobilecom.af.entity.security.Invitation
Set invitee email address.
setInviteeName(String) - Method in interface com.cmobilecom.af.entity.security.Invitation
Set invitee name.
setInvitor(User) - Method in interface com.cmobilecom.af.entity.security.Invitation
Set invitor user.
setIpAddress(String) - Method in interface com.cmobilecom.af.entity.system.SystemLog
Set the user ip address.
setItemMargin(int) - Method in class com.cmobilecom.af.model.chart.Chart
Set the margin between items(e.g.
setItems(List<DialectItem>) - Method in class com.cmobilecom.af.util.db.Dialect
set the list of DialectItem(s) that compose this dialect.
setKey(String) - Method in class com.cmobilecom.af.model.menu.MenuViewConfig.MenuNodeDescriptor
Set the key of this MenuNodeDescriptor that can be root, entity for Hierarchy, or command name.
setKeywords(String) - Method in class com.cmobilecom.af.model.container.PageInfo
Set page meta keywords
setLabel(I18NName) - Method in class com.cmobilecom.af.model.property.SelectItem
Set item label
setLabels(List<I18NName>) - Method in class com.cmobilecom.af.model.chart.Chart
Set the list of labels for the series data values.
setLabelTemplate(String) - Method in class com.cmobilecom.af.model.menu.ProgressDescriptor
Set progress bar label template.
setLabelTemplate(String) - Method in class com.cmobilecom.af.model.property.EntityProgressProperty
Set labelTemplate.
setLastCodeSentTime(Date) - Method in class com.cmobilecom.af.model.security.AuthResult
Set the timestamp that the last verification code was sent.
setLastLoginDate(Date) - Method in interface com.cmobilecom.af.entity.security.UserClient
Set the user's last login date(or registration date) from this device.
setLastLoginIP(String) - Method in interface com.cmobilecom.af.entity.security.UserClient
Set the user's last login IP(or registration) from this device.
setLastModifiedDate(Date) - Method in interface com.cmobilecom.af.entity.LastModifiedDateAware
Set the last modified date of the entity
setLayout(LayoutType) - Method in class com.cmobilecom.af.model.property.RenderStyle
Set property group layout such as flow, table, tab view.
setLayout(String) - Method in interface com.cmobilecom.af.entity.FormDesign
Set the layout HTML code that can contain expressions.
setLayoutCode(String) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig.PropertyGroup
Set the layout code embedded with property expressions
setLayoutCode(String) - Method in class com.cmobilecom.af.model.property.EntityPropertyGroup
Set the layout code with embedded member properties.
setLayoutColumns(Integer) - Method in interface com.cmobilecom.af.entity.system.UserOptions
Set the number of columns for grid or columnView layout.
setLayoutColumns(Integer) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Set the layout columns for grid/column view.
setLayoutColumns(Integer) - Method in class com.cmobilecom.af.model.container.Region
Set the number of columns for LayoutType.GRID and LayoutType.COLUMN_VIEW layout.
setLayoutDirection(PersistenceDataViewConfig.LayoutDirection) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Set layout direction.
setLayoutDirection(PersistenceDataViewConfig.LayoutDirection) - Method in class com.cmobilecom.af.model.container.Region
Set the orientation to show beans for LayoutType.GRID and LayoutType.COLUMN_VIEW layout.
setLayoutFullPage(boolean) - Method in class com.cmobilecom.af.model.container.ContainerBean
Set whether layout code is full page layout.
setLayoutType(LayoutType) - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig.RowExpansion
Set the layout of the row expansion properties
setLayoutType(LayoutType) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig.PropertyGroup
Set member property layout type
setLayoutType(LayoutType) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Set layout type.
setLayoutType(LayoutType) - Method in class com.cmobilecom.af.model.container.Region
Set layout type.
setLayoutType(Integer) - Method in interface com.cmobilecom.af.entity.system.UserOptions
Set the layout type of the region showing the home contents.
setLazyInitializer(MenuNodeLazyInitializer) - Method in class com.cmobilecom.af.model.menu.MenuNode
Set the MenuNodeLazyInitializer that will initialize this menu node and create its child menu nodes(if any) if this menu node is not initialized.
setLeafCount(int) - Method in class com.cmobilecom.af.model.bean.ColumnHeaders.Node
Set total number of leaf nodes of this node
setLeafRequired(boolean) - Method in class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean.Reference
Set whether the property requires a leaf hierarchy entity
setLegendPosition(ReportQueryForm.LegendPosition) - Method in class com.cmobilecom.af.model.report.ReportQueryForm
Set legend position
setLegendPosition(String) - Method in class com.cmobilecom.af.model.chart.Chart
Set chart legend position.
setLength(Integer) - Method in interface com.cmobilecom.af.entity.persistence.IdRule
Set barcode length.
setLibrary(String) - Method in class com.cmobilecom.af.web.module.WebResource
Set library name such as com.mycompany
setLicenseFeatureRequired(ModuleScopedName) - Method in class com.cmobilecom.af.model.menu.MenuNode
Set the licenseFeature required to execute the menuNode command.
setLicenseFeatureRequired(ModuleScopedName) - Method in class com.cmobilecom.af.model.menu.TypeDescriptor
Set the license feature required to execute the command of the menu node for the entity type.
setListItemLayoutCode(String) - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
For LIST layout type, set the list item layout code that contains property expressions.
setLoaded(int, boolean) - Method in class com.cmobilecom.af.model.view.AccordionView
Set the tab to be loaded or unloaded
setLocale(String) - Method in interface com.cmobilecom.af.entity.i18n.EntityI18N
Set the locale for property value
setLocale(String) - Method in class com.cmobilecom.af.entity.i18n.EntityI18NBase
 
setLocale(Locale) - Method in interface com.cmobilecom.af.entity.system.MailTemplate
Set locale for email.
setLocale(Locale) - Method in interface com.cmobilecom.af.entity.system.Parameters
Set the locale of the associated DataAccessUnit.
setLocale(Locale) - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Set current locale
setLocale(Locale) - Method in interface com.cmobilecom.af.model.mail.EmailRequest
Set the locale of email message
setLocalized(boolean) - Method in class com.cmobilecom.af.util.ParameterizedMessage
Set whether the messageId is localized.
setLocationType(FileDataSource.LocationType) - Method in class com.cmobilecom.af.model.entimport.FileDataSource
Set file location type: jar or file system
setLocked(boolean) - Method in class com.cmobilecom.af.model.menu.MenuBean
Set whether menuBean to be locked, and menuNodes can not be added.
setLogger(Logger) - Method in class com.cmobilecom.af.util.db.DbExec
Set logger
setLoginRequired(boolean) - Method in class com.cmobilecom.af.model.menu.MenuNode
Set whether user is required to login before executing the command of this MenuNode.
setLogo(String) - Method in class com.cmobilecom.af.model.container.PageInfo
Set logo URL.
setLogo(String) - Method in class com.cmobilecom.af.model.module.InstanceType
Set the logo url for this MuduleSet.
setManageMode(boolean) - Method in class com.cmobilecom.af.model.bean.BackingBean
Set manage mode.
setManageMode(Boolean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Set manage mode.
setManifest(String) - Method in class com.cmobilecom.af.model.container.PageInfo
Set the manifest file URL for the page.
setMarkAsRequired(boolean) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set whether the property is marked as required in UI.
setMatchOption(KeywordEntityProperty.MatchOption) - Method in class com.cmobilecom.af.model.query.KeywordEntityProperty
Set the match option for keywords to match the properties
setMatchType(CriteriaFunction.Function) - Method in class com.cmobilecom.af.model.property.QueryInfo
Set the match type that is used to build query criterion.
setMathContext(MathContext) - Method in class com.cmobilecom.af.util.expr.Expression
Set the MathContext used for expression evaluation involving BigDecimal operands.
setMaxFractionDigits(int) - Method in class com.cmobilecom.af.model.property.NumberDescriptor
Set maximum number of fraction digits
setMaximizable(boolean) - Method in class com.cmobilecom.af.model.view.DialogView
Set whether this dialog to be maximizable?
setMaxLength(int) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set the maximum length if property type is String.
setMaxValue(long) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set the maximum value if property type is Number.
setMaxValue(Integer) - Method in class com.cmobilecom.af.entity.form.Question
Set range max value for Question.AnswerType.SELECT_ONE_RANGE
setMediaParams(Map<String, Object>) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Set the media parameters for one or a list of media.
setMemberSeparator(String) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig.PropertyGroup
Set member property separator for FLOW layout.
setMemberSeparator(String) - Method in class com.cmobilecom.af.model.property.RenderStyle
Set the member property separator for grouping property.
setMemberType(Class) - Method in class com.cmobilecom.af.model.property.EntityCollectionProperty
Set the member type of the property value that is a Collection.
setMenuBean(MenuBean) - Method in class com.cmobilecom.af.model.menu.MenuNode
Set the MenuBean of this MenuNode
setMenuNodeActionSource(MenuNodeActionSource) - Method in interface com.cmobilecom.af.model.security.LoginForm
Set the menuNode command to execute after login.
setMenuNodeDescriptor(String, MenuViewConfig.MenuNodeDescriptor) - Method in class com.cmobilecom.af.model.menu.MenuViewConfig
Set menu node descriptor
setMenuNodeFactories(List<ModuleNode.MenuNodeFactory>) - Method in class com.cmobilecom.af.model.module.ModuleNode
Set a list of menus that will be aggregated into container menu.
setMenuNodeFactory(MenuNodeFactory) - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Set the MenuNodeFactory of the menuNode whose action handler creates the EntityBackingBean or EntityListBackingBean that owns this EntityDataSource.
setMenuNodesDenied(Set<String>) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Set denied menu nodes that applies to both header and footer menu.
setMenuNodesSupported(String...) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Set supported menu nodes that applies to both header and footer menu.
setMenuNodesSupported(List<String>) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Set supported menu nodes that applies to both header and footer menu.
setMenuNodesToHide(Set<String>) - Method in class com.cmobilecom.af.model.menu.MenuViewConfig
Set menu nodes to hide.
setMenuNodesToShow(List<String>) - Method in class com.cmobilecom.af.model.menu.MenuViewConfig
Set menu nodes to show.
setMenuStyle(MenuViewConfig.MenuStyle) - Method in class com.cmobilecom.af.model.container.MenuSubTreeInfo
Set the menuStyle in case that the sub menu is shown separately as a MenuBean.
setMenuStyle(MenuViewConfig.MenuStyle) - Method in class com.cmobilecom.af.model.menu.MenuViewConfig
Set menuStyle
setMenuSubTreeInfo(MenuSubTreeInfo<T>) - Method in class com.cmobilecom.af.model.menu.TypeDescriptor
Set the MenuSubTreeInfo that is used to create sub menu.
setMenuSubTreeInfo(MenuSubTreeInfo<T>) - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactory
Set the MenuSubTreeInfo that describes the subtree of entity type menu node.
setMessage(int, BackingBeanMessage) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set property message for the specified row
setMessage(BackingBean.MessageLocation, ParameterizedMessage) - Method in class com.cmobilecom.af.model.bean.BackingBean
Set the message at the location.
setMessage(BackingBean.MessageLocation, ParameterizedMessage) - Method in class com.cmobilecom.af.model.bean.ViewConfig
Set the message at the location.
setMessage(BackingBeanMessage) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set property message for current row
setMessage(BackingBeanMessage, EntityProperty) - Method in class com.cmobilecom.af.model.bean.BackingBean
Set Entity property message, add the property as render target.
setMessage(ParameterizedMessage) - Method in class com.cmobilecom.af.model.bean.BackingBeanMessage
Set message
setMessage(ParameterizedMessage) - Method in class com.cmobilecom.af.model.property.Help
Set the help message to show for static.
setMessage(String, boolean, Object[], ExecException.Severity, EntityProperty) - Method in class com.cmobilecom.af.model.bean.BackingBean
Set Entity property message, add the property as render target.
setMessage(T, BackingBeanMessage) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set property message for entity row
setMessageId(String) - Method in class com.cmobilecom.af.util.ParameterizedMessage
Set message id.
setMinFractionDigits(int) - Method in class com.cmobilecom.af.model.property.NumberDescriptor
Set minimum number of fraction digits
setMinHeight(Integer) - Method in class com.cmobilecom.af.model.view.DialogView
Set dialog minimum height in pixels.
setMinimizable(boolean) - Method in class com.cmobilecom.af.model.view.DialogView
Set whether this dialog to be minimizable?
setMinLength(int) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set the minimum length if property type is String.
setMinLength(Integer) - Method in class com.cmobilecom.af.model.bean.PropertyDescriptor
Set minimum length.
setMinLength(Integer) - Method in class com.cmobilecom.af.model.security.PasswordPolicy
Set minimum length of password.
setMinQueryLength(int) - Method in class com.cmobilecom.af.model.property.RenderStyle
Set autoComplete minimum query length.
setMinValue(long) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set the minimum value if property type is Number.
setMinValue(Integer) - Method in class com.cmobilecom.af.entity.form.Question
Set range min value for Question.AnswerType.SELECT_ONE_RANGE
setMinWidth(Integer) - Method in class com.cmobilecom.af.model.view.DialogView
Set dialog minimum width in pixels.
setModal(boolean) - Method in class com.cmobilecom.af.model.view.DialogView
Set whether this dialog to be a modal dialog.
setModule(String) - Method in class com.cmobilecom.af.entity.DataType
Set the module to which the type belongs
setModule(String) - Method in interface com.cmobilecom.af.entity.persistence.EntityImportDataSource
Set the module that imports entities from the dataSource
setModule(String) - Method in interface com.cmobilecom.af.entity.system.ModuleAwareEntity
Set module.
setModule(String) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean.HelpPathInfo
Set module name
setModule(String) - Method in class com.cmobilecom.af.model.entimport.FileDataSource
Set the module that manages this dataSource
setModule(String) - Method in class com.cmobilecom.af.model.entimport.FileUploadDataSource
Set the module that manages this dataSource
setModule(String) - Method in class com.cmobilecom.af.model.module.ModuleScopedName
Set the module that can be null.
setModule(String) - Method in class com.cmobilecom.af.web.module.WebResource
Set module name
setModuleDefined(boolean) - Method in interface com.cmobilecom.af.entity.FormDesign
Set whether this formDesign defined by module or created by user?
setModuleName(String) - Method in class com.cmobilecom.af.model.module.ModuleNode
Set the name of the module referenced by this node.
setModules(String) - Method in interface com.cmobilecom.af.entity.system.UserOptions
Set the modules to show in manage center.
setModules(List<ModuleNode>) - Method in class com.cmobilecom.af.model.module.InstanceType
Set the top-level module nodes
setModuleSeedSqlList(String, List<String>) - Method in class com.cmobilecom.af.model.module.InstanceType.Seed
Set the sql files for the module.
setMonth(Integer) - Method in class com.cmobilecom.af.entity.bus.MonthClose
Set the month number counting from the yearStartDate of BusinessOptions.
setMultiple(boolean) - Method in class com.cmobilecom.af.entity.DataDescriptor
Set whether the data is multiple
setMultiple(boolean) - Method in class com.cmobilecom.af.model.view.AccordionView
Set whether multiple tabs can be active in the same time.
setMultiTenant(MultiTenant) - Method in class com.cmobilecom.af.model.module.InstanceType
Set the MultiTenant configuration.
setMultitenantPropertyVisibleName(String) - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactoryContext
Set the visible name of entity multitenant discriminator property PersistenceEntityBase.getInstance().
setMy(String) - Method in class com.cmobilecom.af.model.view.Overlay
Set the widget position to align with the trigger element
setName(I18NName) - Method in class com.cmobilecom.af.model.chart.ChartSeries
Set series name
setName(I18NName) - Method in class com.cmobilecom.af.model.menu.MenuNode
Set menu node name
setName(I18NName) - Method in class com.cmobilecom.af.model.menu.MenuViewConfig.MenuNodeDescriptor
Set menu node name.
setName(String) - Method in interface com.cmobilecom.af.entity.attr.EntityAttr
Set attribute name.
setName(String) - Method in class com.cmobilecom.af.entity.attr.EntityAttrBase
 
setName(String) - Method in interface com.cmobilecom.af.entity.attr.EntityAttrOption
Set option display name for the option value.
setName(String) - Method in class com.cmobilecom.af.entity.attr.EntityAttrOptionBase
 
setName(String) - Method in class com.cmobilecom.af.entity.DataType
Set type name.
setName(String) - Method in interface com.cmobilecom.af.entity.form.Form
Set form name.
setName(String) - Method in class com.cmobilecom.af.entity.form.Option
Set option name that is visible.
setName(String) - Method in interface com.cmobilecom.af.entity.FormDesign
Set form design name
setName(String) - Method in interface com.cmobilecom.af.entity.Hierarchy
Set hierarchy name
setName(String) - Method in interface com.cmobilecom.af.entity.Lob
Set name
setName(String) - Method in class com.cmobilecom.af.entity.LobBase
 
setName(String) - Method in interface com.cmobilecom.af.entity.security.AccessToken
Set token name
setName(String) - Method in interface com.cmobilecom.af.entity.security.Permission
Set permission name
setName(String) - Method in interface com.cmobilecom.af.entity.security.Role
Set the role name
setName(String) - Method in interface com.cmobilecom.af.entity.security.User
Set the name of this user.
setName(String) - Method in class com.cmobilecom.af.entity.SimpleHierarchyEntity
 
setName(String) - Method in interface com.cmobilecom.af.entity.system.Instance
Set subsystem name
setName(String) - Method in class com.cmobilecom.af.model.bean.BackingBean
Set backing bean name
setName(String) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig.PropertyGroup
Set the group name
setName(String) - Method in class com.cmobilecom.af.model.container.Redirect.ParamOp
Set parameter name.
setName(String) - Method in class com.cmobilecom.af.model.entimport.SystemEntityImportBean.DataSourceEntry
Set name
setName(String) - Method in class com.cmobilecom.af.model.module.InstanceType
Set instanceType name
setName(String) - Method in class com.cmobilecom.af.model.module.ModuleNode
Set module node name
setName(String) - Method in class com.cmobilecom.af.model.module.ModuleScopedName
Set name
setName(String) - Method in class com.cmobilecom.af.model.property.ChoiceType
Set the name of this ChoiceType
setName(String) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set property name that is relative to its parent or entity(if there is no parent), not the path to the root.
setName(String) - Method in class com.cmobilecom.af.model.property.NameValuePair
Set the name of this NameValuePair
setName(String) - Method in interface com.cmobilecom.af.session.criteria.CriteriaHint
Set hint name
setName(String) - Method in interface com.cmobilecom.af.session.criteria.CriteriaNativeFunction
Set function name
setName(String) - Method in class com.cmobilecom.af.util.db.Dialect
Set dialect name
setName(String) - Method in class com.cmobilecom.af.util.I18NName
Set name.
setName(String) - Method in class com.cmobilecom.af.web.module.WebResource
Set resource name such as path/abc.js
setName(String, boolean) - Method in class com.cmobilecom.af.model.menu.MenuNode
Set menu node name and whether it is localized.
setNameLocalized(boolean) - Method in class com.cmobilecom.af.model.menu.MenuNode
Set whether name is localized.
setNavigatableToEntity(Boolean) - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Set whether it is allowed to show entity view(navigate to entity) from entity list
setNavigateToEntityPartialBehaviorSupport(PartialBehaviorSupport) - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Set the PartialBehaviorSupport for navigating to entity view.
setNavigateToEntityViewConfig(EntityViewConfig) - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Set the EntityViewConfig to show/edit an entity of the entity list.
setNavigationCommandVisibleName(I18NName) - Method in class com.cmobilecom.af.model.nav.BeanFlowNavigation
Set the navigation(next/back) command visible name for display.
setNestedViewConfig(String, ViewConfig) - Method in class com.cmobilecom.af.model.bean.ViewConfig
Set nested viewConfig with the name.
setNewValue(Object) - Method in class com.cmobilecom.af.model.module.event.ValueChangeEvent
Set the new value after the change.
setNextPageStartEntities(List<T>) - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Set the entities that will be shown on the next page for variable page size support.
setNextSerialNumber(Long) - Method in interface com.cmobilecom.af.entity.persistence.IdRule
Set next serial number that is used for creating next entity
setNextUserNo(int) - Static method in class com.cmobilecom.af.test.api.Configurations
Set the next available user number for registration.
setNid(String) - Method in interface com.cmobilecom.af.entity.NormativeId
Set normative id
setNotifyListenersOnClose(Boolean) - Method in class com.cmobilecom.af.model.dialog.DialogBean
Set whether to notify listeners when users click the close icon of the dialog.
setNotNull(Boolean) - Method in class com.cmobilecom.af.model.query.CheckNotNullProperty
Set notNull value.
setNullAsDeleteProperties(String[]) - Method in class com.cmobilecom.af.model.property.EntityFormBeanProperty
If the value of this property is a collection of member entities, and if the values of the specified properties of a formBean entity are null, then the entity is regarded as blank and can be deleted.
setNullOperandAsZero(boolean) - Method in class com.cmobilecom.af.util.expr.EvalHint
Set whether to treat null values as zero
setNumber(Integer) - Method in class com.cmobilecom.af.entity.form.Question
Set question number that is used by answer.
setNumberDescriptor(NumberDescriptor) - Method in class com.cmobilecom.af.model.property.RenderStyle
Set the number descriptor for numeric properties, including fraction digits.
setNumberOfCodesSent(int) - Method in class com.cmobilecom.af.model.security.AuthResult
Set the number of verification codes that have been sent.
setNumberOfCodesTried(int) - Method in class com.cmobilecom.af.model.security.AuthResult
Set the number of codes tried by user (input in the verification code field).
setNumberOfPasswordsTried(int) - Method in class com.cmobilecom.af.model.security.AuthResult
Set the number of passwords that have been tried by user.
setOldValue(Object) - Method in class com.cmobilecom.af.model.module.event.ValueChangeEvent
Set the old value before the change.
setOnclickJS(String) - Method in class com.cmobilecom.af.model.menu.MenuNode
Set DOM event handler for DomEventSupport.EVENT_CLICK.
setOnHide(String) - Method in class com.cmobilecom.af.model.view.DialogView
Set the javascript callback when dialog is hidden.
setOnHide(String) - Method in class com.cmobilecom.af.model.view.PopupView
Set the javascript callback when popup is hidden.
setOnShow(String) - Method in class com.cmobilecom.af.model.view.DialogView
Set the javascript callback when dialog is shown.
setOnShow(String) - Method in class com.cmobilecom.af.model.view.PopupView
Set the javascript callback when popup is shown.
setOnTabChange(String) - Method in class com.cmobilecom.af.model.view.TabViewBase
Set the callback (client javascript) when active tab index changes
setOnTabShow(String) - Method in class com.cmobilecom.af.model.view.TabViewBase
Set the callback (client javascript) when a tab shows
setOpenDialog(Boolean) - Method in class com.cmobilecom.af.model.behavior.PartialBehavior.ContainerRenderRegions
Set whether to open dialog to show the actionHandler results.
setOpenDialogOnShowResults(boolean) - Method in class com.cmobilecom.af.model.property.RenderStyle
Set whether to open dialog to show results on click.
setOpenInputDialog(boolean) - Method in class com.cmobilecom.af.model.property.RenderStyle
Set whether open input dialog is enabled for property or menu node.
setOperatingSystem(String) - Method in interface com.cmobilecom.af.entity.security.UserClient
Set client operating system.
setOptions(List<EntityAttrOption>) - Method in interface com.cmobilecom.af.entity.attr.EntityAttr
Set a list of options as the select items of attribute value
setOptions(List<EntityAttrOption>) - Method in class com.cmobilecom.af.entity.attr.EntityAttrBase
 
setOptions(List<Option>) - Method in class com.cmobilecom.af.entity.form.Question
setOrderByProperties(List<EntityBackingBean.OrderByProperty>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Set the properties to order by in query view.
setOrderByProperty(boolean) - Method in class com.cmobilecom.af.model.property.QueryInfo
Set whether the property is a query order-by property.
setOrientation(String) - Method in class com.cmobilecom.af.model.chart.CartesianChart
Set chart orientation
setOrientation(String) - Method in class com.cmobilecom.af.model.view.TabView
Set tab orientation.
setOutputFormat(RenderContext.OutputFormat) - Method in class com.cmobilecom.af.model.context.RenderContext
Set output format
setOutputLink(String) - Method in class com.cmobilecom.af.model.bean.PropertyDescriptor
Set outputLink for RenderStyle.OUTPUT_LINK.
setOutputLink(String) - Method in class com.cmobilecom.af.model.menu.MenuViewConfig.MenuNodeDescriptor
Set outputLink for RenderStyle.OUTPUT_LINK.
setOutputLink(String, boolean) - Method in class com.cmobilecom.af.model.menu.MenuNode
Set the output link (hyperlink) for render style: RenderStyle.OUTPUT_LINK.
setOverlay(Overlay) - Method in class com.cmobilecom.af.model.menu.MenuViewConfig
Set menu overlay position and trigger event
setOwner(User) - Method in interface com.cmobilecom.af.entity.OwnerAware
Set the entity owner.
setPageable(Boolean) - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Set whether entity list is pageable
setPageableEntityList(PageableEntityList<T>) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Set the PageableEntityList of this EntityListBackingBean.
setPageableEntityList(PageableEntityList<T>) - Method in class com.cmobilecom.af.model.nav.EntityOfEntityList
Set the pageable entity list with which this EntityOfEntityList is associated.
setPageContent(PageContent) - Method in class com.cmobilecom.af.model.container.ContainerBean
Set the PageContent of this ContainerBean.
setPageId(Integer) - Method in class com.cmobilecom.af.model.menu.MenuNode
Set the page Id for navigation after the action is handled
setPageId(Integer) - Method in class com.cmobilecom.af.model.PageNavigation
Set the target page for page navigation.
setPageIdAfterComplete(Integer) - Method in class com.cmobilecom.af.entity.ActionDescriptor
Set the pageId for navigation after the action is completed
setPageInfo(PageInfo) - Method in class com.cmobilecom.af.model.container.ContainerBean
Set page info that contains page title, keywords and description.
setPageListener(PageListener) - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Get the PageListener that will be called when page data is loaded from persistence or page size is adjusted.
setPageLoader(PageLoader) - Method in class com.cmobilecom.af.test.api.PageResource
Set page loader for using existing page loader.
setPagePadding(Boolean) - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Set whether to add empty(blank) rows at the end if a page is not full? A page is not full if the number of rows in the page is less than the pageSize.
setPageParam(String) - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Set page number request parameter name.
setPageRange(Integer, Integer) - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Set the end page for render or process.
setPageSize(ContainerBean, Integer) - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Set current page size (rows per page in entity list view) for the ContianerBean.
setPageSize(Integer) - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Set page size that is number of rows per page.
setPageSize(Integer, PageableEntityList.PaginationChangeReason) - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Set page size and keep current page index.
setPageSize(Integer, Integer, PageableEntityList.PaginationChangeReason) - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Set page size and page index.
setPaginatorMenuViewConfig(MenuViewConfig) - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Set paginator menu viewConfig.
setPanelView(PanelView) - Method in class com.cmobilecom.af.model.bean.ViewConfig
Set panelView
setPanelVisible(Boolean) - Method in class com.cmobilecom.af.model.bean.ViewConfig
Set whether panel is visible.
setParam(String, Object) - Method in class com.cmobilecom.af.model.behavior.PartialBehavior
Set parameter.
setParamerter(String, Object) - Method in class com.cmobilecom.af.entity.ActionDescriptor
Set parameter value
setParameter(String, Object) - Method in class com.cmobilecom.af.model.bean.ViewConfig
Set parameter value
setParameter(String, Object) - Method in class com.cmobilecom.af.model.container.ContainerBean
Set parameter value.
setParameter(String, Object) - Method in class com.cmobilecom.af.model.menu.MenuNode
Set the value of the parameter.
setParameter(String, Object) - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Set parameter value
setParameter(String, String) - Method in class com.cmobilecom.af.model.entimport.SystemEntityImportBean.DataSourceEntry
Set parameter value
setParameter(String, String) - Method in class com.cmobilecom.af.model.module.AbstractModule
 
setParameter(String, String) - Method in class com.cmobilecom.af.model.module.InstanceType
Set the parameter value for this instanceType.
setParameter(String, String) - Method in interface com.cmobilecom.af.model.module.Module
Set the parameter value for this module.
setParameter(String, String) - Method in class com.cmobilecom.af.model.module.ModuleNode
Set the parameter value for this module node.
setParameter(String, String) - Method in class com.cmobilecom.af.model.module.MultiTenant.SharedEntityType
Set parameter value
setParameter(String, String) - Method in class com.cmobilecom.af.model.system.SystemConfig
Set parameter value.
setParameters(Object[]) - Method in class com.cmobilecom.af.model.module.event.RequestEvent
Set the parameters that are equivalent to method parameters.
setParameters(Map<String, Object>) - Method in class com.cmobilecom.af.entity.ActionDescriptor
Set parameter map
setParameters(Map<String, Object>) - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Set parameter map.
setParameters(Map<String, String>) - Method in class com.cmobilecom.af.model.PageNavigation
Set the parameters that will be added to logout redirect URL
setParameterValue(String, Object) - Method in class com.cmobilecom.af.model.util.RequestHelper
Set parameter value.
setParamOpList(List<Redirect.ParamOp>) - Method in class com.cmobilecom.af.model.container.Redirect
Set the list of parameter operations that will alter the redirect URL.
setParams(Object[]) - Method in class com.cmobilecom.af.util.ParameterizedMessage
Set the parameter values that are used to replace parameters in the message.
setParams(Map<String, Object>) - Method in class com.cmobilecom.af.model.behavior.PartialBehavior
 
setParams(Map<String, String>) - Method in class com.cmobilecom.af.model.property.RenderStyle
Set parameters
setParamValue(String, Object) - Method in class com.cmobilecom.af.util.db.DbDescriptor
Set parameter value
setParent(MenuNode) - Method in class com.cmobilecom.af.model.menu.MenuNode
Set parent menu node
setParent(ModuleNode) - Method in class com.cmobilecom.af.model.module.ModuleNode
Set parent module node.
setParent(EntityProperty<T>) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set parent property.
setParentComponent(Component) - Method in class com.cmobilecom.af.model.bean.Component
Set parent component
setParentEntity(ChildEntity, PersistenceEntity) - Static method in class com.cmobilecom.af.model.util.BeanUtil
Set the parent entity of the child entity
setParsed(boolean) - Method in class com.cmobilecom.af.entity.report.DatePeriod
Set whether the period string has been parsed?
setPart(VisitComponent.Part) - Method in class com.cmobilecom.af.model.behavior.VisitComponent
Set the part of the component
setPartialBehavior(PartialBehavior) - Method in class com.cmobilecom.af.model.behavior.PartialBehaviorEvent
Set the PartialBehavior
setPartialBehavior(String, VisitTarget) - Method in class com.cmobilecom.af.model.behavior.PartialBehaviorSupport
Set the PartialBehavior for the event replacing existing PartialBehavior with the same event name if any.
setPartialBehavior(String, List<VisitTarget>) - Method in class com.cmobilecom.af.model.behavior.PartialBehaviorSupport
Set the PartialBehavior for the event replacing existing PartialBehavior with the same event name if any.
setPartialBehavior(String, List<VisitTarget>, List<VisitTarget>) - Method in class com.cmobilecom.af.model.behavior.PartialBehaviorSupport
Set the PartialBehavior for the event replacing existing PartialBehavior with the same event name if any.
setPartialBehaviorSupport(PartialBehaviorSupport) - Method in class com.cmobilecom.af.model.bean.PropertyDescriptor
Set the partial behavior support of the property
setPartialBehaviorSupport(PartialBehaviorSupport) - Method in class com.cmobilecom.af.model.menu.MenuNode
Set the partialBehavior support of this menu node.
setPartialBehaviorSupport(PartialBehaviorSupport) - Method in class com.cmobilecom.af.model.menu.MenuViewConfig.MenuNodeDescriptor
Set the partialBehaviorSupport of the menu node
setPartialBehaviorSupport(PartialBehaviorSupport) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set property PartialBehaviorSupport.
setPartialDataLoading(Boolean) - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
For an entity list form bean, set whether to use QueryCriteriaEntityList to hold current page in memory or use MemoryEntityList to hold all pages in memory.
setPartiallyInitialized(boolean) - Method in interface com.cmobilecom.af.entity.PersistenceEntity
Set the entity as partially initialized.
setPartiallyInitialized(boolean) - Method in class com.cmobilecom.af.entity.PersistenceEntityBase
 
setPartiallyInitialized(boolean) - Method in class com.cmobilecom.af.model.bean.MapEntity
 
setPassword(String) - Method in interface com.cmobilecom.af.entity.security.ResetPassword
Set the new password
setPassword(String) - Method in interface com.cmobilecom.af.entity.security.User
Set password.
setPassword(String) - Method in interface com.cmobilecom.af.model.security.LoginForm
Set password (plain or encoded).
setPassword(String) - Method in class com.cmobilecom.af.test.api.InstanceTypeTest.UserProfile
Change password.
setPassword(String) - Method in class com.cmobilecom.af.util.db.DbConfig
Set the password for connecting to the schema
setPasswordMatched(boolean) - Method in class com.cmobilecom.af.model.security.AuthResult
Set whether username and password match.
setPathInfo(String) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean.HelpPathInfo
Set help file path info under module and locale without suffix.
setPathShowStyle(RenderStyle.PathShowStyle) - Method in class com.cmobilecom.af.model.property.RenderStyle
Set hierarchy path style.
setPattern(String) - Method in class com.cmobilecom.af.model.bean.PropertyDescriptor
Set pattern if property type is String.
setPattern(String) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set the regular expression pattern if property type is String.
setPercentage(int) - Method in class com.cmobilecom.af.util.Progress.Module
Set the percentage of this module workload over the total workload of its parent module.
setPercentage(Boolean) - Method in class com.cmobilecom.af.model.report.ReportQueryForm
Set whether to show multiple report data of same date periods as percentage
setPeriod(ReportPeriod) - Method in class com.cmobilecom.af.model.report.ReportQueryForm
Set the report period such as 2010-M5, 2009-Q1.
setPeriod(String) - Method in class com.cmobilecom.af.entity.report.DatePeriod
Set string representation.
setPeriodCount(Integer) - Method in class com.cmobilecom.af.model.report.ReportQueryForm
Set period count.
setPeriodNumber(Integer) - Method in class com.cmobilecom.af.entity.report.ReportPeriod
Set period number depending on period type.
setPeriodType(ReportPeriod.PeriodType) - Method in class com.cmobilecom.af.entity.report.ReportPeriod
Set period type
setPermissions(boolean, boolean, boolean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Convenient method to set create, delete and edit permissions.
setPermissions(List<Permission>) - Method in interface com.cmobilecom.af.entity.security.AccessItem
Set the list of permissions assigned to this accessItem for the scope.
setPermissions(List<Permission>) - Method in interface com.cmobilecom.af.entity.security.Role
Set the list of permissions that this role owns.
setPermissions(Set<Permission>) - Method in class com.cmobilecom.af.model.system.AccessControlItem
Set the set of permissions.
setPermissionsDenied(Collection<ModuleScopedName>) - Method in class com.cmobilecom.af.model.system.AccessControlContext
Set the list of permissions denied
setPermissionsGranted(Collection<ModuleScopedName>) - Method in class com.cmobilecom.af.model.system.AccessControlContext
Set the list of permissions granted
setPersisted(boolean) - Method in class com.cmobilecom.af.entity.DataDescriptor
Set whether the data is persisted
setPersisted(boolean) - Method in interface com.cmobilecom.af.entity.PersistenceEntity
Set as persisted for entities not loaded by JPA.
setPersisted(boolean) - Method in class com.cmobilecom.af.entity.PersistenceEntityBase
 
setPersisted(boolean) - Method in class com.cmobilecom.af.model.bean.MapEntity
 
setPersistenceDataViewConfig(PersistenceDataViewConfig) - Method in class com.cmobilecom.af.model.bean.PropertyDescriptor
 
setPersistenceUnit(String) - Method in class com.cmobilecom.af.model.module.InstanceType
Set the persistence unit of this InstanceType.
setPersistenceUnit(String) - Method in class com.cmobilecom.af.session.QueryDescriptor
Set the persistence unit name of the query.
setPieChart(PieChart) - Method in class com.cmobilecom.af.model.chart.EntityChartProperty
Set pie chart model
setPlaceholder(I18NName) - Method in class com.cmobilecom.af.model.bean.PropertyDescriptor
Set the placeholder for input components.
setPlaceholder(I18NName) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set the placeholder for input components.
setPopup(boolean) - Method in class com.cmobilecom.af.model.property.Help
Set whether the message popup as overlay or display in place when an event occurs.
setPopupView(PopupView) - Method in class com.cmobilecom.af.model.bean.ViewConfig
Set popupView.
setPort(String) - Method in class com.cmobilecom.af.util.db.DbConfig
Set database server port
setPosition(Integer) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig.PropertyGroup
Set the position of the group in the entity property list.
setPrintView(boolean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Set whether the entity or entity list rendered in a print friendly view?
setPriority(Integer) - Method in class com.cmobilecom.af.model.bean.ColumnHeaders.Node
Set the column priority for mobile column toggle.
setPriority(Integer) - Method in class com.cmobilecom.af.model.bean.PropertyDescriptor
Set the column priority in tabular list of entities in column toggle mode for mobile.
setProperties(List<EntityProperty<T>>) - Method in class com.cmobilecom.af.model.query.KeywordEntityProperty
Set the list of properties to match keywords
setProperties(List<String>) - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig.RowExpansion
Set the list of properties that will be included in row expansion.
setProperties(List<String>) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig.PropertyGroup
Set the list of member properties this group contains
setPropertiesToHide(String...) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Set the properties to hide.
setPropertiesToHide(Set<String>) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Set the properties to hide.
setPropertiesToShow(String...) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Set the list of properties to show.
setPropertiesToShow(List<String>) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Set the list of properties to show.
setProperty(String) - Method in interface com.cmobilecom.af.entity.i18n.EntityI18N
Set the property for which this EntityI18N is created.
setProperty(String) - Method in class com.cmobilecom.af.entity.i18n.EntityI18NBase
 
setProperty(String) - Method in class com.cmobilecom.af.model.bean.ColumnHeaders.Node
Set the property that this node is associated with.
setProperty(String) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean.OrderByProperty
Set orderBy property that can a name path such as a.b.c
setProperty(String) - Method in class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean.Reference
Set the name of the property that references to associated Hierarchy type
setProperty(String) - Method in class com.cmobilecom.af.model.bean.PropertyDescriptor
Set property name
setProperty(String) - Method in exception com.cmobilecom.af.model.system.AccessDeniedException
Set the name of the property for access denied
setProperty(String) - Method in class com.cmobilecom.af.model.system.Quota
Set the property name for which this Quota is
setProperty(String) - Method in interface com.cmobilecom.af.session.criteria.CriteriaPath
Set property name path
setPropertyCurrentEntitiesOnPathTo(Component, Component, List<PersistenceEntity>) - Static method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Set all the current entity of the EntityListBackingBean EntityProperty(s) on the path from the component to the ancestor.
setPropertyDescriptor(String, PropertyDescriptor) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Set property descriptor
setPropertyEditable(String[], Boolean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Set a list of properties to be editable.
setPropertyEditable(String, boolean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Set the property to be editable or read-only.
setPropertyGroups(List<PersistenceDataViewConfig.PropertyGroup>) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Set property grouping.
setPropertyName(String) - Method in class com.cmobilecom.af.session.StatisticsProperty
Set the property name for statistics using aggregate function.
setPropertyPriorities(Integer, boolean, String...) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Set property priorities for mobile column toggle.
setPropertyQueryElements(CriteriaElement[]) - Method in class com.cmobilecom.af.model.menu.TypeDescriptor
Set the CriteriaElement(s) that is used to initialize entity for create/query and to build query criteria for retrieving entities from persistence.
setPropertyQueryElements(CriteriaElement[]) - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactory
Set the PropertyQueryElements that will be used to initialize an entity for creation and query.
setPropertyQueryElements(List<? extends CriteriaElement>) - Method in class com.cmobilecom.af.session.PropertyCriteriaQueryBuilder
Set the list of CriteriaElement(s) that is used to build CriteriaQuery
setPropertyRequiredType(String, RequiredType, boolean, boolean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Set property required type.
setPropertyType(Class) - Method in class com.cmobilecom.af.util.PropertyDescriptor
Set property type
setPropertyValue(EntityProperty<T>, T, Object) - Method in class com.cmobilecom.af.model.bean.UserDefinedPropertyBuilder
Set the user-defined property value.
setPropertyValue(Object, String, Object, Map<String, Object>, boolean, Map<Class, Map<String, PropertyDescriptor>>) - Static method in class com.cmobilecom.af.model.query.GroupQueryResultTransformer
Set property value, put in map if property type is not assignable from the value.
setPropertyValueFromBean(boolean, List<M>) - Method in class com.cmobilecom.af.model.bean.FormBeanPropertyUtil
Set the property value from entity or entity list bean.
setPropertyValuesFromBean(EntityBackingBean<T>, Collection<String>, Collection<String>, boolean) - Static method in class com.cmobilecom.af.model.bean.FormBeanPropertyUtil
Set formBean property values of the entityBackingBean from their formBeans.
setPropertyValuesFromBean(EntityListBackingBean<E>, Collection<String>, Collection<String>, boolean) - Static method in class com.cmobilecom.af.model.bean.FormBeanPropertyUtil
Set property values from all the formBean properties of the entityListBackingBean.
setQuantityQuota(Integer) - Method in class com.cmobilecom.af.model.system.Quota
Set quantity quota.
setQueryCommandInfo(TypedMenuNodeFactoryContext.QueryCommandInfo) - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactoryContext
Set query command info if query is enabled.
setQueryCriteria(QueryCriteria) - Method in class com.cmobilecom.af.model.pagination.QueryCriteriaEntityList
Set the QueryCriteria that is used to retrieve page data from persistence.
setQueryDescriptor(QueryDescriptor) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Set the queryDescriptor that specifies the persistence unit and data source for all the queries to be executed through this session bean.
setQueryDescriptor(QueryDescriptor) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
setQueryEnabled(boolean) - Method in class com.cmobilecom.af.model.menu.TypeDescriptor
Set whether query is enabled for the entity type.
setQueryEnabled(boolean) - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactory
Set whether query is enabled for the entity type.
setQueryFormBean(EntityBackingBean) - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Set the queryFormBean that is used to build query criteria for query result bean(EntityListBackingBean).
setQueryHints(QueryDescriptor.QueryHints) - Method in interface com.cmobilecom.af.model.menu.MenuNodeFactoryContext
Set query hints for PersistenceEntityManager.
setQueryHints(QueryDescriptor.QueryHints) - Method in class com.cmobilecom.af.model.menu.SimpleMenuNodeFactoryContext
 
setQueryInfo(QueryInfo<T>) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set queryInfo for this EntityProperty in query view.
setQueryParameter(String, Object) - Method in class com.cmobilecom.af.session.QueryCriteria
Set query parameter for query string.
setQueryParameterMap(Map<String, Object>) - Method in class com.cmobilecom.af.session.QueryCriteria
Set query parameter map from name to value that is used to set parameters in query string.
setQueryRenderRegions(List<Integer>) - Method in class com.cmobilecom.af.model.menu.TypeDescriptor
Set the render regions for showing query view EntityBackingBean.
setQueryResultSize(Integer) - Method in class com.cmobilecom.af.model.PageNavigation
Set the number of query results if the action handler is querying entities.
setQueryResultsViewConfig(EntityListViewConfig) - Method in class com.cmobilecom.af.model.bean.EntityViewConfig
Set the ViewConfig for query results.
setQueryResultTransformer(QueryResultTransformer) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Set the QueryResultTransformer for query.
setQueryResultTransformer(QueryResultTransformer) - Method in class com.cmobilecom.af.model.menu.TypeDescriptor
Set the query result transformer that is used to transform entities retrieved from persistence.
setQueryResultType(Class<T>) - Method in class com.cmobilecom.af.session.QueryCriteria
Set the type of query results from persistence.
setQueryResultViewConfig(EntityListViewConfig) - Method in class com.cmobilecom.af.model.menu.TypeDescriptor
Set the EntityListViewConfig for query results.
setQueryString(String) - Method in class com.cmobilecom.af.session.QueryCriteria
Set query string (named, native or JPQL).
setQueryViewConfig(EntityViewConfig) - Method in class com.cmobilecom.af.model.menu.TypeDescriptor
Set the ViewConfig for query view of the entity type.
setQuestion(Question) - Method in class com.cmobilecom.af.entity.form.Answer
Set the question with which this answer is associated.
setQuestion(Question) - Method in class com.cmobilecom.af.entity.form.Option
 
setQuickQueryProperties(String...) - Method in class com.cmobilecom.af.model.bean.EntityViewConfig
Set the list of properties under the quick query tab for query view.
setQuickQueryProperties(List<String>) - Method in class com.cmobilecom.af.model.bean.EntityViewConfig
Set the list of properties under the quick query tab for query view.
setRangeType(RangeEntityProperty.RangeType) - Method in class com.cmobilecom.af.model.query.RangeEntityProperty
Set range type (e.g., min, max, or date period)
setReadMethod(Method) - Method in class com.cmobilecom.af.util.PropertyDescriptor
Set property read method: get or is
setReadOnly(boolean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Set this backing bean to be read only.
setReadOnly(boolean) - Method in class com.cmobilecom.af.session.QueryDescriptor
Set whether the query can update persistence
setReadOnly(Boolean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Whether the bean is read only? if viewConfig.readOnly is true, backingBean.readOnly is ignored.
setRedirects(Map<String, Redirect>) - Method in class com.cmobilecom.af.model.bean.ViewConfig
Set the map of Redirects from command to Redirect instance.
setRedirectURL(String) - Method in interface com.cmobilecom.af.model.security.LoginForm
Set redirect URL after login.
setRedisplay(boolean) - Method in class com.cmobilecom.af.model.property.RenderStyle
Set whether to display value back to client for inputSecret
setRefreshEntityListAfterCommit(boolean) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Set whether to refresh entity list from persistence after changes are committed.
setRefreshToken(String) - Method in interface com.cmobilecom.af.entity.system.MailServer
Set refreshToken token for OAUTH, which is used to get access token if expired.
setRegionNumber(int) - Method in class com.cmobilecom.af.model.container.Region
Set region number
setRegionNumber(Integer) - Method in class com.cmobilecom.af.model.behavior.VisitRegion
Set the region number of the region
setRegisterDate(Date) - Method in interface com.cmobilecom.af.entity.security.User
Set user registration date.
setRegisterIpAddress(String) - Method in interface com.cmobilecom.af.entity.security.User
Set user IP address for registration.
setRegularUserSessionTimeout(Integer) - Method in interface com.cmobilecom.af.entity.system.Parameters
Set session timeout for non-system users.
setRenderable(boolean) - Method in class com.cmobilecom.af.model.container.ContainerBean
Set whether this containerBean is renderable.
setRenderAll(boolean) - Method in interface com.cmobilecom.af.model.behavior.PartialViewContext
Set whether to render all components.
setRenderAll(boolean, ContainerBean) - Static method in class com.cmobilecom.af.model.behavior.PartialViewUtil
Set whether to render all.
setRenderChildHierarchyAsLabel(boolean) - Method in class com.cmobilecom.af.model.container.MenuSubTreeInfo
Set whether to render categories as label.
setRenderRegionForGeneratedBeans(Integer) - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Set the render region to which generated beans will be added.
setRenderRegions(PartialBehavior.ContainerRenderRegions) - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Set render regions that will be used to add backing beans.
setRenderRegions(List<Integer>) - Method in class com.cmobilecom.af.model.behavior.PartialBehavior.ContainerRenderRegions
Set the render regions to show results.
setRenderRegions(List<Integer>) - Method in class com.cmobilecom.af.model.container.MenuSubTreeInfo
Set the render regions to show the sub menu separately as a MenuBean.
setRenderRegions(List<Integer>, Boolean) - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Set render regions that will be used to add backing beans.
setRenderRootHierarchyAsLabel(boolean) - Method in class com.cmobilecom.af.model.container.MenuSubTreeInfo
Set whether to render the root hierarchy as label.
setRenderStyle(RenderStyle) - Method in class com.cmobilecom.af.model.menu.MenuNode
Set renderStyle.
setRenderStyle(RenderStyle) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set renderStyle.
setRenderStyle(RenderStyle, boolean) - Method in class com.cmobilecom.af.model.property.EntityHierarchyProperty
 
setRenderStyle(RenderStyle, boolean) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set renderStyle.
setRenderStyle(Map<String, Object>) - Method in class com.cmobilecom.af.model.bean.PropertyDescriptor
Set renderStyle that is name/value pairs
setRenderStyle(Map<String, Object>) - Method in class com.cmobilecom.af.model.menu.MenuViewConfig.MenuNodeDescriptor
Set renderStyle that is name/value pairs
setRenderTargets(List<VisitTarget>) - Method in class com.cmobilecom.af.model.behavior.PartialBehavior
Set render targets that will be refreshed.
setReportData(Integer) - Method in class com.cmobilecom.af.model.report.ReportTableRow
Set the reportData
setReportDataList(List<Integer>) - Method in class com.cmobilecom.af.model.report.ReportQueryForm
Set the list of report data.
setRequestName(String) - Method in class com.cmobilecom.af.model.module.event.RequestEvent
Set request name is equivalent to method name
setRequestURIUnderContextPath(String) - Method in class com.cmobilecom.af.model.container.ViewInfo
Set the view request URI without context path.
setRequired(boolean) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set whether property value is required.
setRequired(Boolean) - Method in interface com.cmobilecom.af.entity.attr.EntityAttr
Set whether the attribute value required (not nullable).
setRequired(Boolean) - Method in class com.cmobilecom.af.entity.attr.EntityAttrBase
 
setRequired(Boolean) - Method in class com.cmobilecom.af.entity.form.Question
 
setRequiredType(RequiredType) - Method in class com.cmobilecom.af.model.bean.PropertyDescriptor
Set whether property is required.
setResizable(boolean) - Method in class com.cmobilecom.af.model.view.DialogView
Set whether this dialog to be resizable?
setResponse(Object) - Method in class com.cmobilecom.af.model.module.event.RequestEvent
Set the response equivalent to the return value of a method.
setResponseCallback(ResponseCallback) - Method in class com.cmobilecom.af.model.module.event.RequestEvent
Set the ResponseCallback for async RequestEvent.
setResponses(Integer) - Method in interface com.cmobilecom.af.entity.form.Form
Set number of responses.
setResponseXml(String) - Method in interface com.cmobilecom.af.entity.form.Response
Get response encoded XML.
setRestoreFormIndex(Boolean) - Method in class com.cmobilecom.af.model.bean.EntityViewConfig
Set whether to save and restore formIndex(current page) before and after visiting entity list form beans.
setRestorePageIndex(Boolean) - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Set whether to restore pageIndex after visit
setResultType(Class<T>) - Method in interface com.cmobilecom.af.session.criteria.CriteriaNativeFunction
Set function result type
setResultType(Class<T>) - Method in interface com.cmobilecom.af.session.criteria.CriteriaSubquery
Set the result type
setResultType(Class<T>) - Method in class com.cmobilecom.af.session.PropertyCriteriaQueryBuilder
Set query result type
setRoles(Set<Role>) - Method in interface com.cmobilecom.af.entity.security.User
Get the set of roles that this user has, excluding the default roles implied by its user type.
setRootEntityType(Class<E>) - Method in interface com.cmobilecom.af.session.criteria.CriteriaSubquery
Set root entity type.
setRootMenuNode(MenuNode) - Method in class com.cmobilecom.af.model.menu.MenuBean
Set the root menu node of this menu bean.
setRootVisible(Boolean) - Method in class com.cmobilecom.af.model.menu.MenuViewConfig
Set whether the root menuNode is visible.
setRowCommandMenuViewConfig(MenuViewConfig) - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Set row command menu viewConfig.
setRowCountQueryCriteria(QueryCriteria<Long, Long>) - Method in class com.cmobilecom.af.session.QueryCriteria
Set the query for counting query results.
setRowEntityView(boolean) - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Set whether each row entity is rendered as an EntityBackingBean.
setRowEntityViewLayoutType(EntityListViewConfig.RowEntityViewLayoutType) - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
For rowEntityView, set the layout type of entities.
setRowExpanded(int, boolean) - Method in class com.cmobilecom.af.model.bean.EntityListRowExpansion
Set the row to be expanded or collapsed
setRowExpanded(int, boolean, boolean) - Method in class com.cmobilecom.af.model.bean.EntityListRowExpansion
Set the row to be expanded or collapsed, and whether to refresh the expansion row if its expansion status is not changed.
setRowExpanded(T, boolean, boolean) - Method in class com.cmobilecom.af.model.bean.EntityListRowExpansion
Set the row with the entity to be expanded or collapsed, and whether to refresh the expansion row if its expansion status is not changed.
setRowExpansion(EntityListViewConfig.RowExpansion) - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Set row expansion description if supported
setRowExpansionSupported(Boolean) - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Set whether row expansion is supported
setRowIndex(int) - Method in class com.cmobilecom.af.model.ListDataModel
Set current row index
setRowIndex(Integer) - Method in class com.cmobilecom.af.model.behavior.VisitEntityListRow
Set row index.
setRows(int) - Method in class com.cmobilecom.af.model.property.RenderStyle
Set the number of rows for input textarea.
setRule(String) - Method in interface com.cmobilecom.af.entity.persistence.IdRule
Set rule.
setSaveStates(Boolean) - Method in class com.cmobilecom.af.model.container.ContainerBean
Set whether to save states for JSF pages backed by this containerBean
setSchema(String) - Method in class com.cmobilecom.af.model.module.MultiTenant
Set the database schema name for the associated instanceType.
setSchema(String) - Method in class com.cmobilecom.af.util.db.DbConfig
Set new schema.
setScope(PersistenceEntity) - Method in class com.cmobilecom.af.model.system.AccessControlContext
Set the scope for the entity.
setScope(String) - Method in class com.cmobilecom.af.entity.DataDescriptor
Set the scope for access control, matching AccessItem.getScope()
setScope(String) - Method in interface com.cmobilecom.af.entity.security.AccessItem
Set the scope of this accessItem.
setScope(String) - Method in class com.cmobilecom.af.model.system.AccessControlContext
Set the scope for access control, which overrides DataDescriptor.getScope() if not null.
setSearchOptionPropertyVisibleName(I18NName) - Method in class com.cmobilecom.af.model.property.QueryInfo
Set property visible name in search options that may be different from that in query view.
setSecretKey(String) - Method in interface com.cmobilecom.af.entity.security.UserClient
Set device secret key that is used to verify user client along with device id.
setSeed(InstanceType.Seed) - Method in class com.cmobilecom.af.model.module.InstanceType
Set database seed.
setSelect(boolean) - Method in interface com.cmobilecom.af.session.criteria.CriteriaGroup
Set whether to select the expressions.
setSelected(boolean) - Method in interface com.cmobilecom.af.entity.PersistenceEntity
Set this entity selected or deselected in a list of entities
setSelected(boolean) - Method in class com.cmobilecom.af.entity.PersistenceEntityBase
Set whether this entity is selected?
setSelected(boolean) - Method in class com.cmobilecom.af.model.bean.MapEntity
 
setSelected(boolean) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set whether this property to be selected? For a keyword entity property, only selected properties is required to match keywords in a query.
setSelectedKeywordPropertyList(List<String>) - Method in class com.cmobilecom.af.model.query.KeywordEntityProperty
Set the properties to match keywords
setSelections(List<CriteriaSelection>) - Method in interface com.cmobilecom.af.session.criteria.CriteriaSelect
Set a list of selections
setSelectItems(List<SelectItem>) - Method in class com.cmobilecom.af.model.bean.EntityDeletionDescriptor
Set the select items for DELETE_BY_DATE type whose values are the length of time before current date.
setSelectItems(List<SelectItem>) - Method in class com.cmobilecom.af.model.property.RenderStyle
Set cached property select items
setSelectPropertyQueryElements(CriteriaElement[]) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set static query criteria for opening select dialog or selectItems
setSelectSize(int) - Method in class com.cmobilecom.af.model.property.RenderStyle
Set the size (number of visible rows) for select including select one/many.
setSenderUser(User) - Method in interface com.cmobilecom.af.model.mail.EmailRequest
Set the user who sends this request.
setSendToFile(String) - Method in interface com.cmobilecom.af.model.mail.EmailRequest
Set the file path to send email to.
setSeparator(String) - Method in class com.cmobilecom.af.model.property.RenderStyle
Set the separator before the property if the property is shown in a property grouping.
setSequenceNo(Integer) - Method in interface com.cmobilecom.af.entity.PersistenceEntity
Set sequence number in context of an ordered list.
setSequenceNo(Integer) - Method in class com.cmobilecom.af.entity.PersistenceEntityBase
 
setSequenceNo(Integer) - Method in class com.cmobilecom.af.model.bean.MapEntity
 
setSeriesList(List<ChartSeries>) - Method in class com.cmobilecom.af.model.chart.Chart
Set the list of data series
setSeverity(ExecException.Severity) - Method in class com.cmobilecom.af.model.bean.BackingBeanMessage
Set message severity
setSeverity(ExecException.Severity) - Method in exception com.cmobilecom.af.util.ExecException
Set severity of this exception.
setSharedWith(String) - Method in class com.cmobilecom.af.model.module.MultiTenant.SharedEntityType
Set the InstanceType id with which to share the entities.
setShowCloseIcon(boolean) - Method in class com.cmobilecom.af.model.view.PopupView
Set whether to show close icon on popup.
setShowContextMenu(Boolean) - Method in class com.cmobilecom.af.model.menu.MenuViewConfig
Set whether to show context menu
setShowDataLabels(boolean) - Method in class com.cmobilecom.af.model.chart.Chart
Set whether to show data labels on mouseover.
setShowFooterMenu(Boolean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Set whether to show footer menu
setShowFormSeparatorLine(Boolean) - Method in interface com.cmobilecom.af.model.print.EntityBatchPrint
Set whether to show a separator line between forms (entities)
setShowFormSeparatorLine(Boolean) - Method in class com.cmobilecom.af.model.print.EntityBatchPrintBase
 
setShowHeaderMenu(Boolean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Set whether to show header menu
setShowHomeOnLogin(Boolean) - Method in interface com.cmobilecom.af.entity.system.UserOptions
Set whether to show home page contents when login to manage center.
setShowIfNull(boolean) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set whether this property is visible if its value is null in non-query mode(create, view, edit).
setShowIfValueNull(boolean) - Method in class com.cmobilecom.af.model.property.Help
Set whether to show help message when the property is in showing mode and its value is null in force mode.
setShowInputDataOnly(boolean) - Method in class com.cmobilecom.af.model.menu.MenuNode
Set whether to show input data only without showing this menu node.
setShowKeywordProperties(Boolean) - Method in class com.cmobilecom.af.model.bean.EntityViewConfig
Set whether to show the properties against which keywords will match.
setShowMemberNames(boolean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig.PropertyGroup
Set whether to show member property names.
setShowMemberNames(boolean) - Method in class com.cmobilecom.af.model.property.RenderStyle
For property group, set whether to show the names of its member properties
setShowName(boolean) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set whether to show property name
setShowName(Boolean) - Method in class com.cmobilecom.af.model.bean.PropertyDescriptor
Set whether to show property name.
setShowOnclickRootNode(boolean) - Method in class com.cmobilecom.af.model.container.MenuSubTreeInfo
Set whether to show the sub menu when the root menu node of the entity type is clicked
setShowPrimaryProperties(Boolean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Set whether to show primary properties returned by EntityBackingBean.getDefaultPrimaryProperties(ViewType) and ignore the value of PersistenceDataViewConfig.getPropertiesToShow().
setShowProgress(boolean) - Method in class com.cmobilecom.af.model.menu.MenuNode
Set whether to show progress while the command is being executed.
setShowQueryResults(boolean) - Method in class com.cmobilecom.af.model.menu.TypeDescriptor
Set whether to show query results when the menu node for the entity type is clicked.
setShowRowCommands(Boolean) - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Set whether to show row commands.
setShowSearchOptions(Boolean) - Method in class com.cmobilecom.af.model.bean.EntityViewConfig
Set whether to show search properties.
setShowStatistics(Boolean) - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Set whether to show statistcsRow at bottom, not embedded.
setSingleEntity(boolean) - Method in class com.cmobilecom.af.model.menu.TypeDescriptor
Set whether the entity type is singleton.
setSingleEntity(boolean) - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactory
Set whether the entity type is a singleton and Only one instance can be created.
setSingularEntity(Class<T>, T, boolean) - Method in class com.cmobilecom.af.model.InstanceCache
Set the singular in this instance cache when the entity in persistence is changed.
setSize(int) - Method in class com.cmobilecom.af.model.property.RenderStyle
Set size for input text
setSize(Long) - Method in interface com.cmobilecom.af.entity.Lob
Set size in bytes
setSize(Long) - Method in class com.cmobilecom.af.entity.LobBase
 
setSizeLimit(Long) - Method in class com.cmobilecom.af.model.property.EntityFileUploadProperty
Set the size limit for each file in bytes
setSizeQuota(String) - Method in class com.cmobilecom.af.model.system.Quota
Set size quota.
setSkipResults(Integer) - Method in class com.cmobilecom.af.model.pagination.QueryCriteriaEntityList
Set the number of results to skip for the query results.
setSkipValidate(boolean) - Method in class com.cmobilecom.af.entity.ActionDescriptor
Set whether to skip validate for create and applyChange.
setSource(Component) - Method in exception com.cmobilecom.af.model.bean.BackingBeanException
Set the source where this exception occurred.
setSource(Object) - Method in class com.cmobilecom.af.model.module.event.ModuleEvent
Set the event source that triggered this event.
setSql(String) - Method in class com.cmobilecom.af.util.db.SqlDialectItem
Set sql statements if inline, or sql file path otherwise.
setStacked(boolean) - Method in class com.cmobilecom.af.model.chart.CartesianChart
Set whether series values are stacked for cartesian chart.
setStacked(Boolean) - Method in class com.cmobilecom.af.model.report.ReportQueryForm
Set whether to stack multiple report data of same date periods.
setStartDate(LocalDate) - Method in class com.cmobilecom.af.entity.bus.MonthClose
Set the first day of the month.
setStartDate(T) - Method in class com.cmobilecom.af.entity.report.DatePeriod
Set the start time in time line.
setStartDateInclusive(boolean) - Method in class com.cmobilecom.af.entity.report.DatePeriod
Set whether this period includes the start date timestamp
setStartFormIndex(Integer) - Method in class com.cmobilecom.af.model.bean.EntityViewConfig
Set start form index of entity list form beans.
setStartPageIndex(Integer) - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
Get the start page for render or process.
setStatistics(boolean) - Method in interface com.cmobilecom.af.entity.PersistenceEntity
Set whether this entity an embedded statistics entity in an entity list.
setStatistics(boolean) - Method in class com.cmobilecom.af.entity.PersistenceEntityBase
 
setStatistics(boolean) - Method in class com.cmobilecom.af.model.bean.MapEntity
 
setStatisticsColumnsAdded(boolean) - Method in class com.cmobilecom.af.model.report.ReportEntity
Set whether valueSeriesList contains statistics total/percentage columns.
setStatisticsEntity(T) - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Set the statistics entity for all the entities.
setStatisticsRowAdded(boolean) - Method in class com.cmobilecom.af.model.report.ReportEntity
Set whether valueSeriesList contains statistics Row such as total(sum) row.
setStatisticsRowLabel(I18NName) - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
If entity list view supports statistics row, set the label for the row.
setStatus(User.Status) - Method in interface com.cmobilecom.af.entity.security.User
Set user status
setStdoutCharset(String) - Method in class com.cmobilecom.af.util.db.CommandDialectItem
Set the charset of stdout file
setStdoutFile(String) - Method in class com.cmobilecom.af.util.db.CommandDialectItem
Set output file path to store command stdout.
setStyle(String) - Method in interface com.cmobilecom.af.entity.FormDesign
Set style sheet for the layout HTML code
setStyle(String) - Method in class com.cmobilecom.af.model.bean.ColumnHeaders.Node
Set node inline style.
setStyleClass(String) - Method in class com.cmobilecom.af.model.bean.BackingBean
Set bean style class that overrides styleClass specified in its ViewConfig if any.
setStyleClass(String) - Method in class com.cmobilecom.af.model.bean.ColumnHeaders.Node
Set node style class such as "ui-pname-quantity ui-align-right".
setStyleClass(String) - Method in class com.cmobilecom.af.model.bean.ViewConfig
Set bean style class
setStyleClass(String) - Method in class com.cmobilecom.af.model.container.MenuSubTreeInfo
Set the style class for the menu bean of the sub menu.
setStyleClass(String) - Method in class com.cmobilecom.af.model.menu.MenuNode
Set menu node style class
setStyleClass(String) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set property style class.
setStyleClass(String) - Method in class com.cmobilecom.af.model.view.TabView
Set style class of this TabView in addition to default style classes.
setStyleClasses(String, String) - Method in class com.cmobilecom.af.model.bean.ColumnHeaders.Node
Set the style classes of this node and its direct child nodes.
setStyleNumber(int) - Method in class com.cmobilecom.af.model.property.RenderStyle
Set style number.
setSubject(String) - Method in interface com.cmobilecom.af.entity.system.MailTemplate
Set email subject
setSubject(String) - Method in interface com.cmobilecom.af.model.mail.EmailRequest
Set email subject
setSubjectEncoding(String) - Method in interface com.cmobilecom.af.model.mail.EmailRequest
Set email subject encoding
setSuccessMessages(List<ParameterizedMessage>) - Method in class com.cmobilecom.af.entity.ActionDescriptor
Set the list of messages for display after the action is successfully completed.
setSupported(boolean) - Method in class com.cmobilecom.af.model.entimport.SystemEntityImportDescriptor
Set whether importing entities from system repository is supported.
setSupportVariablePageSize(boolean) - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Set whether page size(entities per page) can be different from page to page?
setSwitchCases(List<CriteriaSwitch.SwitchCase<T>>) - Method in interface com.cmobilecom.af.session.criteria.CriteriaSwitch
Set a list of switch cases where one of them can be the case for otherwise condition.
setSwitchToMinForRelease(boolean) - Method in class com.cmobilecom.af.web.module.WebResource
Set whether to switch to its minified version for release.
setSysAdminPassword(String) - Method in class com.cmobilecom.af.util.db.DbConfig
Set database system admin password
setSysAdminUsername(String) - Method in class com.cmobilecom.af.util.db.DbConfig
Set database system admin username
setSystem(boolean) - Method in interface com.cmobilecom.af.entity.system.Instance
Set whether this instance is a system or subsystem instance.
setSystemUserSessionTimeout(Integer) - Method in interface com.cmobilecom.af.entity.system.Parameters
Set session timeout for system users.
setTabClosable(boolean) - Method in class com.cmobilecom.af.model.view.TabView
Set whether a tab can be closed.
setTabTitleStyleClass(String) - Method in class com.cmobilecom.af.model.view.TabViewBase
Set tab title style class
setTabView(TabView) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Set the TabView for rendering properties or entities in a tab view.
setTarget(VisitTarget) - Method in class com.cmobilecom.af.model.behavior.VisitTarget
Set the target for the insertBefore and insertAfter.
setTarget(String) - Method in class com.cmobilecom.af.model.property.RenderStyle
Set target for output link or command link.
setTemporalType(TemporalType) - Method in class com.cmobilecom.af.model.property.RenderStyle
Get temporal type for inputDate.
setText(I18NName) - Method in class com.cmobilecom.af.model.bean.ColumnHeaders.Node
Set node name.
setText(String) - Method in class com.cmobilecom.af.entity.form.Question
Set the text of this question.
setThemeEnabled(Boolean) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
Set whether a tabular theme is enabled.
setTimestamp(Date) - Method in interface com.cmobilecom.af.entity.system.SystemLog
Set the logging timestamp.
setTimeStyle(int) - Method in class com.cmobilecom.af.model.property.RenderStyle
Set time style for timestamp.
setTimeZone(String) - Method in interface com.cmobilecom.af.entity.system.Parameters
Set the time zone of the associated DataAccessUnit.
setTimeZone(ZoneId) - Method in class com.cmobilecom.af.test.api.ManageCenter
Cache timeZone that is the same as that of system Parameters.
setTitle(I18NName) - Method in class com.cmobilecom.af.model.menu.MenuNode
Set title that is used as tooltip when mouse over.
setTitle(ParameterizedMessage) - Method in class com.cmobilecom.af.model.bean.BackingBean
Set bean title
setTitle(ParameterizedMessage) - Method in class com.cmobilecom.af.model.bean.ViewConfig
Set the title of its BackingBean that override its default title.
setTitle(ParameterizedMessage) - Method in class com.cmobilecom.af.model.chart.Chart
Set chart title
setTitle(ParameterizedMessage) - Method in class com.cmobilecom.af.model.container.MenuSubTreeInfo
Set the menuBean title if sub menu is shown separately as a MenuBean
setTitle(ParameterizedMessage) - Method in class com.cmobilecom.af.model.dialog.DialogBean
Set dialog title overriding default.
setTitle(ParameterizedMessage) - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Set the title of the bean that owns this EntityDataSource
setTitle(ParameterizedMessage) - Method in class com.cmobilecom.af.model.pagination.MemoryEntityList
Set the title of its EntityListBackingBean
setTitle(ParameterizedMessage) - Method in class com.cmobilecom.af.session.QueryCriteria
Set query result title that will be displayed if shown
setTitle(String) - Method in class com.cmobilecom.af.model.container.PageInfo
Set page title
setTo(String) - Method in interface com.cmobilecom.af.entity.system.MailTemplate
Set email receiver addresses separated by comma.
setTo(String) - Method in interface com.cmobilecom.af.model.mail.EmailRequest
Set email recipients, separated by comma.
setToggleable(boolean) - Method in class com.cmobilecom.af.model.view.PanelView
Set whether the panel is toggleable? If toggleable, it is can be opened and closed.
setToggleEdit(boolean) - Method in class com.cmobilecom.af.model.property.RenderStyle
For an input component, set whether to render it as text and enable it for editing when user clicks "Toggle Edit".
setToggleOrientation(String) - Method in class com.cmobilecom.af.model.view.PanelView
Set toggle orientation: vertical or horizontal.
setTokenNumber(String) - Method in interface com.cmobilecom.af.entity.security.AccessToken
Set token number
setTotalLogins(Integer) - Method in interface com.cmobilecom.af.entity.security.UserClient
Set the total number of logins from this device since registration.
setToURL(String) - Method in class com.cmobilecom.af.model.container.Redirect
Set the redirect URL before parameter operations are executed.
setTransactionTimeout(int) - Method in class com.cmobilecom.af.model.phase.JTATransaction
 
setTransactionTimeout(int) - Method in class com.cmobilecom.af.model.phase.ResourceLocalTransaction
 
setTransactionTimeout(int) - Method in interface com.cmobilecom.af.model.phase.Transaction
Set transaction timeout.
setTransactionTimeout(int) - Method in class com.cmobilecom.af.model.phase.UserTransactionWrapper
Set transaction timeout.
setTransformedResultDataDescriptor(DataDescriptor<X>) - Method in class com.cmobilecom.af.session.QueryCriteria
Set the DataDescriptor that describes the results that have been transformed by its QueryResultTransformer(s) if any.
setTreeView(TreeView) - Method in class com.cmobilecom.af.model.menu.MenuViewConfig
Set tree options for Tree menuStyle.
setTrigger(String) - Method in class com.cmobilecom.af.model.view.Overlay
Set the trigger UI element that will trigger the menu on the trigger event.
setTriggerEvent(String) - Method in class com.cmobilecom.af.model.view.Overlay
Set the event to trigger the widget to show.
setTrimScopes(EntityFormBeanProperty.TrimScope[]) - Method in class com.cmobilecom.af.model.property.EntityFormBeanProperty
Get the trim scopes for removing entities according to nullAsDeleteProperties.
setTrusted(Boolean) - Method in interface com.cmobilecom.af.entity.security.UserClient
Set whether the client device trusted by the user.
setTrustThisDevice(Boolean) - Method in interface com.cmobilecom.af.model.security.LoginForm
Set whether to trust the device from which to login.
setType(ActionDescriptor.Type) - Method in class com.cmobilecom.af.entity.ActionDescriptor
Set action type
setType(ActionDescriptor.Type) - Method in interface com.cmobilecom.af.entity.system.SystemLog
Set the type of the action such as create, delete, applyChange.
setType(EntityAttr.Type) - Method in interface com.cmobilecom.af.entity.attr.EntityAttr
Set type
setType(EntityAttr.Type) - Method in class com.cmobilecom.af.entity.attr.EntityAttrBase
 
setType(ColumnHeaders.Node.Type) - Method in class com.cmobilecom.af.model.bean.ColumnHeaders.Node
Set node type
setType(EntityDeletionDescriptor.Type) - Method in class com.cmobilecom.af.model.bean.EntityDeletionDescriptor
Set type
setType(Redirect.ParamOp.Type) - Method in class com.cmobilecom.af.model.container.Redirect.ParamOp
Set the parameter operation type such as addAll, add, remove.
setType(MultiTenant.Type) - Method in class com.cmobilecom.af.model.module.MultiTenant
Set type
setType(NumberDescriptor.Type) - Method in class com.cmobilecom.af.model.property.NumberDescriptor
Set type such as currency, percentage
setType(ReportQueryForm.Type) - Method in class com.cmobilecom.af.model.report.ReportQueryForm
Set report type that determines the date periods from the period and period count.
setType(Class) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set property type.
setType(Class<T>) - Method in class com.cmobilecom.af.model.menu.TypeDescriptor
Set the entity type to describe.
setType(Integer) - Method in interface com.cmobilecom.af.entity.FormDesign
Set the type that can be null.
setType(Integer) - Method in interface com.cmobilecom.af.entity.security.User
Set user type.
setType(Integer) - Method in interface com.cmobilecom.af.entity.system.MailTemplate
Set the type of this MailTemplate.
setType(String) - Method in class com.cmobilecom.af.model.entimport.SystemEntityImportBean.DataSourceEntry
Set type.
setType(String) - Method in class com.cmobilecom.af.model.system.AccessControlItem
Set the type such as USER, SUSER, PUBLIC.
setTypeConverter(FormBeanPropertyUtil.TypeConverter) - Method in class com.cmobilecom.af.model.property.EntityFormBeanProperty
Set type converter.
setTypedMenuNodeFactoryViewConfig(MenuViewConfig) - Method in class com.cmobilecom.af.model.menu.TypeDescriptor
Set the ViewConfig for the TypedMenuNodeFactory that is responsible for creating menu nodes for the entity type.
setTypeName(I18NName) - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactoryContext
Set entity type name that will override default.
setTypePluralName(I18NName) - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactoryContext
Set entity type plural name that will override default.
setUiView(UiView) - Method in class com.cmobilecom.af.model.bean.Component
Set the UIView object that is defined by UI layer such as web, android.
setUnresolvedExecuteTargets(String) - Method in class com.cmobilecom.af.model.behavior.PartialBehavior
Set unresolved execute targets such as VisitTarget.ENTITY_LIST_ROW and VisitTarget.BACKING_BEAN.
setUnresolvedRenderTargets(String) - Method in class com.cmobilecom.af.model.behavior.PartialBehavior
Set unresolved render targets such as VisitTarget.ENTITY_LIST_ROW and VisitTarget.BACKING_BEAN.
setUploadedFile(UploadedFile) - Method in class com.cmobilecom.af.model.entimport.FileUploadDataSource
Set uploaded file
setUploadedFile(UploadedFile) - Method in class com.cmobilecom.af.model.property.EntityFileUploadProperty
Set the uploaded file if only a single file can be uploaded, deleting existing files.
setUploadedFiles(List<UploadedFile>) - Method in class com.cmobilecom.af.model.entimport.FileUploadEntityImport
Set the list of uploaded files
setUploadedFiles(List<UploadedFile>) - Method in class com.cmobilecom.af.model.lob.FileUpload
Set uploaded files
setUploadedFiles(List<UploadedFile>) - Method in class com.cmobilecom.af.model.property.EntityFileUploadProperty
Set uploaded files, deleting existing files.
setUser(User) - Method in interface com.cmobilecom.af.entity.form.Response
Set the user who submitted this response.
setUser(User) - Method in interface com.cmobilecom.af.entity.security.UserClient
Set the associated user.
setUser(User) - Method in interface com.cmobilecom.af.entity.system.SystemLog
Set the user who took the action to be logged
setUser(User) - Method in interface com.cmobilecom.af.entity.system.UserOptions
Set the user who owns this userOptions.
setUser(User) - Method in class com.cmobilecom.af.model.security.AuthResult
Set the user if username and password match.
setUserClientTrusted(Boolean) - Method in class com.cmobilecom.af.model.security.AuthResult
Set whether user client device is trusted.
setUserData(Object) - Method in class com.cmobilecom.af.model.menu.MenuNode
Set user data that can be any object used by action handler.
setUserData(String, Object) - Method in class com.cmobilecom.af.model.container.ViewInfo
Set the user data (name/value pair).
setUserData(String, Object) - Method in class com.cmobilecom.af.session.QueryCriteria
Set user data by key.
setUsername(String) - Method in interface com.cmobilecom.af.entity.security.ActivateCode
Set the username of the user who can be activated using this code.
setUsername(String) - Method in interface com.cmobilecom.af.entity.security.ResetPassword
Set the username associated with the email address.
setUsername(String) - Method in interface com.cmobilecom.af.entity.security.User
Set username
setUsername(String) - Method in interface com.cmobilecom.af.model.security.LoginForm
Set login username
setUsername(String) - Method in class com.cmobilecom.af.util.db.DbConfig
Set the username for connecting to the schema
setUserShowStyle(RenderStyle.UserShowStyle) - Method in class com.cmobilecom.af.model.property.RenderStyle
Set the style for showing value of user
setValidationDelayed(Boolean) - Method in class com.cmobilecom.af.model.bean.PropertyDescriptor
Set whether property validation is delayed
setValidationDelayed(Boolean) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set whether property validation is delayed.
setValue(Integer) - Method in class com.cmobilecom.af.entity.form.Option
Set option value that is invisible.
setValue(Object) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set property value without any conversion.
setValue(Object) - Method in class com.cmobilecom.af.model.property.NameValuePair
Set the value of this NameValuePair
setValue(Object) - Method in class com.cmobilecom.af.model.property.SelectItem
Set item value
setValue(Object) - Method in interface com.cmobilecom.af.session.criteria.CriteriaHint
Set hint value
setValue(Object) - Method in class com.cmobilecom.af.util.expr.ExprValue
Set the wrapped value
setValue(Object, List<String>, Object, boolean, Map<Class, Map<String, PropertyDescriptor>>) - Static method in class com.cmobilecom.af.model.property.EntityProperty
Set the property value of the entity.
setValue(String) - Method in interface com.cmobilecom.af.entity.attr.EntityAttrOption
Set option value.
setValue(String) - Method in class com.cmobilecom.af.entity.attr.EntityAttrOptionBase
 
setValue(String) - Method in interface com.cmobilecom.af.entity.attr.EntityAttrValue
Set the attribute value
setValue(String) - Method in class com.cmobilecom.af.entity.attr.EntityAttrValueBase
 
setValue(String) - Method in class com.cmobilecom.af.entity.form.Answer
Set answer value.
setValue(String) - Method in interface com.cmobilecom.af.entity.i18n.EntityI18N
Set the property value for the locale.
setValue(String) - Method in class com.cmobilecom.af.entity.i18n.EntityI18NBase
 
setValue(String) - Method in class com.cmobilecom.af.model.container.Redirect.ParamOp
Set parameter value.
setValue(String) - Method in interface com.cmobilecom.af.test.api.EntityProperty
Set property value for input text, password or textArea.
setValue(String, Object) - Method in class com.cmobilecom.af.model.InstanceCache
Set the value for the key.
setValue(T) - Method in interface com.cmobilecom.af.session.criteria.CriteriaLiteral
Set literal value
setValue(T, Object) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set the property value to the entity, skipping value validation.
setValue(T, Object) - Method in class com.cmobilecom.af.model.query.RangeEntityProperty
 
setValue(T, List<EntityProperty<T>>, Object) - Static method in class com.cmobilecom.af.model.property.EntityProperty
Set the property value of the entity, skipping value validation.
setValueAutoComplete(Object) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set value from autoComplete component.
setValueBoolean(Boolean) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set property value from a Boolean value.
setValueBoolean(T, Boolean) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set property value from a Boolean value
setValueBoolean(T, Boolean) - Method in class com.cmobilecom.af.model.property.EntitySelectionProperty
 
setValueConverter(ValueConverter<T>) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set value converter between string and property type.
setValueDate(Date) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set property value from a Date value
setValueDate(T, Date) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set property value from a Date value
setValueInt(Integer) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set property value from a Integer value
setValueInt(T, Integer) - Method in class com.cmobilecom.af.model.property.EntityProgressProperty
Set progress percentage
setValueInt(T, Integer) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set property value from a Integer value
setValueInternal(T, Object) - Method in class com.cmobilecom.af.model.property.EntityHierarchyProperty
 
setValueInternal(T, Object) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set property value.
setValueInternal(T, Object) - Method in class com.cmobilecom.af.model.property.EntitySelectionProperty
 
setValueInternal(T, Object) - Method in class com.cmobilecom.af.model.query.CheckNotNullProperty
 
setValueInternal(T, Object) - Method in class com.cmobilecom.af.model.query.DistanceEntityProperty
 
setValueList(List<String>) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set property value to the current entity from a list of string.
setValueList(T, List<String>) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set property value to the entity from a list of string.
setValueLocalized(boolean) - Method in class com.cmobilecom.af.model.property.RenderStyle
Set whether property value is localized.
setValueObject(Object) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set property value without conversion.
setValues(List<Number>) - Method in class com.cmobilecom.af.model.chart.ChartSeries
Set the series values
setValueSeriesList(List<List<BigDecimal>>) - Method in class com.cmobilecom.af.model.report.ReportEntity
Set the list of value series that may contain total/percentage columns and totalRow.
setValueSeriesNames(List<I18NName>) - Method in class com.cmobilecom.af.model.report.ReportEntity
Set the names of the value series
setValueString(String) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set property value from a string.
setValueString(T, String) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set property value to the entity from a string.
setValueStringNative(String) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set property value from string.
setValueStringNative(T, String) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set value from string.
setValueStringNative(T, String) - Method in class com.cmobilecom.af.model.query.CheckNotNullProperty
 
setVariableResolver(VariableResolver) - Method in class com.cmobilecom.af.util.expr.Expression
Set variable resolver that is used to resolve variables in expression.
setVerificationCode(String) - Method in class com.cmobilecom.af.model.security.AuthResult
Set system-generated verification code.
setVerificationCodeMatched(boolean) - Method in class com.cmobilecom.af.model.security.AuthResult
Set whether the verification code input by user match the system-generated one.
setVerificationCodeRequired(boolean) - Method in class com.cmobilecom.af.model.security.AuthResult
 
setVersion(Integer) - Method in interface com.cmobilecom.af.entity.PersistenceEntity
Set version.
setVersion(Integer) - Method in class com.cmobilecom.af.entity.PersistenceEntityBase
Set version number that is used for optimistic locking.
setVersion(Integer) - Method in class com.cmobilecom.af.model.bean.MapEntity
 
setVersion(String) - Method in class com.cmobilecom.af.model.module.InstanceType
Set the version of this MuduleSet
setViewConfig(ViewConfig) - Method in class com.cmobilecom.af.model.bean.BackingBean
Set the ViewConfig of this BackingBean
setViewConfig(ViewConfig) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
 
setViewConfig(PageContentViewConfig) - Method in class com.cmobilecom.af.model.dialog.DialogBean
Set ViewConfig
setViewConfig(MenuViewConfig) - Method in class com.cmobilecom.af.model.menu.MenuNodeFactory
Set the ViewConfig of this MenuNodeFactory.
setViewConfig(Object) - Method in interface com.cmobilecom.af.entity.FormDesign
Set the root viewConfig that can contain nested ViewConfig(s).
setViewConfigDescriptors(ViewConfigDescriptor[]) - Method in class com.cmobilecom.af.model.formdesign.FormDesignDescriptor
Set ViewConfig descriptors for entity formBean properties.
setViewInfo(ViewInfo) - Method in class com.cmobilecom.af.model.container.ContainerBean
Set the ViewInfo of the view backed by this container bean.
setViewType(ViewType) - Method in class com.cmobilecom.af.model.bean.ViewConfig
Set viewType.
setVisible(boolean) - Method in class com.cmobilecom.af.model.dialog.DialogBean
Set this dialog to be visible.
setVisible(boolean) - Method in class com.cmobilecom.af.model.module.ModuleNode
Set whether this module node is visible.
setVisible(boolean) - Method in class com.cmobilecom.af.model.view.DialogView
Set whether this dialog to be visible?
setVisibleName(I18NName) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig.PropertyGroup
Set the group visible name for display.
setVisibleName(I18NName) - Method in class com.cmobilecom.af.model.bean.PropertyDescriptor
Set property visible name
setVisibleName(I18NName) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set visible name
setVisibleName(String) - Method in class com.cmobilecom.af.model.module.ModuleNode
Set visible name (not localized).
setVisibleName(String, boolean) - Method in class com.cmobilecom.af.model.property.EntityProperty
Set visible name
setWidgetVar(String) - Method in class com.cmobilecom.af.model.dialog.DialogBean
Set client side var for dialog widget that can be used in javascript.
setWidgetVar(String) - Method in class com.cmobilecom.af.model.view.TabView
Set the name of the widgetVar that is the client side object of this TabView.
setWidth(Integer) - Method in class com.cmobilecom.af.model.view.DialogView
Set dialog width in pixels.
setWriteMethod(Method) - Method in class com.cmobilecom.af.util.PropertyDescriptor
Set property write method.
setYear(Integer) - Method in class com.cmobilecom.af.entity.report.ReportPeriod
Set year such as 2010
setYearStartDate(LocalDate) - Method in interface com.cmobilecom.af.entity.system.Parameters
Set year start date.
setZoomEnabled(boolean) - Method in class com.cmobilecom.af.model.chart.CartesianChart
Set whether zoom is enabled?
severity - Variable in exception com.cmobilecom.af.entity.system.SystemRuntimeException
Message severity level
severity - Variable in exception com.cmobilecom.af.util.ExecException
Message severity level
shallowCopy() - Method in class com.cmobilecom.af.model.property.RenderStyle
Clone this RenderStyle, complex member objects are shared.
SHARED_TABLE - com.cmobilecom.af.model.module.MultiTenant.Type
Shared table for different instances
SharedEntityType(Class, List<MultiTenant.SharedEntityAccess>, List<MultiTenant.SharedEntityAccess>) - Constructor for class com.cmobilecom.af.model.module.MultiTenant.SharedEntityType
Constructor
SHORT_TEXT - com.cmobilecom.af.entity.form.Question.AnswerType
Short text.
ShortcutMenuNodeFactory - Class in com.cmobilecom.af.model.menu
Shortcut menu node factory.
ShortcutMenuNodeFactory(MenuNodeFactoryContext, MenuBean, MenuViewConfig, MenuBean) - Constructor for class com.cmobilecom.af.model.menu.ShortcutMenuNodeFactory
Constructor
shouldCommit() - Method in class com.cmobilecom.af.model.phase.ApplyValuePhaseListener
 
shouldCommit() - Method in class com.cmobilecom.af.model.phase.ExecPhaseListener
 
shouldCommit() - Method in class com.cmobilecom.af.model.phase.PhaseListener
Whether to commit or rollback transaction?
shouldCommit() - Method in class com.cmobilecom.af.model.phase.RenderPhaseListener
 
shouldRunInstanceTest(InstanceIdentifier) - Method in class com.cmobilecom.af.test.api.InstanceTypeTest
Should run the specified instanceTest.
shouldSkip() - Method in interface com.cmobilecom.af.model.nav.Step
Should this step be skipped in its StepFlow.
SHOW_ENTITY - com.cmobilecom.af.model.annotation.ActionOnClick
show entity
SHOW_ONE_RESPONSE - com.cmobilecom.af.model.form.FormBean.DisplayMode
Show form for one response
SHOW_PARENT_PROPERTY_VALUE - com.cmobilecom.af.model.annotation.ActionOnClick
show parent property value
SHOW_PROPERTY_VALUE - com.cmobilecom.af.model.annotation.ActionOnClick
show property value
showBean(BackingBean, boolean, List<Integer>, boolean, Integer, Integer) - Method in class com.cmobilecom.af.model.container.ContainerBean
Add the bean to the regions.
showBean(BackingBean, Integer) - Method in class com.cmobilecom.af.model.container.ContainerBean
Add the bean to the region.
showBean(BackingBean, List<Integer>, boolean) - Method in class com.cmobilecom.af.model.container.ContainerBean
Add the bean to the regions.
showBeanList(List<BackingBean>, boolean, List<Integer>, boolean, Integer) - Method in class com.cmobilecom.af.model.container.ContainerBean
Add a list beans to the regions.
showConfirmDialog(ParameterizedMessage, List<BackingBeanMessage>, ConfirmBean.Command[], String[], DialogBean) - Method in class com.cmobilecom.af.model.container.ContainerBean
Show confirm dialog with the messages and commands.
showDefaultEmptyEntity(List<CriteriaElement>, ParameterizedMessage, PartialBehavior.ContainerRenderRegions, EntityViewConfig, Integer) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
For entityType configured showingSingleEntity, how to handle if entity does not exist and createIfEmpty is false.
showEntity(EntityTypeId) - Method in class com.cmobilecom.af.model.container.ContainerBean
Create the EntityBackingBean for the entity and place it in the PageContent of this ContainerBean for display.
showEntity(PersistenceEntity) - Method in class com.cmobilecom.af.model.container.ContainerBean
Create the EntityBackingBean for the entity and place it in the PageContent of this ContainerBean for display.
showEntity(PersistenceEntity, EntityViewConfig, boolean) - Method in class com.cmobilecom.af.model.container.ContainerBean
Create the EntityBackingBean for the entity and place it in the PageContent of this ContainerBean for display.
showEntity(Class, EntityDataSource, EntityViewConfig, boolean) - Method in class com.cmobilecom.af.model.container.ContainerBean
Create the EntityBackingBean for the entity and place it in the PageContent of this ContainerBean for display.
showEntity(Class, EntityDataSource, EntityViewConfig, boolean, Integer) - Method in class com.cmobilecom.af.model.container.ContainerBean
Create the EntityBackingBean for the entity and place it in the PageContent of this ContainerBean for display.
showEntity(String[], boolean, String[]) - Method in interface com.cmobilecom.af.test.api.ContainerBean
Click the menu node in the containerMenuBean to show entity bean or entity list bean.
showEntity(String[], boolean, String[]) - Method in class com.cmobilecom.af.test.api.ManageCenter
Click the menu node in the containerMenuBean to show entity bean or entity list bean.
showEntity(String[], String[]) - Method in interface com.cmobilecom.af.test.api.ContainerBean
Click the menu node in the containerMenuBean to show entity bean or entity list bean.
showEntity(String[], String[]) - Method in class com.cmobilecom.af.test.api.ManageCenter
Click the menu node in the containerMenuBean to show entity bean or entity list bean.
showEntityImportBean(String, Class, boolean, List<String>, MenuNodeFactory, DataAccessUnit, PartialBehavior.ContainerRenderRegions) - Static method in class com.cmobilecom.af.model.menu.TypedMenuNodeContextMenuBean
Show entityImportBean
showEntityList(Class, EntityDataSource, boolean) - Method in class com.cmobilecom.af.model.container.ContainerBean
Create an EntityListBackingBean for the entity list and place it in the PageContent of this ContainerBean for display.
showEntityList(Class, EntityDataSource, boolean, boolean, Integer) - Method in class com.cmobilecom.af.model.container.ContainerBean
Create an EntityListBackingBean for the entity list and place it in the PageContent of this ContainerBean for display.
showEntityList(Class, EntityDataSource, EntityListViewConfig, boolean) - Method in class com.cmobilecom.af.model.container.ContainerBean
Create an EntityListBackingBean for the entity list and place it in the PageContent of this ContainerBean for display.
showEntityList(Class, EntityDataSource, EntityListViewConfig, boolean, boolean, Integer, boolean) - Method in class com.cmobilecom.af.model.container.ContainerBean
Create an EntityListBackingBean for the entity list and place it in the PageContent of this ContainerBean for display.
showEntityList(Class, EntityDataSource, EntityListViewConfig, boolean, Integer) - Method in class com.cmobilecom.af.model.container.ContainerBean
Create an EntityListBackingBean for the entity list and place it in the PageContent of this ContainerBean for display.
showEntityList(String...) - Method in interface com.cmobilecom.af.test.api.ContainerBean
Click the menu node in the containerMenuBean to show entity list bean.
showEntityList(String...) - Method in class com.cmobilecom.af.test.api.ManageCenter
Click the menu node in the containerMenuBean to show entity list bean.
showHome() - Method in class com.cmobilecom.af.test.api.ManageCenter
Show home page of manage center.
showIfNull() - Method in annotation type com.cmobilecom.af.model.annotation.Property
Whether to show the property if its value is null in non-query mode(create, view, edit)? For example, Entity A refers to Entity B, do not create formBean property for Entity B if it is null.
showMemberNames() - Method in annotation type com.cmobilecom.af.model.annotation.RenderStyleDef
whether to show member names for grouping
showMessageDialog(ParameterizedMessage, List<ParameterizedMessage>) - Method in class com.cmobilecom.af.model.container.ContainerBean
Open a message dialog.
showMessageDialog(List<ParameterizedMessage>) - Method in class com.cmobilecom.af.model.container.ContainerBean
Open a message dialog with title: INFO.
showName() - Method in annotation type com.cmobilecom.af.model.annotation.Property
view types to show property name.
showProgressDialog(MenuNode, Integer, String, boolean, boolean, boolean) - Method in class com.cmobilecom.af.model.container.ContainerBean
Show progress dialog.
showQueryForm(DataAccessUnit) - Method in class com.cmobilecom.af.model.menu.TypedMenuNodeFactory
Show query form without showing results.
showQueryFormBean(Class<T>, EntityInitializer, boolean, EntityViewConfig, List<Integer>, boolean, EntityListViewConfig, QueryResultTransformer, MenuNodeFactory, DataAccessUnit) - Method in class com.cmobilecom.af.model.container.ContainerBean
Show query form and/or query results beans for the entity type.
showSingleEntity(Class, List<CriteriaElement>, ParameterizedMessage, boolean, List<Integer>, boolean, EntityViewConfig, MenuNodeFactory, DataAccessUnit) - Method in class com.cmobilecom.af.model.container.ContainerBean
Create an EntityBackingBean to show the entity retrieved by the query criteria specified by the propertyQueryElements.
showUploadForm(ParameterizedMessage, UploadListener, PartialBehavior.ContainerRenderRegions) - Static method in class com.cmobilecom.af.model.lob.FileUploadBean
Show upload form in the containerRenderRegions.
showUserRegisterForm(ContainerBean, boolean) - Method in class com.cmobilecom.af.test.api.UserRegisterUtil
Show user registration form.
SimpleHierarchyEntity - Class in com.cmobilecom.af.entity
SimpleHierarchyEntity: a simple hierarchy type with name and hierarchyId, and can be the base type for more complicated hierarchy types.
SimpleHierarchyEntity() - Constructor for class com.cmobilecom.af.entity.SimpleHierarchyEntity
 
SimpleHierarchyEntityBean<T extends Hierarchy> - Class in com.cmobilecom.af.model.bean
SimpeHierarchyEntity backing Bean that uses IdRule table to store id rules for hierarchy types.
SimpleHierarchyEntityBean() - Constructor for class com.cmobilecom.af.model.bean.SimpleHierarchyEntityBean
 
SimpleHierarchyEntityBean.HierarchyDescriptor - Class in com.cmobilecom.af.model.bean
Hierarchy Type Descriptor
SimpleMenuNodeFactoryContext - Class in com.cmobilecom.af.model.menu
SimpleMenuNodeFactoryContext with context id, context data, dataAccessUnit and query hints.
SimpleMenuNodeFactoryContext(String) - Constructor for class com.cmobilecom.af.model.menu.SimpleMenuNodeFactoryContext
Constructor with contextId.
SimpleMenuNodeFactoryContext(String, Object) - Constructor for class com.cmobilecom.af.model.menu.SimpleMenuNodeFactoryContext
Constructor with contextId and contextData
SimpleMenuNodeFactoryContext(String, Object, DataAccessUnit, QueryDescriptor.QueryHints) - Constructor for class com.cmobilecom.af.model.menu.SimpleMenuNodeFactoryContext
Constructor with contextId and contextData
size - Variable in class com.cmobilecom.af.entity.LobBase
Lob size in bytes
size - Variable in class com.cmobilecom.af.model.pagination.PageableEntityList
Total number of rows (entities), null for unknown
size() - Method in annotation type com.cmobilecom.af.model.annotation.RenderStyleDef
size for inputText.
size() - Method in class com.cmobilecom.af.session.QueryDescriptor.QueryHints
Get the number of hints.
SIZE - com.cmobilecom.af.session.criteria.CriteriaFunction.Function
size of a collection
SKIP - com.cmobilecom.af.entity.persistence.EntityImport.ConflictAction
Skip and keep existing entities
skipped - Variable in class com.cmobilecom.af.model.entimport.EntityImportHandler.HandleResult
The number of entities skipped, use existing entities
sleep(int, boolean) - Static method in class com.cmobilecom.af.test.api.TestBase
Sleep for the specified time.
SOME - com.cmobilecom.af.session.criteria.CriteriaFunction.Function
some(subquery): some expression of a subquery results
sortById(Collection<T>, boolean) - Static method in class com.cmobilecom.af.entity.persistence.Utility
Sort entities by id.
splitNamePath(String) - Static method in class com.cmobilecom.af.entity.persistence.Utility
Split dotted name path as a name list
splitToList(String, String) - Static method in class com.cmobilecom.af.test.api.Util
Split a string to a list of string.
splitToList(String, String) - Static method in class com.cmobilecom.af.util.CollectionUtil
Split a string to a list of string.
SqlDialectItem - Class in com.cmobilecom.af.util.db
SqlDialectItem: describe sql statements that can be executed on a database connection, or a sql query clause.
SqlDialectItem(boolean, String) - Constructor for class com.cmobilecom.af.util.db.SqlDialectItem
Create SqlDialectItem
start() - Method in class com.cmobilecom.af.model.nav.StepFlow
Start this StepFlow to run the first step that should not be skipped.
startChildModule(int) - Method in class com.cmobilecom.af.util.AbstractProgress
 
startChildModule(int) - Method in interface com.cmobilecom.af.util.Progress
Start a child module.
startDate - Variable in class com.cmobilecom.af.entity.report.DatePeriod
 
startDateInclusive - Variable in class com.cmobilecom.af.entity.report.DatePeriod
 
startLoginOrCreateInstance(ContainerBean) - Method in class com.cmobilecom.af.test.api.InstanceTypeTest
Click the link or button in the page that will show the created instance by the authenticated user or show a new instance to create if there is no instances created by the user.
startMap(String) - Method in class com.cmobilecom.af.web.module.WidgetBuilder
Start a map
startNextChildModule(Progress.Module, int) - Method in class com.cmobilecom.af.util.AbstractProgress
 
startNextChildModule(Progress.Module, int) - Method in interface com.cmobilecom.af.util.Progress
Complete the current active child module, and start next child module.
STARTS_WITH - com.cmobilecom.af.session.criteria.CriteriaFunction.Function
starts with a pattern.
STARTS_WITH_NE - com.cmobilecom.af.session.criteria.CriteriaFunction.Function
starts with a pattern, but not equal to the pattern
startsWith(CriteriaExpression<String>, CriteriaExpression<String>) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a startsWith expression to check if a value starts with a pattern.
startsWith(String, String) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a startsWith expression to check if the property value starts with a pattern.
startsWithNE(CriteriaExpression<String>, CriteriaExpression<String>) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a startsWith (but not equal) expression to check if the expression value starts with a pattern but they are not equal.
startsWithNE(String, String) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a startsWith (but not equal) expression to check if the property value starts with a pattern but they are not equal.
STATISTICS_ROW_INDEX - Static variable in class com.cmobilecom.af.model.behavior.VisitEntityListRow
Row index for statistics row
statisticsCalculated(EntityListBackingBean<T>, T) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Called after all statistics properties of the entityListBackingBean are calculated, or after one statistics value is updated.
statisticsEntity - Variable in class com.cmobilecom.af.model.pagination.PageableEntityList
The statistics values of the whole entity list
statisticsMismatchedValueMap - Variable in class com.cmobilecom.af.model.pagination.PageableEntityList
Property statistics values that does not match property types.
StatisticsProperty - Class in com.cmobilecom.af.session
StatisticsProperty describes an entity property that is used in statistics using aggregate function.
StatisticsProperty(String, StatisticsProperty.Aggregate) - Constructor for class com.cmobilecom.af.session.StatisticsProperty
Constructor.
StatisticsProperty.Aggregate - Enum in com.cmobilecom.af.session
Aggregate
statisticsRow(EntityListBackingBean<T>) - Static method in class com.cmobilecom.af.model.behavior.VisitEntityListRow
Create the visit target for statistics row.
Step - Interface in com.cmobilecom.af.model.nav
Step interface of StepFlow.
stepCompleted(Step) - Method in class com.cmobilecom.af.model.nav.StepFlow
stepCompleted: called after the step is completed.
StepFlow - Class in com.cmobilecom.af.model.nav
StepFlow that consists of a list of steps.
StepFlow() - Constructor for class com.cmobilecom.af.model.nav.StepFlow
 
stop(boolean) - Method in class com.cmobilecom.af.model.mail.SendMail
Tell this SendMail thread to stop and remove itself from thread pool.
stopSendMail(DataAccessUnit, String) - Static method in class com.cmobilecom.af.model.mail.SendMail
Tell the SendMail thread to stop sending emails by adding QUIT command to its queue.
storeEntityToFile(T) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Store the entity into a file if the entity is EntityFile.
storeInitializedManagedBean(Object) - Method in class com.cmobilecom.af.model.util.RequestHelper
Store the initialized bean in request scope, which will be set to the managedBean after its view is built.
StrictQueryScope - Annotation Type in com.cmobilecom.af.entity.annotation
For an entityType annotated with StrictQueryScope, the PersistenceEntityManager will be given a default QueryHints (instance is null) for an instanceType DataAccessUnit.
STRING - com.cmobilecom.af.entity.attr.EntityAttr.Type
String type
stringSetContainsAll(String, String) - Static method in class com.cmobilecom.af.util.CollectionUtil
Whether setA contains setB.
stringToIdSet(String, String) - Static method in class com.cmobilecom.af.entity.persistence.Utility
Convert id string to id set.
StringUtil - Class in com.cmobilecom.af.util
String utilities
StringUtil() - Constructor for class com.cmobilecom.af.util.StringUtil
 
STRONG_SECURE_CODE_LEN - Static variable in interface com.cmobilecom.af.entity.security.AccessToken
Strong secure code length.
style() - Method in annotation type com.cmobilecom.af.model.annotation.RenderStyleDef
Style number.
styleClass - Variable in class com.cmobilecom.af.model.bean.BackingBean
Style class name
styleClass() - Method in annotation type com.cmobilecom.af.model.annotation.Column
Property style class in list view.
styleClass() - Method in annotation type com.cmobilecom.af.model.annotation.Property
Property style class in entity, entity list or query view.
styleClass() - Method in annotation type com.cmobilecom.af.model.annotation.Query
Property style class in query view.
subgraphs - Variable in class com.cmobilecom.af.session.EntityJoinGraph
Property subgraph.
subList(List<T>, int, int) - Static method in class com.cmobilecom.af.util.CollectionUtil
Get a sub list from the list.
subList(List<T>, int, Integer) - Static method in class com.cmobilecom.af.util.CollectionUtil
Create a sub list for the list.
subquery(String, Class<E>, Class<T>, CriteriaElement...) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a subquery with a correlated property and/or root entity type.
subquery(String, Class<E>, Class<T>, List<CriteriaElement>) - Method in interface com.cmobilecom.af.session.criteria.CriteriaElementFactory
Create a subquery with a correlated property.
subquery(String, Class<E>, Class<T>, List<CriteriaElement>) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a subquery with a correlated property and/or root entity type.
substring(CriteriaExpression<String>, CriteriaExpression<Integer>) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a substring expression from the start position to the end of the string value.
substring(CriteriaExpression<String>, CriteriaExpression<Integer>, CriteriaExpression<Integer>) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a substring expression.
SUBSTRING - com.cmobilecom.af.session.criteria.CriteriaFunction.Function
substring
subtract(ExprValue, MathContext) - Method in class com.cmobilecom.af.util.expr.ExprValue
Subtract the subtrahend from this ExprValue(this - subtrahend).
sum(CriteriaExpression<T>) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create an aggregate SUM expression.
sum(String) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a SUM expression.
SUM - com.cmobilecom.af.session.criteria.CriteriaFunction.Function
aggregate sum
SUM - com.cmobilecom.af.session.StatisticsProperty.Aggregate
sum
SUMMARIZE_RESPONSES - com.cmobilecom.af.model.form.FormBean.DisplayMode
Summarize all responses
SUPER_USER - Static variable in interface com.cmobilecom.af.entity.security.Role
Super user role name: SuperUser.
supportVariablePageSize - Variable in class com.cmobilecom.af.model.pagination.PageableEntityList
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.
SUSER - Static variable in class com.cmobilecom.af.model.system.AccessControlItem
User type constant: All users with type User.SYSTEM who are authenticated.
SUSPENDED - com.cmobilecom.af.entity.security.User.Status
Suspended.
sw - com.cmobilecom.af.model.report.ReportQueryForm.LegendPosition
Southwest
SWITCH_CASE - com.cmobilecom.af.session.criteria.CriteriaFunction.Function
switch case: return different values under different conditions.
switchCase(CriteriaSwitch.SwitchCase<T>...) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a swithCase expression.
switchCase(List<CriteriaSwitch.SwitchCase<T>>) - Method in interface com.cmobilecom.af.session.criteria.CriteriaElementFactory
Create a swithCase expression.
switchCase(List<CriteriaSwitch.SwitchCase<T>>) - Static method in class com.cmobilecom.af.session.criteria.DetachedCriteria
Create a swithCase expression.
SwitchCase(CriteriaExpression<Boolean>, CriteriaExpression<T>) - Constructor for class com.cmobilecom.af.session.criteria.CriteriaSwitch.SwitchCase
Constructor with condition and value
SwitchCase(CriteriaExpression<Boolean>, T) - Constructor for class com.cmobilecom.af.session.criteria.CriteriaSwitch.SwitchCase
Constructor with condition and value
SwitchCase(CriteriaExpression<T>) - Constructor for class com.cmobilecom.af.session.criteria.CriteriaSwitch.SwitchCase
/** Constructor with the value for otherwise condition.
SwitchCase(CriteriaSwitch.SwitchCase<T>) - Constructor for class com.cmobilecom.af.session.criteria.CriteriaSwitch.SwitchCase
Copy constructor
SwitchCase(T) - Constructor for class com.cmobilecom.af.session.criteria.CriteriaSwitch.SwitchCase
Constructor with the value for otherwise condition.
switchToChildWindow() - Method in interface com.cmobilecom.af.test.api.ContainerBean
Switch to the child window that is just opened.
switchToChildWindow(String) - Method in interface com.cmobilecom.af.test.api.ContainerBean
Switch to a child window.
switchToParentWindow() - Method in interface com.cmobilecom.af.test.api.ContainerBean
Switch to parent window.
SYSTEM - Static variable in interface com.cmobilecom.af.entity.security.User
User type: system
SYSTEM - Static variable in class com.cmobilecom.af.model.module.InstanceType
 
SYSTEM - Static variable in interface com.cmobilecom.af.model.module.Module
System module name
SYSTEM_USER - Static variable in interface com.cmobilecom.af.entity.security.Role
System user role name: SystemUser.
SystemConfig - Class in com.cmobilecom.af.model.system
SystemConfig is system configuration including modules and subsystems.
SystemEntityImport - Class in com.cmobilecom.af.model.entimport
Entity import from system.
SystemEntityImport() - Constructor for class com.cmobilecom.af.model.entimport.SystemEntityImport
Default constructor
SystemEntityImport(Class) - Constructor for class com.cmobilecom.af.model.entimport.SystemEntityImport
Constructor with entity type
SystemEntityImportBean - Class in com.cmobilecom.af.model.entimport
System entity import backing bean
SystemEntityImportBean() - Constructor for class com.cmobilecom.af.model.entimport.SystemEntityImportBean
 
SystemEntityImportBean.DataSourceEntry - Class in com.cmobilecom.af.model.entimport
Represent a DataSource entry in import config file
SystemEntityImportDescriptor - Class in com.cmobilecom.af.model.entimport
SystemEntityImportDescriptor: Whether importing from system repository is supported and type restrictions.
SystemEntityImportDescriptor(boolean, List<String>) - Constructor for class com.cmobilecom.af.model.entimport.SystemEntityImportDescriptor
Constructor.
SystemException - Exception in com.cmobilecom.af.entity.system
SystemException: system exception.
SystemException(String) - Constructor for exception com.cmobilecom.af.entity.system.SystemException
Constructor.
SystemException(String, boolean, Object[]) - Constructor for exception com.cmobilecom.af.entity.system.SystemException
Constructor.
SystemException(String, Object[]) - Constructor for exception com.cmobilecom.af.entity.system.SystemException
Constructor.
SystemException(String, Throwable) - Constructor for exception com.cmobilecom.af.entity.system.SystemException
Constructor with a localized message and cause.
SystemException(Throwable) - Constructor for exception com.cmobilecom.af.entity.system.SystemException
Constructor: wrapper over a Throwable
SystemInitializationException - Exception in com.cmobilecom.af.model.system
System initialization exception.
SystemInitializationException(String) - Constructor for exception com.cmobilecom.af.model.system.SystemInitializationException
Constructor with a message.
SystemLog - Interface in com.cmobilecom.af.entity.system
System logging for create/edit/delete.
SystemRuntimeException - Exception in com.cmobilecom.af.entity.system
SystemRuntimeException: system runtime exception not caused by users.
SystemRuntimeException(String) - Constructor for exception com.cmobilecom.af.entity.system.SystemRuntimeException
Constructor.
SystemRuntimeException(String, boolean, Object[], ExecException.Severity) - Constructor for exception com.cmobilecom.af.entity.system.SystemRuntimeException
Constructor.
SystemRuntimeException(String, Throwable) - Constructor for exception com.cmobilecom.af.entity.system.SystemRuntimeException
Constructor: wrapper over a Throwable
SystemRuntimeException(Throwable) - Constructor for exception com.cmobilecom.af.entity.system.SystemRuntimeException
Constructor: wrapper over a Throwable
systemUserLoginToManageCenter(ContainerBean) - Static method in class com.cmobilecom.af.test.api.ManageCenter
System user login to manage center.

T

TAB_VIEW - com.cmobilecom.af.model.annotation.LayoutType
Tab view with each tab showing one content.
TAB_VIEW - com.cmobilecom.af.model.bean.EntityListViewConfig.RowEntityViewLayoutType
TabView: one table for each EntityBackingBean
TAB_VIEW - com.cmobilecom.af.test.api.PersistenceDataBean.LayoutType
Tab view with each tab showing one content.
TABLE - com.cmobilecom.af.model.annotation.LayoutType
Table.
TABLE - com.cmobilecom.af.model.report.ReportQueryForm.DisplayFormat
Table
TABLE - com.cmobilecom.af.test.api.PersistenceDataBean.LayoutType
Table.
tableColumnCount - Variable in class com.cmobilecom.af.model.bean.EntityListBackingBean.TableInfo
table row count
TableInfo() - Constructor for class com.cmobilecom.af.model.bean.EntityListBackingBean.TableInfo
Constructor
TableInfo(int, int, int) - Constructor for class com.cmobilecom.af.model.bean.EntityListBackingBean.TableInfo
Constructor
tableRowCount - Variable in class com.cmobilecom.af.model.bean.EntityListBackingBean.TableInfo
table row count including blank entities for padding
TabView - Class in com.cmobilecom.af.model.view
TabView configuration for entityBackingBean properties.
TabView - Interface in com.cmobilecom.af.test.api
Tab View.
TabView() - Constructor for class com.cmobilecom.af.model.view.TabView
Default constructor.
TabView(boolean, boolean) - Constructor for class com.cmobilecom.af.model.view.TabView
Constructor.
TabView(TabView) - Constructor for class com.cmobilecom.af.model.view.TabView
Copy constructor
TabViewBase - Class in com.cmobilecom.af.model.view
TabView base for TabView and AccordionView.
TabViewBase() - Constructor for class com.cmobilecom.af.model.view.TabViewBase
Default constructor.
TabViewBase(boolean, boolean) - Constructor for class com.cmobilecom.af.model.view.TabViewBase
Constructor
TabViewBase(TabViewBase) - Constructor for class com.cmobilecom.af.model.view.TabViewBase
Copy constructor
TabViewBase(Element) - Constructor for class com.cmobilecom.af.model.view.TabViewBase
Constructor with XML element
takeSnapshot(String, int) - Method in class com.cmobilecom.af.test.api.TestClock
Take current timestamp (plus the minutesToAdd) as a named snapshot.
target() - Method in annotation type com.cmobilecom.af.model.annotation.RenderStyleDef
The target for outputLink or commandLink.
TemporalPeriod<T extends java.lang.Comparable> - Class in com.cmobilecom.af.entity.report
TemporalPeriod: super type for local date/time period.
TemporalPeriod(T, boolean, T, boolean) - Constructor for class com.cmobilecom.af.entity.report.TemporalPeriod
Constructor for a local date/time period.
TestBase - Class in com.cmobilecom.af.test.api
Test base class.
TestBase(TestConfig) - Constructor for class com.cmobilecom.af.test.api.TestBase
 
TestClock - Class in com.cmobilecom.af.test.api
Test clock for an InstanceTypeTest, which applies to all its InstanceTest(s).
TestClock() - Constructor for class com.cmobilecom.af.test.api.TestClock
Default constructor without time adjustment.
testConfig - Variable in class com.cmobilecom.af.test.api.TestBase
 
TestConfig - Class in com.cmobilecom.af.test.api
Test configuration (locale and driver combination)
TestConfig(String, Locale, String, String) - Constructor for class com.cmobilecom.af.test.api.TestConfig
 
testConfigs - Static variable in class com.cmobilecom.af.test.api.TestBase
a collection of TestConfig(s) for parameterized tests.
testConfigs() - Static method in class com.cmobilecom.af.test.api.TestBase
Get test configurations for parameterized tests.
TextExpressionResolver - Interface in com.cmobilecom.af.util.text
TextExpressionResolver: resolve expressions to string values.
TextExpressionVisitor - Interface in com.cmobilecom.af.util.text
ExpressionTextVisitor: visit texts and expressions in a string.
TextExpressionWalker - Class in com.cmobilecom.af.util.text
TextExpressionWalker: walk a string with texts and expressions and call visitor.
TextExpressionWalker() - Constructor for class com.cmobilecom.af.util.text.TextExpressionWalker
 
THIS - Static variable in class com.cmobilecom.af.model.behavior.VisitTarget
@this visit target
TIERED_MENU - com.cmobilecom.af.model.menu.MenuViewConfig.MenuStyle
Tiered menu
TIME - com.cmobilecom.af.entity.form.Question.AnswerType
Time such as 18:00
timeStyle() - Method in annotation type com.cmobilecom.af.model.annotation.RenderStyleDef
Time style for timestamp.
TimeZoneI18NName(String) - Constructor for class com.cmobilecom.af.model.property.SelectItemListProvider.TimeZoneI18NName
Constructor
title - Variable in class com.cmobilecom.af.model.bean.BackingBean
Backing bean title
TITLE - com.cmobilecom.af.model.behavior.VisitComponent.Part
title
TM_P - Static variable in class com.cmobilecom.af.model.report.ReportUtil
time modifier constant: period
TM_WY - Static variable in class com.cmobilecom.af.model.report.ReportUtil
time modifier constant: whole year
TM_Y - Static variable in class com.cmobilecom.af.model.report.ReportUtil
time modifier constant: year
TM_YB - Static variable in class com.cmobilecom.af.model.report.ReportUtil
time modifier constant: year start to period begin
TM_YE - Static variable in class com.cmobilecom.af.model.report.ReportUtil
time modifier constant: year start to period end
toBytes(long, int) - Static method in class com.cmobilecom.af.util.BytesUtil
Convert a long value to 8, 4 or 2 bytes
toDate(LocalDate, TimeZone) - Static method in class com.cmobilecom.af.util.DateUtil
Convert local date(start time) to date based on the time zone.
toDate(LocalDateTime, TimeZone) - Static method in class com.cmobilecom.af.util.DateUtil
Convert local date time to date based on the time zone.
toggleable() - Method in annotation type com.cmobilecom.af.model.annotation.HelpDef
Whether the help can be hidden and shown? If false, the help will be shown statically.
toggleColumns(List<String>, Boolean) - Method in interface com.cmobilecom.af.test.api.EntityListBean
Toggle (show or hide) table columns.
toggleEdit() - Method in annotation type com.cmobilecom.af.model.annotation.RenderStyleDef
For an input component, whether to render it as text and enable it for editing when user clicks "Toggle Edit"? If its value is empty but required, it will always be in editing mode.
toggleEdit() - Method in interface com.cmobilecom.af.test.api.EntityProperty
Toggle between editing and showing mode.
toggleFeature(String, boolean) - Method in interface com.cmobilecom.af.test.api.PersistenceDataBean
Toggle feature on/off.
toggleRowCommandMenu(boolean) - Method in interface com.cmobilecom.af.test.api.EntityListBean
Show or hide row command menu.
toggleRowEditMode(int) - Method in interface com.cmobilecom.af.test.api.EntityListBean
Toggle editing mode (view or edit) for the row.
toggleRowExpanded(int) - Method in class com.cmobilecom.af.model.bean.EntityListRowExpansion
Toggle expanded/collapsed status for the row.
toggleRowExpanded(T) - Method in class com.cmobilecom.af.model.bean.EntityListRowExpansion
Toggle expanded/collapsed status for the row with the entity
toHexString(byte[], boolean) - Static method in class com.cmobilecom.af.util.BytesUtil
Get the byte array as hex string with 2 letters for each byte.
toInstantPeriod(TimeZone) - Method in class com.cmobilecom.af.entity.report.LocalDatePeriod
Convert this period to instant period at the time zone, and return a new instance.
toInstantPeriod(TimeZone) - Method in class com.cmobilecom.af.entity.report.LocalDateTimePeriod
Convert this period to instant period at the time zone, and return a new instance.
toInstantPeriod(TimeZone) - Method in class com.cmobilecom.af.entity.report.TemporalPeriod
Convert this period to instant period at the time zone, and return a new instance.
toInteger(byte[], int, int) - Static method in class com.cmobilecom.af.util.BytesUtil
Convert the 4 or 2 bytes starting at the offset into integer value.
toLocalDate(Date, TimeZone) - Static method in class com.cmobilecom.af.util.DateUtil
Convert date to local date based on the time zone.
toLocalDateTime(Date, TimeZone) - Static method in class com.cmobilecom.af.util.DateUtil
Convert date to local date time based on the time zone.
toLocalDateTimePeriod(TimeZone) - Method in class com.cmobilecom.af.entity.report.InstantPeriod
Convert this period to local date time period at the time zone, and return a new instance.
toLong(byte[], int, int) - Static method in class com.cmobilecom.af.util.BytesUtil
Convert the 8, 4 or 2 bytes starting at the offset into long value.
toLowerCaseCharAt(String, int) - Static method in class com.cmobilecom.af.util.StringUtil
Change the char at the position to lower case.
TOOL_BAR - com.cmobilecom.af.model.menu.MenuViewConfig.MenuStyle
toolbar: top menu nodes only
TOOL_BAR - com.cmobilecom.af.model.module.Module.ShortcutType
shown on toolbar
Tooltip - Interface in com.cmobilecom.af.test.api
EntityProperty tooltip showing help message.
TOP - com.cmobilecom.af.model.bean.BackingBean.MessageLocation
On the top above header menu
toQueryString(Map<String, String>, boolean) - Static method in class com.cmobilecom.af.web.module.UrlUtil
Convert the map of name/value pairs to a URL query string with parameter values encoded.
toString() - Method in class com.cmobilecom.af.entity.attr.EntityAttrBase
 
toString() - Method in class com.cmobilecom.af.entity.attr.EntityAttrOptionBase
 
toString() - Method in class com.cmobilecom.af.entity.attr.EntityAttrValueBase
 
toString() - Method in class com.cmobilecom.af.entity.bus.MonthClose
 
toString() - Method in class com.cmobilecom.af.entity.DataType
To string: module.name
toString() - Method in class com.cmobilecom.af.entity.EntityTypeId
To string: module.typeName:id
toString() - Method in class com.cmobilecom.af.entity.form.Answer
 
toString() - Method in class com.cmobilecom.af.entity.form.Option
 
toString() - Method in class com.cmobilecom.af.entity.form.Question
 
toString() - Method in class com.cmobilecom.af.entity.i18n.EntityI18NBase
 
toString() - Method in class com.cmobilecom.af.entity.LobBase
 
toString() - Method in class com.cmobilecom.af.entity.persistence.EntityFileIdentifier
 
toString() - Method in class com.cmobilecom.af.entity.report.ReportPeriod
 
toString() - Method in class com.cmobilecom.af.entity.SimpleHierarchyEntity
 
toString() - Method in class com.cmobilecom.af.model.bean.ColumnHeaders.Node
 
toString() - Method in class com.cmobilecom.af.model.bean.ColumnHeaders
 
toString() - Method in class com.cmobilecom.af.model.behavior.PartialBehavior.ContainerRenderRegions
 
toString() - Method in class com.cmobilecom.af.model.behavior.PartialBehavior
 
toString() - Method in class com.cmobilecom.af.model.behavior.VisitComponent
 
toString() - Method in class com.cmobilecom.af.model.behavior.VisitContainerBean
 
toString() - Method in class com.cmobilecom.af.model.behavior.VisitEntityListRow
 
toString() - Method in class com.cmobilecom.af.model.behavior.VisitMenuNode
 
toString() - Method in class com.cmobilecom.af.model.behavior.VisitRegions
 
toString() - Method in class com.cmobilecom.af.model.behavior.VisitTarget
 
toString() - Method in class com.cmobilecom.af.model.container.PageContent
 
toString() - Method in class com.cmobilecom.af.model.container.Region
 
toString() - Method in class com.cmobilecom.af.model.menu.MenuNode
 
toString() - Method in class com.cmobilecom.af.model.module.InstanceType
 
toString() - Method in class com.cmobilecom.af.model.module.ModuleNode
return module name
toString() - Method in class com.cmobilecom.af.model.module.ModuleScopedName
 
toString() - Method in class com.cmobilecom.af.model.property.ChoiceType
 
toString() - Method in class com.cmobilecom.af.model.property.EntityProperty
 
toString() - Method in class com.cmobilecom.af.model.property.RenderStyle
 
toString() - Method in class com.cmobilecom.af.model.property.SelectItem
 
toString() - Method in class com.cmobilecom.af.model.system.DataAccessUnit
toString: instanceTypeId for an InstanceType or instanceTypeId:instanceId for an instance.
toString() - Method in class com.cmobilecom.af.model.system.EntityWrapper
 
toString() - Method in class com.cmobilecom.af.session.QueryDescriptor
 
toString() - Method in class com.cmobilecom.af.session.StatisticsProperty
 
toString() - Method in class com.cmobilecom.af.test.api.NamedIdentifier
 
toString() - Method in class com.cmobilecom.af.test.api.ReportPeriod
year-periodType(period number) for example, 2022-M5, 2022-Q3, 2022-D158
toString() - Method in class com.cmobilecom.af.util.db.CommandDialectItem
 
toString() - Method in class com.cmobilecom.af.util.expr.ExprValue
 
toString() - Method in class com.cmobilecom.af.util.ParameterizedMessage
 
toString() - Method in class com.cmobilecom.af.util.PropertyDescriptor
 
toString(String) - Method in class com.cmobilecom.af.model.module.ModuleScopedName
toString: module.name.
toString(Locale) - Method in interface com.cmobilecom.af.entity.i18n.EntityI18NSupport
Get entity toString() for the locale.
toUppercaseAt(String, int) - Static method in class com.cmobilecom.af.test.api.Util
Change the char at the index to upper case.
toUpperCaseCharAt(String, int) - Static method in class com.cmobilecom.af.util.StringUtil
Change the char at the position to upper case.
toXML(Document, String) - Method in class com.cmobilecom.af.model.bean.PropertyDescriptor
Serialize this PropertyDescriptor to XML.
toXML(Document, String) - Method in class com.cmobilecom.af.model.menu.MenuViewConfig.MenuNodeDescriptor
Serialize this MenuNodeDescriptor to XML.
toXmlElement(Document) - Method in class com.cmobilecom.af.model.behavior.PartialBehavior
Encode this PartialBehavior to XML as the following.
toXMLElement(Document) - Method in class com.cmobilecom.af.model.bean.EntityListViewConfig
 
toXMLElement(Document) - Method in class com.cmobilecom.af.model.bean.EntityViewConfig
 
toXMLElement(Document) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig.PropertyGroup
Create XML element for this group.
toXMLElement(Document) - Method in class com.cmobilecom.af.model.bean.PersistenceDataViewConfig
 
toXMLElement(Document) - Method in class com.cmobilecom.af.model.bean.ViewConfig
XML representation for viewConfig.
TRAILING - com.cmobilecom.af.model.property.EntityFormBeanProperty.TrimScope
In the end of entity list
Transaction - Interface in com.cmobilecom.af.model.phase
Transaction: resource local or JTA.
TransactionListener - Interface in com.cmobilecom.af.model.phase
Transaction listener
TransactionManager - Class in com.cmobilecom.af.model.phase
Transaction Manager.
TransactionManager() - Constructor for class com.cmobilecom.af.model.phase.TransactionManager
 
transactionRequired(PersistenceEntityManager) - Static method in class com.cmobilecom.af.model.phase.TransactionManager
Tell TransactionManager that transaction is required for the entity manager to perform subsequent data manipulation.
transform(List<Object[]>, PersistenceEntityManager) - Method in class com.cmobilecom.af.model.query.GroupQueryResultTransformer
 
transform(List<T>, PersistenceEntityManager) - Method in interface com.cmobilecom.af.session.QueryResultTransformer
Transform the result list.
TREE - com.cmobilecom.af.model.menu.MenuViewConfig.MenuStyle
Tree
TreeView - Class in com.cmobilecom.af.model.view
TreeView: Tree options for rendering content as tree.
TreeView() - Constructor for class com.cmobilecom.af.model.view.TreeView
Default constructor.
TreeView(boolean, boolean, boolean) - Constructor for class com.cmobilecom.af.model.view.TreeView
Constructor
TreeView(Element) - Constructor for class com.cmobilecom.af.model.view.TreeView
Constructor with XML element.
trimBlankValues(List<E>, EntityFormBeanProperty.TrimScope[], Method[], int) - Method in class com.cmobilecom.af.model.bean.FormBeanPropertyUtil
Trim blank entities by trimScopes and set sequenceNo
trimIfString(Object) - Static method in class com.cmobilecom.af.util.StringUtil
Trim the value if it is a string.
trimScope() - Method in annotation type com.cmobilecom.af.model.annotation.Property
The trim scopes for removing entities according to nullAsDeleteProperties.
truncatePropertyValues(T) - Static method in class com.cmobilecom.af.model.util.DataTruncation
Truncate all the property string values that are too long.
type - Variable in class com.cmobilecom.af.entity.attr.EntityAttrBase
 
type() - Method in annotation type com.cmobilecom.af.model.annotation.NumberDesc
Number type.
type() - Method in annotation type com.cmobilecom.af.model.annotation.Property
Property type.
type() - Method in annotation type com.cmobilecom.af.model.annotation.PropertyCriterion
Query type.
TypeAccessControl - Class in com.cmobilecom.af.model.system
TypeAccessControl describes access control for an entity type, including both entity and property access controls.
TypeAccessControl(Class) - Constructor for class com.cmobilecom.af.model.system.TypeAccessControl
Constructor.
TypeDescriptor<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.menu
TypeDescriptor is entity type descriptor for creating menu nodes to manage and query entities of the type.
TypeDescriptor(Class<T>, MenuViewConfig, CriteriaElement[], boolean, EntityViewConfig, List<Integer>) - Constructor for class com.cmobilecom.af.model.menu.TypeDescriptor
Constructor.
TypeDescriptor(Class<T>, MenuViewConfig, CriteriaElement[], boolean, EntityViewConfig, List<Integer>, EntityListViewConfig) - Constructor for class com.cmobilecom.af.model.menu.TypeDescriptor
Constructor
TypeDescriptor(Class<T>, TypedMenuNodeFactoryContext, MenuViewConfig, CriteriaElement[], boolean) - Constructor for class com.cmobilecom.af.model.menu.TypeDescriptor
Constructor for single entity of the entity type.
TypeDescriptor(Class<T>, TypedMenuNodeFactoryContext, MenuViewConfig, CriteriaElement[], boolean, boolean) - Constructor for class com.cmobilecom.af.model.menu.TypeDescriptor
Constructor
TypeDescriptor(Class<T>, TypedMenuNodeFactoryContext, MenuViewConfig, CriteriaElement[], boolean, EntityViewConfig, List<Integer>) - Constructor for class com.cmobilecom.af.model.menu.TypeDescriptor
Constructor
TypeDescriptor(Class<T>, TypedMenuNodeFactoryContext, MenuViewConfig, CriteriaElement[], boolean, EntityViewConfig, List<Integer>, boolean, EntityListViewConfig) - Constructor for class com.cmobilecom.af.model.menu.TypeDescriptor
Constructor
TypeDescriptor(Class<T>, TypedMenuNodeFactoryContext, MenuViewConfig, CriteriaElement[], boolean, EntityViewConfig, List<Integer>, boolean, EntityListViewConfig, QueryResultTransformer, boolean, boolean) - Constructor for class com.cmobilecom.af.model.menu.TypeDescriptor
Constructor.
TypeDescriptor(Class<T>, TypedMenuNodeFactoryContext, MenuViewConfig, CriteriaElement[], boolean, EntityViewConfig, List<Integer>, boolean, EntityListViewConfig, QueryResultTransformer, MenuSubTreeInfo<T>, boolean, boolean, boolean, ModuleScopedName) - Constructor for class com.cmobilecom.af.model.menu.TypeDescriptor
Constructor
TypeDescriptor(Class<T>, TypedMenuNodeFactoryContext, MenuViewConfig, CriteriaElement[], boolean, EntityViewConfig, List<Integer>, EntityListViewConfig) - Constructor for class com.cmobilecom.af.model.menu.TypeDescriptor
Constructor
TypeDescriptor(Class<T>, TypedMenuNodeFactoryContext, MenuViewConfig, CriteriaElement[], boolean, EntityViewConfig, List<Integer>, EntityListViewConfig, QueryResultTransformer, boolean, boolean) - Constructor for class com.cmobilecom.af.model.menu.TypeDescriptor
Constructor.
TypedMenuNode - Class in com.cmobilecom.af.model.menu
TypedMenuNode is a MenuNode associated with an entity type.
TypedMenuNode(Class, MenuBean, String, I18NName, Integer, String, Object, RenderStyle, Integer) - Constructor for class com.cmobilecom.af.model.menu.TypedMenuNode
Create TypedMenuNode
TypedMenuNode(Class, MenuBean, String, I18NName, String, Integer) - Constructor for class com.cmobilecom.af.model.menu.TypedMenuNode
Create TypedMenuNode with default renderStyle
TypedMenuNodeContextMenuBean<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.menu
Context menu associated with a typed menu node.
TypedMenuNodeContextMenuBean(ParameterizedMessage, TypedMenuNode) - Constructor for class com.cmobilecom.af.model.menu.TypedMenuNodeContextMenuBean
Constructor with target menu node
TypedMenuNodeFactory<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.menu
Typed menu node factory: create menu nodes for an entity type including sub menu and context menu, and handle actions.
TypedMenuNodeFactory(TypedMenuNodeFactoryContext<T>, Class<T>, MenuBean, MenuViewConfig, boolean, EntityViewConfig, List<Integer>, boolean, EntityListViewConfig, QueryResultTransformer, MenuSubTreeInfo<T>) - Constructor for class com.cmobilecom.af.model.menu.TypedMenuNodeFactory
TypedMenuNodeFactory Constructor
TypedMenuNodeFactoryContext<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.menu
Typed MenuNode factory context that can be used to distinguish menu nodes of a same entity type override default entity type names override permissions provide context help path provide hierarchy property info for building hierarchy menu configure query command info
TypedMenuNodeFactoryContext(DataDescriptor<T>, EntityHierarchyPropertyInfo) - Constructor for class com.cmobilecom.af.model.menu.TypedMenuNodeFactoryContext
Initialize with entityHierarchyPropertyInfo for creating hierarchy menu nodes.
TypedMenuNodeFactoryContext(DataDescriptor<T>, String) - Constructor for class com.cmobilecom.af.model.menu.TypedMenuNodeFactoryContext
Constructor with contextId.
TypedMenuNodeFactoryContext(DataDescriptor<T>, String, Object) - Constructor for class com.cmobilecom.af.model.menu.TypedMenuNodeFactoryContext
Constructor with contextId and contextData
TypedMenuNodeFactoryContext(DataDescriptor<T>, String, Object, DataAccessUnit) - Constructor for class com.cmobilecom.af.model.menu.TypedMenuNodeFactoryContext
Constructor with contextId, contextData, and dataAccessUnit.
TypedMenuNodeFactoryContext(DataDescriptor<T>, String, Object, DataAccessUnit, String, QueryDescriptor.QueryHints) - Constructor for class com.cmobilecom.af.model.menu.TypedMenuNodeFactoryContext
Constructor with contextId, contextData, dataAccessUnit and entityManager properties/hints.
TypedMenuNodeFactoryContext(DataDescriptor<T>, String, String, boolean, EntityHierarchyPropertyInfo) - Constructor for class com.cmobilecom.af.model.menu.TypedMenuNodeFactoryContext
Initialize with names and entityHierarchyPropertyInfo for creating hierarchy menu nodes.
TypedMenuNodeFactoryContext(DataDescriptor<T>, String, String, String, boolean, EntityHierarchyPropertyInfo) - Constructor for class com.cmobilecom.af.model.menu.TypedMenuNodeFactoryContext
Initialize with names and entityHierarchyPropertyInfo
TypedMenuNodeFactoryContext.QueryCommandInfo - Class in com.cmobilecom.af.model.menu
Query command info for opening query form and executing query.
TypeMapping - Class in com.cmobilecom.af.entity
TypeMapping includes the mapping of DataTypes, entity type names, implementation classes, and hierarchy support.
TypeMapping() - Constructor for class com.cmobilecom.af.entity.TypeMapping
 
TypeMapping.EntityTypeName - Class in com.cmobilecom.af.entity
Entity type name: singular and plural names.
TypeNotMappedException - Exception in com.cmobilecom.af.entity
TypeNotMappedException: throw if a type mapping is not found.
TypeNotMappedException(String) - Constructor for exception com.cmobilecom.af.entity.TypeNotMappedException
Constructor.
TypeNotMappedException(Throwable) - Constructor for exception com.cmobilecom.af.entity.TypeNotMappedException
Constructor: wrapper over a Throwable

U

U - com.cmobilecom.af.model.security.PasswordPolicy.CharacterType
Uppercase letter
UI_ICON_ACTIVATE - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Activate
UI_ICON_ADD - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Add
UI_ICON_ALERT - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Alert
UI_ICON_ARROW_EAST - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Arrow East
UI_ICON_ARROW_NORTH - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Arrow North
UI_ICON_ARROW_SOUTH - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Arrow South
UI_ICON_ARROW_WEST - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Arrow West
UI_ICON_BALANCE - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Balance
UI_ICON_BATTERY - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Battery
UI_ICON_BOOK - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Book
UI_ICON_BOOKMARK - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Bookmark
UI_ICON_BOX - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Box
UI_ICON_CALCULATE - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Calculate
UI_ICON_CALENDAR - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Calendar
UI_ICON_CANCEL - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Cancel
UI_ICON_CART - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Cart
UI_ICON_CHART_BAR - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: bar chart.
UI_ICON_CHART_LINE - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: line chart.
UI_ICON_CHART_PIE - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: pie chart.
UI_ICON_CHECK - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Check
UI_ICON_CLIPBOARD - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Clipboard
UI_ICON_CLOCK - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Clock
UI_ICON_CLOSE - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Close
UI_ICON_COLLAPSED - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Collapsed
UI_ICON_COMMENT - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Comment
UI_ICON_CONTINUE - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Continue
UI_ICON_COPY - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Copy
UI_ICON_CREATE - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Create
UI_ICON_CREATE_CHILD - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Create child entity
UI_ICON_CREATE_CONTINUE - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Create and Continue
UI_ICON_CREATE_RETURN - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Create and Return
UI_ICON_DECREASE - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Decrease
UI_ICON_DELETE - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Delete
UI_ICON_DOCUMENT - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Document
UI_ICON_DOWNLOAD - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Download
UI_ICON_EDIT - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Edit
UI_ICON_ELLIPSIS_V - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Ellipsis (vertical)
UI_ICON_EMPTY - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Empty
UI_ICON_EXPANDED - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Expanded
UI_ICON_EXPORT - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Export
UI_ICON_FILTER - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Filter
UI_ICON_FINISH - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Finish
UI_ICON_FIRST - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: First
UI_ICON_FLAG - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Flag
UI_ICON_FOLDER - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Folder
UI_ICON_FOLDER_COLLAPSED - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Folder Collapsed
UI_ICON_FOLDER_OPEN - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Folder Open
UI_ICON_FORWARD - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: forward
UI_ICON_GEAR - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Gear
UI_ICON_GO - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Go
UI_ICON_GO_BACK - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Go Back
UI_ICON_GRID - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Grid
UI_ICON_HEART - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Heart
UI_ICON_HELP - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Help
UI_ICON_HOME - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Home
UI_ICON_IMAGE - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Image
UI_ICON_IMPORT - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Import
UI_ICON_IMPORT_SYSTEM - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Import (from system)
UI_ICON_INACTIVATE - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Inactivate
UI_ICON_INCREASE - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Increase
UI_ICON_INDEX - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Index
UI_ICON_INSERT - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Insert
UI_ICON_INSERT_BEFORE - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Insert before
UI_ICON_INSERT_ROWS - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Insert Rows
UI_ICON_KEY - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Key
UI_ICON_LANGUAGE - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Language
UI_ICON_LAST - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Last
UI_ICON_LIGHTBULB - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Light Bulb
UI_ICON_LIST - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: List
UI_ICON_LOGIN - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Login
UI_ICON_LOGOUT - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Logout
UI_ICON_MAIL - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Mail
UI_ICON_MANAGE - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Manage
UI_ICON_MENU - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Menu
UI_ICON_MINUS - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Minus
UI_ICON_MOBILE - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Mobile
UI_ICON_MOON - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Moon
UI_ICON_MOVE_DOWN - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Move Down
UI_ICON_MOVE_UP - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Move Up
UI_ICON_MOVIE - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Movie
UI_ICON_NEWWIN - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: New window
UI_ICON_NO - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: No
UI_ICON_NOTE - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Note
UI_ICON_OPTIONS - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Options
UI_ICON_PAGE - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Page
UI_ICON_PAGE_SIZE - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Page size
UI_ICON_PAUSE - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Pause
UI_ICON_PAY - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Pay
UI_ICON_PENCIL - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Pencil
UI_ICON_PERSON - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Person
UI_ICON_PLAY - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Play
UI_ICON_PRINT - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Print
UI_ICON_QUIT - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Quit
UI_ICON_REFRESH - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Refresh
UI_ICON_REGISTER - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Register
UI_ICON_REPORT - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Report
UI_ICON_RESIZE - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Resize
UI_ICON_RETURN - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Return
UI_ICON_SAVE - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Apply change
UI_ICON_SEARCH - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Search
UI_ICON_SELECT - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Select
UI_ICON_SEND - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Send
UI_ICON_SERVER - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Server
UI_ICON_SHOW_CONTENT - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Show Content
UI_ICON_SIGNAL - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Signal
UI_ICON_STATUS - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Status
UI_ICON_SUBMIT - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Submit
UI_ICON_TABLE - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Table
UI_ICON_TAG - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Tag
UI_ICON_THEME - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Theme
UI_ICON_TRANSFER - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Transfer
UI_ICON_UP - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Up
UI_ICON_UPLOAD - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Upload
UI_ICON_VERIFY - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Verify
UI_ICON_VIEW - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: View
UI_ICON_WRENCH - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Wrench
UI_ICON_YES - Static variable in class com.cmobilecom.af.model.menu.IconMap
Icon: Yes
UI_INSERT_ENTITY_ATTR_SUBCLASS_PROPERTIES - Static variable in class com.cmobilecom.af.model.attr.EntityAttrBean
uiInsert name for subclasses to add more properties
UI_INSERT_HIERARCHY_SUBCLASS_PROPERTIES_BEGIN - Static variable in class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean
uiInsert name for subclass to add more property annotations at the beginning
UI_INSERT_HIERARCHY_SUBCLASS_PROPERTIES_END - Static variable in class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean
uiInsert name for subclass to add more property annotations at the end
UI_INSERT_MC_SUBCLASS_PROPERTIES - Static variable in class com.cmobilecom.af.model.bus.MonthCloseBean
UI insert name for subclass properties
UI_INSERT_SUBCLASS_PROPERTIES - Static variable in class com.cmobilecom.af.model.lob.LobBean
uiInsert name for subclass to add more properties
UI_PERIOD - Static variable in class com.cmobilecom.af.model.report.ReportQueryFormBean
Property uiInsert name: ui-period for period.
UI_QUERY_PROPERTIES - Static variable in class com.cmobilecom.af.model.print.EntityBatchPrintBean
Property uiInsert name: ui-queryProperties for subclass to add query properties.
UI_QUERY_PROPERTIES - Static variable in class com.cmobilecom.af.model.report.ReportQueryFormBean
Property uiInsert name: ui-queryProperties for subclass to add query properties.
UI_REPORT_DATA_LIST - Static variable in class com.cmobilecom.af.model.report.ReportQueryFormBean
Property uiInsert name: ui-reportDataList for reportDataList.
UI_TYPE - Static variable in class com.cmobilecom.af.model.report.ReportQueryFormBean
Property uiInsert name: ui-type for type.
UIDefine - Annotation Type in com.cmobilecom.af.model.annotation
UIDefine is used to replace uiInsert properties defined in its superclass.
UIDefines - Annotation Type in com.cmobilecom.af.model.annotation
UIDefines annotates an array of UIDefine(s).
uiInsert() - Method in annotation type com.cmobilecom.af.model.annotation.Property
If not empty, the property can be overridden by @UIDefine in subclass.
uiView - Variable in class com.cmobilecom.af.model.bean.Component
UI view which is defined by UI layer such as web, android.
UiView - Interface in com.cmobilecom.af.model.view
UI view of a component.
UniqueKey - Annotation Type in com.cmobilecom.af.entity.annotation
UniqueKey annotation specifies one or more properties that compose a unique key.
UniqueKeys - Annotation Type in com.cmobilecom.af.entity.annotation
UniqueKeys annotation describe one or more unique keys of an entity type.
UniqueKeyUtil - Class in com.cmobilecom.af.model.bean
Unique key util.
UniqueKeyUtil() - Constructor for class com.cmobilecom.af.model.bean.UniqueKeyUtil
 
UnknownExpressionException - Exception in com.cmobilecom.af.util.text
UnknownExpressionException: raised when an #{expression} can not be resolved.
UnknownExpressionException(String) - Constructor for exception com.cmobilecom.af.util.text.UnknownExpressionException
Constructor with a message.
UnknownExpressionException(Throwable) - Constructor for exception com.cmobilecom.af.util.text.UnknownExpressionException
Constructor with a wrapped Throwable.
unTarGzip(File, File, NameMapper, Progress) - Static method in class com.cmobilecom.af.util.ZipUtil
Decompress and untar the tar.gz file to the specified directory.
unzip(File, File, NameMapper) - Static method in class com.cmobilecom.af.util.ZipUtil
Unzip a zip file to the specified directory.
unzip(File, File, NameMapper, Progress) - Static method in class com.cmobilecom.af.util.ZipUtil
Unzip a zip file to the specified directory.
unzip(InputStream, File, NameMapper) - Static method in class com.cmobilecom.af.util.ZipUtil
Unzip a zip file to the specified directory.
UPC - com.cmobilecom.af.entity.persistence.IdRule.BarcodeType
UPC-A
UPC - com.cmobilecom.af.test.api.InstanceTest.BarcodeType
UPC
UPDATE - com.cmobilecom.af.model.behavior.VisitTarget.Action
Replace a DOM element
updateIdRuleNextSerialNumber(DataType<T>, long) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Update nextSerialNumber of the idRule for the entityType.
updateIdRuleNextSerialNumber(DataType<T>, long) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
updateIdRuleNextSerialNumber(Class<T>, long) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Update nextSerialNumber of the idRule for the entityType.
updateIdRuleNextSerialNumber(Class<T>, long) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
updateInitialViewConfig(PersistenceDataBackingBean<T>, PersistenceDataViewConfig) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Update the initial ViewConfig of the backingBean.
updateMenuNodeCountValue(String, int) - Method in class com.cmobilecom.af.model.menu.MenuBean
Update the count value of the menu node with the nodeId.
updateParameter(String, Object, boolean) - Method in class com.cmobilecom.af.model.nav.EntityDataSource
Update parameter value with the key.
updateProperties(Class, CriteriaElement[], Object[]) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Update the property value of all the entities of the entityType using the query criteria built from the propertyQueryElements.
updateProperties(Class, CriteriaElement[], Object[]) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
updateProperties(Class, CriteriaElement[], Map<String, Object>) - Method in interface com.cmobilecom.af.session.PersistenceEntityManager
Update the property value of all the entities of the entityType using the query criteria built from the propertyQueryElements.
updateProperties(Class, CriteriaElement[], Map<String, Object>) - Method in class com.cmobilecom.af.session.PersistenceEntityManagerBean
 
updateStatisticsEntityPropertyValue(String) - Method in class com.cmobilecom.af.model.pagination.MemoryEntityList
 
updateStatisticsEntityPropertyValue(String) - Method in class com.cmobilecom.af.model.pagination.PageableEntityList
Calculate the statistics for the specified property
updateStatisticsEntityPropertyValue(String) - Method in class com.cmobilecom.af.model.pagination.QueryCriteriaEntityList
 
UploadedFile - Interface in com.cmobilecom.af.model.property
UploadedFile represents an uploaded file.
uploadFiles(File, FilenameFilter) - Method in interface com.cmobilecom.af.test.api.EntityProperty
Upload files under the directory for EntityMediaProperty (type: List<Lob>).
uploadFiles(String...) - Method in interface com.cmobilecom.af.test.api.EntityProperty
Upload files for EntityMediaProperty (type: List<Lob>).
uploadFiles(List<String>) - Method in interface com.cmobilecom.af.test.api.EntityProperty
Upload files for EntityMediaProperty (type: List<Lob>).
UploadListener - Interface in com.cmobilecom.af.model.lob
File upload listener.
UrlUtil - Class in com.cmobilecom.af.web.module
URL util.
UrlUtil() - Constructor for class com.cmobilecom.af.web.module.UrlUtil
 
useMinAvailableId() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
When creating new entity with user-assigned Id, use minimum available Id or use one that is greater than any existing Id.
User - Interface in com.cmobilecom.af.entity.security
User interface.
USER - Static variable in interface com.cmobilecom.af.entity.security.Role
User role name: User.
USER - Static variable in class com.cmobilecom.af.model.system.AccessControlItem
User type constant: All users who are authenticated
USER_ASSIGN_ID - com.cmobilecom.af.entity.persistence.IdRule.IdGenStrategy
assigned by user
User.Status - Enum in com.cmobilecom.af.entity.security
User status
UserAgent - Interface in com.cmobilecom.af.model.util
UserAgent that sends HTTP requests to server.
UserAgent.OsType - Enum in com.cmobilecom.af.model.util
Operating system type
userAuthenticated(AuthResult) - Method in class com.cmobilecom.af.model.security.LoginBean
userAuthenticated: called after user is authenticated.
UserBean<T extends User> - Class in com.cmobilecom.af.model.security
User bean
UserBean() - Constructor for class com.cmobilecom.af.model.security.UserBean
 
userClient - Variable in class com.cmobilecom.af.model.context.BackingBeanContext
User client.
UserClient - Interface in com.cmobilecom.af.entity.security
User client info for login security.
userDefined() - Method in annotation type com.cmobilecom.af.model.annotation.Property
Indicate whether the property is user defined categories, or user defined grouping.
UserDefinedPropertyBuilder<T extends EntityAttrValueSupport> - Class in com.cmobilecom.af.model.bean
User-defined property builder.
UserDefinedPropertyBuilder(PersistenceDataBackingBean<T>) - Constructor for class com.cmobilecom.af.model.bean.UserDefinedPropertyBuilder
Constructor
userEmailExists(String) - Method in class com.cmobilecom.af.model.security.UserEntityAccessor
Is the email address already used by any users in persistence?
UserEntityAccessor - Class in com.cmobilecom.af.model.security
User and related entity accessor
UserEntityAccessor(DataAccessUnit) - Constructor for class com.cmobilecom.af.model.security.UserEntityAccessor
Constructor with an DataAccessUnit.
UserEntityAccessor(DataAccessUnit, boolean) - Constructor for class com.cmobilecom.af.model.security.UserEntityAccessor
Constructor with an DataAccessUnit.
UserIdentifier - Class in com.cmobilecom.af.test.api
User identifier.
UserIdentifier(String) - Constructor for class com.cmobilecom.af.test.api.UserIdentifier
Constructor
USERNAME - com.cmobilecom.af.model.property.RenderStyle.UserShowStyle
username
USERNAME_NAME - com.cmobilecom.af.model.property.RenderStyle.UserShowStyle
username and name
UserOptions - Interface in com.cmobilecom.af.entity.system
UserOptions: user options such as modules and home page contents.
UserProfile(String, String, String, String) - Constructor for class com.cmobilecom.af.test.api.InstanceTypeTest.UserProfile
Constructor
UserRegisterUtil - Class in com.cmobilecom.af.test.api
User registration util.
UserRegisterUtil(InstanceTypeTest) - Constructor for class com.cmobilecom.af.test.api.UserRegisterUtil
 
userShowStyle() - Method in annotation type com.cmobilecom.af.model.annotation.RenderStyleDef
User show style: username and name combination
UserTransactionWrapper - Class in com.cmobilecom.af.model.phase
UserTransactionWrapper: wrapper of JTA or resource local transaction.
UserTransactionWrapper(DataAccessUnit) - Constructor for class com.cmobilecom.af.model.phase.UserTransactionWrapper
Constructor
Util - Class in com.cmobilecom.af.test.api
Test utilities.
Util() - Constructor for class com.cmobilecom.af.test.api.Util
 
Utility - Class in com.cmobilecom.af.entity.persistence
Persistence entity utilities
Utility() - Constructor for class com.cmobilecom.af.entity.persistence.Utility
 
UUID_LEN - Static variable in interface com.cmobilecom.af.entity.security.AccessToken
UUID length: 36.

V

validate() - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Validate the entity of backing bean.
validate() - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
Validate before applying changes.
validate() - Method in class com.cmobilecom.af.model.bean.HierarchyEntityBackingBean
 
validate() - Method in class com.cmobilecom.af.model.bus.MonthCloseAwareBean
 
validate() - Method in class com.cmobilecom.af.model.bus.MonthCloseBean
 
validate() - Method in class com.cmobilecom.af.model.entimport.SystemEntityImportBean
 
validate() - Method in class com.cmobilecom.af.model.form.AnswerBean
 
validate() - Method in class com.cmobilecom.af.model.form.FormBean
 
validate() - Method in class com.cmobilecom.af.model.formdesign.FormDesignBean
Called before create/apply change to set reportXml from object model.
validate(Object) - Method in class com.cmobilecom.af.model.property.EntityCollectionProperty
 
validate(Object) - Method in class com.cmobilecom.af.model.property.EntityHierarchyProperty
 
validate(Object) - Method in class com.cmobilecom.af.model.property.EntityProperty
Validate property value including required, length, and value ranges.
validate(Object) - Method in class com.cmobilecom.af.model.property.EntityRetypeProperty
 
validateAtLeastOneRequired(EntityBackingBean<T>, List<String>) - Static method in class com.cmobilecom.af.model.bean.EntityBackingBeanHelper
Validate at least one of the property values is not null.
validateBeforeEncodingXml(T) - Method in class com.cmobilecom.af.model.formdesign.FormDesignBean
Validate before encoding formDesign object to formDesignXml.
validateCaptchaResponse(String, String, String, String) - Static method in class com.cmobilecom.af.model.property.EntityCaptchaProperty
Validate captcha response.
validateDate(BusinessDateAware<D>) - Method in class com.cmobilecom.af.model.bus.MonthCloseAwareBean
Validate date checking if the date is invalid or the month is closed for the date.
validateDocRoot(Element) - Method in interface com.cmobilecom.af.entity.persistence.EntityImportValidator
Validate the root element.
validateDocRoot(Element) - Method in class com.cmobilecom.af.model.entimport.DefaultEntityImportValidator
 
validateEntity(Element) - Method in interface com.cmobilecom.af.entity.persistence.EntityImportValidator
Validate the entity element.
validateEntity(Element) - Method in class com.cmobilecom.af.model.entimport.DefaultEntityImportValidator
 
validateEntityDataSource(EntityDataSource<T>) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
 
validateEntityDataSource(EntityDataSource<T>) - Method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Validate the specified entityDataSource for this backing bean.
validateNormativeId(T) - Method in class com.cmobilecom.af.model.bean.EntityBackingBeanHelper
Validate normativeId by IdRule if set by user
validateProperties(PersistenceDataBackingBean<T>, List<EntityProperty<T>>, T) - Static method in class com.cmobilecom.af.model.bean.FormBeanPropertyUtil
Validate the list of properties with validation delayed(not validated during model update).
validateUnclosedMonth(String, boolean, Class<T>, DataAccessUnit) - Static method in class com.cmobilecom.af.model.bus.MonthCloseBean
Validate the period that must be a month type and not closed, and check whether it is the earliest unclosed month if required.
validateUniqueKeys(T, boolean, PersistenceEntityManager) - Static method in class com.cmobilecom.af.model.bean.UniqueKeyUtil
Validate the unique keys of the entity whose entity type is annotated with UniqueKeys, if any.
value - Variable in class com.cmobilecom.af.entity.attr.EntityAttrOptionBase
 
value - Variable in class com.cmobilecom.af.entity.attr.EntityAttrValueBase
 
value - Variable in class com.cmobilecom.af.entity.i18n.EntityI18NBase
Property value for the locale
value() - Method in annotation type com.cmobilecom.af.entity.annotation.ParentType
A collection of child entity types.
value() - Method in annotation type com.cmobilecom.af.entity.annotation.UniqueKeys
a list of UniqueKey annotations
value() - Method in annotation type com.cmobilecom.af.model.annotation.Param
parameter value
value() - Method in annotation type com.cmobilecom.af.model.annotation.Properties
a list of Property annotations
value() - Method in annotation type com.cmobilecom.af.model.annotation.PropertyCriterion
Property value that will be converted by property type.
value() - Method in annotation type com.cmobilecom.af.model.annotation.UIDefine
Replacement properties
value() - Method in annotation type com.cmobilecom.af.model.annotation.UIDefines
A list of UIDefine annotations
ValueChangeEvent - Class in com.cmobilecom.af.model.module.event
ValueChangeEvent is a ModuleEvent indicating that a value has been changed.
ValueChangeEvent(Object, Object, Object) - Constructor for class com.cmobilecom.af.model.module.event.ValueChangeEvent
Constructor
ValueConverter<T extends PersistenceEntity> - Interface in com.cmobilecom.af.model.property
EntityProperty value converter in addition to built-in data conversion.
valueLocalized() - Method in annotation type com.cmobilecom.af.model.annotation.RenderStyleDef
Whether the value has been localized? If not, the value will be localized using resource bundle for display.
valueOf(String) - Static method in enum com.cmobilecom.af.entity.ActionDescriptor.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.entity.attr.EntityAttr.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.entity.form.Question.AnswerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.entity.persistence.EntityImport.ConflictAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.entity.persistence.IdRule.BarcodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.entity.persistence.IdRule.IdGenStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.entity.report.ReportPeriod.PeriodType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.entity.security.User.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.entity.system.Instance.AccessCtrl
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.entity.system.MailServer.AuthType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.model.annotation.ActionOnClick
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.model.annotation.DeviceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.model.annotation.EditControl
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.model.annotation.LayoutType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.model.annotation.ModeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.model.annotation.RequiredType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.model.bean.BackingBean.MessageLocation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.model.bean.ColumnHeaders.Node.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.model.bean.EntityBackingBean.ShowTypeAfterCommit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.model.bean.EntityDeletionDescriptor.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.model.bean.EntityInitializer.PhaseId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.model.bean.EntityListBackingBean.EntitySelectScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.model.bean.EntityListViewConfig.RowEntityViewLayoutType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.model.bean.listener.BeanLifeCycleListener.Phase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.model.bean.PersistenceDataViewConfig.LayoutDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.model.bean.ViewType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.model.behavior.VisitComponent.Part
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.model.behavior.VisitTarget.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.model.container.PageContentEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.model.container.Redirect.ParamOp.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.model.context.RenderContext.OutputFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.model.dialog.ConfirmBean.Command
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.model.dialog.DialogBean.DialogType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.model.entimport.FileDataSource.LocationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.model.form.FormBean.DisplayMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.model.menu.MenuViewConfig.MenuStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.model.module.Module.ShortcutType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.model.module.ModuleNode.DataAccessUnitType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.model.module.MultiTenant.SharedEntityAccess
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.model.module.MultiTenant.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.model.nav.BeanFlowNavigation.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.model.pagination.PageableEntityList.PaginationChangeReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.model.pagination.PageableEntityList.ResultsLimitReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.model.phase.PhaseListener.PhaseId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.model.property.EntityFormBeanProperty.TrimScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.model.property.NumberDescriptor.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.model.property.RenderStyle.OpenDialogType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.model.property.RenderStyle.PathShowStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.model.property.RenderStyle.UserShowStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.model.query.KeywordEntityProperty.MatchOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.model.query.RangeEntityProperty.RangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.model.report.ReportQueryForm.ChartType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.model.report.ReportQueryForm.DisplayFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.model.report.ReportQueryForm.LegendPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.model.report.ReportQueryForm.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.model.security.AuthResult.AuthMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.model.security.LoginBean.PasswordEncodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.model.security.PasswordPolicy.CharacterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.model.system.AccessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.model.util.UserAgent.OsType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.session.criteria.CriteriaFunction.Function
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.session.criteria.CriteriaPredicate.Function
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.session.QueryCriteria.QueryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.session.StatisticsProperty.Aggregate
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.test.api.ContainerBean.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class com.cmobilecom.af.test.api.InstanceIdentifier
Create InstanceIdentifier from name.
valueOf(String) - Static method in enum com.cmobilecom.af.test.api.InstanceTest.BarcodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.test.api.MessageItem.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.test.api.PersistenceDataBean.LayoutType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cmobilecom.af.test.api.ReportPeriod.PeriodType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class com.cmobilecom.af.test.api.UserIdentifier
Create UserIdentifier from name.
valueOf(String) - Static method in enum com.cmobilecom.af.util.ExecException.Severity
Returns the enum constant of this type with the specified name.
valueOf(String, boolean) - Static method in class com.cmobilecom.af.util.I18NName
Create an instance of I18NName.
valueOf(String, String) - Static method in class com.cmobilecom.af.test.api.IdRuleEntityType
Create IdRuleEntityType from module and name.
values() - Static method in enum com.cmobilecom.af.entity.ActionDescriptor.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.entity.attr.EntityAttr.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.entity.form.Question.AnswerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.entity.persistence.EntityImport.ConflictAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.entity.persistence.IdRule.BarcodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.entity.persistence.IdRule.IdGenStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.entity.report.ReportPeriod.PeriodType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.entity.security.User.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.entity.system.Instance.AccessCtrl
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.entity.system.MailServer.AuthType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.model.annotation.ActionOnClick
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.model.annotation.DeviceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.model.annotation.EditControl
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.model.annotation.LayoutType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.model.annotation.ModeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.model.annotation.RequiredType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.model.bean.BackingBean.MessageLocation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.model.bean.ColumnHeaders.Node.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.model.bean.EntityBackingBean.ShowTypeAfterCommit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.model.bean.EntityDeletionDescriptor.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.model.bean.EntityInitializer.PhaseId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.model.bean.EntityListBackingBean.EntitySelectScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.model.bean.EntityListViewConfig.RowEntityViewLayoutType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.model.bean.listener.BeanLifeCycleListener.Phase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.model.bean.PersistenceDataViewConfig.LayoutDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.model.bean.ViewType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.model.behavior.VisitComponent.Part
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.model.behavior.VisitTarget.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.model.container.PageContentEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.model.container.Redirect.ParamOp.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.model.context.RenderContext.OutputFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.model.dialog.ConfirmBean.Command
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.model.dialog.DialogBean.DialogType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.model.entimport.FileDataSource.LocationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.model.form.FormBean.DisplayMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.model.menu.MenuViewConfig.MenuStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.model.module.Module.ShortcutType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.model.module.ModuleNode.DataAccessUnitType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.model.module.MultiTenant.SharedEntityAccess
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.model.module.MultiTenant.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.model.nav.BeanFlowNavigation.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.model.pagination.PageableEntityList.PaginationChangeReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.model.pagination.PageableEntityList.ResultsLimitReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.model.phase.PhaseListener.PhaseId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.model.property.EntityFormBeanProperty.TrimScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.model.property.NumberDescriptor.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.model.property.RenderStyle.OpenDialogType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.model.property.RenderStyle.PathShowStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.model.property.RenderStyle.UserShowStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.model.query.KeywordEntityProperty.MatchOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.model.query.RangeEntityProperty.RangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.model.report.ReportQueryForm.ChartType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.model.report.ReportQueryForm.DisplayFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.model.report.ReportQueryForm.LegendPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.model.report.ReportQueryForm.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.model.security.AuthResult.AuthMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.model.security.LoginBean.PasswordEncodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.model.security.PasswordPolicy.CharacterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.model.system.AccessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.model.util.UserAgent.OsType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.session.criteria.CriteriaFunction.Function
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.session.criteria.CriteriaPredicate.Function
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.session.QueryCriteria.QueryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.session.StatisticsProperty.Aggregate
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.test.api.ContainerBean.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.test.api.InstanceTest.BarcodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.test.api.MessageItem.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.test.api.PersistenceDataBean.LayoutType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.test.api.ReportPeriod.PeriodType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cmobilecom.af.util.ExecException.Severity
Returns an array containing the constants of this enum type, in the order they are declared.
VariableResolver - Class in com.cmobilecom.af.util.db
VariableResolver: resolve variables using DbConfig and value map.
VariableResolver - Interface in com.cmobilecom.af.util.expr
VariableResolver interface: resolve variables.
VariableResolver(DbConfig, String[]) - Constructor for class com.cmobilecom.af.util.db.VariableResolver
Constructor with dbConfig and value overrides.
VariableResolver(DbConfig, Map<String, String>) - Constructor for class com.cmobilecom.af.util.db.VariableResolver
Constructor with dbConfig and value overrides.
verifyAgreementLinks(EntityBean) - Method in class com.cmobilecom.af.test.api.UserRegisterUtil
Verify user agreement links
verifyContainerMenuNodePresent(ContainerBean, boolean, String...) - Method in class com.cmobilecom.af.test.api.InstanceTypeTest
Verify whether a menuNode of containerMenu is present.
verifyLicense(DataAccessUnit, String, String) - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Verify license for the module feature of the DataAccessUnit.
verifyLicenseOfAccessEntity(DataAccessUnit, AccessType, Class) - Method in class com.cmobilecom.af.model.context.BackingBeanContext
Verify the license required to access the entity type in the DataAccessUnit.
verifyModulePresent(ManageCenter, String, boolean) - Method in class com.cmobilecom.af.test.api.InstanceTypeTest
Verify whether a module is present in the manage center's containerMenu.
verifyNotNull(T, Class<T>) - Static method in class com.cmobilecom.af.model.util.BeanUtil
Verify the entity of the entityType is not null.
verifySecureRedirect(ContainerBean) - Method in class com.cmobilecom.af.test.api.InstanceTypeTest
Verify secure redirect from http to https.
verifyShowingMode(boolean) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
Verify that this bean or all its formBeans are in showing mode
VERTICAL - com.cmobilecom.af.model.bean.PersistenceDataViewConfig.LayoutDirection
Vertical.
VERY_STRONG_SECURE_CODE_LEN - Static variable in interface com.cmobilecom.af.entity.security.AccessToken
Very strong secure code length.
view - Static variable in class com.cmobilecom.af.model.menu.TypedMenuNodeFactoryContext.QueryCommandInfo
 
view() - Method in annotation type com.cmobilecom.af.model.annotation.HelpDef
the view type in which the help will be shown.
view() - Method in annotation type com.cmobilecom.af.model.annotation.Property
the view type in which the property will be included.
VIEW - com.cmobilecom.af.model.annotation.ModeType
View persisted entity mode
VIEW - com.cmobilecom.af.model.module.MultiTenant.SharedEntityAccess
View entities
VIEW - com.cmobilecom.af.model.system.AccessType
View entity
VIEW_CONFIG_ADD_ENTITY_ASK_VALUES - Static variable in class com.cmobilecom.af.model.bean.EntityListCommandHandler
The name of nested viewConfig for asking values before adding an entity to the entity list bean.
VIEW_TRANSIENT_DATA - com.cmobilecom.af.model.annotation.ModeType
View transient data that will not be persisted
viewConfig - Variable in class com.cmobilecom.af.model.bean.BackingBean
ViewConifg.
viewConfig - Variable in class com.cmobilecom.af.model.menu.MenuNodeFactory
The viewConfig of this factory that can be different from its menuBean viewConfig.
ViewConfig - Class in com.cmobilecom.af.model.bean
ViewConfig: bean/menu/content view config base class.
ViewConfig(ViewType) - Constructor for class com.cmobilecom.af.model.bean.ViewConfig
Constructor with viewType
ViewConfig(ViewType, Boolean) - Constructor for class com.cmobilecom.af.model.bean.ViewConfig
Constructor with viewType and panelVisible
ViewConfigDescriptor - Class in com.cmobilecom.af.model.formdesign
ViewConfigDescriptor: FormDesign viewConfig descriptor of a form bean which is used for form designers to configure form bean ViewConfig.
ViewConfigDescriptor(Integer, String, String, Class, ViewType, String[], String[], boolean) - Constructor for class com.cmobilecom.af.model.formdesign.ViewConfigDescriptor
Constructor.
ViewConfigDescriptor(String, ViewType, boolean) - Constructor for class com.cmobilecom.af.model.formdesign.ViewConfigDescriptor
Constructor.
ViewConfigDescriptor(String, ViewType, String[], boolean) - Constructor for class com.cmobilecom.af.model.formdesign.ViewConfigDescriptor
Constructor.
ViewConfigDescriptor(String, Class, ViewType, String[], String[], boolean) - Constructor for class com.cmobilecom.af.model.formdesign.ViewConfigDescriptor
Constructor.
ViewInfo - Class in com.cmobilecom.af.model.container
ViewInfo stores the information about a view when it is started by the first page of the view which is requested by GET method.
ViewInfo(RequestHelper, String) - Constructor for class com.cmobilecom.af.model.container.ViewInfo
Constructor from requestHelper
ViewInfo(String, String) - Constructor for class com.cmobilecom.af.model.container.ViewInfo
Constructor with url string.
ViewInfo(String, Map<String, String>) - Constructor for class com.cmobilecom.af.model.container.ViewInfo
Constructor
viewOrEdit(boolean, int, boolean) - Method in interface com.cmobilecom.af.test.api.EntityListBean
View/Edit the entity by clicking the "View"/"Edit" command for the specified entity row.
ViewType - Enum in com.cmobilecom.af.model.bean
ViewType: defines the enumerated values of the viewType of a ViewConfig.
visibleName() - Method in annotation type com.cmobilecom.af.model.annotation.Column
Column visible name.
visibleName() - Method in annotation type com.cmobilecom.af.model.annotation.Property
Property visible name before localization.
visibleName() - Method in annotation type com.cmobilecom.af.model.annotation.Query
Get query view property visible name.
visibleNameForMax() - Method in annotation type com.cmobilecom.af.model.annotation.Query
for query range, visible name for maximum property.
visibleNameForMin() - Method in annotation type com.cmobilecom.af.model.annotation.Query
for query range, visible name for minimum property.
visit(ColumnHeaders.Node) - Method in interface com.cmobilecom.af.model.bean.ColumnHeaders.NodeVisitor
Visit the node
visit(EntityProperty<T>) - Method in interface com.cmobilecom.af.model.property.EntityPropertyVisitor
Visit the property
visit(T) - Method in interface com.cmobilecom.af.model.bean.EntitySelectionVisitor
Visit the entity
VisitBackingBean - Class in com.cmobilecom.af.model.behavior
VisitBackingBean is a VisitTarget whose corresponding component is a EntityBackingBean, EntityListBackingBean or MenuBean.
VisitBackingBean(BackingBean) - Constructor for class com.cmobilecom.af.model.behavior.VisitBackingBean
Constructor with a BackingBean with Part.ALL.
VisitBackingBean(BackingBean, VisitComponent.Part) - Constructor for class com.cmobilecom.af.model.behavior.VisitBackingBean
Constructor with a BackingBean
visitComponent(Component) - Method in interface com.cmobilecom.af.model.bean.Component.ComponentVisitor
Visit component.
VisitComponent - Class in com.cmobilecom.af.model.behavior
VisitComponent is a VisitTarget that maps to a Component.
VisitComponent(Component, VisitComponent.Part) - Constructor for class com.cmobilecom.af.model.behavior.VisitComponent
Constructor with a Component.
VisitComponent.Part - Enum in com.cmobilecom.af.model.behavior
Part
VisitContainerBean - Class in com.cmobilecom.af.model.behavior
VisitContainerBean is a VisitTarget that represents a ContainerBean.
VisitContainerBean(ContainerBean, Integer) - Constructor for class com.cmobilecom.af.model.behavior.VisitContainerBean
Constructor with a ContainerBean and child index.
VisitContainerBean(ContainerBean, Integer, VisitComponent.Part) - Constructor for class com.cmobilecom.af.model.behavior.VisitContainerBean
Constructor with a ContainerBean and child index.
visitEntities(EntitySelectionVisitor<T>) - Method in class com.cmobilecom.af.model.bean.EntitySelectionWalker
Walk and visit all the selected entities in the pageable entity list.
VisitEntityListRow<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.behavior
VisitEntityListRow is a VisitTarget that represents a row of EntityListBackingBean.
VisitEntityListRow(EntityListBackingBean<T>, Integer, boolean) - Constructor for class com.cmobilecom.af.model.behavior.VisitEntityListRow
Constructor
visitEntityProperties(List<EntityProperty<T>>, boolean, boolean, EntityPropertyVisitor<T>) - Static method in class com.cmobilecom.af.model.bean.PersistenceDataBackingBean
Visit the list of entity properties calling EntityPropertyVisitor.visit(EntityProperty).
visitExpression(String) - Method in interface com.cmobilecom.af.util.text.TextExpressionVisitor
Visit expression.
VisitMenuNode - Class in com.cmobilecom.af.model.behavior
VisitMenuNode is a VisitTarget that represents a MenuNode.
VisitMenuNode(MenuNode, boolean) - Constructor for class com.cmobilecom.af.model.behavior.VisitMenuNode
Constructor.
VisitMenuNode(MenuNode, boolean, VisitComponent.Part) - Constructor for class com.cmobilecom.af.model.behavior.VisitMenuNode
Constructor.
VisitProperty<T extends PersistenceEntity> - Class in com.cmobilecom.af.model.behavior
VisitProperty is a VisitTarget that represents an EntityProperty in an EntityBackingBean or EntityListBackingBean(a certain row).
VisitProperty(EntityProperty<T>, T) - Constructor for class com.cmobilecom.af.model.behavior.VisitProperty
Constructor from entityProperty and its entity.
VisitProperty(EntityProperty<T>, T, VisitComponent.Part) - Constructor for class com.cmobilecom.af.model.behavior.VisitProperty
Constructor from entityProperty and its entity.
VisitRegion - Class in com.cmobilecom.af.model.behavior
VisitRegion is a VisitTarget that represent a region on a PageContent.
VisitRegion(BackingBean) - Constructor for class com.cmobilecom.af.model.behavior.VisitRegion
Constructor with a BackingBean.
VisitRegion(ContainerBean, int) - Constructor for class com.cmobilecom.af.model.behavior.VisitRegion
Constructor from containerBean and region number.
VisitRegion(Region) - Constructor for class com.cmobilecom.af.model.behavior.VisitRegion
Constructor from a Region
VisitRegions - Class in com.cmobilecom.af.model.behavior
VisitRegions is a visit target which contains a list of regions.
VisitRegions(ContainerBean, int, Integer) - Constructor for class com.cmobilecom.af.model.behavior.VisitRegions
Constructor
VisitTarget - Class in com.cmobilecom.af.model.behavior
VisitTarget is an execute or render target in processing JSF life cycle.
VisitTarget() - Constructor for class com.cmobilecom.af.model.behavior.VisitTarget
 
VisitTarget.Action - Enum in com.cmobilecom.af.model.behavior
Ajax action on client
visitText(String) - Method in interface com.cmobilecom.af.util.text.TextExpressionVisitor
Visit text.
VisitUIComponent - Class in com.cmobilecom.af.model.behavior
VisitUIComponent is a VisitTarget that maps to a JSF UIComponent or a widget represented by its clientId, @this, or @form.
VisitUIComponent(String) - Constructor for class com.cmobilecom.af.model.behavior.VisitUIComponent
Constructor with clientId
VisitWidgetComponent - Class in com.cmobilecom.af.model.behavior
VisitWidgetComponent is a VisitTarget that maps to a widget that has a client id but it is neither a Component nor a UIComponent.
VisitWidgetComponent(String, VisitTarget) - Constructor for class com.cmobilecom.af.model.behavior.VisitWidgetComponent
Constructor.

W

w - com.cmobilecom.af.model.report.ReportQueryForm.LegendPosition
West
W - com.cmobilecom.af.entity.report.ReportPeriod.PeriodType
Week: 1-52
W - com.cmobilecom.af.test.api.ReportPeriod.PeriodType
Week: 1-52
WaitTimeoutException - Exception in com.cmobilecom.af.test.api
WaitTimeoutException will be thrown if timeout when waiting until certain conditions to be true.
WaitTimeoutException(String) - Constructor for exception com.cmobilecom.af.test.api.WaitTimeoutException
Constructor with a message.
WaitTimeoutException(Throwable) - Constructor for exception com.cmobilecom.af.test.api.WaitTimeoutException
Constructor with cause.
waitUntilAbsent() - Method in interface com.cmobilecom.af.test.api.Component
Wait until this component becomes absent (not found in view).
waitUntilClickable() - Method in interface com.cmobilecom.af.test.api.Component
Wait until this component becomes visible and clickable.
waitUntilConfirmAlert(String, boolean) - Method in interface com.cmobilecom.af.test.api.ContainerBean
Wait until the confirm message to show which contains the text, and then click OK or Cancel.
waitUntilDialogClose() - Method in interface com.cmobilecom.af.test.api.ContainerBean
Wait until the dialog is closed, which is opened this containerBean.
waitUntilDialogOpen() - Method in interface com.cmobilecom.af.test.api.ContainerBean
Wait until a dialog is opened from this containerBean.
waitUntilDialogOpen(Long) - Method in interface com.cmobilecom.af.test.api.ContainerBean
Wait until a dialog is opened from this containerBean.
waitUntilEditable(boolean) - Method in interface com.cmobilecom.af.test.api.EntityProperty
Wait until this property to be editable.
waitUntilInvisible() - Method in interface com.cmobilecom.af.test.api.Component
Wait until this component becomes invisible.
waitUntilMessageContains(int, String, boolean) - Method in interface com.cmobilecom.af.test.api.ContainerBean
Wait until a message item at the index is displayed, which contains the text.
waitUntilMessageMatches(int, Pattern, boolean) - Method in interface com.cmobilecom.af.test.api.ContainerBean
Wait until a message item at the index is displayed, which matches the pattern.
waitUntilNumberOfWindowsToBe(int) - Method in interface com.cmobilecom.af.test.api.ContainerBean
Wait until the total number of windows (all windows of the driver) to be the specified number.
waitUntilPresent() - Method in interface com.cmobilecom.af.test.api.Component
Wait until this component becomes present (can be visible or invisible).
waitUntilPropertyVisible(int, int, String, PersistenceDataBean.LayoutType) - Method in interface com.cmobilecom.af.test.api.Region
Wait until the property becomes visible.
waitUntilPropertyVisible(int, String) - Method in interface com.cmobilecom.af.test.api.EntityListBean
Wait until the property becomes visible.
waitUntilPropertyVisible(int, String) - Method in interface com.cmobilecom.af.test.api.Region
Wait until the property becomes visible.
waitUntilPropertyVisible(String) - Method in interface com.cmobilecom.af.test.api.EntityBean
Wait until the property becomes visible.
waitUntilReadOnly(boolean) - Method in interface com.cmobilecom.af.test.api.EntityProperty
Wait until this property to be read-only (not editable).
waitUntilStale(boolean) - Method in interface com.cmobilecom.af.test.api.Component
Wait until this component is detached from page.
waitUntilStale(boolean) - Method in interface com.cmobilecom.af.test.api.EntityBean
 
waitUntilStale(boolean) - Method in interface com.cmobilecom.af.test.api.EntityListBean
 
waitUntilStale(boolean) - Method in interface com.cmobilecom.af.test.api.EntityProperty
 
waitUntilStale(boolean) - Method in interface com.cmobilecom.af.test.api.Region
Wait until this region becomes detached from page.
waitUntilStale(boolean, boolean) - Method in interface com.cmobilecom.af.test.api.Component
Wait until this component is detached from page.
waitUntilTextPresent(String) - Method in interface com.cmobilecom.af.test.api.ContainerBean
Wait until the specified text is present in this containerBean.
waitUntilValueContains(boolean, String, boolean) - Method in interface com.cmobilecom.af.test.api.EntityProperty
Wait until the property value contains the specified value.
waitUntilValueToBe(boolean, String, boolean) - Method in interface com.cmobilecom.af.test.api.EntityProperty
Wait until the property value to be the specified value.
waitUntilVisible() - Method in interface com.cmobilecom.af.test.api.Component
Wait until this component becomes visible.
waitUntilVisible() - Method in interface com.cmobilecom.af.test.api.EntityProperty
 
waitUntilWindowClose(int) - Method in interface com.cmobilecom.af.test.api.ContainerBean
Wait until the window of this ContainerBean to close.
waitUntilWindowOpen(int) - Method in interface com.cmobilecom.af.test.api.ContainerBean
Wait until a new window to be opened.
walk(ColumnHeaders.NodeVisitor) - Method in class com.cmobilecom.af.model.bean.ColumnHeaders
Visit the node tree of this ColumnHeaders and call ColumnHeaders.NodeVisitor.visit(Node) for each node.
walk(String, TextExpressionVisitor) - Static method in class com.cmobilecom.af.util.text.TextExpressionWalker
Walk a string and call visitor with text and expression.
walkComponentTree(Component.ComponentVisitor) - Method in class com.cmobilecom.af.model.bean.Component
Walk component tree and call visitor on each visited component.
walkComponentTree(Component.ComponentVisitor) - Method in class com.cmobilecom.af.model.bean.EntityBackingBean
 
walkComponentTree(Component.ComponentVisitor) - Method in class com.cmobilecom.af.model.bean.EntityListBackingBean
 
walkComponentTree(Component.ComponentVisitor) - Method in class com.cmobilecom.af.model.container.ContainerBean
 
walkComponentTree(Component.ComponentVisitor) - Method in class com.cmobilecom.af.model.container.Region
 
walkComponentTree(Component.ComponentVisitor) - Method in class com.cmobilecom.af.model.menu.MenuBean
 
walkComponentTree(Component.ComponentVisitor) - Method in class com.cmobilecom.af.model.menu.MenuNode
 
walkComponentTree(Component.ComponentVisitor) - Method in class com.cmobilecom.af.model.property.EntityProperty
 
WAR - com.cmobilecom.af.model.entimport.FileDataSource.LocationType
Under application root in war
WARN - com.cmobilecom.af.test.api.MessageItem.Type
Warn
WARN - com.cmobilecom.af.util.ExecException.Severity
Warning
WebModule - Interface in com.cmobilecom.af.web.module
Module for web.
WebResource - Class in com.cmobilecom.af.web.module
WebResource represents a javascript or style sheet of a module.
WebResource(String, String, String, boolean, boolean) - Constructor for class com.cmobilecom.af.web.module.WebResource
Constructor
WebUtil - Class in com.cmobilecom.af.web.module
Web util.
WebUtil() - Constructor for class com.cmobilecom.af.web.module.WebUtil
 
Widget - Class in com.cmobilecom.af.model.view
Widget base class
Widget() - Constructor for class com.cmobilecom.af.model.view.Widget
Default constructor.
Widget(Element) - Constructor for class com.cmobilecom.af.model.view.Widget
Constructor with XML element.
WidgetBuilder - Class in com.cmobilecom.af.web.module
Widget Builder.
WidgetBuilder(ResponseWriter, String, String, String, boolean) - Constructor for class com.cmobilecom.af.web.module.WidgetBuilder
Constructor.
Windows - com.cmobilecom.af.model.util.UserAgent.OsType
Windows
withContainerBean(ContainerBean) - Method in class com.cmobilecom.af.test.api.TestClock
Set containerBean for adjusting clock.
write(OutputStream) - Method in class com.cmobilecom.af.model.util.Excel
Write this Excel workbook to an outputStream
writeProperty(Object, String, Object, Class) - Static method in class com.cmobilecom.af.util.ClassUtil
Write the property value of the object.
writeProperty(Method, Object, Object[]) - Static method in class com.cmobilecom.af.util.ClassUtil
Write the property value of the object using the write method.
writeStatusMessage(String) - Method in class com.cmobilecom.af.model.property.EntityProgressProperty.ProgressImpl
 
writeStatusMessage(String) - Method in interface com.cmobilecom.af.util.Progress
Write status message
writeTo(File, boolean, boolean) - Method in interface com.cmobilecom.af.model.property.UploadedFile
Write content to the file.
writeTo(String, File, String) - Static method in class com.cmobilecom.af.util.FileUtil
Write the text to the file using the charset.
writeTo(String, OutputStream, String) - Static method in class com.cmobilecom.af.util.FileUtil
Write the text to the outputStream using the charset.
writeXmlDocument(Node, boolean, boolean, Writer) - Static method in class com.cmobilecom.af.util.XmlUtil
Write the node including its descendant nodes to the writer.

X

X - com.cmobilecom.af.entity.report.ReportPeriod.PeriodType
Xun: 1-36, 3 xun(s) a month: 10 days, 10 days, rest
X - com.cmobilecom.af.test.api.ReportPeriod.PeriodType
Xun: 1-36, 3 xun(s) a month: 10 days, 10 days, rest
xmlDocumentToString(Node, boolean, boolean) - Static method in class com.cmobilecom.af.util.XmlUtil
Get the string representation of the XML node including its subtree.
xmlStringToDocument(String) - Static method in class com.cmobilecom.af.util.XmlUtil
Parse the text to XML document
xmlStringToDocumentFragment(String) - Static method in class com.cmobilecom.af.util.XmlUtil
Parse the string to DocumentFragment
xmlToObject(File, Class<T>, Set<String>, boolean, Map<EntityTypeId, PersistenceEntity>, boolean, Map<String, String>) - Method in class com.cmobilecom.af.model.util.ObjectXmlSerializer
Deserialize the XML back to an object of the type with data conversion by property types.
xmlToObject(Element, Class<T>, Set<String>, boolean, Map<EntityTypeId, PersistenceEntity>, boolean, Map<String, String>) - Method in class com.cmobilecom.af.model.util.ObjectXmlSerializer
Deserialize the XML back to an object of the type with data conversion by property types.
xmlToObject(Element, T, Set<String>, boolean, Map<EntityTypeId, PersistenceEntity>, boolean, Map<String, String>) - Method in class com.cmobilecom.af.model.util.ObjectXmlSerializer
Deserialize the XML back to an object of the type with data conversion by property types.
XmlUtil - Class in com.cmobilecom.af.util
XML utility
XmlUtil() - Constructor for class com.cmobilecom.af.util.XmlUtil
 

Y

Y - com.cmobilecom.af.entity.report.ReportPeriod.PeriodType
Year: such as 2003
Y - com.cmobilecom.af.test.api.ReportPeriod.PeriodType
Year: such as 2022
YEAR_ON_YEAR - com.cmobilecom.af.model.report.ReportQueryForm.Type
compare over the same periods of previous years.
Yes - com.cmobilecom.af.model.dialog.ConfirmBean.Command
YES
YES - com.cmobilecom.af.model.property.RenderStyle.OpenDialogType
Open dialog for input

Z

zip(File, FilenameFilter, String, File) - Static method in class com.cmobilecom.af.util.ZipUtil
Zip all the files under the directory.
ZipUtil - Class in com.cmobilecom.af.util
Zip/Unzip Utility
ZipUtil() - Constructor for class com.cmobilecom.af.util.ZipUtil
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes All Packages