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.CounterLocalService
protected com.liferay.expando.kernel.service.ExpandoValueLocalService
protected com.liferay.expando.kernel.service.persistence.ExpandoValuePersistence
protected com.liferay.expando.kernel.service.ExpandoValueService
Fields 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 TypeMethodDescriptionvoid
void
destroy()
com.liferay.counter.kernel.service.CounterLocalService
Returns the counter local service.com.liferay.expando.kernel.service.ExpandoValueLocalService
Returns the expando value local service.com.liferay.expando.kernel.service.persistence.ExpandoValuePersistence
Returns the expando value persistence.com.liferay.expando.kernel.service.ExpandoValueService
Returns the expando value remote service.protected Class<?>
protected String
Returns the OSGi service identifier.protected void
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.Methods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
getOSGiServiceIdentifier
in interfacecom.liferay.expando.kernel.service.ExpandoValueService
- Specified by:
getOSGiServiceIdentifier
in 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
-