com.liferay.portal.service.impl
Class OrgLaborLocalServiceImpl
java.lang.Object
com.liferay.portal.service.BaseLocalServiceImpl
com.liferay.portal.service.base.OrgLaborLocalServiceBaseImpl
com.liferay.portal.service.impl.OrgLaborLocalServiceImpl
- All Implemented Interfaces:
- IdentifiableBean, BaseLocalService, OrgLaborLocalService, PersistedModelLocalService
public class OrgLaborLocalServiceImpl
- extends OrgLaborLocalServiceBaseImpl
|
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)
|
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)
|
protected void |
validate(int typeId)
|
| Methods inherited from class com.liferay.portal.service.base.OrgLaborLocalServiceBaseImpl |
addOrgLabor, afterPropertiesSet, createOrgLabor, deleteOrgLabor, deleteOrgLabor, deletePersistedModel, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchOrgLabor, getActionableDynamicQuery, getBeanIdentifier, getCounterLocalService, getListTypePersistence, getListTypeService, getModelClass, getModelClassName, getOrgLabor, getOrgLaborLocalService, getOrgLaborPersistence, getOrgLabors, getOrgLaborsCount, getOrgLaborService, getPersistedModel, initActionableDynamicQuery, runSQL, setBeanIdentifier, setCounterLocalService, setListTypePersistence, setListTypeService, setOrgLaborLocalService, setOrgLaborPersistence, setOrgLaborService, updateOrgLabor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrgLaborLocalServiceImpl
public OrgLaborLocalServiceImpl()
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 PortalException
- Throws:
PortalException
getOrgLabors
public List<OrgLabor> getOrgLabors(long organizationId)
updateOrgLabor
public 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
- Throws:
PortalException
validate
protected void validate(int typeId)
throws PortalException
- Throws:
PortalException