Uses of Class
com.silverpeas.sharing.model.Ticket

Packages that use Ticket
com.silverpeas.sharing.control   
com.silverpeas.sharing.model   
com.silverpeas.sharing.repository   
com.silverpeas.sharing.security   
com.silverpeas.sharing.services   
org.silverpeas.sharing.notification   
org.silverpeas.sharing.web   
 

Uses of Ticket in com.silverpeas.sharing.control
 

Methods in com.silverpeas.sharing.control that return Ticket
 Ticket FileSharingSessionController.getTicket(String key)
           
 

Methods in com.silverpeas.sharing.control that return types with arguments of type Ticket
 List<Ticket> FileSharingSessionController.getTicketsByUser()
           
 

Methods in com.silverpeas.sharing.control with parameters of type Ticket
 void FileSharingSessionController.notifyUsers(Ticket ticket, SharingNotificationVO sharingParam)
           
 void FileSharingSessionController.updateTicket(Ticket ticket)
           
 

Uses of Ticket in com.silverpeas.sharing.model
 

Subclasses of Ticket in com.silverpeas.sharing.model
 class NodeTicket
           
 class PublicationTicket
           
 class SimpleFileTicket
          Ticket for attached files.
 class VersionFileTicket
          Ticket for files with versions.
 

Methods in com.silverpeas.sharing.model that return Ticket
static Ticket TicketFactory.aTicket(int sharedObjectId, String componentId, String creatorId, Date creationDate, Date endDate, int nbAccessMax, String type)
           
static Ticket TicketFactory.continuousTicket(int sharedObjectId, String componentId, String creatorId, Date creationDate, String type)
           
 

Methods in com.silverpeas.sharing.model with parameters of type Ticket
 void DownloadDetail.setKeyFile(Ticket ticket)
           
 

Constructors in com.silverpeas.sharing.model with parameters of type Ticket
DownloadDetail(Ticket ticket, Date downloadDate, String userIP)
           
 

Uses of Ticket in com.silverpeas.sharing.repository
 

Methods in com.silverpeas.sharing.repository that return types with arguments of type Ticket
 List<Ticket> TicketRepository.findAllReservationsForUser(String userId)
           
 List<Ticket> TicketRepository.findAllTicketForSharedObjectId(Long sharedObjectId, String ticketType)
           
 

Uses of Ticket in com.silverpeas.sharing.security
 

Classes in com.silverpeas.sharing.security with type parameters of type Ticket
 class AbstractShareableAccessControl<T extends Ticket,R>
          User: Yohann Chastagnier Date: 05/11/13
 interface ShareableAccessControl<T extends Ticket,R>
          Control the access to a ShareableResource.
 

Uses of Ticket in com.silverpeas.sharing.services
 

Methods in com.silverpeas.sharing.services that return Ticket
 Ticket JpaSharingTicketService.getTicket(String key)
           
 Ticket SharingTicketService.getTicket(String key)
          Gets the ticket identified by the specified key.
 

Methods in com.silverpeas.sharing.services that return types with arguments of type Ticket
 List<Ticket> JpaSharingTicketService.getTicketsByUser(String userId)
           
 List<Ticket> SharingTicketService.getTicketsByUser(String userId)
          Gets all the tickets emitted by the specified users.
 

Methods in com.silverpeas.sharing.services with parameters of type Ticket
 String JpaSharingTicketService.createTicket(Ticket ticket)
           
 String SharingTicketService.createTicket(Ticket ticket)
          Creates a new ticket in the system.
 void JpaSharingTicketService.updateTicket(Ticket ticket)
           
 void SharingTicketService.updateTicket(Ticket ticket)
          Updates the information of the specified ticket.
 

Uses of Ticket in org.silverpeas.sharing.notification
 

Methods in org.silverpeas.sharing.notification with parameters of type Ticket
protected  String FileSharingUserNotification.getResourceURL(Ticket resource)
           
static void FileSharingUserNotification.notify(Ticket resource, SharingNotificationVO fileSharingParam)
          Builds and sends a file sharing notification.
protected  void FileSharingUserNotification.performNotificationResource(String language, Ticket resource, NotificationResourceData notificationResourceData)
           
protected  void FileSharingUserNotification.performTemplateData(String language, Ticket resource, SilverpeasTemplate template)
           
 

Constructors in org.silverpeas.sharing.notification with parameters of type Ticket
FileSharingUserNotification(Ticket resource, SharingNotificationVO fileSharingParam)
           
 

Uses of Ticket in org.silverpeas.sharing.web
 

Methods in org.silverpeas.sharing.web that return Ticket
 Ticket TicketEntity.toTicket(UserDetail user)
           
 

Methods in org.silverpeas.sharing.web with parameters of type Ticket
static TicketEntity TicketEntity.fromTicket(Ticket ticket, URI uri)
           
 

Constructors in org.silverpeas.sharing.web with parameters of type Ticket
SharingEntity(URI uri, URI webApplicationRootUri, Ticket ticket)
           
TicketEntity(Ticket ticket, URI uri)
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.