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.CounterLocalService
protected com.liferay.expando.kernel.service.ExpandoColumnLocalService
protected com.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence
protected com.liferay.expando.kernel.service.ExpandoColumnService
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.ExpandoColumnLocalService
Returns the expando column local service.com.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence
Returns the expando column persistence.com.liferay.expando.kernel.service.ExpandoColumnService
Returns the expando column 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
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.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.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:
getOSGiServiceIdentifier
in interfacecom.liferay.expando.kernel.service.ExpandoColumnService
- 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
-