|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of EntityIdentifier in org.jasig.portal |
---|
Methods in org.jasig.portal that return EntityIdentifier | |
---|---|
EntityIdentifier |
ChannelDefinition.getEntityIdentifier()
Implementation required by IBasicEntity interface. |
EntityIdentifier |
IBasicEntity.getEntityIdentifier()
|
Uses of EntityIdentifier in org.jasig.portal.channels.groupsmanager |
---|
Fields in org.jasig.portal.channels.groupsmanager declared as EntityIdentifier | |
---|---|
protected EntityIdentifier |
SearchResultsGroupImpl.ei
|
Methods in org.jasig.portal.channels.groupsmanager that return EntityIdentifier | |
---|---|
EntityIdentifier |
SearchResultsGroupImpl.getEntityIdentifier()
|
EntityIdentifier |
SearchResultsGroupImpl.getUnderlyingEntityIdentifier()
|
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,
java.lang.String owner)
Returns a lock for the entity, lock type and owner. |
IEntityLock |
IEntityLockService.newLock(EntityIdentifier entityID,
int lockType,
java.lang.String owner,
int durationSecs)
Returns a lock for the entity, lock type and owner. |
Uses of EntityIdentifier in org.jasig.portal.concurrency.caching |
---|
Fields in org.jasig.portal.concurrency.caching declared as EntityIdentifier | |
---|---|
private EntityIdentifier |
CachedEntityInvalidation.entityIdentifier
|
Methods in org.jasig.portal.concurrency.caching that return EntityIdentifier | |
---|---|
EntityIdentifier |
CachedEntityInvalidation.getEntityIdentifier()
|
EntityIdentifier |
ReferenceInvalidatingEntityCache.CacheEntry.getEntityIdentifier()
|
Constructors in org.jasig.portal.concurrency.caching with parameters of type EntityIdentifier | |
---|---|
CachedEntityInvalidation(EntityIdentifier newEntityIdentifier,
java.util.Date time,
int cache)
CachedEntityInvalidation constructor. |
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,
java.lang.String owner)
Returns a lock for the entity, lock type and owner if no conflicting locks exist. |
IEntityLock |
ReferenceEntityLockService.newLock(EntityIdentifier entityID,
int lockType,
java.lang.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
|
private EntityIdentifier |
GroupMemberImpl.underlyingEntityIdentifier
|
Methods in org.jasig.portal.groups that return EntityIdentifier | |
---|---|
private EntityIdentifier[] |
ReferenceGroupService.filterEntities(EntityIdentifier[] entities,
IEntityGroup ancestor)
|
private EntityIdentifier[] |
ReferenceIndividualGroupService.filterEntities(EntityIdentifier[] entities,
IEntityGroup ancestor)
|
EntityIdentifier |
EntityGroupImpl.getEntityIdentifier()
|
EntityIdentifier |
EntityImpl.getEntityIdentifier()
|
EntityIdentifier |
IGroupMember.getUnderlyingEntityIdentifier()
Returns EntityIdentifier for this IGroupMember's
underlying entity. |
EntityIdentifier |
GroupMemberImpl.getUnderlyingEntityIdentifier()
|
private EntityIdentifier[] |
ReferenceGroupService.removeDuplicates(EntityIdentifier[] entities)
|
private EntityIdentifier[] |
ReferenceIndividualGroupService.removeDuplicates(EntityIdentifier[] entities)
|
EntityIdentifier[] |
IGroupService.searchForEntities(java.lang.String query,
int method,
java.lang.Class type)
Find EntityIdentifiers for entities whose name matches the query string according to the specified method and is of the specified type |
EntityIdentifier[] |
ReferenceGroupService.searchForEntities(java.lang.String query,
int method,
java.lang.Class type)
|
EntityIdentifier[] |
ICompositeGroupService.searchForEntities(java.lang.String query,
int method,
java.lang.Class type)
Find EntityIdentifiers for entities whose name matches the query string according to the specified method and is of the specified type |
EntityIdentifier[] |
ReferenceCompositeGroupService.searchForEntities(java.lang.String query,
int method,
java.lang.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(java.lang.String query,
int method,
java.lang.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(java.lang.String query,
int method,
java.lang.Class type)
|
EntityIdentifier[] |
IGroupService.searchForEntities(java.lang.String query,
int method,
java.lang.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[] |
ReferenceGroupService.searchForEntities(java.lang.String query,
int method,
java.lang.Class type,
IEntityGroup ancestor)
|
EntityIdentifier[] |
ICompositeGroupService.searchForEntities(java.lang.String query,
int method,
java.lang.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[] |
ReferenceCompositeGroupService.searchForEntities(java.lang.String query,
int method,
java.lang.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(java.lang.String query,
int method,
java.lang.Class type,
IEntityGroup ancestor)
|
EntityIdentifier[] |
IGroupService.searchForGroups(java.lang.String query,
int method,
java.lang.Class leaftype)
Find EntityIdentifiers for groups whose name matches the query string according to the specified method and matches the provided leaf type |
EntityIdentifier[] |
IEntityGroupStore.searchForGroups(java.lang.String query,
int method,
java.lang.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(java.lang.String query,
int method,
java.lang.Class leaftype)
|
EntityIdentifier[] |
ICompositeGroupService.searchForGroups(java.lang.String query,
int method,
java.lang.Class leaftype)
Find EntityIdentifiers for groups whose name matches the query string according to the specified method and matches the provided leaf type |
EntityIdentifier[] |
ReferenceCompositeGroupService.searchForGroups(java.lang.String query,
int method,
java.lang.Class leaftype)
Find EntityIdentifiers for groups whose name matches the query string according to the specified method and matches the provided leaf type |
EntityIdentifier[] |
RDBMEntityGroupStore.searchForGroups(java.lang.String query,
int method,
java.lang.Class leaftype)
|
EntityIdentifier[] |
ReferenceIndividualGroupService.searchForGroups(java.lang.String query,
int method,
java.lang.Class leaftype)
|
EntityIdentifier[] |
IGroupService.searchForGroups(java.lang.String query,
int method,
java.lang.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[] |
ReferenceGroupService.searchForGroups(java.lang.String query,
int method,
java.lang.Class leaftype,
IEntityGroup ancestor)
|
EntityIdentifier[] |
ICompositeGroupService.searchForGroups(java.lang.String query,
int method,
java.lang.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[] |
ReferenceCompositeGroupService.searchForGroups(java.lang.String query,
int method,
java.lang.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(java.lang.String query,
int method,
java.lang.Class leaftype,
IEntityGroup ancestor)
|
Methods in org.jasig.portal.groups with parameters of type EntityIdentifier | |
---|---|
private EntityIdentifier[] |
ReferenceGroupService.filterEntities(EntityIdentifier[] entities,
IEntityGroup ancestor)
|
private EntityIdentifier[] |
ReferenceIndividualGroupService.filterEntities(EntityIdentifier[] entities,
IEntityGroup ancestor)
|
IGroupMember |
IGroupService.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 |
ReferenceGroupService.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 |
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 |
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 |
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 . |
private EntityIdentifier[] |
ReferenceGroupService.removeDuplicates(EntityIdentifier[] entities)
|
private EntityIdentifier[] |
ReferenceIndividualGroupService.removeDuplicates(EntityIdentifier[] entities)
|
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(java.lang.String query,
int method,
java.lang.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(java.lang.String query,
int searchMethod,
java.lang.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(java.lang.String query,
int method,
java.lang.Class type)
|
EntityIdentifier[] |
LDAPGroupStore.searchForGroups(java.lang.String query,
int method,
java.lang.Class leaftype)
|
Uses of EntityIdentifier in org.jasig.portal.groups.local |
---|
Methods in org.jasig.portal.groups.local that return EntityIdentifier | |
---|---|
EntityIdentifier[] |
ITypedEntitySearcher.searchForEntities(java.lang.String query,
int method)
|
EntityIdentifier[] |
EntitySearcherImpl.searchForEntities(java.lang.String query,
int method,
java.lang.Class type)
|
Uses of EntityIdentifier in org.jasig.portal.groups.local.searchers |
---|
Methods in org.jasig.portal.groups.local.searchers that return EntityIdentifier | |
---|---|
EntityIdentifier[] |
RDBMPersonSearcher.searchForEntities(java.lang.String query,
int method)
|
EntityIdentifier[] |
RDBMChannelDefSearcher.searchForEntities(java.lang.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(java.lang.String query,
int method,
java.lang.Class type)
|
EntityIdentifier[] |
PersonAttributesGroupStore.searchForGroups(java.lang.String query,
int method,
java.lang.Class leaftype)
|
Uses of EntityIdentifier in org.jasig.portal.layout.simple |
---|
Methods in org.jasig.portal.layout.simple that return EntityIdentifier | |
---|---|
EntityIdentifier |
RDBMUserLayoutStore.SystemUser.getEntityIdentifier()
|
Uses of EntityIdentifier in org.jasig.portal.security.provider |
---|
Fields in org.jasig.portal.security.provider declared as EntityIdentifier | |
---|---|
private EntityIdentifier |
PermissionSetImpl.entityIdentifier
|
protected EntityIdentifier |
PersonImpl.m_eid
|
Methods in org.jasig.portal.security.provider that return EntityIdentifier | |
---|---|
EntityIdentifier |
PermissionSetImpl.getEntityIdentifier()
|
EntityIdentifier |
PersonImpl.getEntityIdentifier()
Returns an EntityIdentifier for this person. |
EntityIdentifier |
RestrictedPerson.getEntityIdentifier()
|
Uses of EntityIdentifier in org.jasig.portal.services |
---|
Methods in org.jasig.portal.services that return EntityIdentifier | |
---|---|
static EntityIdentifier[] |
GroupService.searchForEntities(java.lang.String query,
int method,
java.lang.Class type)
|
static EntityIdentifier[] |
GroupService.searchForEntities(java.lang.String query,
int method,
java.lang.Class type,
IEntityGroup ancestor)
|
static EntityIdentifier[] |
GroupService.searchForGroups(java.lang.String query,
int method,
java.lang.Class leaftype)
|
static EntityIdentifier[] |
GroupService.searchForGroups(java.lang.String query,
int method,
java.lang.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)
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 java.lang.String |
EntityPropertyRegistry.getProperty(EntityIdentifier entityID,
java.lang.String name)
|
static java.lang.String[] |
EntityPropertyRegistry.getPropertyNames(EntityIdentifier entityID)
|
protected java.lang.String |
EntityPropertyRegistry.getPropKey(EntityIdentifier entityID)
|
IEntityLock |
EntityLockService.newReadLock(EntityIdentifier entityID,
java.lang.String owner)
Returns a read lock for the IBasicEntity and owner. |
IEntityLock |
EntityLockService.newReadLock(EntityIdentifier entityID,
java.lang.String owner,
int durationSecs)
Returns a read lock for the IBasicEntity , owner and duration. |
IEntityLock |
EntityLockService.newWriteLock(EntityIdentifier entityID,
java.lang.String owner)
Returns a write lock for the IBasicEntity and owner. |
IEntityLock |
EntityLockService.newWriteLock(EntityIdentifier entityID,
java.lang.String owner,
int durationSecs)
Returns a write lock for the IBasicEntity , owner and duration. |
void |
EntityCachingService.remove(EntityIdentifier entityID)
Removes the entity referred to by entityID from the cache and notifies peer caches. |
static void |
EntityPropertyRegistry.storeProperty(EntityIdentifier entityID,
java.lang.String name,
java.lang.String value)
|
static void |
EntityPropertyRegistry.unStoreProperty(EntityIdentifier entityID,
java.lang.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 java.util.Hashtable |
PersonDirPropertyFinder.getPropertiesHash(EntityIdentifier entityID)
|
java.lang.String |
RDBMPropertyStore.getProperty(EntityIdentifier entityID,
java.lang.String name)
|
java.lang.String |
PersonDirPropertyFinder.getProperty(EntityIdentifier entityID,
java.lang.String name)
|
java.lang.String |
IEntityPropertyFinder.getProperty(EntityIdentifier entityID,
java.lang.String name)
|
java.lang.String |
ContainingGroupsFinder.getProperty(EntityIdentifier entityID,
java.lang.String name)
|
java.lang.String |
ChannelRegistryPropertyFinder.getProperty(EntityIdentifier entityID,
java.lang.String name)
|
java.lang.String[] |
RDBMPropertyStore.getPropertyNames(EntityIdentifier entityID)
|
java.lang.String[] |
PersonDirPropertyFinder.getPropertyNames(EntityIdentifier entityID)
|
java.lang.String[] |
IEntityPropertyFinder.getPropertyNames(EntityIdentifier entityID)
|
java.lang.String[] |
ContainingGroupsFinder.getPropertyNames(EntityIdentifier entityID)
|
java.lang.String[] |
ChannelRegistryPropertyFinder.getPropertyNames(EntityIdentifier entityID)
|
void |
RDBMPropertyStore.storeProperty(EntityIdentifier entityID,
java.lang.String name,
java.lang.String value)
|
void |
IEntityPropertyStore.storeProperty(EntityIdentifier entityID,
java.lang.String name,
java.lang.String value)
|
void |
RDBMPropertyStore.unStoreProperty(EntityIdentifier entityID,
java.lang.String name)
|
void |
IEntityPropertyStore.unStoreProperty(EntityIdentifier entityID,
java.lang.String name)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |