org.kuali.kpme.core.service.group
Class KPMEGroupServiceImpl
java.lang.Object
org.kuali.kpme.core.service.group.KPMEGroupServiceImpl
- All Implemented Interfaces:
- KPMEGroupService
public class KPMEGroupServiceImpl
- extends Object
- implements KPMEGroupService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KPMEGroupServiceImpl
public KPMEGroupServiceImpl()
isMemberOfGroup
public boolean isMemberOfGroup(String principalId,
String groupName,
org.joda.time.DateTime asOfDate)
- Description copied from interface:
KPMEGroupService
- Checks whether the given
principalId
is a member of the group groupName
.
- Specified by:
isMemberOfGroup
in interface KPMEGroupService
- Parameters:
principalId
- The person to check the group membership forgroupName
- The name of the groupasOfDate
- The effective date of the group membership
- Returns:
- true if
principalId
is a member of the group groupName
, false otherwise.
isMemberOfSystemAdministratorGroup
public boolean isMemberOfSystemAdministratorGroup(String principalId,
org.joda.time.DateTime asOfDate)
- Description copied from interface:
KPMEGroupService
- Checks whether the given
principalId
is a system administrator.
- Specified by:
isMemberOfSystemAdministratorGroup
in interface KPMEGroupService
- Parameters:
principalId
- The person to check the group membership forasOfDate
- The effective date of the group membership
- Returns:
- true if
principalId
is a system administrator, false otherwise
isMemberOfSystemViewOnlyGroup
public boolean isMemberOfSystemViewOnlyGroup(String principalId,
org.joda.time.DateTime asOfDate)
- Description copied from interface:
KPMEGroupService
- Checks whether the given
principalId
is a system view only user.
- Specified by:
isMemberOfSystemViewOnlyGroup
in interface KPMEGroupService
- Parameters:
principalId
- The person to check the group membership forasOfDate
- The effective date of the group membership
- Returns:
- true if
principalId
is a system view only user, false otherwise
getGroupService
public org.kuali.rice.kim.api.group.GroupService getGroupService()
setGroupService
public void setGroupService(org.kuali.rice.kim.api.group.GroupService groupService)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.