Package com.liferay.portal.service.base
Class ClassNameServiceBaseImpl
Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portal.service.base.ClassNameServiceBaseImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService,com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ClassNameService
- Direct Known Subclasses:
ClassNameServiceImpl
public abstract class ClassNameServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseServiceImpl
implements com.liferay.portal.kernel.service.ClassNameService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
Provides the base implementation for the class name 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 ClassNameServiceImpl.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.liferay.portal.kernel.service.ClassNameLocalServiceprotected com.liferay.portal.kernel.service.persistence.ClassNamePersistenceprotected com.liferay.portal.kernel.service.ClassNameServiceprotected com.liferay.counter.kernel.service.CounterLocalServiceFields 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.portal.kernel.service.ClassNameLocalServiceReturns the class name local service.com.liferay.portal.kernel.service.persistence.ClassNamePersistenceReturns the class name persistence.com.liferay.portal.kernel.service.ClassNameServiceReturns the class name remote service.com.liferay.counter.kernel.service.CounterLocalServiceReturns the counter local service.protected Class<?>protected StringReturns the OSGi service identifier.protected voidPerforms a SQL query.voidsetClassNameLocalService(com.liferay.portal.kernel.service.ClassNameLocalService classNameLocalService) Sets the class name local service.voidsetClassNamePersistence(com.liferay.portal.kernel.service.persistence.ClassNamePersistence classNamePersistence) Sets the class name persistence.voidsetClassNameService(com.liferay.portal.kernel.service.ClassNameService classNameService) Sets the class name remote service.voidsetCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService) Sets the counter local 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.portal.kernel.service.ClassNameService
fetchByClassNameId, fetchClassName
-
Field Details
-
classNameLocalService
@BeanReference(type=com.liferay.portal.kernel.service.ClassNameLocalService.class) protected com.liferay.portal.kernel.service.ClassNameLocalService classNameLocalService -
classNameService
@BeanReference(type=com.liferay.portal.kernel.service.ClassNameService.class) protected com.liferay.portal.kernel.service.ClassNameService classNameService -
classNamePersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.ClassNamePersistence.class) protected com.liferay.portal.kernel.service.persistence.ClassNamePersistence classNamePersistence -
counterLocalService
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
-
-
Constructor Details
-
ClassNameServiceBaseImpl
public ClassNameServiceBaseImpl()
-
-
Method Details
-
getClassNameLocalService
public com.liferay.portal.kernel.service.ClassNameLocalService getClassNameLocalService()Returns the class name local service.- Returns:
- the class name local service
-
setClassNameLocalService
public void setClassNameLocalService(com.liferay.portal.kernel.service.ClassNameLocalService classNameLocalService) Sets the class name local service.- Parameters:
classNameLocalService- the class name local service
-
getClassNameService
public com.liferay.portal.kernel.service.ClassNameService getClassNameService()Returns the class name remote service.- Returns:
- the class name remote service
-
setClassNameService
public void setClassNameService(com.liferay.portal.kernel.service.ClassNameService classNameService) Sets the class name remote service.- Parameters:
classNameService- the class name remote service
-
getClassNamePersistence
public com.liferay.portal.kernel.service.persistence.ClassNamePersistence getClassNamePersistence()Returns the class name persistence.- Returns:
- the class name persistence
-
setClassNamePersistence
public void setClassNamePersistence(com.liferay.portal.kernel.service.persistence.ClassNamePersistence classNamePersistence) Sets the class name persistence.- Parameters:
classNamePersistence- the class name 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.portal.kernel.service.ClassNameService- 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
-