com.liferay.portal.service
Class OrgLaborLocalServiceWrapper
java.lang.Object
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:
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(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
int |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.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 |
OrgLaborLocalServiceWrapper
public OrgLaborLocalServiceWrapper(OrgLaborLocalService orgLaborLocalService)
addOrgLabor
public OrgLabor addOrgLabor(OrgLabor orgLabor)
throws com.liferay.portal.SystemException
- Specified by:
addOrgLabor
in interface OrgLaborLocalService
- Throws:
com.liferay.portal.SystemException
createOrgLabor
public OrgLabor createOrgLabor(long orgLaborId)
- Specified by:
createOrgLabor
in interface OrgLaborLocalService
deleteOrgLabor
public void deleteOrgLabor(long orgLaborId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteOrgLabor
in interface OrgLaborLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteOrgLabor
public void deleteOrgLabor(OrgLabor orgLabor)
throws com.liferay.portal.SystemException
- Specified by:
deleteOrgLabor
in interface OrgLaborLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface OrgLaborLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface OrgLaborLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface OrgLaborLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQueryCount
public int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQueryCount
in interface OrgLaborLocalService
- Throws:
com.liferay.portal.SystemException
getOrgLabor
public OrgLabor getOrgLabor(long orgLaborId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getOrgLabor
in interface OrgLaborLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getOrgLabors
public java.util.List<OrgLabor> getOrgLabors(int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getOrgLabors
in interface OrgLaborLocalService
- Throws:
com.liferay.portal.SystemException
getOrgLaborsCount
public int getOrgLaborsCount()
throws com.liferay.portal.SystemException
- Specified by:
getOrgLaborsCount
in interface OrgLaborLocalService
- Throws:
com.liferay.portal.SystemException
updateOrgLabor
public OrgLabor updateOrgLabor(OrgLabor orgLabor)
throws com.liferay.portal.SystemException
- Specified by:
updateOrgLabor
in interface OrgLaborLocalService
- Throws:
com.liferay.portal.SystemException
updateOrgLabor
public OrgLabor updateOrgLabor(OrgLabor orgLabor,
boolean merge)
throws com.liferay.portal.SystemException
- Specified by:
updateOrgLabor
in interface OrgLaborLocalService
- Throws:
com.liferay.portal.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 com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addOrgLabor
in interface OrgLaborLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getOrgLabors
public java.util.List<OrgLabor> getOrgLabors(long organizationId)
throws com.liferay.portal.SystemException
- Specified by:
getOrgLabors
in interface OrgLaborLocalService
- Throws:
com.liferay.portal.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 com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
updateOrgLabor
in interface OrgLaborLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getWrappedOrgLaborLocalService
public OrgLaborLocalService getWrappedOrgLaborLocalService()