public interface GroupServiceLocal extends GroupService, CRUDServiceLocal<BasicGroup,BasicGroupDTO,BasicGroupData,BasicGroupNature>
GroupsHandler.| Modifier and Type | Method and Description |
|---|---|
boolean |
canChangeEnabled(Group group)
Returns true if the group enabled attribute can be changed.
|
AdminGroup |
createNetworkAdmins(Network network)
Creates the network administrators group for the given network
|
java.util.List<BasicGroup> |
getGroupsUsingConfiguration(Configuration configuration)
Returns all groups which are associated with the given configuration
|
java.util.List<BasicGroup> |
getGroupsUsingProduct(Product product)
Returns all groups which are associated to the given product
|
AdminGroup |
getSystemAdmins()
Returns the default admins group, that is, either global admins if in global mode, or the current network admins
otherwise
|
java.lang.Boolean |
hasUsers(BasicGroup basicGroup)
returns true if there are users in the basic group
|
java.util.Collection<BasicGroup> |
listEntities(BasicGroupQuery params)
List group entities that satisfy the given conditions
|
changeConfiguration, getActiveConfiguration, getSearchData, searchfind, findAll, getEntityClass, newEntity, remove, removeAll, toDTO, toEntity, validategetData, getDataForNew, load, remove, removeAll, saveboolean canChangeEnabled(Group group)
AdminGroup createNetworkAdmins(Network network)
java.util.List<BasicGroup> getGroupsUsingConfiguration(Configuration configuration)
java.util.List<BasicGroup> getGroupsUsingProduct(Product product)
AdminGroup getSystemAdmins()
java.lang.Boolean hasUsers(BasicGroup basicGroup)
java.util.Collection<BasicGroup> listEntities(BasicGroupQuery params)