com.liferay.portal.service
Interface OrgLaborLocalService


public interface OrgLaborLocalService

View Source

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

This interface defines the service. The default implementation is com.liferay.portal.service.impl.OrgLaborLocalServiceImpl. Modify methods in that class and rerun ServiceBuilder to populate this class and all other generated classes.

This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.

Author:
Brian Wing Shun Chan
See Also:
OrgLaborLocalServiceFactory, OrgLaborLocalServiceUtil

Method Summary
 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)
           
 OrgLabor addOrgLabor(OrgLabor orgLabor)
           
 void deleteOrgLabor(long orgLaborId)
           
 void deleteOrgLabor(OrgLabor orgLabor)
           
 java.util.List<OrgLabor> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
           
 java.util.List<OrgLabor> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end)
           
 OrgLabor getOrgLabor(long orgLaborId)
           
 java.util.List<OrgLabor> getOrgLabors(long organizationId)
           
 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)
           
 OrgLabor updateOrgLabor(OrgLabor orgLabor)
           
 

Method Detail

addOrgLabor

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

deleteOrgLabor

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

deleteOrgLabor

void deleteOrgLabor(OrgLabor orgLabor)
                    throws com.liferay.portal.SystemException,
                           com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

dynamicQuery

java.util.List<OrgLabor> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
                                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

java.util.List<OrgLabor> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
                                      int begin,
                                      int end)
                                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

updateOrgLabor

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

addOrgLabor

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

getOrgLabor

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

getOrgLabors

java.util.List<OrgLabor> getOrgLabors(long organizationId)
                                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

updateOrgLabor

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