public abstract class UserGroupDTO extends GroupDTO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<BasicGroupVO,UserGroupDTO> |
GROUP_SET |
static BasicProperty<java.lang.Boolean,UserGroupDTO> |
INHERITS_CONFIGURATION |
static BasicProperty<java.lang.String,UserGroupDTO> |
INITIAL_GROUP_DESCRIPTION |
static BasicProperty<java.lang.String,UserGroupDTO> |
INITIAL_GROUP_DISPLAY_NAME |
static BasicProperty<TimeIntervalDTO,UserGroupDTO> |
MOVE_USERS_AFTER_PERIOD |
static BasicProperty<java.lang.Boolean,UserGroupDTO> |
MOVE_USERS_AUTOMATICALLY |
static BasicProperty<GroupVO,UserGroupDTO> |
MOVE_USERS_TO_GROUP |
ENABLED, INITIAL_USER_STATUSCONFIGURATION, NATUREDESCRIPTION, INTERNAL_NAMENAMEID| Constructor and Description |
|---|
UserGroupDTO() |
UserGroupDTO(java.lang.Long id) |
UserGroupDTO(Property<T,? super UserGroupDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
BasicGroupVO |
getGroupSet() |
java.lang.String |
getInitialGroupDescription() |
java.lang.String |
getInitialGroupDisplayName() |
TimeIntervalDTO |
getMoveUsersAfterPeriod() |
GroupVO |
getMoveUsersToGroup() |
boolean |
isInheritsConfiguration() |
boolean |
isMoveUsersAutomatically() |
void |
setGroupSet(BasicGroupVO groupSet) |
void |
setInheritsConfiguration(boolean inheritsConfiguration) |
void |
setInitialGroupDescription(java.lang.String initialGroupDescription) |
void |
setInitialGroupDisplayName(java.lang.String initialGroupDisplayName) |
void |
setMoveUsersAfterPeriod(TimeIntervalDTO moveUsersAfterPeriod) |
void |
setMoveUsersAutomatically(boolean moveUsersAutomatically) |
void |
setMoveUsersToGroup(GroupVO moveUsersToGroup) |
getInitialUserStatus, isEnabled, setEnabled, setInitialUserStatusclassName, getConfiguration, getNature, setConfiguration, setNaturegetDescription, getInternalName, setDescription, setInternalNamecompareTo, getName, setName, toStringgetVersion, isPersistent, isTransient, setVersionequals, getId, hashCode, setIdaddPropertyChangeListener, 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<BasicGroupVO,UserGroupDTO> GROUP_SET
public static final BasicProperty<java.lang.Boolean,UserGroupDTO> INHERITS_CONFIGURATION
public static final BasicProperty<java.lang.String,UserGroupDTO> INITIAL_GROUP_DESCRIPTION
public static final BasicProperty<java.lang.String,UserGroupDTO> INITIAL_GROUP_DISPLAY_NAME
public static final BasicProperty<TimeIntervalDTO,UserGroupDTO> MOVE_USERS_AFTER_PERIOD
public static final BasicProperty<java.lang.Boolean,UserGroupDTO> MOVE_USERS_AUTOMATICALLY
public static final BasicProperty<GroupVO,UserGroupDTO> MOVE_USERS_TO_GROUP
public UserGroupDTO()
public UserGroupDTO(java.lang.Long id)
public UserGroupDTO(Property<T,? super UserGroupDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class GroupDTOpublic BasicGroupVO getGroupSet()
public void setGroupSet(BasicGroupVO groupSet)
public boolean isInheritsConfiguration()
public void setInheritsConfiguration(boolean inheritsConfiguration)
public java.lang.String getInitialGroupDescription()
public void setInitialGroupDescription(java.lang.String initialGroupDescription)
public java.lang.String getInitialGroupDisplayName()
public void setInitialGroupDisplayName(java.lang.String initialGroupDisplayName)
public TimeIntervalDTO getMoveUsersAfterPeriod()
public void setMoveUsersAfterPeriod(TimeIntervalDTO moveUsersAfterPeriod)
public boolean isMoveUsersAutomatically()
public void setMoveUsersAutomatically(boolean moveUsersAutomatically)
public GroupVO getMoveUsersToGroup()
public void setMoveUsersToGroup(GroupVO moveUsersToGroup)