Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portal.model.Ticket

Packages that use Ticket
com.liferay.portal.action   
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
 

Uses of Ticket in com.liferay.portal.action
 

Methods in com.liferay.portal.action that return Ticket
protected  Ticket UpdatePasswordAction.getTicket(javax.servlet.http.HttpServletRequest request)
           
 

Methods in com.liferay.portal.action with parameters of type Ticket
protected  void UpdatePasswordAction.updatePassword(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ThemeDisplay themeDisplay, Ticket ticket)
           
 

Uses of Ticket in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement Ticket
 class TicketWrapper
           This class is a wrapper for Ticket.
 

Methods in com.liferay.portal.model that return Ticket
 Ticket TicketWrapper.getWrappedModel()
           
 Ticket TicketWrapper.getWrappedTicket()
          Deprecated. Renamed to TicketWrapper.getWrappedModel()
 Ticket TicketModel.toEscapedModel()
           
 Ticket TicketWrapper.toEscapedModel()
           
 Ticket TicketModel.toUnescapedModel()
           
 Ticket TicketWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type Ticket
 CacheModel<Ticket> TicketModel.toCacheModel()
           
 CacheModel<Ticket> TicketWrapper.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type Ticket
 int TicketModel.compareTo(Ticket ticket)
           
 int TicketWrapper.compareTo(Ticket ticket)
           
static TicketSoap TicketSoap.toSoapModel(Ticket model)
           
static TicketSoap[] TicketSoap.toSoapModels(Ticket[] models)
           
static TicketSoap[][] TicketSoap.toSoapModels(Ticket[][] models)
           
 

Method parameters in com.liferay.portal.model with type arguments of type Ticket
static TicketSoap[] TicketSoap.toSoapModels(List<Ticket> models)
           
 

Constructors in com.liferay.portal.model with parameters of type Ticket
TicketWrapper(Ticket ticket)
           
 

Uses of Ticket in com.liferay.portal.model.impl
 

Classes in com.liferay.portal.model.impl that implement Ticket
 class TicketBaseImpl
          The extended model base implementation for the Ticket service.
 class TicketImpl
           
 

Methods in com.liferay.portal.model.impl that return Ticket
 Ticket TicketCacheModel.toEntityModel()
           
 Ticket TicketModelImpl.toEscapedModel()
           
 Ticket TicketModelImpl.toUnescapedModel()
           
 

Methods in com.liferay.portal.model.impl that return types with arguments of type Ticket
 CacheModel<Ticket> TicketModelImpl.toCacheModel()
           
 

Methods in com.liferay.portal.model.impl with parameters of type Ticket
 int TicketModelImpl.compareTo(Ticket ticket)
           
 

Uses of Ticket in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return Ticket
 Ticket TicketLocalServiceWrapper.addTicket(long companyId, String className, long classPK, int type, String extraInfo, Date expirationDate, ServiceContext serviceContext)
           
static Ticket TicketLocalServiceUtil.addTicket(long companyId, String className, long classPK, int type, String extraInfo, Date expirationDate, ServiceContext serviceContext)
           
 Ticket TicketLocalService.addTicket(long companyId, String className, long classPK, int type, String extraInfo, Date expirationDate, ServiceContext serviceContext)
           
 Ticket TicketLocalServiceWrapper.addTicket(Ticket ticket)
          Adds the ticket to the database.
static Ticket TicketLocalServiceUtil.addTicket(Ticket ticket)
          Adds the ticket to the database.
 Ticket TicketLocalService.addTicket(Ticket ticket)
          Adds the ticket to the database.
 Ticket TicketLocalServiceWrapper.createTicket(long ticketId)
          Creates a new ticket with the primary key.
static Ticket TicketLocalServiceUtil.createTicket(long ticketId)
          Creates a new ticket with the primary key.
 Ticket TicketLocalService.createTicket(long ticketId)
          Creates a new ticket with the primary key.
 Ticket TicketLocalServiceWrapper.deleteTicket(long ticketId)
          Deletes the ticket with the primary key from the database.
static Ticket TicketLocalServiceUtil.deleteTicket(long ticketId)
          Deletes the ticket with the primary key from the database.
 Ticket TicketLocalService.deleteTicket(long ticketId)
          Deletes the ticket with the primary key from the database.
 Ticket TicketLocalServiceWrapper.deleteTicket(Ticket ticket)
          Deletes the ticket from the database.
