Class OrgLaborServiceUtil
Object
com.liferay.portal.kernel.service.OrgLaborServiceUtil
Provides the remote service utility for OrgLabor. This utility wraps
com.liferay.portal.service.impl.OrgLaborServiceImpl
and is an
access point for service operations in application layer code running on a
remote server. Methods of this service are expected to have security checks
based on the propagated JAAS credentials because this service can be
accessed remotely.- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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) static void
deleteOrgLabor
(long orgLaborId) static OrgLabor
getOrgLabor
(long orgLaborId) getOrgLabors
(long organizationId) static String
Returns the OSGi service identifier.static OrgLaborService
static void
setService
(OrgLaborService service) static 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)
-
Constructor Details
-
OrgLaborServiceUtil
public OrgLaborServiceUtil()
-
-
Method Details
-
addOrgLabor
public static 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 - Throws:
PortalException
-
deleteOrgLabor
- Throws:
PortalException
-
getOrgLabor
- Throws:
PortalException
-
getOrgLabors
- Throws:
PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
updateOrgLabor
public static 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 - Throws:
PortalException
-
getService
-
setService
-