Class AssetVocabularyGroupRelServiceBaseImpl
Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portlet.asset.service.base.AssetVocabularyGroupRelServiceBaseImpl
- All Implemented Interfaces:
com.liferay.asset.kernel.service.AssetVocabularyGroupRelService
,com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
,com.liferay.portal.kernel.service.BaseService
- Direct Known Subclasses:
AssetVocabularyGroupRelServiceImpl
public abstract class AssetVocabularyGroupRelServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseServiceImpl
implements com.liferay.asset.kernel.service.AssetVocabularyGroupRelService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
Provides the base implementation for the asset vocabulary group rel 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 AssetVocabularyGroupRelServiceImpl
.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.liferay.asset.kernel.service.AssetVocabularyGroupRelLocalService
protected com.liferay.asset.kernel.service.persistence.AssetVocabularyGroupRelPersistence
protected com.liferay.asset.kernel.service.AssetVocabularyGroupRelService
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.AssetVocabularyGroupRelLocalService
Returns the asset vocabulary group rel local service.com.liferay.asset.kernel.service.persistence.AssetVocabularyGroupRelPersistence
Returns the asset vocabulary group rel persistence.com.liferay.asset.kernel.service.AssetVocabularyGroupRelService
Returns the asset vocabulary group rel 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
setAssetVocabularyGroupRelLocalService
(com.liferay.asset.kernel.service.AssetVocabularyGroupRelLocalService assetVocabularyGroupRelLocalService) Sets the asset vocabulary group rel local service.void
setAssetVocabularyGroupRelPersistence
(com.liferay.asset.kernel.service.persistence.AssetVocabularyGroupRelPersistence assetVocabularyGroupRelPersistence) Sets the asset vocabulary group rel persistence.void
setAssetVocabularyGroupRelService
(com.liferay.asset.kernel.service.AssetVocabularyGroupRelService assetVocabularyGroupRelService) Sets the asset vocabulary group rel 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.AssetVocabularyGroupRelService
addAssetVocabularyGroupRel, getAssetVocabularyGroupRelsByVocabularyId, setAssetVocabularyGroupRels
-
Field Details
-
assetVocabularyGroupRelLocalService
@BeanReference(type=com.liferay.asset.kernel.service.AssetVocabularyGroupRelLocalService.class) protected com.liferay.asset.kernel.service.AssetVocabularyGroupRelLocalService assetVocabularyGroupRelLocalService -
assetVocabularyGroupRelService
@BeanReference(type=com.liferay.asset.kernel.service.AssetVocabularyGroupRelService.class) protected com.liferay.asset.kernel.service.AssetVocabularyGroupRelService assetVocabularyGroupRelService -
assetVocabularyGroupRelPersistence
@BeanReference(type=com.liferay.asset.kernel.service.persistence.AssetVocabularyGroupRelPersistence.class) protected com.liferay.asset.kernel.service.persistence.AssetVocabularyGroupRelPersistence assetVocabularyGroupRelPersistence -
counterLocalService
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
-
-
Constructor Details
-
AssetVocabularyGroupRelServiceBaseImpl
public AssetVocabularyGroupRelServiceBaseImpl()
-
-
Method Details
-
getAssetVocabularyGroupRelLocalService
public com.liferay.asset.kernel.service.AssetVocabularyGroupRelLocalService getAssetVocabularyGroupRelLocalService()Returns the asset vocabulary group rel local service.- Returns:
- the asset vocabulary group rel local service
-
setAssetVocabularyGroupRelLocalService
public void setAssetVocabularyGroupRelLocalService(com.liferay.asset.kernel.service.AssetVocabularyGroupRelLocalService assetVocabularyGroupRelLocalService) Sets the asset vocabulary group rel local service.- Parameters:
assetVocabularyGroupRelLocalService
- the asset vocabulary group rel local service
-
getAssetVocabularyGroupRelService
public com.liferay.asset.kernel.service.AssetVocabularyGroupRelService getAssetVocabularyGroupRelService()Returns the asset vocabulary group rel remote service.- Returns:
- the asset vocabulary group rel remote service
-
setAssetVocabularyGroupRelService
public void setAssetVocabularyGroupRelService(com.liferay.asset.kernel.service.AssetVocabularyGroupRelService assetVocabularyGroupRelService) Sets the asset vocabulary group rel remote service.- Parameters:
assetVocabularyGroupRelService
- the asset vocabulary group rel remote service
-
getAssetVocabularyGroupRelPersistence
public com.liferay.asset.kernel.service.persistence.AssetVocabularyGroupRelPersistence getAssetVocabularyGroupRelPersistence()Returns the asset vocabulary group rel persistence.- Returns:
- the asset vocabulary group rel persistence
-
setAssetVocabularyGroupRelPersistence
public void setAssetVocabularyGroupRelPersistence(com.liferay.asset.kernel.service.persistence.AssetVocabularyGroupRelPersistence assetVocabularyGroupRelPersistence) Sets the asset vocabulary group rel persistence.- Parameters:
assetVocabularyGroupRelPersistence
- the asset vocabulary group rel 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.AssetVocabularyGroupRelService
- 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
-