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:
OrgLaborServiceFactory, OrgLaborServiceUtil

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

Method Detail

addOrgLabor

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

dynamicQuery

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

dynamicQuery

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

updateOrgLabor

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

addOrgLabor

public 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

deleteOrgLabor

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

getOrgLabor

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

getOrgLabors

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

updateOrgLabor

public OrgLabor updateOrgLabor(long orgLaborId,
                               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