public class OrgLaborServiceWrapper extends Object implements OrgLaborService, ServiceWrapper<OrgLaborService>
OrgLaborService.OrgLaborService| Constructor and Description |
|---|
OrgLaborServiceWrapper(OrgLaborService orgLaborService) |
| Modifier and Type | Method and Description |
|---|---|
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)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
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) |
public OrgLaborServiceWrapper(OrgLaborService orgLaborService)
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
OrgLaborServiceUtil to access the org labor remote service. Add custom service methods to com.liferay.portal.service.impl.OrgLaborServiceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.addOrgLabor in interface OrgLaborServicePortalExceptionpublic void deleteOrgLabor(long orgLaborId)
throws PortalException
deleteOrgLabor in interface OrgLaborServicePortalExceptionpublic OrgLabor getOrgLabor(long orgLaborId) throws PortalException
getOrgLabor in interface OrgLaborServicePortalExceptionpublic List<OrgLabor> getOrgLabors(long organizationId) throws PortalException
getOrgLabors in interface OrgLaborServicePortalExceptionpublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface OrgLaborServicepublic 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
updateOrgLabor in interface OrgLaborServicePortalExceptionpublic OrgLaborService getWrappedService()
getWrappedService in interface ServiceWrapper<OrgLaborService>public void setWrappedService(OrgLaborService orgLaborService)
setWrappedService in interface ServiceWrapper<OrgLaborService>