Package com.liferay.portal.service.base
Class ListTypeServiceBaseImpl
Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portal.service.base.ListTypeServiceBaseImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.ListTypeService
- Direct Known Subclasses:
ListTypeServiceImpl
public abstract class ListTypeServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseServiceImpl
implements com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.ListTypeService
Provides the base implementation for the list type 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 ListTypeServiceImpl
.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.liferay.counter.kernel.service.CounterLocalService
protected com.liferay.portal.kernel.service.ListTypeLocalService
protected com.liferay.portal.kernel.service.persistence.ListTypePersistence
protected com.liferay.portal.kernel.service.ListTypeService
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.portal.kernel.service.ListTypeLocalService
Returns the list type local service.com.liferay.portal.kernel.service.persistence.ListTypePersistence
Returns the list type persistence.com.liferay.portal.kernel.service.ListTypeService
Returns the list type 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
setListTypeLocalService
(com.liferay.portal.kernel.service.ListTypeLocalService listTypeLocalService) Sets the list type local service.void
setListTypePersistence
(com.liferay.portal.kernel.service.persistence.ListTypePersistence listTypePersistence) Sets the list type persistence.void
setListTypeService
(com.liferay.portal.kernel.service.ListTypeService listTypeService) Sets the list type 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.portal.kernel.service.ListTypeService
getListType, getListType, getListTypeId, getListTypes, validate, validate
-
Field Details
-
listTypeLocalService
@BeanReference(type=com.liferay.portal.kernel.service.ListTypeLocalService.class) protected com.liferay.portal.kernel.service.ListTypeLocalService listTypeLocalService -
listTypeService
@BeanReference(type=com.liferay.portal.kernel.service.ListTypeService.class) protected com.liferay.portal.kernel.service.ListTypeService listTypeService -
listTypePersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.ListTypePersistence.class) protected com.liferay.portal.kernel.service.persistence.ListTypePersistence listTypePersistence -
counterLocalService
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
-
-
Constructor Details
-
ListTypeServiceBaseImpl
public ListTypeServiceBaseImpl()
-
-
Method Details
-
getListTypeLocalService
public com.liferay.portal.kernel.service.ListTypeLocalService getListTypeLocalService()Returns the list type local service.- Returns:
- the list type local service
-
setListTypeLocalService
public void setListTypeLocalService(com.liferay.portal.kernel.service.ListTypeLocalService listTypeLocalService) Sets the list type local service.- Parameters:
listTypeLocalService
- the list type local service
-
getListTypeService
public com.liferay.portal.kernel.service.ListTypeService getListTypeService()Returns the list type remote service.- Returns:
- the list type remote service
-
setListTypeService
public void setListTypeService(com.liferay.portal.kernel.service.ListTypeService listTypeService) Sets the list type remote service.- Parameters:
listTypeService
- the list type remote service
-
getListTypePersistence
public com.liferay.portal.kernel.service.persistence.ListTypePersistence getListTypePersistence()Returns the list type persistence.- Returns:
- the list type persistence
-
setListTypePersistence
public void setListTypePersistence(com.liferay.portal.kernel.service.persistence.ListTypePersistence listTypePersistence) Sets the list type persistence.- Parameters:
listTypePersistence
- the list type 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.portal.kernel.module.framework.service.IdentifiableOSGiService
- Specified by:
getOSGiServiceIdentifier
in interfacecom.liferay.portal.kernel.service.ListTypeService
- Returns:
- the OSGi service identifier
-
getModelClass
-
getModelClassName
-
runSQL
Performs a SQL query.- Parameters:
sql
- the sql query
-