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.AssetCategoryFinder |
assetCategoryFinder |
protected com.liferay.asset.kernel.service.AssetCategoryLocalService |
assetCategoryLocalService |
protected com.liferay.asset.kernel.service.persistence.AssetCategoryPersistence |
assetCategoryPersistence |
protected com.liferay.asset.kernel.service.AssetCategoryService |
assetCategoryService |
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 |
protected com.liferay.portal.kernel.service.persistence.GroupFinder |
groupFinder |
protected com.liferay.portal.kernel.service.GroupLocalService |
groupLocalService |
protected com.liferay.portal.kernel.service.persistence.GroupPersistence |
groupPersistence |
protected com.liferay.portal.kernel.service.GroupService |
groupService |
protected com.liferay.portal.kernel.service.ResourceLocalService |
resourceLocalService |
protected com.liferay.portal.kernel.service.persistence.UserFinder |
userFinder |
protected com.liferay.portal.kernel.service.UserLocalService |
userLocalService |
protected com.liferay.portal.kernel.service.persistence.UserPersistence |
userPersistence |
protected com.liferay.portal.kernel.service.UserService |
userService |
Constructor and Description |
---|
AssetVocabularyServiceBaseImpl() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
void |
destroy() |
com.liferay.asset.kernel.service.persistence.AssetCategoryFinder |
getAssetCategoryFinder()
Returns the asset category finder.
|
com.liferay.asset.kernel.service.AssetCategoryLocalService |
getAssetCategoryLocalService()
Returns the asset category local service.
|
com.liferay.asset.kernel.service.persistence.AssetCategoryPersistence |
getAssetCategoryPersistence()
Returns the asset category persistence.
|
com.liferay.asset.kernel.service.AssetCategoryService |
getAssetCategoryService()
Returns the asset category remote service.
|
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.
|
com.liferay.portal.kernel.service.persistence.GroupFinder |
getGroupFinder()
Returns the group finder.
|
com.liferay.portal.kernel.service.GroupLocalService |
getGroupLocalService()
Returns the group local service.
|
com.liferay.portal.kernel.service.persistence.GroupPersistence |
getGroupPersistence()
Returns the group persistence.
|
com.liferay.portal.kernel.service.GroupService |
getGroupService()
Returns the group remote service.
|
protected Class<?> |
getModelClass() |
protected String |
getModelClassName() |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.service.ResourceLocalService |
getResourceLocalService()
Returns the resource local service.
|
com.liferay.portal.kernel.service.persistence.UserFinder |
getUserFinder()
Returns the user finder.
|
com.liferay.portal.kernel.service.UserLocalService |
getUserLocalService()
Returns the user local service.
|
com.liferay.portal.kernel.service.persistence.UserPersistence |
getUserPersistence()
Returns the user persistence.
|
com.liferay.portal.kernel.service.UserService |
getUserService()
Returns the user remote service.
|
protected void |
runSQL(String sql)
Performs a SQL query.
|
void |
setAssetCategoryFinder(com.liferay.asset.kernel.service.persistence.AssetCategoryFinder assetCategoryFinder)
Sets the asset category finder.
|
void |
setAssetCategoryLocalService(com.liferay.asset.kernel.service.AssetCategoryLocalService assetCategoryLocalService)
Sets the asset category local service.
|
void |
setAssetCategoryPersistence(com.liferay.asset.kernel.service.persistence.AssetCategoryPersistence assetCategoryPersistence)
Sets the asset category persistence.
|
void |
setAssetCategoryService(com.liferay.asset.kernel.service.AssetCategoryService assetCategoryService)
Sets the asset category remote service.
|
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.
|
void |
setGroupFinder(com.liferay.portal.kernel.service.persistence.GroupFinder groupFinder)
Sets the group finder.
|
void |
setGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService)
Sets the group local service.
|
void |
setGroupPersistence(com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence)
Sets the group persistence.
|
void |
setGroupService(com.liferay.portal.kernel.service.GroupService groupService)
Sets the group remote service.
|
void |
setResourceLocalService(com.liferay.portal.kernel.service.ResourceLocalService resourceLocalService)
Sets the resource local service.
|
void |
setUserFinder(com.liferay.portal.kernel.service.persistence.UserFinder userFinder)
Sets the user finder.
|
void |
setUserLocalService(com.liferay.portal.kernel.service.UserLocalService userLocalService)
Sets the user local service.
|
void |
setUserPersistence(com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence)
Sets the user persistence.
|
void |
setUserService(com.liferay.portal.kernel.service.UserService userService)
Sets the user remote service.
|
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addVocabulary, addVocabulary, addVocabulary, deleteVocabularies, deleteVocabulary, fetchVocabulary, getGroupsVocabularies, getGroupsVocabularies, getGroupsVocabularies, getGroupVocabularies, getGroupVocabularies, getGroupVocabularies, getGroupVocabularies, getGroupVocabularies, getGroupVocabularies, getGroupVocabulariesCount, getGroupVocabulariesCount, getGroupVocabulariesCount, getGroupVocabulariesDisplay, getGroupVocabulariesDisplay, getVocabulary, searchVocabulariesDisplay, searchVocabulariesDisplay, 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
@BeanReference(type=com.liferay.portal.kernel.service.GroupLocalService.class) protected com.liferay.portal.kernel.service.GroupLocalService groupLocalService
@BeanReference(type=com.liferay.portal.kernel.service.GroupService.class) protected com.liferay.portal.kernel.service.GroupService groupService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.GroupPersistence.class) protected com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.GroupFinder.class) protected com.liferay.portal.kernel.service.persistence.GroupFinder groupFinder
@BeanReference(type=com.liferay.portal.kernel.service.ResourceLocalService.class) protected com.liferay.portal.kernel.service.ResourceLocalService resourceLocalService
@BeanReference(type=com.liferay.portal.kernel.service.UserLocalService.class) protected com.liferay.portal.kernel.service.UserLocalService userLocalService
@BeanReference(type=com.liferay.portal.kernel.service.UserService.class) protected com.liferay.portal.kernel.service.UserService userService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserPersistence.class) protected com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserFinder.class) protected com.liferay.portal.kernel.service.persistence.UserFinder userFinder
@BeanReference(type=com.liferay.asset.kernel.service.AssetCategoryLocalService.class) protected com.liferay.asset.kernel.service.AssetCategoryLocalService assetCategoryLocalService
@BeanReference(type=com.liferay.asset.kernel.service.AssetCategoryService.class) protected com.liferay.asset.kernel.service.AssetCategoryService assetCategoryService
@BeanReference(type=com.liferay.asset.kernel.service.persistence.AssetCategoryPersistence.class) protected com.liferay.asset.kernel.service.persistence.AssetCategoryPersistence assetCategoryPersistence
@BeanReference(type=com.liferay.asset.kernel.service.persistence.AssetCategoryFinder.class) protected com.liferay.asset.kernel.service.persistence.AssetCategoryFinder assetCategoryFinder
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 com.liferay.portal.kernel.service.GroupLocalService getGroupLocalService()
public void setGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService)
groupLocalService
- the group local servicepublic com.liferay.portal.kernel.service.GroupService getGroupService()
public void setGroupService(com.liferay.portal.kernel.service.GroupService groupService)
groupService
- the group remote servicepublic com.liferay.portal.kernel.service.persistence.GroupPersistence getGroupPersistence()
public void setGroupPersistence(com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence)
groupPersistence
- the group persistencepublic com.liferay.portal.kernel.service.persistence.GroupFinder getGroupFinder()
public void setGroupFinder(com.liferay.portal.kernel.service.persistence.GroupFinder groupFinder)
groupFinder
- the group finderpublic com.liferay.portal.kernel.service.ResourceLocalService getResourceLocalService()
public void setResourceLocalService(com.liferay.portal.kernel.service.ResourceLocalService resourceLocalService)
resourceLocalService
- the resource local servicepublic com.liferay.portal.kernel.service.UserLocalService getUserLocalService()
public void setUserLocalService(com.liferay.portal.kernel.service.UserLocalService userLocalService)
userLocalService
- the user local servicepublic com.liferay.portal.kernel.service.UserService getUserService()
public void setUserService(com.liferay.portal.kernel.service.UserService userService)
userService
- the user remote servicepublic com.liferay.portal.kernel.service.persistence.UserPersistence getUserPersistence()
public void setUserPersistence(com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence)
userPersistence
- the user persistencepublic com.liferay.portal.kernel.service.persistence.UserFinder getUserFinder()
public void setUserFinder(com.liferay.portal.kernel.service.persistence.UserFinder userFinder)
userFinder
- the user finderpublic com.liferay.asset.kernel.service.AssetCategoryLocalService getAssetCategoryLocalService()
public void setAssetCategoryLocalService(com.liferay.asset.kernel.service.AssetCategoryLocalService assetCategoryLocalService)
assetCategoryLocalService
- the asset category local servicepublic com.liferay.asset.kernel.service.AssetCategoryService getAssetCategoryService()
public void setAssetCategoryService(com.liferay.asset.kernel.service.AssetCategoryService assetCategoryService)
assetCategoryService
- the asset category remote servicepublic com.liferay.asset.kernel.service.persistence.AssetCategoryPersistence getAssetCategoryPersistence()
public void setAssetCategoryPersistence(com.liferay.asset.kernel.service.persistence.AssetCategoryPersistence assetCategoryPersistence)
assetCategoryPersistence
- the asset category persistencepublic com.liferay.asset.kernel.service.persistence.AssetCategoryFinder getAssetCategoryFinder()
public void setAssetCategoryFinder(com.liferay.asset.kernel.service.persistence.AssetCategoryFinder assetCategoryFinder)
assetCategoryFinder
- the asset category finderpublic void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface com.liferay.asset.kernel.service.AssetVocabularyService
getOSGiServiceIdentifier
in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
protected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql
- the sql query