com.liferay.portal.service.base
Class OrgLaborLocalServiceBaseImpl
java.lang.Object
com.liferay.portal.service.base.OrgLaborLocalServiceBaseImpl
- All Implemented Interfaces:
- com.liferay.portal.service.OrgLaborLocalService
- Direct Known Subclasses:
- OrgLaborLocalServiceImpl
- public abstract class OrgLaborLocalServiceBaseImpl
- extends java.lang.Object
- implements com.liferay.portal.service.OrgLaborLocalService
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
com.liferay.portal.model.OrgLabor |
addOrgLabor(com.liferay.portal.model.OrgLabor model)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
|
com.liferay.portal.model.OrgLabor |
updateOrgLabor(com.liferay.portal.model.OrgLabor model)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.liferay.portal.service.OrgLaborLocalService |
addOrgLabor, deleteOrgLabor, getOrgLabor, getOrgLabors, updateOrgLabor |
OrgLaborLocalServiceBaseImpl
public OrgLaborLocalServiceBaseImpl()
addOrgLabor
public com.liferay.portal.model.OrgLabor addOrgLabor(com.liferay.portal.model.OrgLabor model)
throws com.liferay.portal.SystemException
- Specified by:
addOrgLabor
in interface com.liferay.portal.service.OrgLaborLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface com.liferay.portal.service.OrgLaborLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface com.liferay.portal.service.OrgLaborLocalService
- Throws:
com.liferay.portal.SystemException
updateOrgLabor
public com.liferay.portal.model.OrgLabor updateOrgLabor(com.liferay.portal.model.OrgLabor model)
throws com.liferay.portal.SystemException
- Specified by:
updateOrgLabor
in interface com.liferay.portal.service.OrgLaborLocalService
- Throws:
com.liferay.portal.SystemException