Liferay 6.1.2-ce-ga3

com.liferay.portal.service
Class OrgLaborServiceUtil

java.lang.Object
  extended by com.liferay.portal.service.OrgLaborServiceUtil

public class OrgLaborServiceUtil
extends Object

The utility for the org labor remote service. This utility wraps com.liferay.portal.service.impl.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.

See Also:
OrgLaborService, OrgLaborServiceBaseImpl, com.liferay.portal.service.impl.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

OrgLaborServiceUtil

public OrgLaborServiceUtil()
Method Detail

getBeanIdentifier

public static String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Returns:
the Spring bean ID for this bean

setBeanIdentifier

public static void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Parameters:
beanIdentifier - the Spring bean ID for this bean

addOrgLabor

public 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
Throws:
PortalException
SystemException

deleteOrgLabor

public static void deleteOrgLabor(long orgLaborId)
                           throws PortalException,
                                  SystemException
Throws:
PortalException
SystemException

getOrgLabor

public static OrgLabor getOrgLabor(long orgLaborId)
                            throws PortalException,
                                   SystemException
Throws:
PortalException
SystemException

getOrgLabors

public static List<OrgLabor> getOrgLabors(long organizationId)
                                   throws PortalException,
                                          SystemException
Throws:
PortalException
SystemException

updateOrgLabor

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
Throws:
PortalException
SystemException

getService

public static OrgLaborService getService()

setService

public void setService(OrgLaborService service)
Deprecated. 


Liferay 6.1.2-ce-ga3