com.liferay.portal.service
Class TicketLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.TicketLocalServiceWrapper
All Implemented Interfaces:
TicketLocalService

public class TicketLocalServiceWrapper
extends java.lang.Object
implements TicketLocalService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for TicketLocalService.

Author:
Brian Wing Shun Chan
See Also:
TicketLocalService
Generated:

Constructor Summary
TicketLocalServiceWrapper(TicketLocalService ticketLocalService)
           
 
Method Summary
 Ticket addTicket(long companyId, java.lang.String className, long classPK, java.util.Date expirationDate, ServiceContext serviceContext)
           
 Ticket addTicket(Ticket ticket)
           
 Ticket createTicket(long ticketId)
           
 void deleteTicket(long ticketId)
           
 void deleteTicket(Ticket ticket)
           
 java.util.List dynamicQuery(DynamicQuery dynamicQuery)
           
 java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
 java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 long dynamicQueryCount(DynamicQuery dynamicQuery)
           
 Ticket getTicket(long ticketId)
           
 Ticket getTicket(java.lang.String key)
           
 java.util.List<Ticket> getTickets(int start, int end)
           
 int getTicketsCount()
           
 TicketLocalService getWrappedTicketLocalService()
           
 Ticket updateTicket(Ticket ticket)
           
 Ticket updateTicket(Ticket ticket, boolean merge)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TicketLocalServiceWrapper

public TicketLocalServiceWrapper(TicketLocalService ticketLocalService)
Method Detail

addTicket

public Ticket addTicket(Ticket ticket)
                 throws SystemException
Specified by:
addTicket in interface TicketLocalService
Throws:
SystemException

createTicket

public Ticket createTicket(long ticketId)
Specified by:
createTicket in interface TicketLocalService

deleteTicket

public void deleteTicket(long ticketId)
                  throws PortalException,
                         SystemException
Specified by:
deleteTicket in interface TicketLocalService
Throws:
PortalException
SystemException

deleteTicket

public void deleteTicket(Ticket ticket)
                  throws SystemException
Specified by:
deleteTicket in interface TicketLocalService
Throws:
SystemException

dynamicQuery

public java.util.List dynamicQuery(DynamicQuery dynamicQuery)
                            throws SystemException
Specified by:
dynamicQuery in interface TicketLocalService
Throws:
SystemException

dynamicQuery

public java.util.List dynamicQuery(DynamicQuery dynamicQuery,
                                   int start,
                                   int end)
                            throws SystemException
Specified by:
dynamicQuery in interface TicketLocalService
Throws:
SystemException

dynamicQuery

public java.util.List dynamicQuery(DynamicQuery dynamicQuery,
                                   int start,
                                   int end,
                                   OrderByComparator orderByComparator)
                            throws SystemException
Specified by:
dynamicQuery in interface TicketLocalService
Throws:
SystemException

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery)
                       throws SystemException
Specified by:
dynamicQueryCount in interface TicketLocalService
Throws:
SystemException

getTicket

public Ticket getTicket(long ticketId)
                 throws PortalException,
                        SystemException
Specified by:
getTicket in interface TicketLocalService
Throws:
PortalException
SystemException

getTickets

public java.util.List<Ticket> getTickets(int start,
                                         int end)
                                  throws SystemException
Specified by:
getTickets in interface TicketLocalService
Throws:
SystemException

getTicketsCount

public int getTicketsCount()
                    throws SystemException
Specified by:
getTicketsCount in interface TicketLocalService
Throws:
SystemException

updateTicket

public Ticket updateTicket(Ticket ticket)
                    throws SystemException
Specified by:
updateTicket in interface TicketLocalService
Throws:
SystemException

updateTicket

public Ticket updateTicket(Ticket ticket,
                           boolean merge)
                    throws SystemException
Specified by:
updateTicket in interface TicketLocalService
Throws:
SystemException

addTicket

public Ticket addTicket(long companyId,
                        java.lang.String className,
                        long classPK,
                        java.util.Date expirationDate,
                        ServiceContext serviceContext)
                 throws SystemException
Specified by:
addTicket in interface TicketLocalService
Throws:
SystemException

getTicket

public Ticket getTicket(java.lang.String key)
                 throws PortalException,
                        SystemException
Specified by:
getTicket in interface TicketLocalService
Throws:
PortalException
SystemException

getWrappedTicketLocalService

public TicketLocalService getWrappedTicketLocalService()