public class UserGroupData extends GroupData
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.lang.Boolean,UserGroupData> |
CAN_CHANGE_GROUPSET |
static java.lang.String |
CLASS_NAME |
static MapProperty<java.lang.Long,ConfigurationDetailedVO,UserGroupData> |
GROUP_SET_CONFIGURATIONS |
static ListProperty<GroupSetVO,UserGroupData> |
GROUP_SETS |
CAN_CHANGE_ENABLE, USER_GROUPSCONFIGURATION_HIERARCHY, POSSIBLE_CONFIGURATIONS, PRODUCTSCAN_VIEW_HISTORY_LOG, CONFIRMATION_PASSWORD_INPUT, DTO, EDITABLE, LOG_TYPE, TRANSLATED_PROPERTY_TYPES, TRANSLATED_VALUES| Constructor and Description |
|---|
UserGroupData() |
UserGroupData(Property<T,? super UserGroupData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.Map<java.lang.Long,ConfigurationDetailedVO> |
getGroupSetConfigurations() |
java.util.List<GroupSetVO> |
getGroupSets() |
boolean |
isCanChangeGroupset() |
void |
setCanChangeGroupset(boolean canChangeGroupset) |
void |
setGroupSetConfigurations(java.util.Map<java.lang.Long,ConfigurationDetailedVO> groupSetConfigurations) |
void |
setGroupSets(java.util.List<GroupSetVO> groupSets) |
getUserGroups, isCanChangeEnable, setCanChangeEnable, setUserGroupsgetConfigurationHierarchy, 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,UserGroupData> CAN_CHANGE_GROUPSET
public static final MapProperty<java.lang.Long,ConfigurationDetailedVO,UserGroupData> GROUP_SET_CONFIGURATIONS
public static final ListProperty<GroupSetVO,UserGroupData> GROUP_SETS
public UserGroupData()
public UserGroupData(Property<T,? super UserGroupData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class GroupDatapublic boolean isCanChangeGroupset()
public void setCanChangeGroupset(boolean canChangeGroupset)
public java.util.Map<java.lang.Long,ConfigurationDetailedVO> getGroupSetConfigurations()
public void setGroupSetConfigurations(java.util.Map<java.lang.Long,ConfigurationDetailedVO> groupSetConfigurations)
public java.util.List<GroupSetVO> getGroupSets()
public void setGroupSets(java.util.List<GroupSetVO> groupSets)