public abstract class OrgLaborServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseServiceImpl
implements com.liferay.portal.kernel.service.OrgLaborService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in OrgLaborServiceImpl
.
OrgLaborServiceImpl
,
OrgLaborServiceUtil
Modifier and Type | Field and Description |
---|---|
protected com.liferay.counter.kernel.service.CounterLocalService |
counterLocalService |
protected com.liferay.portal.kernel.service.ListTypeLocalService |
listTypeLocalService |
protected com.liferay.portal.kernel.service.persistence.ListTypePersistence |
listTypePersistence |
protected com.liferay.portal.kernel.service.ListTypeService |
listTypeService |
protected com.liferay.portal.kernel.service.OrgLaborLocalService |
orgLaborLocalService |
protected com.liferay.portal.kernel.service.persistence.OrgLaborPersistence |
orgLaborPersistence |
protected com.liferay.portal.kernel.service.OrgLaborService |
orgLaborService |
Constructor and Description |
---|
OrgLaborServiceBaseImpl() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
void |
destroy() |
com.liferay.counter.kernel.service.CounterLocalService |
getCounterLocalService()
Returns the counter local service.
|
com.liferay.portal.kernel.service.ListTypeLocalService |
getListTypeLocalService()
Returns the list type local service.
|
com.liferay.portal.kernel.service.persistence.ListTypePersistence |
getListTypePersistence()
Returns the list type persistence.
|
com.liferay.portal.kernel.service.ListTypeService |
getListTypeService()
Returns the list type remote service.
|
protected Class<?> |
getModelClass() |
protected String |
getModelClassName() |
com.liferay.portal.kernel.service.OrgLaborLocalService |
getOrgLaborLocalService()
Returns the org labor local service.
|
com.liferay.portal.kernel.service.persistence.OrgLaborPersistence |
getOrgLaborPersistence()
Returns the org labor persistence.
|
com.liferay.portal.kernel.service.OrgLaborService |
getOrgLaborService()
Returns the org labor remote service.
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
protected void |
runSQL(String sql)
Performs a SQL query.
|
void |
setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
Sets the counter local service.
|
void |
setListTypeLocalService(com.liferay.portal.kernel.service.ListTypeLocalService listTypeLocalService)
Sets the list type local service.
|
void |
setListTypePersistence(com.liferay.portal.kernel.service.persistence.ListTypePersistence listTypePersistence)
Sets the list type persistence.
|
void |
setListTypeService(com.liferay.portal.kernel.service.ListTypeService listTypeService)
Sets the list type remote 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.
|
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
@BeanReference(type=com.liferay.portal.kernel.service.OrgLaborLocalService.class) protected com.liferay.portal.kernel.service.OrgLaborLocalService orgLaborLocalService
@BeanReference(type=com.liferay.portal.kernel.service.OrgLaborService.class) protected com.liferay.portal.kernel.service.OrgLaborService orgLaborService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.OrgLaborPersistence.class) protected com.liferay.portal.kernel.service.persistence.OrgLaborPersistence orgLaborPersistence
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
@BeanReference(type=com.liferay.portal.kernel.service.ListTypeLocalService.class) protected com.liferay.portal.kernel.service.ListTypeLocalService listTypeLocalService
@BeanReference(type=com.liferay.portal.kernel.service.ListTypeService.class) protected com.liferay.portal.kernel.service.ListTypeService listTypeService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.ListTypePersistence.class) protected com.liferay.portal.kernel.service.persistence.ListTypePersistence listTypePersistence
public com.liferay.portal.kernel.service.OrgLaborLocalService getOrgLaborLocalService()
public void setOrgLaborLocalService(com.liferay.portal.kernel.service.OrgLaborLocalService orgLaborLocalService)
orgLaborLocalService
- the org labor local servicepublic com.liferay.portal.kernel.service.OrgLaborService getOrgLaborService()
public void setOrgLaborService(com.liferay.portal.kernel.service.OrgLaborService orgLaborService)
orgLaborService
- the org labor remote servicepublic com.liferay.portal.kernel.service.persistence.OrgLaborPersistence getOrgLaborPersistence()
public void setOrgLaborPersistence(com.liferay.portal.kernel.service.persistence.OrgLaborPersistence orgLaborPersistence)
orgLaborPersistence
- the org labor persistencepublic com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
counterLocalService
- the counter local servicepublic com.liferay.portal.kernel.service.ListTypeLocalService getListTypeLocalService()
public void setListTypeLocalService(com.liferay.portal.kernel.service.ListTypeLocalService listTypeLocalService)
listTypeLocalService
- the list type local servicepublic com.liferay.portal.kernel.service.ListTypeService getListTypeService()
public void setListTypeService(com.liferay.portal.kernel.service.ListTypeService listTypeService)
listTypeService
- the list type remote servicepublic com.liferay.portal.kernel.service.persistence.ListTypePersistence getListTypePersistence()
public void setListTypePersistence(com.liferay.portal.kernel.service.persistence.ListTypePersistence listTypePersistence)
listTypePersistence
- the list type persistencepublic void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
getOSGiServiceIdentifier
in interface com.liferay.portal.kernel.service.OrgLaborService
protected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql
- the sql query