com.liferay.portal.service
Class OrgLaborLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.OrgLaborLocalServiceWrapper
All Implemented Interfaces:
OrgLaborLocalService

public class OrgLaborLocalServiceWrapper
extends java.lang.Object
implements OrgLaborLocalService

View Source

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

This class is a wrapper for OrgLaborLocalService.

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

Constructor Summary
OrgLaborLocalServiceWrapper(OrgLaborLocalService orgLaborLocalService)
           
 
Method Summary
 OrgLabor addOrgLabor(long organizationId, int typeId, int sunOpen, int sunClose, int monOpen, int monClose, int tueOpen, int tueClose, int wedOpen, int wedClose, int thuOpen, int thuClose, int friOpen, int friClose, int satOpen, int satClose)
           
 OrgLabor addOrgLabor(OrgLabor orgLabor)
           
 OrgLabor createOrgLabor(long orgLaborId)
           
 void deleteOrgLabor(long orgLaborId)
           
 void deleteOrgLabor(OrgLabor orgLabor)
           
 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)
           
 OrgLabor getOrgLabor(long orgLaborId)
           
 java.util.List<OrgLabor> getOrgLabors(int start, int end)
           
 java.util.List<OrgLabor> getOrgLabors(long organizationId)
           
 int getOrgLaborsCount()
           
 OrgLaborLocalService getWrappedOrgLaborLocalService()
           
 OrgLabor updateOrgLabor(long orgLaborId, int typeId, int sunOpen, int sunClose, int monOpen, int monClose, int tueOpen, int tueClose, int wedOpen, int wedClose, int thuOpen, int thuClose, int friOpen, int friClose, int satOpen, int satClose)
           
 OrgLabor updateOrgLabor(OrgLabor orgLabor)
           
 OrgLabor updateOrgLabor(OrgLabor orgLabor, boolean merge)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrgLaborLocalServiceWrapper

public OrgLaborLocalServiceWrapper(OrgLaborLocalService orgLaborLocalService)
Method Detail

addOrgLabor

public OrgLabor addOrgLabor(OrgLabor orgLabor)
                     throws SystemException
Specified by:
addOrgLabor in interface OrgLaborLocalService
Throws:
SystemException

createOrgLabor

public OrgLabor createOrgLabor(long orgLaborId)
Specified by:
createOrgLabor in interface OrgLaborLocalService

deleteOrgLabor

public void deleteOrgLabor(long orgLaborId)
                    throws PortalException,
                           SystemException
Specified by:
deleteOrgLabor in interface OrgLaborLocalService
Throws:
PortalException
SystemException

deleteOrgLabor

public void deleteOrgLabor(OrgLabor orgLabor)
                    throws SystemException
Specified by:
deleteOrgLabor in interface OrgLaborLocalService
Throws:
SystemException

dynamicQuery

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

dynamicQuery

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

dynamicQuery

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

dynamicQueryCount

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

getOrgLabor

public OrgLabor getOrgLabor(long orgLaborId)
                     throws PortalException,
                            SystemException
Specified by:
getOrgLabor in interface OrgLaborLocalService
Throws:
PortalException
SystemException

getOrgLabors

public java.util.List<OrgLabor> getOrgLabors(int start,
                                             int end)
                                      throws SystemException
Specified by:
getOrgLabors in interface OrgLaborLocalService
Throws:
SystemException

getOrgLaborsCount

public int getOrgLaborsCount()
                      throws SystemException
Specified by:
getOrgLaborsCount in interface OrgLaborLocalService
Throws:
SystemException

updateOrgLabor

public OrgLabor updateOrgLabor(OrgLabor orgLabor)
                        throws SystemException
Specified by:
updateOrgLabor in interface OrgLaborLocalService
Throws:
SystemException

updateOrgLabor

public OrgLabor updateOrgLabor(OrgLabor orgLabor,
                               boolean merge)
                        throws SystemException
Specified by:
updateOrgLabor in interface OrgLaborLocalService
Throws:
SystemException

addOrgLabor

public OrgLabor addOrgLabor(long organizationId,
                            int typeId,
                            int sunOpen,
                            int sunClose,
                            int monOpen,
                            int monClose,
                            int tueOpen,
                            int tueClose,
                            int wedOpen,
                            int wedClose,
                            int thuOpen,
                            int thuClose,
                            int friOpen,
                            int friClose,
                            int satOpen,
                            int satClose)
                     throws PortalException,
                            SystemException
Specified by:
addOrgLabor in interface OrgLaborLocalService
Throws:
PortalException
SystemException

getOrgLabors

public java.util.List<OrgLabor> getOrgLabors(long organizationId)
                                      throws SystemException
Specified by:
getOrgLabors in interface OrgLaborLocalService
Throws:
SystemException

updateOrgLabor

public OrgLabor updateOrgLabor(long orgLaborId,
                               int typeId,
                               int sunOpen,
                               int sunClose,
                               int monOpen,
                               int monClose,
                               int tueOpen,
                               int tueClose,
                               int wedOpen,
                               int wedClose,
                               int thuOpen,
                               int thuClose,
                               int friOpen,
                               int friClose,
                               int satOpen,
                               int satClose)
                        throws PortalException,
                               SystemException
Specified by:
updateOrgLabor in interface OrgLaborLocalService
Throws:
PortalException
SystemException

getWrappedOrgLaborLocalService

public OrgLaborLocalService getWrappedOrgLaborLocalService()