@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,
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 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,
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 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
PortalExceptionpublic static void deleteOrgLabor(long orgLaborId)
throws PortalException
PortalExceptionpublic static java.lang.String getBeanIdentifier()
public static OrgLabor getOrgLabor(long orgLaborId) throws PortalException
PortalExceptionpublic static java.util.List<OrgLabor> getOrgLabors(long organizationId) throws PortalException
PortalExceptionpublic static void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanpublic 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
PortalExceptionpublic static OrgLaborService getService()
@Deprecated public void setService(OrgLaborService service)