Liferay 6.1.2-ce-ga3

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

Packages that use Ticket
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
 

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.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.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 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 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 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 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 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 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 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.
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)
           
 

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> 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> 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.
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.
static void TicketUtil.clearCache(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)
           
 

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.
 


Liferay 6.1.2-ce-ga3