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:
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<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
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)
|
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
- Throws:
com.liferay.portal.SystemException
dynamicQuery
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
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
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(int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getOrgLaborsCount
int getOrgLaborsCount()
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.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
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.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException