Class AssetVocabularyServiceBaseImpl
Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portlet.asset.service.base.AssetVocabularyServiceBaseImpl
- All Implemented Interfaces:
com.liferay.asset.kernel.service.AssetVocabularyService,com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService,com.liferay.portal.kernel.service.BaseService
- Direct Known Subclasses:
AssetVocabularyServiceImpl
public abstract class AssetVocabularyServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseServiceImpl
implements com.liferay.asset.kernel.service.AssetVocabularyService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
Provides the base implementation for the asset vocabulary 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 AssetVocabularyServiceImpl.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.liferay.asset.kernel.service.AssetVocabularyLocalServiceprotected com.liferay.asset.kernel.service.persistence.AssetVocabularyPersistenceprotected com.liferay.asset.kernel.service.AssetVocabularyServiceprotected 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.asset.kernel.service.AssetVocabularyLocalServiceReturns the asset vocabulary local service.com.liferay.asset.kernel.service.persistence.AssetVocabularyPersistenceReturns the asset vocabulary persistence.com.liferay.asset.kernel.service.AssetVocabularyServiceReturns the asset vocabulary 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.voidsetAssetVocabularyLocalService(com.liferay.asset.kernel.service.AssetVocabularyLocalService assetVocabularyLocalService) Sets the asset vocabulary local service.voidsetAssetVocabularyPersistence(com.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence assetVocabularyPersistence) Sets the asset vocabulary persistence.voidsetAssetVocabularyService(com.liferay.asset.kernel.service.AssetVocabularyService assetVocabularyService) Sets the asset vocabulary 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.asset.kernel.service.AssetVocabularyService
addVocabulary, addVocabulary, addVocabulary, addVocabulary, addVocabulary, deleteVocabularies, deleteVocabulary, fetchVocabulary, getAssetVocabularyByExternalReferenceCode, getGroupsVocabularies, getGroupsVocabularies, getGroupsVocabularies, getGroupVocabularies, getGroupVocabularies, getGroupVocabularies, getGroupVocabularies, getGroupVocabularies, getGroupVocabularies, getGroupVocabularies, getGroupVocabularies, getGroupVocabulariesCount, getGroupVocabulariesCount, getGroupVocabulariesCount, getGroupVocabulariesDisplay, getGroupVocabulariesDisplay, getVocabulary, searchVocabulariesDisplay, searchVocabulariesDisplay, updateVocabulary, updateVocabulary, updateVocabulary
-
Field Details
-
assetVocabularyLocalService
@BeanReference(type=com.liferay.asset.kernel.service.AssetVocabularyLocalService.class) protected com.liferay.asset.kernel.service.AssetVocabularyLocalService assetVocabularyLocalService -
assetVocabularyService
@BeanReference(type=com.liferay.asset.kernel.service.AssetVocabularyService.class) protected com.liferay.asset.kernel.service.AssetVocabularyService assetVocabularyService -
assetVocabularyPersistence
@BeanReference(type=com.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence.class) protected com.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence assetVocabularyPersistence -
counterLocalService
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
-
-
Constructor Details
-
AssetVocabularyServiceBaseImpl
public AssetVocabularyServiceBaseImpl()
-
-
Method Details
-
getAssetVocabularyLocalService
public com.liferay.asset.kernel.service.AssetVocabularyLocalService getAssetVocabularyLocalService()Returns the asset vocabulary local service.- Returns:
- the asset vocabulary local service
-
setAssetVocabularyLocalService
public void setAssetVocabularyLocalService(com.liferay.asset.kernel.service.AssetVocabularyLocalService assetVocabularyLocalService) Sets the asset vocabulary local service.- Parameters:
assetVocabularyLocalService- the asset vocabulary local service
-
getAssetVocabularyService
public com.liferay.asset.kernel.service.AssetVocabularyService getAssetVocabularyService()Returns the asset vocabulary remote service.- Returns:
- the asset vocabulary remote service
-
setAssetVocabularyService
public void setAssetVocabularyService(com.liferay.asset.kernel.service.AssetVocabularyService assetVocabularyService) Sets the asset vocabulary remote service.- Parameters:
assetVocabularyService- the asset vocabulary remote service
-
getAssetVocabularyPersistence
public com.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence getAssetVocabularyPersistence()Returns the asset vocabulary persistence.- Returns:
- the asset vocabulary persistence
-
setAssetVocabularyPersistence
public void setAssetVocabularyPersistence(com.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence assetVocabularyPersistence) Sets the asset vocabulary persistence.- Parameters:
assetVocabularyPersistence- the asset vocabulary 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.asset.kernel.service.AssetVocabularyService- 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
-