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
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in AssetVocabularyServiceImpl.
AssetVocabularyServiceImpl| Modifier and Type | Field and Description |
|---|---|
protected com.liferay.asset.kernel.service.persistence.AssetVocabularyFinder |
assetVocabularyFinder |
protected com.liferay.asset.kernel.service.AssetVocabularyLocalService |
assetVocabularyLocalService |
protected com.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence |
assetVocabularyPersistence |
protected com.liferay.asset.kernel.service.AssetVocabularyService |
assetVocabularyService |
protected com.liferay.counter.kernel.service.CounterLocalService |
counterLocalService |
| Constructor and Description |
|---|
AssetVocabularyServiceBaseImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
destroy() |
com.liferay.asset.kernel.service.persistence.AssetVocabularyFinder |
getAssetVocabularyFinder()
Returns the asset vocabulary finder.
|
com.liferay.asset.kernel.service.AssetVocabularyLocalService |
getAssetVocabularyLocalService()
Returns the asset vocabulary local service.
|
com.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence |
getAssetVocabularyPersistence()
Returns the asset vocabulary persistence.
|
com.liferay.asset.kernel.service.AssetVocabularyService |
getAssetVocabularyService()
Returns the asset vocabulary remote service.
|
com.liferay.counter.kernel.service.CounterLocalService |
getCounterLocalService()
Returns the counter local service.
|
protected Class<?> |
getModelClass() |
protected String |
getModelClassName() |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
protected void |
runSQL(String sql)
Performs a SQL query.
|
void |
setAssetVocabularyFinder(com.liferay.asset.kernel.service.persistence.AssetVocabularyFinder assetVocabularyFinder)
Sets the asset vocabulary finder.
|
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.
|
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddVocabulary, addVocabulary, addVocabulary, addVocabulary, addVocabulary, deleteVocabularies, deleteVocabulary, fetchVocabulary, getGroupsVocabularies, getGroupsVocabularies, getGroupsVocabularies, getGroupVocabularies, getGroupVocabularies, getGroupVocabularies, getGroupVocabularies, getGroupVocabularies, getGroupVocabularies, getGroupVocabularies, getGroupVocabularies, getGroupVocabulariesCount, getGroupVocabulariesCount, getGroupVocabulariesCount, getGroupVocabulariesDisplay, getGroupVocabulariesDisplay, getVocabulary, searchVocabulariesDisplay, searchVocabulariesDisplay, updateVocabulary, updateVocabulary, updateVocabulary, updateVocabulary@BeanReference(type=com.liferay.asset.kernel.service.AssetVocabularyLocalService.class) protected com.liferay.asset.kernel.service.AssetVocabularyLocalService assetVocabularyLocalService
@BeanReference(type=com.liferay.asset.kernel.service.AssetVocabularyService.class) protected com.liferay.asset.kernel.service.AssetVocabularyService assetVocabularyService
@BeanReference(type=com.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence.class) protected com.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence assetVocabularyPersistence
@BeanReference(type=com.liferay.asset.kernel.service.persistence.AssetVocabularyFinder.class) protected com.liferay.asset.kernel.service.persistence.AssetVocabularyFinder assetVocabularyFinder
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
public com.liferay.asset.kernel.service.AssetVocabularyLocalService getAssetVocabularyLocalService()
public void setAssetVocabularyLocalService(com.liferay.asset.kernel.service.AssetVocabularyLocalService assetVocabularyLocalService)
assetVocabularyLocalService - the asset vocabulary local servicepublic com.liferay.asset.kernel.service.AssetVocabularyService getAssetVocabularyService()
public void setAssetVocabularyService(com.liferay.asset.kernel.service.AssetVocabularyService assetVocabularyService)
assetVocabularyService - the asset vocabulary remote servicepublic com.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence getAssetVocabularyPersistence()
public void setAssetVocabularyPersistence(com.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence assetVocabularyPersistence)
assetVocabularyPersistence - the asset vocabulary persistencepublic com.liferay.asset.kernel.service.persistence.AssetVocabularyFinder getAssetVocabularyFinder()
public void setAssetVocabularyFinder(com.liferay.asset.kernel.service.persistence.AssetVocabularyFinder assetVocabularyFinder)
assetVocabularyFinder - the asset vocabulary finderpublic com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface com.liferay.asset.kernel.service.AssetVocabularyServicegetOSGiServiceIdentifier in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiServiceprotected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql - the sql query