com.liferay.portal.service
Class OrgLaborServiceWrapper
java.lang.Object
com.liferay.portal.service.OrgLaborServiceWrapper
- All Implemented Interfaces:
- BaseService, OrgLaborService, ServiceWrapper<OrgLaborService>
@ProviderType
public class OrgLaborServiceWrapper
- extends Object
- implements OrgLaborService, ServiceWrapper<OrgLaborService>
Provides 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,
long 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)
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
OrgLaborService |
getWrappedService()
|
void |
setWrappedService(OrgLaborService orgLaborService)
|
OrgLabor |
updateOrgLabor(long orgLaborId,
long 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,
long 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
- Specified by:
addOrgLabor in interface OrgLaborService
- Throws:
PortalException
deleteOrgLabor
public void deleteOrgLabor(long orgLaborId)
throws PortalException
- Specified by:
deleteOrgLabor in interface OrgLaborService
- Throws:
PortalException
getOSGiServiceIdentifier
public String getOSGiServiceIdentifier()
- Returns the OSGi service identifier.
- Specified by:
getOSGiServiceIdentifier in interface OrgLaborService
- Returns:
- the OSGi service identifier
getOrgLabor
public OrgLabor getOrgLabor(long orgLaborId)
throws PortalException
- Specified by:
getOrgLabor in interface OrgLaborService
- Throws:
PortalException
getOrgLabors
public List<OrgLabor> getOrgLabors(long organizationId)
throws PortalException
- Specified by:
getOrgLabors in interface OrgLaborService
- Throws:
PortalException
updateOrgLabor
public OrgLabor updateOrgLabor(long orgLaborId,
long 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
- Specified by:
updateOrgLabor in interface OrgLaborService
- Throws:
PortalException
getWrappedService
public OrgLaborService getWrappedService()
- Specified by:
getWrappedService in interface ServiceWrapper<OrgLaborService>
setWrappedService
public void setWrappedService(OrgLaborService orgLaborService)
- Specified by:
setWrappedService in interface ServiceWrapper<OrgLaborService>