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) voiddeleteOrgLabor(long orgLaborId) getOrgLabor(long orgLaborId) getOrgLabors(long organizationId) Returns the OSGi service identifier.voidsetWrappedService(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:
addOrgLaborin interfaceOrgLaborService- Throws:
PortalException
-
deleteOrgLabor
- Specified by:
deleteOrgLaborin interfaceOrgLaborService- Throws:
PortalException
-
getOrgLabor
- Specified by:
getOrgLaborin interfaceOrgLaborService- Throws:
PortalException
-
getOrgLabors
- Specified by:
getOrgLaborsin interfaceOrgLaborService- Throws:
PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin 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:
updateOrgLaborin interfaceOrgLaborService- Throws:
PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfaceServiceWrapper<OrgLaborService>
-
setWrappedService
- Specified by:
setWrappedServicein interfaceServiceWrapper<OrgLaborService>
-