com.liferay.portal.service.impl
Class OrgLaborServiceImpl
java.lang.Object
com.liferay.portal.service.BaseServiceImpl
com.liferay.portal.service.base.OrgLaborServiceBaseImpl
com.liferay.portal.service.impl.OrgLaborServiceImpl
- All Implemented Interfaces:
- IdentifiableOSGiService, BaseService, OrgLaborService
public class OrgLaborServiceImpl
- extends OrgLaborServiceBaseImpl
|
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)
|
void |
deleteOrgLabor(long orgLaborId)
|
OrgLabor |
getOrgLabor(long orgLaborId)
|
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)
|
| Methods inherited from class com.liferay.portal.service.base.OrgLaborServiceBaseImpl |
afterPropertiesSet, destroy, getCounterLocalService, getListTypeLocalService, getListTypePersistence, getListTypeService, getModelClass, getModelClassName, getOrgLaborLocalService, getOrgLaborPersistence, getOrgLaborService, getOSGiServiceIdentifier, runSQL, setCounterLocalService, setListTypeLocalService, setListTypePersistence, setListTypeService, setOrgLaborLocalService, setOrgLaborPersistence, setOrgLaborService |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrgLaborServiceImpl
public OrgLaborServiceImpl()
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
deleteOrgLabor
public void deleteOrgLabor(long orgLaborId)
throws PortalException
- Throws:
PortalException
getOrgLabor
public OrgLabor getOrgLabor(long orgLaborId)
throws PortalException
- Throws:
PortalException
getOrgLabors
public List<OrgLabor> getOrgLabors(long organizationId)
throws PortalException
- Throws:
PortalException
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