public class OrgLaborServiceImpl extends OrgLaborServiceBaseImpl
counterLocalService, listTypeLocalService, listTypePersistence, listTypeService, orgLaborLocalService, orgLaborPersistence, orgLaborService
Constructor and Description |
---|
OrgLaborServiceImpl() |
Modifier and Type | Method and Description |
---|---|
com.liferay.portal.kernel.model.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) |
void |
deleteOrgLabor(long orgLaborId) |
com.liferay.portal.kernel.model.OrgLabor |
getOrgLabor(long orgLaborId) |
List<com.liferay.portal.kernel.model.OrgLabor> |
getOrgLabors(long organizationId) |
com.liferay.portal.kernel.model.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) |
afterPropertiesSet, destroy, getCounterLocalService, getListTypeLocalService, getListTypePersistence, getListTypeService, getModelClass, getModelClassName, getOrgLaborLocalService, getOrgLaborPersistence, getOrgLaborService, getOSGiServiceIdentifier, runSQL, setCounterLocalService, setListTypeLocalService, setListTypePersistence, setListTypeService, setOrgLaborLocalService, setOrgLaborPersistence, setOrgLaborService
public com.liferay.portal.kernel.model.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 com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public void deleteOrgLabor(long orgLaborId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public com.liferay.portal.kernel.model.OrgLabor getOrgLabor(long orgLaborId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public List<com.liferay.portal.kernel.model.OrgLabor> getOrgLabors(long organizationId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public com.liferay.portal.kernel.model.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 com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException