public interface GroupService extends CRUDService<BasicGroupDTO,BasicGroupData,BasicGroupNature>
| Modifier and Type | Method and Description |
|---|---|
void |
changeConfiguration(java.lang.Long groupId,
java.lang.Long configurationId)
Changes the configuration for the specified BasicGroup by assigning a new Configuration.
|
ActiveConfigurationForGroupsData |
getActiveConfiguration(java.lang.Long groupId)
Returns the
ActiveConfigurationForGroupsData, containing all the actual configuration for the group or group set with the given id |
GroupSearchData |
getSearchData()
Returns the data for searching groups
|
Page<BasicGroupVO> |
search(BasicGroupQuery query)
Searches for groups, returning results hierarchically
|
getData, getDataForNew, load, remove, removeAll, savevoid changeConfiguration(java.lang.Long groupId,
java.lang.Long configurationId)
throws FrameworkException
IllegalActionException - If the given configuration is not enabled for logged usersFrameworkExceptionActiveConfigurationForGroupsData getActiveConfiguration(java.lang.Long groupId) throws FrameworkException
ActiveConfigurationForGroupsData, containing all the actual configuration for the group or group set with the given idFrameworkExceptionGroupSearchData getSearchData() throws FrameworkException
FrameworkExceptionPage<BasicGroupVO> search(BasicGroupQuery query) throws FrameworkException
FrameworkException