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:
- IdentifiableOSGiService, BaseLocalService, OrgLaborLocalService, PersistedModelLocalService
public class OrgLaborLocalServiceImpl
- extends OrgLaborLocalServiceBaseImpl
|
Method Summary |
OrgLabor |
addOrgLabor(long organizationId,
long 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,
long 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(long 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, getCounterLocalService, getIndexableActionableDynamicQuery, getListTypeLocalService, getListTypePersistence, getModelClass, getModelClassName, getOrgLabor, getOrgLaborLocalService, getOrgLaborPersistence, getOrgLabors, getOrgLaborsCount, getOSGiServiceIdentifier, getPersistedModel, initActionableDynamicQuery, runSQL, setCounterLocalService, setListTypeLocalService, setListTypePersistence, setOrgLaborLocalService, setOrgLaborPersistence, 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,
long 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,
long 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(long typeId)
throws PortalException
- Throws:
PortalException