|
Liferay 6.0-ee | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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.getWrappedTicket()
|
Ticket |
TicketWrapper.toEscapedModel()
|
Ticket |
TicketModel.toEscapedModel()
|
Methods in com.liferay.portal.model with parameters of type Ticket | |
---|---|
int |
TicketWrapper.compareTo(Ticket ticket)
|
int |
TicketModel.compareTo(Ticket ticket)
|
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 |
TicketImpl
|
Methods in com.liferay.portal.model.impl that return Ticket | |
---|---|
Ticket |
TicketModelImpl.toEscapedModel()
|
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,
Date expirationDate,
ServiceContext serviceContext)
|
static Ticket |
TicketLocalServiceUtil.addTicket(long companyId,
String className,
long classPK,
Date expirationDate,
ServiceContext serviceContext)
|
Ticket |
TicketLocalService.addTicket(long companyId,
String className,
long classPK,
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.getTicket(long ticketId)
Gets the ticket with the primary key. |
static Ticket |
TicketLocalServiceUtil.getTicket(long ticketId)
Gets the ticket with the primary key. |
Ticket |
TicketLocalService.getTicket(long ticketId)
Gets 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. |
static Ticket |
TicketLocalServiceUtil.updateTicket(Ticket ticket)
Updates the ticket in the database. |
Ticket |
TicketLocalService.updateTicket(Ticket ticket)
Updates the ticket in the database. |
Ticket |
TicketLocalServiceWrapper.updateTicket(Ticket ticket,
boolean merge)
Updates the ticket in the database. |
static Ticket |
TicketLocalServiceUtil.updateTicket(Ticket ticket,
boolean merge)
Updates the ticket in the database. |
Ticket |
TicketLocalService.updateTicket(Ticket ticket,
boolean merge)
Updates the ticket in the database. |
Methods in com.liferay.portal.service that return types with arguments of type Ticket | |
---|---|
List<Ticket> |
TicketLocalServiceWrapper.getTickets(int start,
int end)
Gets a range of all the tickets. |
static List<Ticket> |
TicketLocalServiceUtil.getTickets(int start,
int end)
Gets a range of all the tickets. |
List<Ticket> |
TicketLocalService.getTickets(int start,
int end)
Gets 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. |
void |
TicketLocalServiceWrapper.deleteTicket(Ticket ticket)
Deletes the ticket from the database. |
static void |
TicketLocalServiceUtil.deleteTicket(Ticket ticket)
Deletes the ticket from the database. |
void |
TicketLocalService.deleteTicket(Ticket ticket)
Deletes the ticket from the database. |
Ticket |
TicketLocalServiceWrapper.updateTicket(Ticket ticket)
Updates the ticket in the database. |
static Ticket |
TicketLocalServiceUtil.updateTicket(Ticket ticket)
Updates the ticket in the database. |
Ticket |
TicketLocalService.updateTicket(Ticket ticket)
Updates the ticket in the database. |
Ticket |
TicketLocalServiceWrapper.updateTicket(Ticket ticket,
boolean merge)
Updates the ticket in the database. |
static Ticket |
TicketLocalServiceUtil.updateTicket(Ticket ticket,
boolean merge)
Updates the ticket in the database. |
Ticket |
TicketLocalService.updateTicket(Ticket ticket,
boolean merge)
Updates the ticket in the database. |
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.getTicket(long ticketId)
Gets the ticket with the primary key. |
Ticket |
TicketLocalServiceBaseImpl.updateTicket(Ticket ticket)
Updates the ticket in the database. |
Ticket |
TicketLocalServiceBaseImpl.updateTicket(Ticket ticket,
boolean merge)
Updates the ticket in the database. |
Methods in com.liferay.portal.service.base that return types with arguments of type Ticket | |
---|---|
List<Ticket> |
TicketLocalServiceBaseImpl.getTickets(int start,
int end)
Gets 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. |
void |
TicketLocalServiceBaseImpl.deleteTicket(Ticket ticket)
Deletes the ticket from the database. |
Ticket |
TicketLocalServiceBaseImpl.updateTicket(Ticket ticket)
Updates the ticket in the database. |
Ticket |
TicketLocalServiceBaseImpl.updateTicket(Ticket ticket,
boolean merge)
Updates the ticket in the database. |
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,
Date expirationDate,
ServiceContext serviceContext)
|
Ticket |
TicketLocalServiceImpl.getTicket(String key)
|
Uses of Ticket in com.liferay.portal.service.persistence |
---|
Methods in com.liferay.portal.service.persistence that return Ticket | |
---|---|
static Ticket |
TicketUtil.create(long ticketId)
Creates a new ticket with the primary key. |
Ticket |
TicketPersistence.create(long ticketId)
Creates a new ticket with the primary key. |
Ticket |
TicketPersistenceImpl.create(long ticketId)
Creates a new ticket with the primary key. |
static Ticket |
TicketUtil.fetchByKey(String key)
Finds the ticket where key = ? or returns null if it could not be found. |
Ticket |
TicketPersistence.fetchByKey(String key)
Finds the ticket where key = ? or returns null if it could not be found. |
Ticket |
TicketPersistenceImpl.fetchByKey(String key)
Finds the ticket where key = ? or returns null if it could not be found. |
static Ticket |
TicketUtil.fetchByKey(String key,
boolean retrieveFromCache)
Finds the ticket where key = ? or returns null if it could not be found, optionally using the finder cache. |
Ticket |
TicketPersistence.fetchByKey(String key,
boolean retrieveFromCache)
Finds 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)
Finds the ticket where key = ? or returns null if it could not be found, optionally using the finder cache. |
static Ticket |
TicketUtil.fetchByPrimaryKey(long ticketId)
Finds the ticket with the primary key or returns null if it could not be found. |
Ticket |
TicketPersistence.fetchByPrimaryKey(long ticketId)
Finds the ticket with the primary key or returns null if it could not be found. |
Ticket |
TicketPersistenceImpl.fetchByPrimaryKey(long ticketId)
Finds the ticket with the primary key or returns null if it could not be found. |
Ticket |
TicketPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
Finds the ticket with the primary key or returns null if it could not be found. |
static Ticket |
TicketUtil.findByKey(String key)
Finds the ticket where key = ? or throws a NoSuchTicketException if it could not be found. |
Ticket |
TicketPersistence.findByKey(String key)
Finds the ticket where key = ? or throws a NoSuchTicketException if it could not be found. |
Ticket |
TicketPersistenceImpl.findByKey(String key)
Finds the ticket where key = ? or throws a NoSuchTicketException if it could not be found. |
static Ticket |
TicketUtil.findByPrimaryKey(long ticketId)
Finds the ticket with the primary key or throws a NoSuchTicketException if it could not be found. |
Ticket |
TicketPersistence.findByPrimaryKey(long ticketId)
Finds the ticket with the primary key or throws a NoSuchTicketException if it could not be found. |
Ticket |
TicketPersistenceImpl.findByPrimaryKey(long ticketId)
Finds the ticket with the primary key or throws a NoSuchTicketException if it could not be found. |
Ticket |
TicketPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Finds the ticket with the primary key or throws a NoSuchModelException if it could not be found. |
static Ticket |
TicketUtil.remove(long ticketId)
Removes the ticket with the primary key from the database. |
Ticket |
TicketPersistence.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. |
static Ticket |
TicketUtil.remove(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)
|
static Ticket |
TicketUtil.updateImpl(Ticket ticket,
boolean merge)
|
Ticket |
TicketPersistence.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 | |
---|---|
static List<Ticket> |
TicketUtil.findAll()
Finds all the tickets. |
List<Ticket> |
TicketPersistence.findAll()
Finds all the tickets. |
List<Ticket> |
TicketPersistenceImpl.findAll()
Finds all the tickets. |
static List<Ticket> |
TicketUtil.findAll(int start,
int end)
Finds a range of all the tickets. |
List<Ticket> |
TicketPersistence.findAll(int start,
int end)
Finds a range of all the tickets. |
List<Ticket> |
TicketPersistenceImpl.findAll(int start,
int end)
Finds a range of all the tickets. |
static List<Ticket> |
TicketUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the tickets. |
List<Ticket> |
TicketPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the tickets. |
List<Ticket> |
TicketPersistenceImpl.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds 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 | |
---|---|
static void |
TicketUtil.cacheResult(Ticket ticket)
Caches the ticket in the entity cache if it is enabled. |
void |
TicketPersistence.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. |
static void |
TicketUtil.clearCache(Ticket ticket)
|
void |
TicketPersistenceImpl.clearCache(Ticket ticket)
Clears the cache for the ticket. |
static Ticket |
TicketUtil.remove(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)
|
static Ticket |
TicketUtil.updateImpl(Ticket ticket,
boolean merge)
|
Ticket |
TicketPersistence.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 | |
---|---|
static void |
TicketUtil.cacheResult(List<Ticket> tickets)
Caches the tickets in the entity cache if it is enabled. |
void |
TicketPersistence.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. |
|
Liferay 6.0-ee | |||||||||
PREV NEXT | FRAMES NO FRAMES |