public interface GroupService extends CRUDService<BasicGroupDTO,BasicGroupData,BasicGroupNature>
| Modifier and Type | Method and Description |
|---|---|
void |
changeConfiguration(BasicGroupVO basicGroup,
ConfigurationVO configuration)
Changes the configuration for the specified BasicGroup by assigning a new Configuration.
|
ActiveConfigurationForGroupsData |
getActiveConfiguration(BasicGroupVO basicGroup)
Returns the
ActiveConfigurationForGroupsData, containing all the actual configuration for the given group
or group set |
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(BasicGroupVO basicGroup, ConfigurationVO configuration) throws FrameworkException
IllegalActionException - If the given configuration is not enabled for logged usersFrameworkExceptionActiveConfigurationForGroupsData getActiveConfiguration(BasicGroupVO basicGroup) throws FrameworkException
ActiveConfigurationForGroupsData, containing all the actual configuration for the given group
or group setFrameworkExceptionGroupSearchData getSearchData() throws FrameworkException
FrameworkExceptionPage<BasicGroupVO> search(BasicGroupQuery query) throws FrameworkException
FrameworkException