Uses of Class
org.silverpeas.core.sharing.model.Ticket
-
-
Uses of Ticket in org.silverpeas.core.sharing.model
Subclasses of Ticket in org.silverpeas.core.sharing.model Modifier and Type Class Description class
NodeTicket
class
PublicationTicket
class
SimpleFileTicket
Ticket for attached files.class
VersionFileTicket
Ticket for files with versions.Methods in org.silverpeas.core.sharing.model that return Ticket Modifier and Type Method Description 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 org.silverpeas.core.sharing.model with parameters of type Ticket Modifier and Type Method Description void
DownloadDetail. setKeyFile(Ticket ticket)
Constructors in org.silverpeas.core.sharing.model with parameters of type Ticket Constructor Description DownloadDetail(Ticket ticket, Date downloadDate, String userIP)
-
Uses of Ticket in org.silverpeas.core.sharing.repository
Methods in org.silverpeas.core.sharing.repository that return types with arguments of type Ticket Modifier and Type Method Description SilverpeasList<Ticket>
TicketJpaRepository. findAllReservationsForUser(String userId, PaginationCriterion paginationCriterion, Ticket.QUERY_ORDER_BY orderBy)
SilverpeasList<Ticket>
TicketRepository. findAllReservationsForUser(String userId, PaginationCriterion paginationCriterion, Ticket.QUERY_ORDER_BY orderBy)
List<Ticket>
TicketJpaRepository. findAllTicketForSharedObjectId(Long sharedObjectId, String ticketType)
List<Ticket>
TicketRepository. findAllTicketForSharedObjectId(Long sharedObjectId, String ticketType)
Methods in org.silverpeas.core.sharing.repository with parameters of type Ticket Modifier and Type Method Description long
DownloadDetailJpaRepository. deleteDownloadsByTicket(Ticket ticket)
long
DownloadDetailRepository. deleteDownloadsByTicket(Ticket ticket)
Gets paginated ticket downloads.SilverpeasList<DownloadDetail>
DownloadDetailJpaRepository. getDownloadsByTicket(Ticket ticket, PaginationCriterion paginationCriterion, DownloadDetail.QUERY_ORDER_BY orderBy)
SilverpeasList<DownloadDetail>
DownloadDetailRepository. getDownloadsByTicket(Ticket ticket, PaginationCriterion paginationCriterion, DownloadDetail.QUERY_ORDER_BY orderBy)
Gets paginated ticket downloads. -
Uses of Ticket in org.silverpeas.core.sharing.security
Classes in org.silverpeas.core.sharing.security with type parameters of type Ticket Modifier and Type Class Description class
AbstractShareableAccessControl<T extends Ticket,R>
User: Yohann Chastagnier Date: 05/11/13interface
ShareableAccessControl<T extends Ticket,R>
Control the access to a ShareableResource. -
Uses of Ticket in org.silverpeas.core.sharing.services
Methods in org.silverpeas.core.sharing.services that return Ticket Modifier and Type Method Description Ticket
JpaSharingTicketService. getTicket(String key)
Ticket
SharingTicketService. getTicket(String key)
Gets the ticket identified by the specified key.Methods in org.silverpeas.core.sharing.services that return types with arguments of type Ticket Modifier and Type Method Description SilverpeasList<Ticket>
JpaSharingTicketService. getTicketsByUser(String userId, PaginationPage paginationPage, Ticket.QUERY_ORDER_BY orderBy)
SilverpeasList<Ticket>
SharingTicketService. getTicketsByUser(String userId, PaginationPage paginationPage, Ticket.QUERY_ORDER_BY orderBy)
Gets all the tickets emitted by the specified users.Methods in org.silverpeas.core.sharing.services with parameters of type Ticket Modifier and Type Method Description String
JpaSharingTicketService. createTicket(Ticket ticket)
String
SharingTicketService. createTicket(Ticket ticket)
Creates a new ticket in the system.SilverpeasList<DownloadDetail>
JpaSharingTicketService. getTicketDownloads(Ticket ticket, PaginationPage paginationPage, DownloadDetail.QUERY_ORDER_BY orderBy)
SilverpeasList<DownloadDetail>
SharingTicketService. getTicketDownloads(Ticket ticket, PaginationPage paginationPage, DownloadDetail.QUERY_ORDER_BY orderBy)
Gets the ticket identified by the specified key.void
JpaSharingTicketService. updateTicket(Ticket ticket)
void
SharingTicketService. updateTicket(Ticket ticket)
Updates the information of the specified ticket. -
Uses of Ticket in org.silverpeas.core.web.sharing.notification
Methods in org.silverpeas.core.web.sharing.notification with parameters of type Ticket Modifier and Type Method Description 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.core.web.sharing.notification with parameters of type Ticket Constructor Description FileSharingUserNotification(Ticket resource, SharingNotificationVO fileSharingParam)
-
Uses of Ticket in org.silverpeas.core.webapi.sharing
Methods in org.silverpeas.core.webapi.sharing that return Ticket Modifier and Type Method Description Ticket
TicketEntity. toTicket(UserDetail user)
Methods in org.silverpeas.core.webapi.sharing with parameters of type Ticket Modifier and Type Method Description static TicketEntity
TicketEntity. fromTicket(Ticket ticket, URI uri)
Constructors in org.silverpeas.core.webapi.sharing with parameters of type Ticket Constructor Description SharingEntity(URI uri, URI webApplicationRootUri, Ticket ticket)
TicketEntity(Ticket ticket, URI uri)
-
Uses of Ticket in org.silverpeas.web.sharing.control
Methods in org.silverpeas.web.sharing.control that return Ticket Modifier and Type Method Description Ticket
FileSharingSessionController. getTicket(String key)
Methods in org.silverpeas.web.sharing.control that return types with arguments of type Ticket Modifier and Type Method Description List<Ticket>
FileSharingSessionController. getTicketsByUser()
Methods in org.silverpeas.web.sharing.control with parameters of type Ticket Modifier and Type Method Description SilverpeasList
FileSharingSessionController. getTicketDownloads(Ticket ticket)
void
FileSharingSessionController. notifyUsers(Ticket ticket, SharingNotificationVO sharingParam)
void
FileSharingSessionController. updateTicket(Ticket ticket)
-