Package com.liferay.portal.service.base
Class OrgLaborServiceBaseImpl
Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portal.service.base.OrgLaborServiceBaseImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.OrgLaborService
- Direct Known Subclasses:
OrgLaborServiceImpl
public abstract class OrgLaborServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseServiceImpl
implements com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.OrgLaborService
Provides the base implementation for the org labor remote service.
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in OrgLaborServiceImpl
.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.liferay.counter.kernel.service.CounterLocalService
protected com.liferay.portal.kernel.service.OrgLaborLocalService
protected com.liferay.portal.kernel.service.persistence.OrgLaborPersistence
protected com.liferay.portal.kernel.service.OrgLaborService
Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
destroy()
com.liferay.counter.kernel.service.CounterLocalService
Returns the counter local service.protected Class<?>
protected String
com.liferay.portal.kernel.service.OrgLaborLocalService
Returns the org labor local service.com.liferay.portal.kernel.service.persistence.OrgLaborPersistence
Returns the org labor persistence.com.liferay.portal.kernel.service.OrgLaborService
Returns the org labor remote service.Returns the OSGi service identifier.protected void
Performs a SQL query.void
setCounterLocalService
(com.liferay.counter.kernel.service.CounterLocalService counterLocalService) Sets the counter local service.void
setOrgLaborLocalService
(com.liferay.portal.kernel.service.OrgLaborLocalService orgLaborLocalService) Sets the org labor local service.void
setOrgLaborPersistence
(com.liferay.portal.kernel.service.persistence.OrgLaborPersistence orgLaborPersistence) Sets the org labor persistence.void
setOrgLaborService
(com.liferay.portal.kernel.service.OrgLaborService orgLaborService) Sets the org labor remote service.Methods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
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.kernel.service.OrgLaborService
addOrgLabor, deleteOrgLabor, getOrgLabor, getOrgLabors, updateOrgLabor
-
Field Details
-
orgLaborLocalService
@BeanReference(type=com.liferay.portal.kernel.service.OrgLaborLocalService.class) protected com.liferay.portal.kernel.service.OrgLaborLocalService orgLaborLocalService -
orgLaborService
@BeanReference(type=com.liferay.portal.kernel.service.OrgLaborService.class) protected com.liferay.portal.kernel.service.OrgLaborService orgLaborService -
orgLaborPersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.OrgLaborPersistence.class) protected com.liferay.portal.kernel.service.persistence.OrgLaborPersistence orgLaborPersistence -
counterLocalService
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
-
-
Constructor Details
-
OrgLaborServiceBaseImpl
public OrgLaborServiceBaseImpl()
-
-
Method Details
-
getOrgLaborLocalService
public com.liferay.portal.kernel.service.OrgLaborLocalService getOrgLaborLocalService()Returns the org labor local service.- Returns:
- the org labor local service
-
setOrgLaborLocalService
public void setOrgLaborLocalService(com.liferay.portal.kernel.service.OrgLaborLocalService orgLaborLocalService) Sets the org labor local service.- Parameters:
orgLaborLocalService
- the org labor local service
-
getOrgLaborService
public com.liferay.portal.kernel.service.OrgLaborService getOrgLaborService()Returns the org labor remote service.- Returns:
- the org labor remote service
-
setOrgLaborService
public void setOrgLaborService(com.liferay.portal.kernel.service.OrgLaborService orgLaborService) Sets the org labor remote service.- Parameters:
orgLaborService
- the org labor remote service
-
getOrgLaborPersistence
public com.liferay.portal.kernel.service.persistence.OrgLaborPersistence getOrgLaborPersistence()Returns the org labor persistence.- Returns:
- the org labor persistence
-
setOrgLaborPersistence
public void setOrgLaborPersistence(com.liferay.portal.kernel.service.persistence.OrgLaborPersistence orgLaborPersistence) Sets the org labor persistence.- Parameters:
orgLaborPersistence
- the org labor persistence
-
getCounterLocalService
public com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()Returns the counter local service.- Returns:
- the counter local service
-
setCounterLocalService
public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService) Sets the counter local service.- Parameters:
counterLocalService
- the counter local service
-
afterPropertiesSet
public void afterPropertiesSet() -
destroy
public void destroy() -
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfacecom.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
- Specified by:
getOSGiServiceIdentifier
in interfacecom.liferay.portal.kernel.service.OrgLaborService
- Returns:
- the OSGi service identifier
-
getModelClass
-
getModelClassName
-
runSQL
Performs a SQL query.- Parameters:
sql
- the sql query
-