Class ExpandoColumnServiceBaseImpl
Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portlet.expando.service.base.ExpandoColumnServiceBaseImpl
- All Implemented Interfaces:
com.liferay.expando.kernel.service.ExpandoColumnService,com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService,com.liferay.portal.kernel.service.BaseService
- Direct Known Subclasses:
ExpandoColumnServiceImpl
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
Provides the base implementation for the expando column 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 ExpandoColumnServiceImpl.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.liferay.counter.kernel.service.CounterLocalServiceprotected com.liferay.expando.kernel.service.ExpandoColumnLocalServiceprotected com.liferay.expando.kernel.service.persistence.ExpandoColumnPersistenceprotected com.liferay.expando.kernel.service.ExpandoColumnServiceFields 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 TypeMethodDescriptionvoidvoiddestroy()com.liferay.counter.kernel.service.CounterLocalServiceReturns the counter local service.com.liferay.expando.kernel.service.ExpandoColumnLocalServiceReturns the expando column local service.com.liferay.expando.kernel.service.persistence.ExpandoColumnPersistenceReturns the expando column persistence.com.liferay.expando.kernel.service.ExpandoColumnServiceReturns the expando column remote service.protected Class<?>protected StringReturns the OSGi service identifier.protected voidPerforms a SQL query.voidsetCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService) Sets the counter local service.voidsetExpandoColumnLocalService(com.liferay.expando.kernel.service.ExpandoColumnLocalService expandoColumnLocalService) Sets the expando column local service.voidsetExpandoColumnPersistence(com.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence expandoColumnPersistence) Sets the expando column persistence.voidsetExpandoColumnService(com.liferay.expando.kernel.service.ExpandoColumnService expandoColumnService) Sets the expando column remote service.Methods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.expando.kernel.service.ExpandoColumnService
addColumn, addColumn, deleteColumn, fetchExpandoColumn, updateColumn, updateColumn, updateTypeSettings
-
Field Details
-
expandoColumnLocalService
@BeanReference(type=com.liferay.expando.kernel.service.ExpandoColumnLocalService.class) protected com.liferay.expando.kernel.service.ExpandoColumnLocalService expandoColumnLocalService -
expandoColumnService
@BeanReference(type=com.liferay.expando.kernel.service.ExpandoColumnService.class) protected com.liferay.expando.kernel.service.ExpandoColumnService expandoColumnService -
expandoColumnPersistence
@BeanReference(type=com.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence.class) protected com.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence expandoColumnPersistence -
counterLocalService
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
-
-
Constructor Details
-
ExpandoColumnServiceBaseImpl
public ExpandoColumnServiceBaseImpl()
-
-
Method Details
-
getExpandoColumnLocalService
public com.liferay.expando.kernel.service.ExpandoColumnLocalService getExpandoColumnLocalService()Returns the expando column local service.- Returns:
- the expando column local service
-
setExpandoColumnLocalService
public void setExpandoColumnLocalService(com.liferay.expando.kernel.service.ExpandoColumnLocalService expandoColumnLocalService) Sets the expando column local service.- Parameters:
expandoColumnLocalService- the expando column local service
-
getExpandoColumnService
public com.liferay.expando.kernel.service.ExpandoColumnService getExpandoColumnService()Returns the expando column remote service.- Returns:
- the expando column remote service
-
setExpandoColumnService
public void setExpandoColumnService(com.liferay.expando.kernel.service.ExpandoColumnService expandoColumnService) Sets the expando column remote service.- Parameters:
expandoColumnService- the expando column remote service
-
getExpandoColumnPersistence
public com.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence getExpandoColumnPersistence()Returns the expando column persistence.- Returns:
- the expando column persistence
-
setExpandoColumnPersistence
public void setExpandoColumnPersistence(com.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence expandoColumnPersistence) Sets the expando column persistence.- Parameters:
expandoColumnPersistence- the expando column 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:
getOSGiServiceIdentifierin interfacecom.liferay.expando.kernel.service.ExpandoColumnService- Specified by:
getOSGiServiceIdentifierin interfacecom.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService- Returns:
- the OSGi service identifier
-
getModelClass
-
getModelClassName
-
runSQL
Performs a SQL query.- Parameters:
sql- the sql query
-