com.liferay.portal.service
Class OrgLaborLocalServiceUtil

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

public class OrgLaborLocalServiceUtil
extends java.lang.Object

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class provides static methods for the com.liferay.portal.service.OrgLaborLocalService bean. The static methods of this class calls the same methods of the bean instance. It's convenient to be able to just write one line to call a method on a bean instead of writing a lookup call and a method call.

Author:
Brian Wing Shun Chan
See Also:
OrgLaborLocalService

Constructor Summary
OrgLaborLocalServiceUtil()
           
 
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 OrgLabor addOrgLabor(OrgLabor orgLabor)
           
static OrgLabor createOrgLabor(long orgLaborId)
           
static void deleteOrgLabor(long orgLaborId)
           
static void deleteOrgLabor(OrgLabor orgLabor)
           
static java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
static java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
static OrgLabor getOrgLabor(long orgLaborId)
           
static java.util.List<OrgLabor> getOrgLabors(int start, int end)
           
static java.util.List<OrgLabor> getOrgLabors(long organizationId)
           
static int getOrgLaborsCount()
           
static OrgLaborLocalService getService()
           
 void setService(OrgLaborLocalService 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)
           
static OrgLabor updateOrgLabor(OrgLabor orgLabor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrgLaborLocalServiceUtil

public OrgLaborLocalServiceUtil()
Method Detail

addOrgLabor

public static OrgLabor addOrgLabor(OrgLabor orgLabor)
                            throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

createOrgLabor

public static OrgLabor createOrgLabor(long orgLaborId)

deleteOrgLabor

public static void deleteOrgLabor(long orgLaborId)
                           throws com.liferay.portal.PortalException,
                                  com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteOrgLabor

public static void deleteOrgLabor(OrgLabor orgLabor)
                           throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

public static java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

public static java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                                            int start,
                                                            int end)
                                                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getOrgLabor

public static OrgLabor getOrgLabor(long orgLaborId)
                            throws com.liferay.portal.PortalException,
                                   com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getOrgLabors

public static java.util.List<OrgLabor> getOrgLabors(int start,
                                                    int end)
                                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getOrgLaborsCount

public static int getOrgLaborsCount()
                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

updateOrgLabor

public static OrgLabor updateOrgLabor(OrgLabor orgLabor)
                               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

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 com.liferay.portal.PortalException,
                                   com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getOrgLabors

public static java.util.List<OrgLabor> getOrgLabors(long organizationId)
                                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.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 com.liferay.portal.PortalException,
                                      com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getService

public static OrgLaborLocalService getService()

setService

public void setService(OrgLaborLocalService service)