|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of EntityIdentifier in org.jasig.portal |
|---|
| Methods in org.jasig.portal that return EntityIdentifier | |
|---|---|
EntityIdentifier |
IBasicEntity.getEntityIdentifier()
|
| Uses of EntityIdentifier in org.jasig.portal.channel |
|---|
| Methods in org.jasig.portal.channel that return EntityIdentifier | |
|---|---|
EntityIdentifier |
IChannelDefinition.getEntityIdentifier()
Deprecated. Implementation required by IBasicEntity interface. |
| Uses of EntityIdentifier in org.jasig.portal.channel.dao.jpa |
|---|
| Methods in org.jasig.portal.channel.dao.jpa that return EntityIdentifier | |
|---|---|
EntityIdentifier |
ChannelDefinitionImpl.getEntityIdentifier()
|
| Uses of EntityIdentifier in org.jasig.portal.channels.groupsmanager |
|---|
| Fields in org.jasig.portal.channels.groupsmanager declared as EntityIdentifier | |
|---|---|
protected EntityIdentifier |
SearchResultsGroupImpl.ei
Deprecated. |
| Methods in org.jasig.portal.channels.groupsmanager that return EntityIdentifier | |
|---|---|
EntityIdentifier |
SearchResultsGroupImpl.getEntityIdentifier()
Deprecated. |
EntityIdentifier |
SearchResultsGroupImpl.getUnderlyingEntityIdentifier()
Deprecated. |
| Uses of EntityIdentifier in org.jasig.portal.concurrency |
|---|
| Methods in org.jasig.portal.concurrency with parameters of type EntityIdentifier | |
|---|---|
IEntityLock |
IEntityLockService.newLock(EntityIdentifier entityID,
int lockType,
String owner)
Returns a lock for the entity, lock type and owner. |
IEntityLock |
IEntityLockService.newLock(EntityIdentifier entityID,
int lockType,
String owner,
int durationSecs)
Returns a lock for the entity, lock type and owner. |
| Uses of EntityIdentifier in org.jasig.portal.concurrency.locking |
|---|
| Methods in org.jasig.portal.concurrency.locking with parameters of type EntityIdentifier | |
|---|---|
IEntityLock |
ReferenceEntityLockService.newLock(EntityIdentifier entityID,
int lockType,
String owner)
Returns a lock for the entity, lock type and owner if no conflicting locks exist. |
IEntityLock |
ReferenceEntityLockService.newLock(EntityIdentifier entityID,
int lockType,
String owner,
int durationSecs)
Returns a lock for the entity, lock type and owner if no conflicting locks exist. |
| Uses of EntityIdentifier in org.jasig.portal.groups |
|---|
| Subclasses of EntityIdentifier in org.jasig.portal.groups | |
|---|---|
class |
CompositeEntityIdentifier
A composite key and type that uniquely identify a portal entity. |
class |
CompositeServiceIdentifier
A composite key that identifies a component group service. |
| Fields in org.jasig.portal.groups declared as EntityIdentifier | |
|---|---|
protected EntityIdentifier |
EntityImpl.entityIdentifier
|
| Methods in org.jasig.portal.groups that return EntityIdentifier | |
|---|---|
EntityIdentifier |
EntityGroupImpl.getEntityIdentifier()
|
EntityIdentifier |
EntityImpl.getEntityIdentifier()
|
EntityIdentifier |
GroupMemberImpl.getUnderlyingEntityIdentifier()
|
EntityIdentifier |
IGroupMember.getUnderlyingEntityIdentifier()
Returns EntityIdentifier for this IGroupMember's
underlying entity. |
EntityIdentifier[] |
ICompositeGroupService.searchForEntities(String query,
int method,
Class type)
Find EntityIdentifiers for entities whose name matches the query string according to the specified method and is of the specified type |
EntityIdentifier[] |
IEntitySearcher.searchForEntities(String query,
int method,
Class type)
Find EntityIdentifiers for entities whose name matches the query string according to the specified method and is of the specified type |
EntityIdentifier[] |
ReferenceIndividualGroupService.searchForEntities(String query,
int method,
Class type)
|
EntityIdentifier[] |
ReferenceCompositeGroupService.searchForEntities(String query,
int method,
Class type)
Find EntityIdentifiers for entities whose name matches the query string according to the specified method and is of the specified type |
EntityIdentifier[] |
IGroupService.searchForEntities(String query,
int method,
Class type)
Deprecated. Find EntityIdentifiers for entities whose name matches the query string according to the specified method and is of the specified type |
EntityIdentifier[] |
ReferenceGroupService.searchForEntities(String query,
int method,
Class type)
Deprecated. |
EntityIdentifier[] |
ICompositeGroupService.searchForEntities(String query,
int method,
Class type,
IEntityGroup ancestor)
Find EntityIdentifiers for entities whose name matches the query string according to the specified method, is of the specified type and descends from the specified group |
EntityIdentifier[] |
ReferenceIndividualGroupService.searchForEntities(String query,
int method,
Class type,
IEntityGroup ancestor)
|
EntityIdentifier[] |
ReferenceCompositeGroupService.searchForEntities(String query,
int method,
Class type,
IEntityGroup ancestor)
Find EntityIdentifiers for entities whose name matches the query string according to the specified method, is of the specified type and descends from the specified group |
EntityIdentifier[] |
IGroupService.searchForEntities(String query,
int method,
Class type,
IEntityGroup ancestor)
Deprecated. Find EntityIdentifiers for entities whose name matches the query string according to the specified method, is of the specified type and descends from the specified group |
EntityIdentifier[] |
ReferenceGroupService.searchForEntities(String query,
int method,
Class type,
IEntityGroup ancestor)
Deprecated. |
EntityIdentifier[] |
RDBMEntityGroupStore.searchForGroups(String query,
int method,
Class leaftype)
|
EntityIdentifier[] |
ICompositeGroupService.searchForGroups(String query,
int method,
Class leaftype)
Find EntityIdentifiers for groups whose name matches the query string according to the specified method and matches the provided leaf type |
EntityIdentifier[] |
ReferenceIndividualGroupService.searchForGroups(String query,
int method,
Class leaftype)
|
EntityIdentifier[] |
ReferenceCompositeGroupService.searchForGroups(String query,
int method,
Class leaftype)
Find EntityIdentifiers for groups whose name matches the query string according to the specified method and matches the provided leaf type |
EntityIdentifier[] |
IGroupService.searchForGroups(String query,
int method,
Class leaftype)
Deprecated. Find EntityIdentifiers for groups whose name matches the query string according to the specified method and matches the provided leaf type |
EntityIdentifier[] |
IEntityGroupStore.searchForGroups(String query,
int method,
Class leaftype)
Find EntityIdentifiers for groups whose name matches the query string according to the specified method and matches the provided leaf type |
EntityIdentifier[] |
ReferenceGroupService.searchForGroups(String query,
int method,
Class leaftype)
Deprecated. |
EntityIdentifier[] |
ICompositeGroupService.searchForGroups(String query,
int method,
Class leaftype,
IEntityGroup ancestor)
Find EntityIdentifiers for groups whose name matches the query string according to the specified method, has the provided leaf type and descends from the specified group |
EntityIdentifier[] |
ReferenceIndividualGroupService.searchForGroups(String query,
int method,
Class leaftype,
IEntityGroup ancestor)
|
EntityIdentifier[] |
ReferenceCompositeGroupService.searchForGroups(String query,
int method,
Class leaftype,
IEntityGroup ancestor)
Find EntityIdentifiers for groups whose name matches the query string according to the specified method, has the provided leaf type and descends from the specified group |
EntityIdentifier[] |
IGroupService.searchForGroups(String query,
int method,
Class leaftype,
IEntityGroup ancestor)
Deprecated. Find EntityIdentifiers for groups whose name matches the query string according to the specified method, has the provided leaf type and descends from the specified group |
EntityIdentifier[] |
ReferenceGroupService.searchForGroups(String query,
int method,
Class leaftype,
IEntityGroup ancestor)
Deprecated. |
| Methods in org.jasig.portal.groups with parameters of type EntityIdentifier | |
|---|---|
IGroupMember |
ICompositeGroupService.getGroupMember(EntityIdentifier underlyingEntityIdentifier)
Returns an IGroupMember representing either a group or a
portal entity, based on the EntityIdentifier, which refers
to the UNDERLYING entity for the IGroupMember. |
IGroupMember |
ReferenceIndividualGroupService.getGroupMember(EntityIdentifier underlyingEntityIdentifier)
Returns an IGroupMember representing either a group or a
portal entity, based on the EntityIdentifier, which
refers to the UNDERLYING entity for the IGroupMember. |
IGroupMember |
ReferenceCompositeGroupService.getGroupMember(EntityIdentifier underlyingEntityIdentifier)
Returns an IGroupMember representing either a group or a
portal entity, based on the EntityIdentifier, which refers
to the UNDERLYING entity for the IGroupMember. |
IGroupMember |
IGroupService.getGroupMember(EntityIdentifier underlyingEntityIdentifier)
Deprecated. Returns an IGroupMember representing either a group or a
portal entity, based on the EntityIdentifier, which
refers to the UNDERLYING entity for the IGroupMember. |
IGroupMember |
ReferenceGroupService.getGroupMember(EntityIdentifier underlyingEntityIdentifier)
Deprecated. Returns an IGroupMember representing either a group or a
portal entity, based on the EntityIdentifier, which
refers to the UNDERLYING entity for the IGroupMember. |
| Constructors in org.jasig.portal.groups with parameters of type EntityIdentifier | |
|---|---|
EntityImpl(EntityIdentifier ei)
EntityImpl constructor |
|
GroupMemberImpl(EntityIdentifier newEntityIdentifier)
GroupMemberImpl constructor |
|
| Uses of EntityIdentifier in org.jasig.portal.groups.filesystem |
|---|
| Methods in org.jasig.portal.groups.filesystem that return EntityIdentifier | |
|---|---|
EntityIdentifier[] |
FileSystemGroupStore.searchForEntities(String query,
int method,
Class type)
Find EntityIdentifiers for entities whose name matches the query string according to the specified method and is of the specified type |
EntityIdentifier[] |
FileSystemGroupStore.searchForGroups(String query,
int searchMethod,
Class leafType)
Returns an EntityIdentifier[] of groups of the given leaf type whose names match the query string according to the search method. |
| Uses of EntityIdentifier in org.jasig.portal.groups.ldap |
|---|
| Methods in org.jasig.portal.groups.ldap that return EntityIdentifier | |
|---|---|
EntityIdentifier[] |
LDAPGroupStore.searchForEntities(String query,
int method,
Class type)
|
EntityIdentifier[] |
LDAPGroupStore.searchForGroups(String query,
int method,
Class leaftype)
|
| Uses of EntityIdentifier in org.jasig.portal.groups.local |
|---|
| Methods in org.jasig.portal.groups.local that return EntityIdentifier | |
|---|---|
EntityIdentifier[] |
ITypedEntitySearcher.searchForEntities(String query,
int method)
|
EntityIdentifier[] |
EntitySearcherImpl.searchForEntities(String query,
int method,
Class type)
|
| Uses of EntityIdentifier in org.jasig.portal.groups.local.searchers |
|---|
| Methods in org.jasig.portal.groups.local.searchers that return EntityIdentifier | |
|---|---|
EntityIdentifier[] |
RDBMChannelDefSearcher.searchForEntities(String query,
int method)
|
EntityIdentifier[] |
RDBMPersonSearcher.searchForEntities(String query,
int method)
|
| Uses of EntityIdentifier in org.jasig.portal.groups.pags |
|---|
| Methods in org.jasig.portal.groups.pags that return EntityIdentifier | |
|---|---|
EntityIdentifier[] |
PersonAttributesGroupStore.searchForEntities(String query,
int method,
Class type)
|
EntityIdentifier[] |
PersonAttributesGroupStore.searchForGroups(String query,
int method,
Class leaftype)
|
| Uses of EntityIdentifier in org.jasig.portal.groups.smartldap |
|---|
| Methods in org.jasig.portal.groups.smartldap that return EntityIdentifier | |
|---|---|
EntityIdentifier[] |
SmartLdapEntitySearcher.searchForEntities(String query,
int method,
Class type)
|
EntityIdentifier[] |
SmartLdapGroupStore.searchForGroups(String query,
int method,
Class leaftype)
|
| Uses of EntityIdentifier in org.jasig.portal.security |
|---|
| Methods in org.jasig.portal.security with parameters of type EntityIdentifier | |
|---|---|
void |
IPerson.setEntityIdentifier(EntityIdentifier ei)
Explicitly set the entity identifier The default implementation enforces a one time setting so that the value can't be changed once explicitly set. |
| Uses of EntityIdentifier in org.jasig.portal.security.provider |
|---|
| Fields in org.jasig.portal.security.provider declared as EntityIdentifier | |
|---|---|
protected EntityIdentifier |
PersonImpl.m_eid
|
| Methods in org.jasig.portal.security.provider that return EntityIdentifier | |
|---|---|
EntityIdentifier |
PermissionSetImpl.getEntityIdentifier()
|
EntityIdentifier |
RestrictedPerson.getEntityIdentifier()
|
EntityIdentifier |
PersonImpl.getEntityIdentifier()
Returns an EntityIdentifier for this person. |
| Methods in org.jasig.portal.security.provider with parameters of type EntityIdentifier | |
|---|---|
void |
RestrictedPerson.setEntityIdentifier(EntityIdentifier ei)
|
void |
PersonImpl.setEntityIdentifier(EntityIdentifier ei)
One time set of the entity identifier |
| Uses of EntityIdentifier in org.jasig.portal.services |
|---|
| Methods in org.jasig.portal.services that return EntityIdentifier | |
|---|---|
static EntityIdentifier[] |
GroupService.searchForEntities(String query,
int method,
Class type)
|
static EntityIdentifier[] |
GroupService.searchForEntities(String query,
int method,
Class type,
IEntityGroup ancestor)
|
static EntityIdentifier[] |
GroupService.searchForGroups(String query,
int method,
Class leaftype)
|
static EntityIdentifier[] |
GroupService.searchForGroups(String query,
int method,
Class leaftype,
IEntityGroup ancestor)
|
| Methods in org.jasig.portal.services with parameters of type EntityIdentifier | |
|---|---|
void |
EntityPropertyRegistry.clearCache(EntityIdentifier entityID)
|
IBasicEntity |
EntityCachingService.get(EntityIdentifier entityID)
Deprecated. Returns the cached entity referred to by entityID. |
EntityProperties |
EntityPropertyRegistry.getCachedProperties(EntityIdentifier entityID)
|
static IGroupMember |
GroupService.getGroupMember(EntityIdentifier underlyingEntityIdentifier)
Returns an IGroupMember representing either a group or a
portal entity, based on the EntityIdentifier, which
refers to the UNDERLYING entity for the IGroupMember. |
protected EntityProperties |
EntityPropertyRegistry.getProperties(EntityIdentifier entityID)
|
static String |
EntityPropertyRegistry.getProperty(EntityIdentifier entityID,
String name)
|
static String[] |
EntityPropertyRegistry.getPropertyNames(EntityIdentifier entityID)
|
protected String |
EntityPropertyRegistry.getPropKey(EntityIdentifier entityID)
|
IEntityLock |
EntityLockService.newReadLock(EntityIdentifier entityID,
String owner)
Returns a read lock for the IBasicEntity and owner. |
IEntityLock |
EntityLockService.newReadLock(EntityIdentifier entityID,
String owner,
int durationSecs)
Returns a read lock for the IBasicEntity, owner and duration. |
IEntityLock |
EntityLockService.newWriteLock(EntityIdentifier entityID,
String owner)
Returns a write lock for the IBasicEntity and owner. |
IEntityLock |
EntityLockService.newWriteLock(EntityIdentifier entityID,
String owner,
int durationSecs)
Returns a write lock for the IBasicEntity, owner and duration. |
void |
EntityCachingService.remove(EntityIdentifier entityID)
Deprecated. Removes the entity referred to by entityID from the cache and notifies peer caches. |
static void |
EntityPropertyRegistry.storeProperty(EntityIdentifier entityID,
String name,
String value)
|
static void |
EntityPropertyRegistry.unStoreProperty(EntityIdentifier entityID,
String name)
|
| Uses of EntityIdentifier in org.jasig.portal.services.entityproperties |
|---|
| Methods in org.jasig.portal.services.entityproperties that return EntityIdentifier | |
|---|---|
EntityIdentifier |
EntityProperties.getEntityIdentifier()
|
| Methods in org.jasig.portal.services.entityproperties with parameters of type EntityIdentifier | |
|---|---|
protected void |
RDBMPropertyStore.clearCache(EntityIdentifier entityID)
|
protected EntityProperties |
RDBMPropertyStore.getCachedProperties(EntityIdentifier entityID)
|
protected Map<String,List<Object>> |
PersonDirPropertyFinder.getPropertiesHash(EntityIdentifier entityID)
|
String |
RDBMPropertyStore.getProperty(EntityIdentifier entityID,
String name)
|
String |
ChannelRegistryPropertyFinder.getProperty(EntityIdentifier entityID,
String name)
|
String |
IEntityPropertyFinder.getProperty(EntityIdentifier entityID,
String name)
|
String |
ContainingGroupsFinder.getProperty(EntityIdentifier entityID,
String name)
|
String |
PersonDirPropertyFinder.getProperty(EntityIdentifier entityID,
String name)
|
String[] |
RDBMPropertyStore.getPropertyNames(EntityIdentifier entityID)
|
String[] |
ChannelRegistryPropertyFinder.getPropertyNames(EntityIdentifier entityID)
|
String[] |
IEntityPropertyFinder.getPropertyNames(EntityIdentifier entityID)
|
String[] |
ContainingGroupsFinder.getPropertyNames(EntityIdentifier entityID)
|
String[] |
PersonDirPropertyFinder.getPropertyNames(EntityIdentifier entityID)
|
void |
RDBMPropertyStore.storeProperty(EntityIdentifier entityID,
String name,
String value)
|
void |
IEntityPropertyStore.storeProperty(EntityIdentifier entityID,
String name,
String value)
|
void |
RDBMPropertyStore.unStoreProperty(EntityIdentifier entityID,
String name)
|
void |
IEntityPropertyStore.unStoreProperty(EntityIdentifier entityID,
String name)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||