@ProviderType public class OrgLaborServiceWrapper extends java.lang.Object implements OrgLaborService, ServiceWrapper<OrgLaborService>
OrgLaborService.OrgLaborService| Constructor and Description |
|---|
OrgLaborServiceWrapper(OrgLaborService orgLaborService) |
| Modifier and Type | Method and Description |
|---|---|
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) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
OrgLabor |
getOrgLabor(long orgLaborId) |
java.util.List<OrgLabor> |
getOrgLabors(long organizationId) |
OrgLaborService |
getWrappedOrgLaborService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
OrgLaborService |
getWrappedService() |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedOrgLaborService(OrgLaborService orgLaborService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portal.service.OrgLaborService) |
void |
setWrappedService(OrgLaborService orgLaborService) |
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) |
public OrgLaborServiceWrapper(OrgLaborService orgLaborService)
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface OrgLaborServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface OrgLaborServicebeanIdentifier - the Spring bean ID for this beanpublic 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
addOrgLabor in interface OrgLaborServicePortalExceptionSystemExceptionpublic void deleteOrgLabor(long orgLaborId)
throws PortalException,
SystemException
deleteOrgLabor in interface OrgLaborServicePortalExceptionSystemExceptionpublic OrgLabor getOrgLabor(long orgLaborId) throws PortalException, SystemException
getOrgLabor in interface OrgLaborServicePortalExceptionSystemExceptionpublic java.util.List<OrgLabor> getOrgLabors(long organizationId) throws PortalException, SystemException
getOrgLabors in interface OrgLaborServicePortalExceptionSystemExceptionpublic 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
updateOrgLabor in interface OrgLaborServicePortalExceptionSystemExceptionpublic OrgLaborService getWrappedOrgLaborService()
getWrappedService()public void setWrappedOrgLaborService(OrgLaborService orgLaborService)
setWrappedService(com.liferay.portal.service.OrgLaborService)public OrgLaborService getWrappedService()
getWrappedService in interface ServiceWrapper<OrgLaborService>public void setWrappedService(OrgLaborService orgLaborService)
setWrappedService in interface ServiceWrapper<OrgLaborService>