static Ticket TicketLocalServiceUtil.deleteTicket(Ticket ticket)
          Deletes the ticket from the database.
 Ticket TicketLocalService.deleteTicket(Ticket ticket)
          Deletes the ticket from the database.
 Ticket TicketLocalServiceWrapper.fetchTicket(long ticketId)
           
static Ticket TicketLocalServiceUtil.fetchTicket(long ticketId)
           
 Ticket TicketLocalService.fetchTicket(long ticketId)
           
 Ticket TicketLocalServiceWrapper.fetchTicket(String key)
           
static Ticket TicketLocalServiceUtil.fetchTicket(String key)
           
 Ticket TicketLocalService.fetchTicket(String key)
           
 Ticket TicketLocalServiceWrapper.getTicket(long ticketId)
          Returns the ticket with the primary key.
static Ticket TicketLocalServiceUtil.getTicket(long ticketId)
          Returns the ticket with the primary key.
 Ticket TicketLocalService.getTicket(long ticketId)
          Returns the ticket with the primary key.
 Ticket TicketLocalServiceWrapper.getTicket(String key)
           
static Ticket TicketLocalServiceUtil.getTicket(String key)
           
 Ticket TicketLocalService.getTicket(String key)
           
 Ticket TicketLocalServiceWrapper.updateTicket(Ticket ticket)
          Updates the ticket in the database or adds it if it does not yet exist.
static Ticket TicketLocalServiceUtil.updateTicket(Ticket ticket)
          Updates the ticket in the database or adds it if it does not yet exist.
 Ticket TicketLocalService.updateTicket(Ticket ticket)
          Updates the ticket in the database or adds it if it does not yet exist.
 Ticket TicketLocalServiceWrapper.updateTicket(Ticket ticket, boolean merge)
          Updates the ticket in the database or adds it if it does not yet exist.
static Ticket TicketLocalServiceUtil.updateTicket(Ticket ticket, boolean merge)
          Updates the ticket in the database or adds it if it does not yet exist.
 Ticket TicketLocalService.updateTicket(Ticket ticket, boolean merge)
          Updates the ticket in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service that return types with arguments of type Ticket
 List<Ticket> TicketLocalServiceWrapper.getTickets(int start, int end)
          Returns a range of all the tickets.
static List<Ticket> TicketLocalServiceUtil.getTickets(int start, int end)
          Returns a range of all the tickets.
 List<Ticket> TicketLocalService.getTickets(int start, int end)
          Returns a range of all the tickets.
 

Methods in com.liferay.portal.service with parameters of type Ticket
 Ticket TicketLocalServiceWrapper.addTicket(Ticket ticket)
          Adds the ticket to the database.
static Ticket TicketLocalServiceUtil.addTicket(Ticket ticket)
          Adds the ticket to the database.
 Ticket TicketLocalService.addTicket(Ticket ticket)
          Adds the ticket to the database.
 Ticket TicketLocalServiceWrapper.deleteTicket(Ticket ticket)
          Deletes the ticket from the database.
static Ticket TicketLocalServiceUtil.deleteTicket(Ticket ticket)
          Deletes the ticket from the database.
 Ticket TicketLocalService.deleteTicket(Ticket ticket)
          Deletes the ticket from the database.
 Ticket TicketLocalServiceWrapper.updateTicket(Ticket ticket)
          Updates the ticket in the database or adds it if it does not yet exist.
static Ticket TicketLocalServiceUtil.updateTicket(Ticket ticket)
          Updates the ticket in the database or adds it if it does not yet exist.
 Ticket TicketLocalService.updateTicket(Ticket ticket)
          Updates the ticket in the database or adds it if it does not yet exist.
 Ticket TicketLocalServiceWrapper.updateTicket(Ticket ticket, boolean merge)
          Updates the ticket in the database or adds it if it does not yet exist.
static Ticket TicketLocalServiceUtil.updateTicket(Ticket ticket, boolean merge)
          Updates the ticket in the database or adds it if it does not yet exist.
 Ticket TicketLocalService.updateTicket(Ticket ticket, boolean merge)
          Updates the ticket in the database or adds it if it does not yet exist.
 

Uses of Ticket in com.liferay.portal.service.base
 

