Uses of Interface
com.atlassian.crowd.model.TimestampedEntity

Packages that use TimestampedEntity
com.atlassian.crowd.directory   
com.atlassian.crowd.model   
com.atlassian.crowd.model.application   
com.atlassian.crowd.model.directory   
com.atlassian.crowd.model.group   
com.atlassian.crowd.model.user   
 

Uses of TimestampedEntity in com.atlassian.crowd.directory
 

Classes in com.atlassian.crowd.directory that implement TimestampedEntity
 class ImmutableGroup
          ImmutableGroup is an immutable implementation of InternalDirectoryGroup.
 class ImmutableTimestampedUser
           
 

Uses of TimestampedEntity in com.atlassian.crowd.model
 

Classes in com.atlassian.crowd.model that implement TimestampedEntity
 class InternalDirectoryEntity
           
 class InternalEntity
          Superclass for internally stored data objects.
 

Uses of TimestampedEntity in com.atlassian.crowd.model.application
 

Classes in com.atlassian.crowd.model.application that implement TimestampedEntity
 class ApplicationImpl
          Implementation of Application (designed for use for Hibernate).
 

Uses of TimestampedEntity in com.atlassian.crowd.model.directory
 

Classes in com.atlassian.crowd.model.directory that implement TimestampedEntity
 class DirectoryImpl
          Implementation of Directory (designed for use with Hibernate).
 

Uses of TimestampedEntity in com.atlassian.crowd.model.group
 

Subinterfaces of TimestampedEntity in com.atlassian.crowd.model.group
 interface InternalDirectoryGroup
          Extends the Group interface with "isLocal".
 interface TimestampedGroup
          Extends the Group interface with "updated date" and "created date".
 

Classes in com.atlassian.crowd.model.group that implement TimestampedEntity
 class InternalGroup
          Encapsulates the concept of group.
 

Uses of TimestampedEntity in com.atlassian.crowd.model.user
 

Subinterfaces of TimestampedEntity in com.atlassian.crowd.model.user
 interface TimestampedUser
          Extends the user interface with "updated date" and "created date".
 

Classes in com.atlassian.crowd.model.user that implement TimestampedEntity
 class InternalUser
          Encapsulates the concept of crowd user.
 



Copyright © 2012 Atlassian. All Rights Reserved.