uPortal 2.4.1
API Documentation

org.jasig.portal
Interface IBasicEntity

All Known Subinterfaces:
IEntity, IEntityGroup, IGroupMember, ILockableEntityGroup, IPermissionSet, IPerson
All Known Implementing Classes:
CachedEntityInvalidation, ChannelDefinition, EntityGroupImpl, EntityImpl, EntityProperties, GroupMemberImpl, LockableEntityGroupImpl, PermissionSetImpl, PersonImpl, RestrictedPerson, SearchResultsGroupImpl

public interface IBasicEntity

Minimal interface describes an entity that has only a key and a type. It can be cached, locked and grouped.

Version:
$Revision: 1.3 $
Author:
Dan Ellentuck

Method Summary
 EntityIdentifier getEntityIdentifier()
           
 

Method Detail

getEntityIdentifier

public EntityIdentifier getEntityIdentifier()
Returns:
EntityIdentifier

uPortal 2.4.1
API Documentation