Uses of Class
org.silverpeas.EntityReference

Packages that use EntityReference
com.silverpeas.web.mock   
org.silverpeas.dateReminder.persistent   
org.silverpeas.dateReminder.persistent.service   
org.silverpeas.dateReminder.provider   
org.silverpeas.profile   
org.silverpeas.publication.dateReminder   
org.silverpeas.token.persistent Provides a type of tokens that are persisted in a data source and that are mapped with a resource managed in Silverpeas. 
org.silverpeas.token.persistent.service Provides a service around the persistent tokens to easily generate and get them. 
 

Uses of EntityReference in com.silverpeas.web.mock
 

Methods in com.silverpeas.web.mock with parameters of type EntityReference
 PersistentResourceToken TokenServiceMockWrapper.get(EntityReference ref)
           
 PersistentResourceToken TokenServiceMockWrapper.initialize(EntityReference ref)
           
 void TokenServiceMockWrapper.remove(EntityReference ref)
           
 

Uses of EntityReference in org.silverpeas.dateReminder.persistent
 

Methods in org.silverpeas.dateReminder.persistent with type parameters of type EntityReference
<E,R extends EntityReference<E>>
R
PersistentResourceDateReminder.getResource(Class<R> referenceClass)
          Gets a reference to the resource this dateReminder is for.
 

Methods in org.silverpeas.dateReminder.persistent with parameters of type EntityReference
 void PersistentResourceDateReminder.setResource(EntityReference resource)
          Sets the resource to which this dateReminder belongs.
 

Uses of EntityReference in org.silverpeas.dateReminder.persistent.service
 

Methods in org.silverpeas.dateReminder.persistent.service with parameters of type EntityReference
 PersistentResourceDateReminder DefaultDateReminderService.create(EntityReference resource, DateReminderDetail dateReminderDetail)
           
 PersistentResourceDateReminder PersistentDateReminderService.create(EntityReference resource, DateReminderDetail dateReminderDetail)
          Create the DateReminder of the resource referred by the specified EntityReference.
 PersistentResourceDateReminder DefaultDateReminderService.get(EntityReference resource)
           
 PersistentResourceDateReminder PersistentDateReminderService.get(EntityReference resource)
          Gets the DateReminder of the resource referred by the specified EntityReference.
 void DefaultDateReminderService.remove(EntityReference resource)
           
 void PersistentDateReminderService.remove(EntityReference resource)
          Removes quietly the DateReminder of the resource referred by the specified entity reference.
 PersistentResourceDateReminder DefaultDateReminderService.set(EntityReference resource, DateReminderDetail dateReminderDetail)
           
 PersistentResourceDateReminder PersistentDateReminderService.set(EntityReference resource, DateReminderDetail dateReminderDetail)
          Set the DateReminder of the resource referred by the specified EntityReference.
 

Uses of EntityReference in org.silverpeas.dateReminder.provider
 

Methods in org.silverpeas.dateReminder.provider that return EntityReference
 EntityReference DateReminderProcess.perform(PersistentResourceDateReminder dateReminder)
          Perform the date reminder
 

Uses of EntityReference in org.silverpeas.profile
 

Subclasses of EntityReference in org.silverpeas.profile
 class UserReference
          A reference to a given user in Silverpeas, such user being represented by a UserDetail instance.
 

Uses of EntityReference in org.silverpeas.publication.dateReminder
 

Subclasses of EntityReference in org.silverpeas.publication.dateReminder
 class PublicationNoteReference
          An entity, which references a publication in Silverpeas, such publication being represented by a PublicationDetail object.
 

Methods in org.silverpeas.publication.dateReminder that return EntityReference
 EntityReference PublicationDateReminderProcess.perform(PersistentResourceDateReminder resourceDateReminder)
           
 

Uses of EntityReference in org.silverpeas.token.persistent
 

Methods in org.silverpeas.token.persistent with type parameters of type EntityReference
<E,R extends EntityReference<E>>
R
PersistentResourceToken.getResource(Class<R> referenceClass)
          Gets a reference to the resource this token is for.
 

Methods in org.silverpeas.token.persistent with parameters of type EntityReference
static PersistentResourceToken PersistentResourceToken.createToken(EntityReference resource)
          Creates a token for the specified resource.
static PersistentResourceToken PersistentResourceTokenBuilder.createToken(EntityReference ref, String value)
           
static PersistentResourceToken PersistentResourceToken.getOrCreateToken(EntityReference resource)
          Gets a token for the specified resource and creates it if it doesn't exist.
 void PersistentResourceToken.setResource(EntityReference resource)
          Sets the resource to which this token belongs.
 

Constructors in org.silverpeas.token.persistent with parameters of type EntityReference
PersistentResourceToken(EntityReference resource, String value)
          Constructs a new persistent token for the specified resource and with the specified value.
 

Uses of EntityReference in org.silverpeas.token.persistent.service
 

Methods in org.silverpeas.token.persistent.service with parameters of type EntityReference
 PersistentResourceToken DefaultTokenService.get(EntityReference resource)
           
 PersistentResourceToken PersistentResourceTokenService.get(EntityReference resource)
          Gets the token of the resource referred by the specified EntityReference.
 PersistentResourceToken DefaultTokenService.initialize(EntityReference resource)
           
 PersistentResourceToken PersistentResourceTokenService.initialize(EntityReference resource)
          Initializes the token of the resource referred by the specified EntityReference.
 void DefaultTokenService.remove(EntityReference resource)
           
 void PersistentResourceTokenService.remove(EntityReference resource)
          Removes quietly the token of the resource referred by the specified entity reference.
 



Copyright © 2016 Silverpeas. All Rights Reserved.