com.liferay.portal.service
Class OrgLaborLocalServiceWrapper
java.lang.Object
com.liferay.portal.service.OrgLaborLocalServiceWrapper
- All Implemented Interfaces:
- OrgLaborLocalService
public class OrgLaborLocalServiceWrapper
- extends Object
- implements OrgLaborLocalService
This class is a wrapper for OrgLaborLocalService.
- See Also:
OrgLaborLocalService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
|
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)
|
List |
dynamicQuery(DynamicQuery dynamicQuery)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
OrgLabor |
getOrgLabor(long orgLaborId)
|
List<OrgLabor> |
getOrgLabors(int start,
int end)
|
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 |
OrgLaborLocalServiceWrapper
public OrgLaborLocalServiceWrapper(OrgLaborLocalService orgLaborLocalService)
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 List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery in interface OrgLaborLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery in interface OrgLaborLocalService
- Throws:
SystemException
dynamicQuery
public 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 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 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()