public class DynamicEntityFormInfo extends Object
withCeilingClassName(String) to indicate the entity which contains the template fields.
Use the withSecurityCeilingClassName(String) to indicate the entity that should be used to control
the security of the fields. For example, if a user has access to Page, then they should also have access to the
fields introduced by the PageTemplate.| Modifier and Type | Field and Description |
|---|---|
protected String |
ceilingClassName |
protected String |
criteriaName |
protected String[] |
customCriteriaOverride |
static String |
FIELD_SEPARATOR |
protected String |
propertyName |
protected String |
propertyValue |
protected String |
securityCeilingClassName |
| Constructor and Description |
|---|
DynamicEntityFormInfo() |
public static final String FIELD_SEPARATOR
protected String criteriaName
protected String propertyName
protected String propertyValue
protected String ceilingClassName
protected String securityCeilingClassName
protected String[] customCriteriaOverride
public DynamicEntityFormInfo withCriteriaName(String criteriaName)
public DynamicEntityFormInfo withPropertyName(String propertyName)
public DynamicEntityFormInfo withPropertyValue(String propertyValue)
public DynamicEntityFormInfo withCeilingClassName(String ceilingClassName)
public DynamicEntityFormInfo withSecurityCeilingClassName(String securityCeilingClassName)
securityCeilingClassName - public DynamicEntityFormInfo withCustomCriteriaOverride(String[] customCriteriaOverride)
public String getCriteriaName()
public void setCriteriaName(String criteriaName)
public String getPropertyName()
public void setPropertyName(String propertyName)
public String getPropertyValue()
public void setPropertyValue(String propertyValue)
public String getCeilingClassName()
public String getSecurityCeilingClassName()
public void setCeilingClassName(String ceilingClassName)
public void setSecurityCeilingClassName(String securityCeilingClassName)
public String[] getCustomCriteriaOverride()
public void setCustomCriteriaOverride(String[] customCriteriaOverride)
Copyright © 2015. All rights reserved.