public abstract class ExpandoValueServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseServiceImpl
implements com.liferay.expando.kernel.service.ExpandoValueService, 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 ExpandoValueServiceImpl
.
ExpandoValueServiceImpl
Modifier and Type | Field and Description |
---|---|
protected com.liferay.counter.kernel.service.CounterLocalService |
counterLocalService |
protected com.liferay.expando.kernel.service.ExpandoValueLocalService |
expandoValueLocalService |
protected com.liferay.expando.kernel.service.persistence.ExpandoValuePersistence |
expandoValuePersistence |
protected com.liferay.expando.kernel.service.ExpandoValueService |
expandoValueService |
Constructor and Description |
---|
ExpandoValueServiceBaseImpl() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
void |
destroy() |
com.liferay.counter.kernel.service.CounterLocalService |
getCounterLocalService()
Returns the counter local service.
|
com.liferay.expando.kernel.service.ExpandoValueLocalService |
getExpandoValueLocalService()
Returns the expando value local service.
|
com.liferay.expando.kernel.service.persistence.ExpandoValuePersistence |
getExpandoValuePersistence()
Returns the expando value persistence.
|
com.liferay.expando.kernel.service.ExpandoValueService |
getExpandoValueService()
Returns the expando value remote service.
|
protected Class<?> |
getModelClass() |
protected String |
getModelClassName() |
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 |
setExpandoValueLocalService(com.liferay.expando.kernel.service.ExpandoValueLocalService expandoValueLocalService)
Sets the expando value local service.
|
void |
setExpandoValuePersistence(com.liferay.expando.kernel.service.persistence.ExpandoValuePersistence expandoValuePersistence)
Sets the expando value persistence.
|
void |
setExpandoValueService(com.liferay.expando.kernel.service.ExpandoValueService expandoValueService)
Sets the expando value remote service.
|
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
@BeanReference(type=com.liferay.expando.kernel.service.ExpandoValueLocalService.class) protected com.liferay.expando.kernel.service.ExpandoValueLocalService expandoValueLocalService
@BeanReference(type=com.liferay.expando.kernel.service.ExpandoValueService.class) protected com.liferay.expando.kernel.service.ExpandoValueService expandoValueService
@BeanReference(type=com.liferay.expando.kernel.service.persistence.ExpandoValuePersistence.class) protected com.liferay.expando.kernel.service.persistence.ExpandoValuePersistence expandoValuePersistence
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
public com.liferay.expando.kernel.service.ExpandoValueLocalService getExpandoValueLocalService()
public void setExpandoValueLocalService(com.liferay.expando.kernel.service.ExpandoValueLocalService expandoValueLocalService)
expandoValueLocalService
- the expando value local servicepublic com.liferay.expando.kernel.service.ExpandoValueService getExpandoValueService()
public void setExpandoValueService(com.liferay.expando.kernel.service.ExpandoValueService expandoValueService)
expandoValueService
- the expando value remote servicepublic com.liferay.expando.kernel.service.persistence.ExpandoValuePersistence getExpandoValuePersistence()
public void setExpandoValuePersistence(com.liferay.expando.kernel.service.persistence.ExpandoValuePersistence expandoValuePersistence)
expandoValuePersistence
- the expando value persistencepublic 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.expando.kernel.service.ExpandoValueService
getOSGiServiceIdentifier
in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
protected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql
- the sql query