Uses of Interface
org.jasig.portal.IBasicEntity

Packages that use IBasicEntity
org.jasig.portal   
org.jasig.portal.channel   
org.jasig.portal.channel.dao.jpa   
org.jasig.portal.channels.groupsmanager   
org.jasig.portal.concurrency   
org.jasig.portal.concurrency.caching   
org.jasig.portal.groups   
org.jasig.portal.security   
org.jasig.portal.security.provider   
org.jasig.portal.services   
org.jasig.portal.services.entityproperties   
 

Uses of IBasicEntity in org.jasig.portal
 

Fields in org.jasig.portal with type parameters of type IBasicEntity
protected  Class<? extends IBasicEntity> EntityIdentifier.type
           
 

Methods in org.jasig.portal that return types with arguments of type IBasicEntity
 Class<? extends IBasicEntity> EntityIdentifier.getType()
           
 

Constructor parameters in org.jasig.portal with type arguments of type IBasicEntity
EntityIdentifier(String entityKey, Class<? extends IBasicEntity> entityType)
          KeyTypePair constructor.
 

Uses of IBasicEntity in org.jasig.portal.channel
 

Subinterfaces of IBasicEntity in org.jasig.portal.channel
 interface IChannelDefinition
          Deprecated. IChannel rendering code will be replaced with portlet specific rendering code in a future release
 

Classes in org.jasig.portal.channel that implement IBasicEntity
 class XmlGeneratingBaseChannelDefinition
          Deprecated. 
 

Uses of IBasicEntity in org.jasig.portal.channel.dao.jpa
 

Classes in org.jasig.portal.channel.dao.jpa that implement IBasicEntity
 class ChannelDefinitionImpl
          JPA/Hibernate implementation of the IChannelDefinition interface.
 

Uses of IBasicEntity in org.jasig.portal.channels.groupsmanager
 

Classes in org.jasig.portal.channels.groupsmanager that implement IBasicEntity
 class SearchResultsGroupImpl
          Deprecated. All IChannel implementations should be migrated to portlets
 

Uses of IBasicEntity in org.jasig.portal.concurrency
 

Methods in org.jasig.portal.concurrency that return IBasicEntity
 IBasicEntity IEntityCachingService.get(Class<? extends IBasicEntity> type, String key)
          Returns the cached entity identified by type and key.
 IBasicEntity IEntityCache.get(String key)
           
 

Methods in org.jasig.portal.concurrency that return types with arguments of type IBasicEntity
 Class<? extends IBasicEntity> IEntityCache.getEntityType()
           
 

Methods in org.jasig.portal.concurrency with parameters of type IBasicEntity
 void IEntityCache.add(IBasicEntity entity)
           
 void IEntityCachingService.add(IBasicEntity ent)
          Adds the entity to the cache.
 void IEntityCache.update(IBasicEntity entity)
           
 void IEntityCachingService.update(IBasicEntity ent)
          Updates the entity in the cache and notifies peer caches.
 

Method parameters in org.jasig.portal.concurrency with type arguments of type IBasicEntity
 IBasicEntity IEntityCachingService.get(Class<? extends IBasicEntity> type, String key)
          Returns the cached entity identified by type and key.
 void IEntityCachingService.remove(Class<? extends IBasicEntity> type, String key)
          Removes the cached entity identified by type and key from the cache and notifies peer caches.
 

Uses of IBasicEntity in org.jasig.portal.concurrency.caching
 

Methods in org.jasig.portal.concurrency.caching that return IBasicEntity
 IBasicEntity AbstractEntityCachingService.get(Class<? extends IBasicEntity> entityType, String key)
           
 IBasicEntity MapBackedEntityCache.get(String key)
           
 

Methods in org.jasig.portal.concurrency.caching that return types with arguments of type IBasicEntity
 Class<? extends IBasicEntity> MapBackedEntityCache.getEntityType()
           
 

Methods in org.jasig.portal.concurrency.caching with parameters of type IBasicEntity
 void AbstractEntityCachingService.add(IBasicEntity entity)
           
 void MapBackedEntityCache.add(IBasicEntity entity)
           
 void AbstractEntityCachingService.update(IBasicEntity entity)
           
 void MapBackedEntityCache.update(IBasicEntity entity)
           
 

