public class GroupData extends BasicGroupData
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.lang.Boolean,GroupData> |
CAN_CHANGE_ENABLE |
static java.lang.String |
CLASS_NAME |
static ListProperty<BasicGroupVO,GroupData> |
USER_GROUPS |
CONFIGURATION_HIERARCHY, POSSIBLE_CONFIGURATIONS, PRODUCTSCAN_VIEW_HISTORY_LOG, CONFIRMATION_PASSWORD_INPUT, DTO, EDITABLE, LOG_TYPE, TRANSLATED_PROPERTY_TYPES, TRANSLATED_VALUES| Constructor and Description |
|---|
GroupData() |
GroupData(Property<T,? super GroupData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<BasicGroupVO> |
getUserGroups() |
boolean |
isCanChangeEnable() |
void |
setCanChangeEnable(boolean canChangeEnable) |
void |
setUserGroups(java.util.List<BasicGroupVO> userGroups) |
getConfigurationHierarchy, getPossibleConfigurations, getProducts, setConfigurationHierarchy, setPossibleConfigurations, setProductsgetConfirmationPasswordInput, getDto, getLogType, getTranslatedPropertyTypes, getTranslatedValues, isCanViewHistoryLog, isEditable, setCanViewHistoryLog, setConfirmationPasswordInput, setDto, setEditable, setLogType, setTranslatedPropertyTypes, setTranslatedValuesaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<java.lang.Boolean,GroupData> CAN_CHANGE_ENABLE
public static final ListProperty<BasicGroupVO,GroupData> USER_GROUPS
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class BasicGroupDatapublic boolean isCanChangeEnable()
public void setCanChangeEnable(boolean canChangeEnable)
public java.util.List<BasicGroupVO> getUserGroups()
public void setUserGroups(java.util.List<BasicGroupVO> userGroups)
public java.lang.String className()
className in class BasicGroupData