Liferay 6.0.5

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 OrgLaborServiceImpl and is the primary access point for service operations in application layer code running on a remote server.

Never modify this class directly. Add custom service methods to OrgLaborServiceImpl and rerun ServiceBuilder to regenerate this class.

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, OrgLaborServiceImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

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 OrgLabor getOrgLabor(long orgLaborId)
           
static List<OrgLabor> getOrgLabors(long organizationId)
           
static OrgLaborService getService()
           
 void setService(OrgLaborService service)
           
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

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)

Liferay 6.0.5