public class OrgLaborLocalServiceImpl extends OrgLaborLocalServiceBaseImpl
counterLocalService, orgLaborLocalService, orgLaborPersistence| Constructor and Description |
|---|
OrgLaborLocalServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portal.kernel.model.OrgLabor |
addOrgLabor(long organizationId,
long listTypeId,
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<com.liferay.portal.kernel.model.OrgLabor> |
getOrgLabors(long organizationId) |
com.liferay.portal.kernel.model.OrgLabor |
updateOrgLabor(long orgLaborId,
long listTypeId,
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 listTypeId) |
addOrgLabor, afterPropertiesSet, createOrgLabor, createPersistedModel, deleteOrgLabor, deleteOrgLabor, deletePersistedModel, destroy, dslQuery, dslQueryCount, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchOrgLabor, getActionableDynamicQuery, getBasePersistence, getCounterLocalService, getIndexableActionableDynamicQuery, getModelClass, getModelClassName, getOrgLabor, getOrgLaborLocalService, getOrgLaborPersistence, getOrgLabors, getOrgLaborsCount, getOSGiServiceIdentifier, getPersistedModel, initActionableDynamicQuery, runSQL, setCounterLocalService, setOrgLaborLocalService, setOrgLaborPersistence, updateOrgLaborpublic com.liferay.portal.kernel.model.OrgLabor addOrgLabor(long organizationId,
long listTypeId,
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.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic List<com.liferay.portal.kernel.model.OrgLabor> getOrgLabors(long organizationId)
public com.liferay.portal.kernel.model.OrgLabor updateOrgLabor(long orgLaborId,
long listTypeId,
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.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionprotected void validate(long listTypeId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException