Interface MembershipDAO
-
- All Known Implementing Classes:
JdbcMembershipDAO
public interface MembershipDAO
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<MembershipRightDTO>getEntitlementRightsStateForResources()List<MembershipRightDTO>getEntitlementRightsStateForUsers()List<MembershipDTO>getEntitlementStateForResources(Date date)List<MembershipDTO>getEntitlementStateForUser(String userId, Date date)List<MembershipDTO>getEntitlementStateForUsers(Date date)List<AuthorizationGroup>getGroups()List<LanguageMapping>getLanguageMappings(Collection<String> ids, String referenceType)List<AuthorizationOrganization>getOrganizations()List<AuthorizationResource>getPublicResources()List<AuthorizationResource>getResources()List<AuthorizationRole>getRoles()InternalAuthorizationUsergetUser(String id, Date date)List<AuthorizationUser>getUsers()List<AuthorizationUser>getUsersNotInsertedIntoGraph()
-
-
-
Method Detail
-
getLanguageMappings
List<LanguageMapping> getLanguageMappings(Collection<String> ids, String referenceType)
-
getEntitlementStateForUser
List<MembershipDTO> getEntitlementStateForUser(String userId, Date date)
-
getEntitlementStateForUsers
List<MembershipDTO> getEntitlementStateForUsers(Date date)
-
getEntitlementStateForResources
List<MembershipDTO> getEntitlementStateForResources(Date date)
-
getEntitlementRightsStateForUsers
List<MembershipRightDTO> getEntitlementRightsStateForUsers()
-
getEntitlementRightsStateForResources
List<MembershipRightDTO> getEntitlementRightsStateForResources()
-
getOrganizations
List<AuthorizationOrganization> getOrganizations()
-
getGroups
List<AuthorizationGroup> getGroups()
-
getRoles
List<AuthorizationRole> getRoles()
-
getResources
List<AuthorizationResource> getResources()
-
getPublicResources
List<AuthorizationResource> getPublicResources()
-
getUsers
List<AuthorizationUser> getUsers()
-
getUsersNotInsertedIntoGraph
List<AuthorizationUser> getUsersNotInsertedIntoGraph()
-
getUser
InternalAuthorizationUser getUser(String id, Date date)
-
-