Uses of Class
org.jasig.portal.services.entityproperties.EntityProperties

Packages that use EntityProperties
org.jasig.portal.services   
org.jasig.portal.services.entityproperties   
 

Uses of EntityProperties in org.jasig.portal.services
 

Methods in org.jasig.portal.services that return EntityProperties
 EntityProperties EntityPropertyRegistry.getCachedProperties(EntityIdentifier entityID)
           
protected  EntityProperties EntityPropertyRegistry.getProperties(EntityIdentifier entityID)
           
 

Methods in org.jasig.portal.services with parameters of type EntityProperties
 void EntityPropertyRegistry.addToCache(EntityProperties ep)
           
 

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

Methods in org.jasig.portal.services.entityproperties that return EntityProperties
protected  EntityProperties RDBMPropertyStore.getCachedProperties(EntityIdentifier entityID)
           
 

Methods in org.jasig.portal.services.entityproperties with parameters of type EntityProperties
protected  void RDBMPropertyStore.addToCache(EntityProperties ep)