Methods in com.liferay.portal.service.base that return Ticket
 Ticket TicketLocalServiceBaseImpl.addTicket(Ticket ticket)
          Adds the ticket to the database.
 Ticket TicketLocalServiceBaseImpl.createTicket(long ticketId)
          Creates a new ticket with the primary key.
 Ticket TicketLocalServiceBaseImpl.deleteTicket(long ticketId)
          Deletes the ticket with the primary key from the database.
 Ticket TicketLocalServiceBaseImpl.deleteTicket(Ticket ticket)
          Deletes the ticket from the database.
 Ticket TicketLocalServiceBaseImpl.fetchTicket(long ticketId)
           
 Ticket TicketLocalServiceBaseImpl.getTicket(long ticketId)
          Returns the ticket with the primary key.
 Ticket TicketLocalServiceBaseImpl.updateTicket(Ticket ticket)
          Updates the ticket in the database or adds it if it does not yet exist.
 Ticket TicketLocalServiceBaseImpl.updateTicket(Ticket ticket, boolean merge)
          Updates the ticket in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service.base that return types with arguments of type Ticket
 List<Ticket> TicketLocalServiceBaseImpl.getTickets(int start, int end)
          Returns a range of all the tickets.
 

Methods in com.liferay.portal.service.base with parameters of type Ticket
 Ticket TicketLocalServiceBaseImpl.addTicket(Ticket ticket)
          Adds the ticket to the database.
 Ticket TicketLocalServiceBaseImpl.deleteTicket(Ticket ticket)
          Deletes the ticket from the database.
 Ticket TicketLocalServiceBaseImpl.updateTicket(Ticket ticket)
          Updates the ticket in the database or adds it if it does not yet exist.
 Ticket TicketLocalServiceBaseImpl.updateTicket(Ticket ticket, boolean merge)
          Updates the ticket in the database or adds it if it does not yet exist.
 

Uses of Ticket in com.liferay.portal.service.impl
 

Methods in com.liferay.portal.service.impl that return Ticket
 Ticket TicketLocalServiceImpl.addTicket(long companyId, String className, long classPK, int type, String extraInfo, Date expirationDate, ServiceContext serviceContext)
           
 Ticket TicketLocalServiceImpl.fetchTicket(String key)
           
 Ticket TicketLocalServiceImpl.getTicket(String key)
           
 

Uses of Ticket in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that return Ticket
 Ticket TicketPersistence.create(long ticketId)
          Creates a new ticket with the primary key.
static Ticket TicketUtil.create(long ticketId)
          Creates a new ticket with the primary key.
 Ticket TicketPersistenceImpl.create(long ticketId)
          Creates a new ticket with the primary key.
 Ticket TicketPersistence.fetchByKey(String key)
          Returns the ticket where key = ? or returns null if it could not be found.
static Ticket TicketUtil.fetchByKey(String key)
          Returns the ticket where key = ? or returns null if it could not be found.
 Ticket TicketPersistenceImpl.fetchByKey(String key)
          Returns the ticket where key = ? or returns null if it could not be found.
 Ticket TicketPersistence.fetchByKey(String key, boolean retrieveFromCache)
          Returns the ticket where key = ? or returns null if it could not be found, optionally using the finder cache.
static Ticket TicketUtil.fetchByKey(String key, boolean retrieveFromCache)
          Returns the ticket where key = ? or returns null if it could not be found, optionally using the finder cache.
 Ticket TicketPersistenceImpl.fetchByKey(String key, boolean retrieveFromCache)
          Returns the ticket where key = ? or returns null if it could not be found, optionally using the finder cache.
 Ticket TicketPersistence.fetchByPrimaryKey(long ticketId)
          Returns the ticket with the primary key or returns null if it could not be found.
static Ticket TicketUtil.fetchByPrimaryKey(long ticketId)
          Returns the ticket with the primary key or returns null if it could not be found.
 Ticket TicketPersistenceImpl.fetchByPrimaryKey(long ticketId)
          Returns the ticket with the primary key or returns null if it could not be found.
 Ticket TicketPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the ticket with the primary key or returns null if it could not be found.
 Ticket TicketPersistence.findByKey(String key)
          Returns the ticket where key = ? or throws a NoSuchTicketException if it could not be found.
static Ticket TicketUtil.findByKey(String key)
          Returns the ticket where key = ? or throws a NoSuchTicketException if it could not be found.
 Ticket TicketPersistenceImpl.findByKey(String key)
          Returns the ticket where key = ? or throws a NoSuchTicketException if it could not be found.
 Ticket TicketPersistence.findByPrimaryKey(long ticketId)
          Returns the ticket with the primary key or throws a NoSuchTicketException if it could not be found.
