com.liferay.portlet.tags.service.base
Class TagsVocabularyLocalServiceBaseImpl

java.lang.Object
  extended by com.liferay.portlet.tags.service.base.TagsVocabularyLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.portlet.tags.service.TagsVocabularyLocalService
Direct Known Subclasses:
TagsVocabularyLocalServiceImpl

public abstract class TagsVocabularyLocalServiceBaseImpl
extends java.lang.Object
implements com.liferay.portlet.tags.service.TagsVocabularyLocalService

View Source

Author:
Brian Wing Shun Chan

Field Summary
protected  com.liferay.counter.service.CounterLocalService counterLocalService
           
protected  com.liferay.counter.service.CounterService counterService
           
protected  com.liferay.portal.service.persistence.ResourceFinder resourceFinder
           
protected  com.liferay.portal.service.ResourceLocalService resourceLocalService
           
protected  com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence
           
protected  com.liferay.portal.service.ResourceService resourceService
           
protected  com.liferay.portlet.tags.service.persistence.TagsAssetFinder tagsAssetFinder
           
protected  com.liferay.portlet.tags.service.TagsAssetLocalService tagsAssetLocalService
           
protected  com.liferay.portlet.tags.service.persistence.TagsAssetPersistence tagsAssetPersistence
           
protected  com.liferay.portlet.tags.service.TagsAssetService tagsAssetService
           
protected  com.liferay.portlet.tags.service.persistence.TagsEntryFinder tagsEntryFinder
           
protected  com.liferay.portlet.tags.service.TagsEntryLocalService tagsEntryLocalService
           
protected  com.liferay.portlet.tags.service.persistence.TagsEntryPersistence tagsEntryPersistence
           
protected  com.liferay.portlet.tags.service.TagsEntryService tagsEntryService
           
protected  com.liferay.portlet.tags.service.persistence.TagsPropertyFinder tagsPropertyFinder
           
protected  com.liferay.portlet.tags.service.persistence.TagsPropertyKeyFinder tagsPropertyKeyFinder
           
protected  com.liferay.portlet.tags.service.TagsPropertyLocalService tagsPropertyLocalService
           
protected  com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence tagsPropertyPersistence
           
protected  com.liferay.portlet.tags.service.TagsPropertyService tagsPropertyService
           
protected  com.liferay.portlet.tags.service.TagsSourceLocalService tagsSourceLocalService
           
protected  com.liferay.portlet.tags.service.persistence.TagsSourcePersistence tagsSourcePersistence
           
protected  com.liferay.portlet.tags.service.TagsSourceService tagsSourceService
           
protected  com.liferay.portlet.tags.service.TagsVocabularyLocalService tagsVocabularyLocalService
           
protected  com.liferay.portlet.tags.service.persistence.TagsVocabularyPersistence tagsVocabularyPersistence
           
protected  com.liferay.portlet.tags.service.TagsVocabularyService tagsVocabularyService
           
protected  com.liferay.portal.service.persistence.UserFinder userFinder
           
protected  com.liferay.portal.service.UserLocalService userLocalService
           
protected  com.liferay.portal.service.persistence.UserPersistence userPersistence
           
protected  com.liferay.portal.service.UserService userService
           
 
Constructor Summary
TagsVocabularyLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.portlet.tags.model.TagsVocabulary addTagsVocabulary(com.liferay.portlet.tags.model.TagsVocabulary tagsVocabulary)
           
 com.liferay.portlet.tags.model.TagsVocabulary createTagsVocabulary(long vocabularyId)
           
 void deleteTagsVocabulary(long vocabularyId)
           
 void deleteTagsVocabulary(com.liferay.portlet.tags.model.TagsVocabulary tagsVocabulary)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 com.liferay.counter.service.CounterLocalService getCounterLocalService()
           
 com.liferay.counter.service.CounterService getCounterService()
           
 com.liferay.portal.service.persistence.ResourceFinder getResourceFinder()
           
 com.liferay.portal.service.ResourceLocalService getResourceLocalService()
           
 com.liferay.portal.service.persistence.ResourcePersistence getResourcePersistence()
           
 com.liferay.portal.service.ResourceService getResourceService()
           
 com.liferay.portlet.tags.service.persistence.TagsAssetFinder getTagsAssetFinder()
           
 com.liferay.portlet.tags.service.TagsAssetLocalService getTagsAssetLocalService()
           
 com.liferay.portlet.tags.service.persistence.TagsAssetPersistence getTagsAssetPersistence()
           
 com.liferay.portlet.tags.service.TagsAssetService getTagsAssetService()
           
 com.liferay.portlet.tags.service.persistence.TagsEntryFinder getTagsEntryFinder()
           
 com.liferay.portlet.tags.service.TagsEntryLocalService getTagsEntryLocalService()
           
 com.liferay.portlet.tags.service.persistence.TagsEntryPersistence getTagsEntryPersistence()
           
 com.liferay.portlet.tags.service.TagsEntryService getTagsEntryService()
           
 com.liferay.portlet.tags.service.persistence.TagsPropertyFinder getTagsPropertyFinder()
           
 com.liferay.portlet.tags.service.persistence.TagsPropertyKeyFinder getTagsPropertyKeyFinder()
           
 com.liferay.portlet.tags.service.TagsPropertyLocalService getTagsPropertyLocalService()
           
 com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence getTagsPropertyPersistence()
           
 com.liferay.portlet.tags.service.TagsPropertyService getTagsPropertyService()
           
 com.liferay.portlet.tags.service.TagsSourceLocalService getTagsSourceLocalService()
           
 com.liferay.portlet.tags.service.persistence.TagsSourcePersistence getTagsSourcePersistence()
           
 com.liferay.portlet.tags.service.TagsSourceService getTagsSourceService()
           
 java.util.List<com.liferay.portlet.tags.model.TagsVocabulary> getTagsVocabularies(int start, int end)
           
 int getTagsVocabulariesCount()
           
 com.liferay.portlet.tags.model.TagsVocabulary getTagsVocabulary(long vocabularyId)
           
 com.liferay.portlet.tags.service.TagsVocabularyLocalService getTagsVocabularyLocalService()
           
 com.liferay.portlet.tags.service.persistence.TagsVocabularyPersistence getTagsVocabularyPersistence()
           
 com.liferay.portlet.tags.service.TagsVocabularyService getTagsVocabularyService()
           
 com.liferay.portal.service.persistence.UserFinder getUserFinder()
           
 com.liferay.portal.service.UserLocalService getUserLocalService()
           
 com.liferay.portal.service.persistence.UserPersistence getUserPersistence()
           
 com.liferay.portal.service.UserService getUserService()
           
 void setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)
           
 void setCounterService(com.liferay.counter.service.CounterService counterService)
           
 void setResourceFinder(com.liferay.portal.service.persistence.ResourceFinder resourceFinder)
           
 void setResourceLocalService(com.liferay.portal.service.ResourceLocalService resourceLocalService)
           
 void setResourcePersistence(com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence)
           
 void setResourceService(com.liferay.portal.service.ResourceService resourceService)
           
 void setTagsAssetFinder(com.liferay.portlet.tags.service.persistence.TagsAssetFinder tagsAssetFinder)
           
 void setTagsAssetLocalService(com.liferay.portlet.tags.service.TagsAssetLocalService tagsAssetLocalService)
           
 void setTagsAssetPersistence(com.liferay.portlet.tags.service.persistence.TagsAssetPersistence tagsAssetPersistence)
           
 void setTagsAssetService(com.liferay.portlet.tags.service.TagsAssetService tagsAssetService)
           
 void setTagsEntryFinder(com.liferay.portlet.tags.service.persistence.TagsEntryFinder tagsEntryFinder)
           
 void setTagsEntryLocalService(com.liferay.portlet.tags.service.TagsEntryLocalService tagsEntryLocalService)
           
 void setTagsEntryPersistence(com.liferay.portlet.tags.service.persistence.TagsEntryPersistence tagsEntryPersistence)
           
 void setTagsEntryService(com.liferay.portlet.tags.service.TagsEntryService tagsEntryService)
           
 void setTagsPropertyFinder(com.liferay.portlet.tags.service.persistence.TagsPropertyFinder tagsPropertyFinder)
           
 void setTagsPropertyKeyFinder(com.liferay.portlet.tags.service.persistence.TagsPropertyKeyFinder tagsPropertyKeyFinder)
           
 void setTagsPropertyLocalService(com.liferay.portlet.tags.service.TagsPropertyLocalService tagsPropertyLocalService)
           
 void setTagsPropertyPersistence(com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence tagsPropertyPersistence)
           
 void setTagsPropertyService(com.liferay.portlet.tags.service.TagsPropertyService tagsPropertyService)
           
 void setTagsSourceLocalService(com.liferay.portlet.tags.service.TagsSourceLocalService tagsSourceLocalService)
           
 void setTagsSourcePersistence(com.liferay.portlet.tags.service.persistence.TagsSourcePersistence tagsSourcePersistence)
           
 void setTagsSourceService(com.liferay.portlet.tags.service.TagsSourceService tagsSourceService)
           
 void setTagsVocabularyLocalService(com.liferay.portlet.tags.service.TagsVocabularyLocalService tagsVocabularyLocalService)
           
 void setTagsVocabularyPersistence(com.liferay.portlet.tags.service.persistence.TagsVocabularyPersistence tagsVocabularyPersistence)
           
 void setTagsVocabularyService(com.liferay.portlet.tags.service.TagsVocabularyService tagsVocabularyService)
           
 void setUserFinder(com.liferay.portal.service.persistence.UserFinder userFinder)
           
 void setUserLocalService(com.liferay.portal.service.UserLocalService userLocalService)
           
 void setUserPersistence(com.liferay.portal.service.persistence.UserPersistence userPersistence)
           
 void setUserService(com.liferay.portal.service.UserService userService)
           
 com.liferay.portlet.tags.model.TagsVocabulary updateTagsVocabulary(com.liferay.portlet.tags.model.TagsVocabulary tagsVocabulary)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.tags.service.TagsVocabularyLocalService
