|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portal.service.OrgLaborServiceUtil
public class OrgLaborServiceUtil
The utility for the org labor remote service. This utility wraps OrgLaborServiceImpl
and is the primary access point for service operations in application layer code running on a remote server.
This is a remote service. 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,
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 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. |
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)
|
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 String getBeanIdentifier()
public static void setBeanIdentifier(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
PortalException
SystemException
public static void deleteOrgLabor(long orgLaborId) throws PortalException, SystemException
PortalException
SystemException
public static OrgLabor getOrgLabor(long orgLaborId) throws PortalException, SystemException
PortalException
SystemException
public static List<OrgLabor> getOrgLabors(long organizationId) throws PortalException, SystemException
PortalException
SystemException
public 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
PortalException
SystemException
public static OrgLaborService getService()
public void setService(OrgLaborService service)
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |