Class ExpandoValueServiceBaseImpl
Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portlet.expando.service.base.ExpandoValueServiceBaseImpl
- All Implemented Interfaces:
com.liferay.expando.kernel.service.ExpandoValueService,com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService,com.liferay.portal.kernel.service.BaseService
- Direct Known Subclasses:
ExpandoValueServiceImpl
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
Provides the base implementation for the expando value 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 ExpandoValueServiceImpl.
- 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.ExpandoValueLocalServiceprotected com.liferay.expando.kernel.service.persistence.ExpandoValuePersistenceprotected com.liferay.expando.kernel.service.ExpandoValueServiceFields 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.ExpandoValueLocalServiceReturns the expando value local service.com.liferay.expando.kernel.service.persistence.ExpandoValuePersistenceReturns the expando value persistence.com.liferay.expando.kernel.service.ExpandoValueServiceReturns the expando value 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.voidsetExpandoValueLocalService(com.liferay.expando.kernel.service.ExpandoValueLocalService expandoValueLocalService) Sets the expando value local service.voidsetExpandoValuePersistence(com.liferay.expando.kernel.service.persistence.ExpandoValuePersistence expandoValuePersistence) Sets the expando value persistence.voidsetExpandoValueService(com.liferay.expando.kernel.service.ExpandoValueService expandoValueService) Sets the expando value 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.ExpandoValueService
addValue, addValue, addValues, getData, getData, getJSONData
-
Field Details
-
expandoValueLocalService
@BeanReference(type=com.liferay.expando.kernel.service.ExpandoValueLocalService.class) protected com.liferay.expando.kernel.service.ExpandoValueLocalService expandoValueLocalService -
expandoValueService
@BeanReference(type=com.liferay.expando.kernel.service.ExpandoValueService.class) protected com.liferay.expando.kernel.service.ExpandoValueService expandoValueService -
expandoValuePersistence
@BeanReference(type=com.liferay.expando.kernel.service.persistence.ExpandoValuePersistence.class) protected com.liferay.expando.kernel.service.persistence.ExpandoValuePersistence expandoValuePersistence -
counterLocalService
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
-
-
Constructor Details
-
ExpandoValueServiceBaseImpl
public ExpandoValueServiceBaseImpl()
-
-
Method Details
-
getExpandoValueLocalService
public com.liferay.expando.kernel.service.ExpandoValueLocalService getExpandoValueLocalService()Returns the expando value local service.- Returns:
- the expando value local service
-
setExpandoValueLocalService
public void setExpandoValueLocalService(com.liferay.expando.kernel.service.ExpandoValueLocalService expandoValueLocalService) Sets the expando value local service.- Parameters:
expandoValueLocalService- the expando value local service
-
getExpandoValueService
public com.liferay.expando.kernel.service.ExpandoValueService getExpandoValueService()Returns the expando value remote service.- Returns:
- the expando value remote service
-
setExpandoValueService
public void setExpandoValueService(com.liferay.expando.kernel.service.ExpandoValueService expandoValueService) Sets the expando value remote service.- Parameters:
expandoValueService- the expando value remote service
-
getExpandoValuePersistence
public com.liferay.expando.kernel.service.persistence.ExpandoValuePersistence getExpandoValuePersistence()Returns the expando value persistence.- Returns:
- the expando value persistence
-
setExpandoValuePersistence
public void setExpandoValuePersistence(com.liferay.expando.kernel.service.persistence.ExpandoValuePersistence expandoValuePersistence) Sets the expando value persistence.- Parameters:
expandoValuePersistence- the expando value 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.ExpandoValueService- 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
-