Package pl.matsuo.core.service.user
Class GroupsService
java.lang.Object
pl.matsuo.core.service.user.GroupsService
- All Implemented Interfaces:
IGroupsService
@Service public class GroupsService extends Object implements IGroupsService
-
Constructor Summary
Constructors Constructor Description GroupsService() -
Method Summary
Modifier and Type Method Description Set<AbstractParty>findActualElements(String groupName)Returns list of parties that qualify by group name.voidsetReportServices(IGroupProviderService[] groupProviderServices)
-
Constructor Details
-
GroupsService
public GroupsService()
-
-
Method Details
-
findActualElements
Description copied from interface:IGroupsServiceReturns list of parties that qualify by group name.- Specified by:
findActualElementsin interfaceIGroupsService
-
setReportServices
@Autowired(required=false) public void setReportServices(IGroupProviderService[] groupProviderServices)
-