addVocabulary, addVocabularyResources, addVocabularyResources, deleteVocabulary, deleteVocabulary, getCompanyVocabularies, getGroupVocabularies, getGroupVocabulary, getVocabulary, updateVocabulary
 

Field Detail

tagsAssetLocalService

@BeanReference(name="com.liferay.portlet.tags.service.TagsAssetLocalService.impl")
protected com.liferay.portlet.tags.service.TagsAssetLocalService tagsAssetLocalService

tagsAssetService

@BeanReference(name="com.liferay.portlet.tags.service.TagsAssetService.impl")
protected com.liferay.portlet.tags.service.TagsAssetService tagsAssetService

tagsAssetPersistence

@BeanReference(name="com.liferay.portlet.tags.service.persistence.TagsAssetPersistence.impl")
protected com.liferay.portlet.tags.service.persistence.TagsAssetPersistence tagsAssetPersistence

tagsAssetFinder

@BeanReference(name="com.liferay.portlet.tags.service.persistence.TagsAssetFinder.impl")
protected com.liferay.portlet.tags.service.persistence.TagsAssetFinder tagsAssetFinder

tagsEntryLocalService

@BeanReference(name="com.liferay.portlet.tags.service.TagsEntryLocalService.impl")
protected com.liferay.portlet.tags.service.TagsEntryLocalService tagsEntryLocalService

tagsEntryService

@BeanReference(name="com.liferay.portlet.tags.service.TagsEntryService.impl")
protected com.liferay.portlet.tags.service.TagsEntryService tagsEntryService

tagsEntryPersistence

@BeanReference(name="com.liferay.portlet.tags.service.persistence.TagsEntryPersistence.impl")
protected com.liferay.portlet.tags.service.persistence.TagsEntryPersistence tagsEntryPersistence

tagsEntryFinder

@BeanReference(name="com.liferay.portlet.tags.service.persistence.TagsEntryFinder.impl")
protected com.liferay.portlet.tags.service.persistence.TagsEntryFinder tagsEntryFinder

tagsPropertyLocalService

@BeanReference(name="com.liferay.portlet.tags.service.TagsPropertyLocalService.impl")
protected com.liferay.portlet.tags.service.TagsPropertyLocalService tagsPropertyLocalService

tagsPropertyService

@BeanReference(name="com.liferay.portlet.tags.service.TagsPropertyService.impl")
protected com.liferay.portlet.tags.service.TagsPropertyService tagsPropertyService

tagsPropertyPersistence

@BeanReference(name="com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence.impl")
protected com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence tagsPropertyPersistence

tagsPropertyFinder

@BeanReference(name="com.liferay.portlet.tags.service.persistence.TagsPropertyFinder.impl")
protected com.liferay.portlet.tags.service.persistence.TagsPropertyFinder tagsPropertyFinder

tagsPropertyKeyFinder

@BeanReference(name="com.liferay.portlet.tags.service.persistence.TagsPropertyKeyFinder.impl")
protected com.liferay.portlet.tags.service.persistence.TagsPropertyKeyFinder tagsPropertyKeyFinder