Method parameters in org.jasig.portal.concurrency.caching with type arguments of type IBasicEntity
 IBasicEntity AbstractEntityCachingService.get(Class<? extends IBasicEntity> entityType, String key)
           
protected  IEntityCache CacheFactoryEntityCachingService.getCache(Class<? extends IBasicEntity> entityType)
           
protected abstract  IEntityCache AbstractEntityCachingService.getCache(Class<? extends IBasicEntity> entityType)
          Retrieves the IEntityCache to store the specified entityType in.
 void AbstractEntityCachingService.remove(Class<? extends IBasicEntity> entityType, String key)
           
 

Constructor parameters in org.jasig.portal.concurrency.caching with type arguments of type IBasicEntity
MapBackedEntityCache(Map<Serializable,IBasicEntity> cache, Class<? extends IBasicEntity> entityType)
           
MapBackedEntityCache(Map<Serializable,IBasicEntity> cache, Class<? extends IBasicEntity> entityType)
           
 

Uses of IBasicEntity in org.jasig.portal.groups
 

Subinterfaces of IBasicEntity in org.jasig.portal.groups
 interface IEntity
          IEntity is the leaf sub-type of IGroupMember.
 interface IEntityGroup
          An IEntityGroup is a composite, or non-leaf IGroupMember.
 interface IGroupMember
          An IGroupMember defines common behavior for both the leaf IEntity and composite IEntityGroup sub-types that together make up a Groups structure.
 interface ILockableEntityGroup
          Defines an IEntityGroup that can be locked for update.
 

Classes in org.jasig.portal.groups that implement IBasicEntity
 class EntityGroupImpl
          Reference implementation for IEntityGroup.
 class EntityImpl
          Reference implementation for IEntity.
 class EntityTestingGroupImpl
           
 class GroupMemberImpl
          GroupMemberImpl summary first sentence goes here.
 class LockableEntityGroupImpl
          Extends EntityGroupImpl to make it lockable for writing.
 

Uses of IBasicEntity in org.jasig.portal.security
 

Subinterfaces of IBasicEntity in org.jasig.portal.security
 interface IPermissionSet
           
 interface IPerson
           
 

Uses of IBasicEntity in org.jasig.portal.security.provider
 

Classes in org.jasig.portal.security.provider that implement IBasicEntity
 class PermissionSetImpl
           
 class PersonImpl
          This is a reference IPerson implementation.
 class RestrictedPerson
          An IPerson object that wraps another IPerson object and prevents access to the underlying sercurity context.
 

Uses of IBasicEntity in org.jasig.portal.services
 

Methods in org.jasig.portal.services that return IBasicEntity
 IBasicEntity EntityCachingService.get(Class<? extends IBasicEntity> type, String key)
          Deprecated. Returns the cached entity identified by type and key.
 IBasicEntity EntityCachingService.get(EntityIdentifier entityID)
          Deprecated. Returns the cached entity referred to by entityID.
 

Methods in org.jasig.portal.services with parameters of type IBasicEntity
 void EntityCachingService.add(IBasicEntity ent)
          Deprecated. Adds the entity to the cache.
 void EntityCachingService.remove(IBasicEntity ent)
          Deprecated. Removes the IBasicEntity from the cache and notifies peer caches.
 void EntityCachingService.update(IBasicEntity ent)
          Deprecated. Updates the entity in the cache and notifies peer caches.
 

Method parameters in org.jasig.portal.services with type arguments of type IBasicEntity
 IBasicEntity EntityCachingService.get(Class<? extends IBasicEntity> type, String key)
          Deprecated. Returns the cached entity identified by type and key.
 void EntityCachingService.remove(Class<? extends IBasicEntity> type, String key)
          Deprecated. Removes the entity identified by type and key from the cache and notifies peer caches.
 

Uses of IBasicEntity in org.jasig.portal.services.entityproperties
 

Classes in org.jasig.portal.services.entityproperties that implement IBasicEntity
 class EntityProperties
          A BasicEntity implementation used interally by the EntityPropertyRegistry to cache property lookup results
 



Copyright © 2010 Jasig. All Rights Reserved.