public abstract class StagingServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseServiceImpl
implements com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.exportimport.kernel.service.StagingService
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in StagingServiceImpl
.
StagingServiceImpl
Modifier and Type | Field and Description |
---|---|
protected com.liferay.counter.kernel.service.CounterLocalService |
counterLocalService |
protected com.liferay.exportimport.kernel.service.StagingLocalService |
stagingLocalService |
protected com.liferay.exportimport.kernel.service.StagingService |
stagingService |
Constructor and Description |
---|
StagingServiceBaseImpl() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
void |
destroy() |
com.liferay.counter.kernel.service.CounterLocalService |
getCounterLocalService()
Returns the counter local service.
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.exportimport.kernel.service.StagingLocalService |
getStagingLocalService()
Returns the staging local service.
|
com.liferay.exportimport.kernel.service.StagingService |
getStagingService()
Returns the staging remote service.
|
protected void |
runSQL(String sql)
Performs a SQL query.
|
void |
setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
Sets the counter local service.
|
void |
setStagingLocalService(com.liferay.exportimport.kernel.service.StagingLocalService stagingLocalService)
Sets the staging local service.
|
void |
setStagingService(com.liferay.exportimport.kernel.service.StagingService stagingService)
Sets the staging remote service.
|
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
@BeanReference(type=com.liferay.exportimport.kernel.service.StagingLocalService.class) protected com.liferay.exportimport.kernel.service.StagingLocalService stagingLocalService
@BeanReference(type=com.liferay.exportimport.kernel.service.StagingService.class) protected com.liferay.exportimport.kernel.service.StagingService stagingService
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
public com.liferay.exportimport.kernel.service.StagingLocalService getStagingLocalService()
public void setStagingLocalService(com.liferay.exportimport.kernel.service.StagingLocalService stagingLocalService)
stagingLocalService
- the staging local servicepublic com.liferay.exportimport.kernel.service.StagingService getStagingService()
public void setStagingService(com.liferay.exportimport.kernel.service.StagingService stagingService)
stagingService
- the staging remote servicepublic com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
counterLocalService
- the counter local servicepublic void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface com.liferay.exportimport.kernel.service.StagingService
getOSGiServiceIdentifier
in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
protected void runSQL(String sql)
sql
- the sql query