tagsSourceLocalService

@BeanReference(name="com.liferay.portlet.tags.service.TagsSourceLocalService.impl")
protected com.liferay.portlet.tags.service.TagsSourceLocalService tagsSourceLocalService

tagsSourceService

@BeanReference(name="com.liferay.portlet.tags.service.TagsSourceService.impl")
protected com.liferay.portlet.tags.service.TagsSourceService tagsSourceService

tagsSourcePersistence

@BeanReference(name="com.liferay.portlet.tags.service.persistence.TagsSourcePersistence.impl")
protected com.liferay.portlet.tags.service.persistence.TagsSourcePersistence tagsSourcePersistence

tagsVocabularyLocalService

@BeanReference(name="com.liferay.portlet.tags.service.TagsVocabularyLocalService.impl")
protected com.liferay.portlet.tags.service.TagsVocabularyLocalService tagsVocabularyLocalService

tagsVocabularyService

@BeanReference(name="com.liferay.portlet.tags.service.TagsVocabularyService.impl")
protected com.liferay.portlet.tags.service.TagsVocabularyService tagsVocabularyService

tagsVocabularyPersistence

@BeanReference(name="com.liferay.portlet.tags.service.persistence.TagsVocabularyPersistence.impl")
protected com.liferay.portlet.tags.service.persistence.TagsVocabularyPersistence tagsVocabularyPersistence

counterLocalService

@BeanReference(name="com.liferay.counter.service.CounterLocalService.impl")
protected com.liferay.counter.service.CounterLocalService counterLocalService

counterService

@BeanReference(name="com.liferay.counter.service.CounterService.impl")
protected com.liferay.counter.service.CounterService counterService

resourceLocalService

@BeanReference(name="com.liferay.portal.service.ResourceLocalService.impl")
protected com.liferay.portal.service.ResourceLocalService resourceLocalService

resourceService

@BeanReference(name="com.liferay.portal.service.ResourceService.impl")
protected com.liferay.portal.service.ResourceService resourceService

resourcePersistence

@BeanReference(name="com.liferay.portal.service.persistence.ResourcePersistence.impl")
protected com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence

resourceFinder

@BeanReference(name="com.liferay.portal.service.persistence.ResourceFinder.impl")
protected com.liferay.portal.service.persistence.ResourceFinder resourceFinder

userLocalService

@BeanReference(name="com.liferay.portal.service.UserLocalService.impl")
protected com.liferay.portal.service.UserLocalService userLocalService

userService

@BeanReference(name="com.liferay.portal.service.UserService.impl")
protected com.liferay.portal.service.UserService userService

userPersistence

@BeanReference(name="com.liferay.portal.service.persistence.UserPersistence.impl")
protected com.liferay.portal.service.persistence.UserPersistence userPersistence

userFinder

@BeanReference(name="com.liferay.portal.service.persistence.UserFinder.impl")
protected com.liferay.portal.service.persistence.UserFinder userFinder
Constructor Detail

TagsVocabularyLocalServiceBaseImpl

public TagsVocabularyLocalServiceBaseImpl()
Method Detail

addTagsVocabulary

public com.liferay.portlet.tags.model.TagsVocabulary addTagsVocabulary(com.liferay.portlet.tags.model.TagsVocabulary tagsVocabulary)
                                                                throws com.liferay.portal.SystemException
Specified by:
addTagsVocabulary in interface com.liferay.portlet.tags.service.TagsVocabularyLocalService
Throws:
com.liferay.portal.SystemException

createTagsVocabulary

public com.liferay.portlet.tags.model.TagsVocabulary createTagsVocabulary(long vocabularyId)
Specified by:
createTagsVocabulary in interface com.liferay.portlet.tags.service.TagsVocabularyLocalService

deleteTagsVocabulary

public void deleteTagsVocabulary(long vocabularyId)
                          throws com.liferay.portal.PortalException,
                                 com.liferay.portal.SystemException
Specified by:
deleteTagsVocabulary in interface com.liferay.portlet.tags.service.TagsVocabularyLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteTagsVocabulary

public void deleteTagsVocabulary(com.liferay.portlet.tags.model.TagsVocabulary tagsVocabulary)
                          throws com.liferay.portal.SystemException
Specified by:
deleteTagsVocabulary in interface com.liferay.portlet.tags.service.TagsVocabularyLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                              throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface com.liferay.portlet.tags.service.TagsVocabularyLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                                     int start,
                                                     int end)
                                              throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface com.liferay.portlet.tags.service.TagsVocabularyLocalService
