@ProviderType 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) |
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
addOrgLabor
in interface OrgLaborService
PortalException
public void deleteOrgLabor(long orgLaborId) throws PortalException
deleteOrgLabor
in interface OrgLaborService
PortalException
public OrgLabor getOrgLabor(long orgLaborId) throws PortalException
getOrgLabor
in interface OrgLaborService
PortalException
public List<OrgLabor> getOrgLabors(long organizationId) throws PortalException
getOrgLabors
in interface OrgLaborService
PortalException
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface OrgLaborService
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
updateOrgLabor
in interface OrgLaborService
PortalException
public OrgLaborService getWrappedService()
getWrappedService
in interface ServiceWrapper<OrgLaborService>
public void setWrappedService(OrgLaborService orgLaborService)
setWrappedService
in interface ServiceWrapper<OrgLaborService>