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 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
Generated:

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 dynamicQuery(DynamicQuery dynamicQuery)
           
static java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static long dynamicQueryCount(DynamicQuery dynamicQuery)
           
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)
           
static OrgLabor updateOrgLabor(OrgLabor orgLabor, boolean merge)
           
 
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 SystemException
Throws:
SystemException

createOrgLabor

public static OrgLabor createOrgLabor(long orgLaborId)

deleteOrgLabor

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

deleteOrgLabor

public static void deleteOrgLabor(OrgLabor orgLabor)
                           throws SystemException
Throws:
SystemException

dynamicQuery

public static java.util.List dynamicQuery(DynamicQuery dynamicQuery)
                                   throws SystemException
Throws:
SystemException

dynamicQuery

public static java.util.List dynamicQuery(DynamicQuery dynamicQuery,
                                          int start,
                                          int end)
                                   throws SystemException
Throws:
SystemException

dynamicQuery

public static java.util.List dynamicQuery(DynamicQuery dynamicQuery,
                                          int start,
                                          int end,
                                          OrderByComparator orderByComparator)
                                   throws SystemException
Throws:
SystemException

dynamicQueryCount

public static long dynamicQueryCount(DynamicQuery dynamicQuery)
                              throws SystemException
Throws:
SystemException

getOrgLabor

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

getOrgLabors

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

getOrgLaborsCount

public static int getOrgLaborsCount()
                             throws SystemException
Throws:
SystemException

updateOrgLabor

public static OrgLabor updateOrgLabor(OrgLabor orgLabor)
                               throws SystemException
Throws:
SystemException

updateOrgLabor

public static OrgLabor updateOrgLabor(OrgLabor orgLabor,
                                      boolean merge)
                               throws SystemException
Throws:
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 PortalException,
                                   SystemException
Throws:
PortalException
SystemException

getOrgLabors

public static java.util.List<OrgLabor> getOrgLabors(long organizationId)
                                             throws SystemException
Throws:
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 OrgLaborLocalService getService()

setService

public void setService(OrgLaborLocalService service)