Throws:
com.liferay.portal.SystemException

getTagsVocabulary

public com.liferay.portlet.tags.model.TagsVocabulary getTagsVocabulary(long vocabularyId)
                                                                throws com.liferay.portal.PortalException,
                                                                       com.liferay.portal.SystemException
Specified by:
getTagsVocabulary in interface com.liferay.portlet.tags.service.TagsVocabularyLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getTagsVocabularies

public java.util.List<com.liferay.portlet.tags.model.TagsVocabulary> getTagsVocabularies(int start,
                                                                                         int end)
                                                                                  throws com.liferay.portal.SystemException
Specified by:
getTagsVocabularies in interface com.liferay.portlet.tags.service.TagsVocabularyLocalService
Throws:
com.liferay.portal.SystemException

getTagsVocabulariesCount

public int getTagsVocabulariesCount()
                             throws com.liferay.portal.SystemException
Specified by:
getTagsVocabulariesCount in interface com.liferay.portlet.tags.service.TagsVocabularyLocalService
Throws:
com.liferay.portal.SystemException

updateTagsVocabulary

public com.liferay.portlet.tags.model.TagsVocabulary updateTagsVocabulary(com.liferay.portlet.tags.model.TagsVocabulary tagsVocabulary)
                                                                   throws com.liferay.portal.SystemException
Specified by:
updateTagsVocabulary in interface com.liferay.portlet.tags.service.TagsVocabularyLocalService
Throws:
com.liferay.portal.SystemException

getTagsAssetLocalService

public com.liferay.portlet.tags.service.TagsAssetLocalService getTagsAssetLocalService()

setTagsAssetLocalService

public void setTagsAssetLocalService(com.liferay.portlet.tags.service.TagsAssetLocalService tagsAssetLocalService)

getTagsAssetService

public com.liferay.portlet.tags.service.TagsAssetService getTagsAssetService()

setTagsAssetService

public void setTagsAssetService(com.liferay.portlet.tags.service.TagsAssetService tagsAssetService)

getTagsAssetPersistence

public com.liferay.portlet.tags.service.persistence.TagsAssetPersistence getTagsAssetPersistence()

setTagsAssetPersistence

public void setTagsAssetPersistence(com.liferay.portlet.tags.service.persistence.TagsAssetPersistence tagsAssetPersistence)

getTagsAssetFinder

public com.liferay.portlet.tags.service.persistence.TagsAssetFinder getTagsAssetFinder()

setTagsAssetFinder

public void setTagsAssetFinder(com.liferay.portlet.tags.service.persistence.TagsAssetFinder tagsAssetFinder)

getTagsEntryLocalService

public com.liferay.portlet.tags.service.TagsEntryLocalService getTagsEntryLocalService()

setTagsEntryLocalService

public void setTagsEntryLocalService(com.liferay.portlet.tags.service.TagsEntryLocalService tagsEntryLocalService)

getTagsEntryService

public com.liferay.portlet.tags.service.TagsEntryService getTagsEntryService()

setTagsEntryService

public void setTagsEntryService(com.liferay.portlet.tags.service.TagsEntryService tagsEntryService)

getTagsEntryPersistence

public com.liferay.portlet.tags.service.persistence.TagsEntryPersistence getTagsEntryPersistence()

setTagsEntryPersistence

public void setTagsEntryPersistence(com.liferay.portlet.tags.service.persistence.TagsEntryPersistence tagsEntryPersistence)

getTagsEntryFinder

public com.liferay.portlet.tags.service.persistence.TagsEntryFinder getTagsEntryFinder()

setTagsEntryFinder

public void setTagsEntryFinder(com.liferay.portlet.tags.service.persistence.TagsEntryFinder tagsEntryFinder)

getTagsPropertyLocalService

public com.liferay.portlet.tags.service.TagsPropertyLocalService getTagsPropertyLocalService()

setTagsPropertyLocalService

public void setTagsPropertyLocalService(com.liferay.portlet.tags.service.TagsPropertyLocalService tagsPropertyLocalService)

getTagsPropertyService

public com.liferay.portlet.tags.service.TagsPropertyService getTagsPropertyService()

setTagsPropertyService

public void setTagsPropertyService(com.liferay.portlet.tags.service.TagsPropertyService tagsPropertyService)

