com.silverpeas.sharing.model
Class TicketFactory
java.lang.Object
com.silverpeas.sharing.model.TicketFactory
public class TicketFactory
- extends Object
- Author:
- ehugonnet
Method Summary |
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TicketFactory
public TicketFactory()
aTicket
public static Ticket aTicket(int sharedObjectId,
String componentId,
String creatorId,
Date creationDate,
Date endDate,
int nbAccessMax,
String type)
continuousTicket
public static Ticket continuousTicket(int sharedObjectId,
String componentId,
String creatorId,
Date creationDate,
String type)
Copyright © 2016 Silverpeas. All Rights Reserved.