com.liferay.portal.service
Interface OrgLaborLocalService

All Known Implementing Classes:
OrgLaborLocalServiceWrapper

@Transactional(isolation=PORTAL,
               rollbackFor={PortalException.class,SystemException.class})
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:
OrgLaborLocalServiceUtil
Generated:

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)
           
 OrgLabor createOrgLabor(long orgLaborId)
           
 void deleteOrgLabor(long orgLaborId)
           
 void deleteOrgLabor(OrgLabor orgLabor)
           
 java.util.List dynamicQuery(DynamicQuery dynamicQuery)
           
 java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
 java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 long dynamicQueryCount(DynamicQuery dynamicQuery)
           
 OrgLabor getOrgLabor(long orgLaborId)
           
 java.util.List<OrgLabor> getOrgLabors(int start, int end)
           
 java.util.List<OrgLabor> getOrgLabors(long organizationId)
           
 int getOrgLaborsCount()
           
 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)
           
 OrgLabor updateOrgLabor(OrgLabor orgLabor, boolean merge)
           
 

Method Detail

addOrgLabor

OrgLabor addOrgLabor(OrgLabor orgLabor)
                     throws SystemException
Throws:
SystemException

createOrgLabor

OrgLabor createOrgLabor(long orgLaborId)

deleteOrgLabor

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

deleteOrgLabor

void deleteOrgLabor(OrgLabor orgLabor)
                    throws SystemException
Throws:
SystemException

dynamicQuery

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

dynamicQuery

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

dynamicQuery

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

dynamicQueryCount

long dynamicQueryCount(DynamicQuery dynamicQuery)
                       throws SystemException
Throws:
SystemException

getOrgLabor

@Transactional(propagation=SUPPORTS,
               readOnly=true)
OrgLabor getOrgLabor(long orgLaborId)
                     throws PortalException,
                            SystemException
Throws:
PortalException
SystemException

getOrgLabors

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<OrgLabor> getOrgLabors(int start,
                                                                               int end)
                                      throws SystemException
Throws:
SystemException

getOrgLaborsCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getOrgLaborsCount()
                      throws SystemException
Throws:
SystemException

updateOrgLabor

OrgLabor updateOrgLabor(OrgLabor orgLabor)
                        throws SystemException
Throws:
SystemException

updateOrgLabor

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

getOrgLabors

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<OrgLabor> getOrgLabors(long organizationId)
                                      throws SystemException
Throws:
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 PortalException,
                               SystemException
Throws:
PortalException
SystemException