getTagsPropertyPersistence

public com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence getTagsPropertyPersistence()

setTagsPropertyPersistence

public void setTagsPropertyPersistence(com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence tagsPropertyPersistence)

getTagsPropertyFinder

public com.liferay.portlet.tags.service.persistence.TagsPropertyFinder getTagsPropertyFinder()

setTagsPropertyFinder

public void setTagsPropertyFinder(com.liferay.portlet.tags.service.persistence.TagsPropertyFinder tagsPropertyFinder)

getTagsPropertyKeyFinder

public com.liferay.portlet.tags.service.persistence.TagsPropertyKeyFinder getTagsPropertyKeyFinder()

setTagsPropertyKeyFinder

public void setTagsPropertyKeyFinder(com.liferay.portlet.tags.service.persistence.TagsPropertyKeyFinder tagsPropertyKeyFinder)

getTagsSourceLocalService

public com.liferay.portlet.tags.service.TagsSourceLocalService getTagsSourceLocalService()

setTagsSourceLocalService

public void setTagsSourceLocalService(com.liferay.portlet.tags.service.TagsSourceLocalService tagsSourceLocalService)

getTagsSourceService

public com.liferay.portlet.tags.service.TagsSourceService getTagsSourceService()

setTagsSourceService

public void setTagsSourceService(com.liferay.portlet.tags.service.TagsSourceService tagsSourceService)

getTagsSourcePersistence

public com.liferay.portlet.tags.service.persistence.TagsSourcePersistence getTagsSourcePersistence()

setTagsSourcePersistence

public void setTagsSourcePersistence(com.liferay.portlet.tags.service.persistence.TagsSourcePersistence tagsSourcePersistence)

getTagsVocabularyLocalService

public com.liferay.portlet.tags.service.TagsVocabularyLocalService getTagsVocabularyLocalService()

setTagsVocabularyLocalService

public void setTagsVocabularyLocalService(com.liferay.portlet.tags.service.TagsVocabularyLocalService tagsVocabularyLocalService)

getTagsVocabularyService

public com.liferay.portlet.tags.service.TagsVocabularyService getTagsVocabularyService()

setTagsVocabularyService

public void setTagsVocabularyService(com.liferay.portlet.tags.service.TagsVocabularyService tagsVocabularyService)

getTagsVocabularyPersistence

public com.liferay.portlet.tags.service.persistence.TagsVocabularyPersistence getTagsVocabularyPersistence()

setTagsVocabularyPersistence

public void setTagsVocabularyPersistence(com.liferay.portlet.tags.service.persistence.TagsVocabularyPersistence tagsVocabularyPersistence)

getCounterLocalService

public com.liferay.counter.service.CounterLocalService getCounterLocalService()

setCounterLocalService

public void setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)

getCounterService

public com.liferay.counter.service.CounterService getCounterService()

setCounterService

public void setCounterService(com.liferay.counter.service.CounterService counterService)

getResourceLocalService

public com.liferay.portal.service.ResourceLocalService getResourceLocalService()

setResourceLocalService

public void setResourceLocalService(com.liferay.portal.service.ResourceLocalService resourceLocalService)

getResourceService

public com.liferay.portal.service.ResourceService getResourceService()

setResourceService

public void setResourceService(com.liferay.portal.service.ResourceService resourceService)

getResourcePersistence

public com.liferay.portal.service.persistence.ResourcePersistence getResourcePersistence()

setResourcePersistence

public void setResourcePersistence(com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence)

getResourceFinder

public com.liferay.portal.service.persistence.ResourceFinder getResourceFinder()

setResourceFinder

public void setResourceFinder(com.liferay.portal.service.persistence.ResourceFinder resourceFinder)

getUserLocalService

public com.liferay.portal.service.UserLocalService getUserLocalService()

setUserLocalService

public void setUserLocalService(com.liferay.portal.service.UserLocalService userLocalService)

getUserService

public com.liferay.portal.service.UserService getUserService()

setUserService

public void setUserService(com.liferay.portal.service.UserService userService)

getUserPersistence

public com.liferay.portal.service.persistence.UserPersistence getUserPersistence()

setUserPersistence

public void setUserPersistence(com.liferay.portal.service.persistence.UserPersistence userPersistence)

getUserFinder

public com.liferay.portal.service.persistence.UserFinder getUserFinder()

setUserFinder

public void setUserFinder(com.liferay.portal.service.persistence.UserFinder userFinder)