Class OrgLaborServiceWrapper
Object
com.liferay.portal.kernel.service.OrgLaborServiceWrapper
- All Implemented Interfaces:
BaseService
,OrgLaborService
,ServiceWrapper<OrgLaborService>
public class OrgLaborServiceWrapper
extends Object
implements OrgLaborService, ServiceWrapper<OrgLaborService>
Provides a wrapper for
OrgLaborService
.- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddOrgLabor
(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) getOrgLabor
(long orgLaborId) getOrgLabors
(long organizationId) Returns the OSGi service identifier.void
setWrappedService
(OrgLaborService orgLaborService) 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)
-
Constructor Details
-
OrgLaborServiceWrapper
public OrgLaborServiceWrapper() -
OrgLaborServiceWrapper
-
-
Method Details
-
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 interfaceOrgLaborService
- Throws:
PortalException
-
deleteOrgLabor
- Specified by:
deleteOrgLabor
in interfaceOrgLaborService
- Throws:
PortalException
-
getOrgLabor
- Specified by:
getOrgLabor
in interfaceOrgLaborService
- Throws:
PortalException
-
getOrgLabors
- Specified by:
getOrgLabors
in interfaceOrgLaborService
- Throws:
PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceOrgLaborService
- Returns:
- the OSGi service identifier
-
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 interfaceOrgLaborService
- Throws:
PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfaceServiceWrapper<OrgLaborService>
-
setWrappedService
- Specified by:
setWrappedService
in interfaceServiceWrapper<OrgLaborService>
-