static Ticket TicketUtil.findByPrimaryKey(long ticketId)
          Returns the ticket with the primary key or throws a NoSuchTicketException if it could not be found.
 Ticket TicketPersistenceImpl.findByPrimaryKey(long ticketId)
          Returns the ticket with the primary key or throws a NoSuchTicketException if it could not be found.
 Ticket TicketPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the ticket with the primary key or throws a NoSuchModelException if it could not be found.
 Ticket TicketPersistence.remove(long ticketId)
          Removes the ticket with the primary key from the database.
static Ticket TicketUtil.remove(long ticketId)
          Removes the ticket with the primary key from the database.
 Ticket TicketPersistenceImpl.remove(long ticketId)
          Removes the ticket with the primary key from the database.
 Ticket TicketPersistenceImpl.remove(Serializable primaryKey)
          Removes the ticket with the primary key from the database.
 Ticket TicketPersistence.removeByKey(String key)
          Removes the ticket where key = ? from the database.
static Ticket TicketUtil.removeByKey(String key)
          Removes the ticket where key = ? from the database.
 Ticket TicketPersistenceImpl.removeByKey(String key)
          Removes the ticket where key = ? from the database.
protected  Ticket TicketPersistenceImpl.removeImpl(Ticket ticket)
           
protected  Ticket TicketPersistenceImpl.toUnwrappedModel(Ticket ticket)
           
static Ticket TicketUtil.update(Ticket ticket, boolean merge)
           
static Ticket TicketUtil.update(Ticket ticket, boolean merge, ServiceContext serviceContext)
           
 Ticket TicketPersistence.updateImpl(Ticket ticket, boolean merge)
           
static Ticket TicketUtil.updateImpl(Ticket ticket, boolean merge)
           
 Ticket TicketPersistenceImpl.updateImpl(Ticket ticket, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type Ticket
 List<Ticket> TicketPersistence.findAll()
          Returns all the tickets.
static List<Ticket> TicketUtil.findAll()
          Returns all the tickets.
 List<Ticket> TicketPersistenceImpl.findAll()
          Returns all the tickets.
 List<Ticket> TicketPersistence.findAll(int start, int end)
          Returns a range of all the tickets.
static List<Ticket> TicketUtil.findAll(int start, int end)
          Returns a range of all the tickets.
 List<Ticket> TicketPersistenceImpl.findAll(int start, int end)
          Returns a range of all the tickets.
 List<Ticket> TicketPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the tickets.
static List<Ticket> TicketUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the tickets.
 List<Ticket> TicketPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the tickets.
static List<Ticket> TicketUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<Ticket> TicketUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<Ticket> TicketUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type Ticket
 void TicketPersistence.cacheResult(Ticket ticket)
          Caches the ticket in the entity cache if it is enabled.
static void TicketUtil.cacheResult(Ticket ticket)
          Caches the ticket in the entity cache if it is enabled.
 void TicketPersistenceImpl.cacheResult(Ticket ticket)
          Caches the ticket in the entity cache if it is enabled.
protected  void TicketPersistenceImpl.cacheUniqueFindersCache(Ticket ticket)
           
static void TicketUtil.clearCache(Ticket ticket)
           
 void TicketPersistenceImpl.clearCache(Ticket ticket)
          Clears the cache for the ticket.
protected  void TicketPersistenceImpl.clearUniqueFindersCache(Ticket ticket)
           
protected  Ticket TicketPersistenceImpl.removeImpl(Ticket ticket)
           
protected  Ticket TicketPersistenceImpl.toUnwrappedModel(Ticket ticket)
           
static Ticket TicketUtil.update(Ticket ticket, boolean merge)
           
static Ticket TicketUtil.update(Ticket ticket, boolean merge, ServiceContext serviceContext)
           
 Ticket TicketPersistence.updateImpl(Ticket ticket, boolean merge)
           
static Ticket TicketUtil.updateImpl(Ticket ticket, boolean merge)
           
 Ticket TicketPersistenceImpl.updateImpl(Ticket ticket, boolean merge)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type Ticket
 void TicketPersistence.cacheResult(List<Ticket> tickets)
          Caches the tickets in the entity cache if it is enabled.
static void TicketUtil.cacheResult(List<Ticket> tickets)
          Caches the tickets in the entity cache if it is enabled.
 void TicketPersistenceImpl.cacheResult(List<Ticket> tickets)
          Caches the tickets in the entity cache if it is enabled.
 void TicketPersistenceImpl.clearCache(List<Ticket> tickets)
           
 


Liferay 6.1.2-ce-ga3