Class TicketFactory
- java.lang.Object
-
- org.silverpeas.core.sharing.model.TicketFactory
-
public class TicketFactory extends Object
- Author:
- ehugonnet
-
-
Constructor Summary
Constructors Constructor Description TicketFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Ticket
aTicket(int sharedObjectId, String componentId, String creatorId, Date creationDate, Date endDate, int nbAccessMax, String type)
static Ticket
continuousTicket(int sharedObjectId, String componentId, String creatorId, Date creationDate, String type)
-