com.liferay.portal.service
Class OrgLaborServiceWrapper
java.lang.Object
com.liferay.portal.service.OrgLaborServiceWrapper
- All Implemented Interfaces:
- OrgLaborService
public class OrgLaborServiceWrapper
- extends Object
- implements OrgLaborService
This class is a wrapper for OrgLaborService
.
- See Also:
OrgLaborService
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it 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)
|
void |
deleteOrgLabor(long orgLaborId)
|
OrgLabor |
getOrgLabor(long orgLaborId)
|
List<OrgLabor> |
getOrgLabors(long organizationId)
|
OrgLaborService |
getWrappedOrgLaborService()
|
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrgLaborServiceWrapper
public OrgLaborServiceWrapper(OrgLaborService orgLaborService)
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 OrgLaborService
- Throws:
PortalException
SystemException
deleteOrgLabor
public void deleteOrgLabor(long orgLaborId)
throws PortalException,
SystemException
- Specified by:
deleteOrgLabor
in interface OrgLaborService
- Throws:
PortalException
SystemException
getOrgLabor
public OrgLabor getOrgLabor(long orgLaborId)
throws PortalException,
SystemException
- Specified by:
getOrgLabor
in interface OrgLaborService
- Throws:
PortalException
SystemException
getOrgLabors
public List<OrgLabor> getOrgLabors(long organizationId)
throws PortalException,
SystemException
- Specified by:
getOrgLabors
in interface OrgLaborService
- Throws:
PortalException
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 OrgLaborService
- Throws:
PortalException
SystemException
getWrappedOrgLaborService
public OrgLaborService getWrappedOrgLaborService()