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.AssetVocabularyLocalService
protected com.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence
protected com.liferay.asset.kernel.service.AssetVocabularyService
protected com.liferay.counter.kernel.service.CounterLocalService
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.asset.kernel.service.AssetVocabularyLocalService
Returns the asset vocabulary local service.com.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence
Returns the asset vocabulary persistence.com.liferay.asset.kernel.service.AssetVocabularyService
Returns the asset vocabulary remote service.com.liferay.counter.kernel.service.CounterLocalService
Returns the counter local service.protected Class<?>
protected String
Returns the OSGi service identifier.protected void
Performs a SQL query.void
setAssetVocabularyLocalService
(com.liferay.asset.kernel.service.AssetVocabularyLocalService assetVocabularyLocalService) Sets the asset vocabulary local service.void
setAssetVocabularyPersistence
(com.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence assetVocabularyPersistence) Sets the asset vocabulary persistence.void
setAssetVocabularyService
(com.liferay.asset.kernel.service.AssetVocabularyService assetVocabularyService) Sets the asset vocabulary remote service.void
setCounterLocalService
(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, 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.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:
getOSGiServiceIdentifier
in interfacecom.liferay.asset.kernel.service.AssetVocabularyService
- 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
-