|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PrincipalDao
Method Summary | ||
---|---|---|
Map<String,EntityName> |
getDefaultNamesForEntityIds(List<String> entityIds)
|
|
Map<String,EntityNamePrincipalName> |
getDefaultNamesForPrincipalIds(List<String> principalIds)
|
|
EntityDefault |
getEntityDefaultInfo(String entityId)
Find entity objects based on the given criteria. |
|
EntityDefault |
getEntityDefaultInfoByPrincipalId(String principalId)
entityid and principalId are treated as the same. |
|
EntityDefault |
getEntityDefaultInfoByPrincipalName(String principalName)
|
|
Entity |
getEntityInfo(String entityId)
|
|
Entity |
getEntityInfoByPrincipalId(String principalId)
Fetches full entity info, populated from EDS, based on the Entity's principal id |
|
EntityPrivacyPreferences |
getEntityPrivacyPreferences(String entityId)
|
|
org.springframework.ldap.core.LdapTemplate |
getLdapTemplate()
|
|
Principal |
getPrincipal(String principalId)
In EDS, the principalId, principalName, and entityId will all be the same. |
|
Principal |
getPrincipalByName(String principalName)
In EDS, the principalId, principalName, and entityId will all be the same. |
|
List<EntityDefault> |
lookupEntityDefaultInfo(Map<String,String> searchCriteria,
boolean unbounded)
|
|
List<Entity> |
lookupEntityInfo(Map<String,String> searchCriteria,
boolean unbounded)
|
|
|
search(Class<T> type,
Map<String,Object> criteria)
|
|
void |
setLdapTemplate(org.springframework.ldap.core.LdapTemplate template)
|
Method Detail |
---|
org.springframework.ldap.core.LdapTemplate getLdapTemplate()
void setLdapTemplate(org.springframework.ldap.core.LdapTemplate template)
Principal getPrincipal(String principalId)
Principal getPrincipalByName(String principalName)
<T> List<T> search(Class<T> type, Map<String,Object> criteria)
EntityDefault getEntityDefaultInfo(String entityId)
Entity getEntityInfo(String entityId)
Entity getEntityInfoByPrincipalId(String principalId)
principalId
- the principal id to look the entity up for
EntityDefault getEntityDefaultInfoByPrincipalId(String principalId)
getEntityDefaultInfo(String)
EntityDefault getEntityDefaultInfoByPrincipalName(String principalName)
List<EntityDefault> lookupEntityDefaultInfo(Map<String,String> searchCriteria, boolean unbounded)
List<Entity> lookupEntityInfo(Map<String,String> searchCriteria, boolean unbounded)
EntityPrivacyPreferences getEntityPrivacyPreferences(String entityId)
Map<String,EntityNamePrincipalName> getDefaultNamesForPrincipalIds(List<String> principalIds)
Map<String,EntityName> getDefaultNamesForEntityIds(List<String> entityIds)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |