public abstract class ExpandoColumnServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseServiceImpl
implements com.liferay.expando.kernel.service.ExpandoColumnService, 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 ExpandoColumnServiceImpl
.
ExpandoColumnServiceImpl
Modifier and Type | Field and Description |
---|---|
protected com.liferay.counter.kernel.service.CounterLocalService |
counterLocalService |
protected com.liferay.expando.kernel.service.ExpandoColumnLocalService |
expandoColumnLocalService |
protected com.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence |
expandoColumnPersistence |
protected com.liferay.expando.kernel.service.ExpandoColumnService |
expandoColumnService |
Constructor and Description |
---|
ExpandoColumnServiceBaseImpl() |
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.ExpandoColumnLocalService |
getExpandoColumnLocalService()
Returns the expando column local service.
|
com.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence |
getExpandoColumnPersistence()
Returns the expando column persistence.
|
com.liferay.expando.kernel.service.ExpandoColumnService |
getExpandoColumnService()
Returns the expando column 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 |
setExpandoColumnLocalService(com.liferay.expando.kernel.service.ExpandoColumnLocalService expandoColumnLocalService)
Sets the expando column local service.
|
void |
setExpandoColumnPersistence(com.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence expandoColumnPersistence)
Sets the expando column persistence.
|
void |
setExpandoColumnService(com.liferay.expando.kernel.service.ExpandoColumnService expandoColumnService)
Sets the expando column remote service.
|
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
@BeanReference(type=com.liferay.expando.kernel.service.ExpandoColumnLocalService.class) protected com.liferay.expando.kernel.service.ExpandoColumnLocalService expandoColumnLocalService
@BeanReference(type=com.liferay.expando.kernel.service.ExpandoColumnService.class) protected com.liferay.expando.kernel.service.ExpandoColumnService expandoColumnService
@BeanReference(type=com.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence.class) protected com.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence expandoColumnPersistence
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
public com.liferay.expando.kernel.service.ExpandoColumnLocalService getExpandoColumnLocalService()
public void setExpandoColumnLocalService(com.liferay.expando.kernel.service.ExpandoColumnLocalService expandoColumnLocalService)
expandoColumnLocalService
- the expando column local servicepublic com.liferay.expando.kernel.service.ExpandoColumnService getExpandoColumnService()
public void setExpandoColumnService(com.liferay.expando.kernel.service.ExpandoColumnService expandoColumnService)
expandoColumnService
- the expando column remote servicepublic com.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence getExpandoColumnPersistence()
public void setExpandoColumnPersistence(com.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence expandoColumnPersistence)
expandoColumnPersistence
- the expando column 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.ExpandoColumnService
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