@ProviderType
public class OrgLaborServiceUtil
extends java.lang.Object
com.liferay.portal.service.impl.OrgLaborServiceImpl and is the
primary 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.OrgLaborService,
OrgLaborServiceBaseImpl,
com.liferay.portal.service.impl.OrgLaborServiceImpl| Constructor and Description |
|---|
OrgLaborServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static OrgLabor |
addOrgLabor(long organizationId,
int 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 java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
static OrgLabor |
getOrgLabor(long orgLaborId) |
static java.util.List<OrgLabor> |
getOrgLabors(long organizationId) |
static OrgLaborService |
getService() |
static void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setService(OrgLaborService service)
Deprecated.
As of 6.2.0
|
static OrgLabor |
updateOrgLabor(long orgLaborId,
int 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 static java.lang.String getBeanIdentifier()
public static void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanpublic static OrgLabor addOrgLabor(long organizationId, int 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, SystemException
PortalExceptionSystemExceptionpublic static void deleteOrgLabor(long orgLaborId)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic static OrgLabor getOrgLabor(long orgLaborId) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static java.util.List<OrgLabor> getOrgLabors(long organizationId) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static OrgLabor updateOrgLabor(long orgLaborId, int 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, SystemException
PortalExceptionSystemExceptionpublic static OrgLaborService getService()
public void setService(OrgLaborService service)