|
Liferay 7.0-ce-a2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.OrgLaborServiceUtil
@ProviderType public class OrgLaborServiceUtil
Provides the remote service utility for OrgLabor. This utility wraps
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,
OrgLaborServiceImpl| Constructor Summary | |
|---|---|
OrgLaborServiceUtil()
|
|
| Method Summary | |
|---|---|
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 String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
static OrgLabor |
getOrgLabor(long orgLaborId)
|
static List<OrgLabor> |
getOrgLabors(long organizationId)
|
static OrgLaborService |
getService()
|
static void |
setBeanIdentifier(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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OrgLaborServiceUtil()
| Method Detail |
|---|
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
PortalException
public static void deleteOrgLabor(long orgLaborId)
throws PortalException
PortalExceptionpublic static String getBeanIdentifier()
public static OrgLabor getOrgLabor(long orgLaborId)
throws PortalException
PortalException
public static List<OrgLabor> getOrgLabors(long organizationId)
throws PortalException
PortalExceptionpublic static void setBeanIdentifier(String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean
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
PortalExceptionpublic static OrgLaborService getService()
@Deprecated public void setService(OrgLaborService service)
|
Liferay 7.0-ce-a2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||