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

java.lang.Object
  extended by com.liferay.portal.service.impl.PrincipalBean
      extended by com.liferay.portlet.tags.service.base.TagsSourceServiceBaseImpl
All Implemented Interfaces:
com.liferay.portlet.tags.service.TagsSourceService, org.springframework.beans.factory.InitializingBean
Direct Known Subclasses:
TagsSourceServiceImpl

public abstract class TagsSourceServiceBaseImpl
extends PrincipalBean
implements com.liferay.portlet.tags.service.TagsSourceService, org.springframework.beans.factory.InitializingBean

View Source

Author:
Brian Wing Shun Chan

Field Summary
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
           
 
Fields inherited from class com.liferay.portal.service.impl.PrincipalBean
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
TagsSourceServiceBaseImpl()
           
 
Method Summary
 void afterPropertiesSet()
           
 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()
           
 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)
           
 
Methods inherited from class com.liferay.portal.service.impl.PrincipalBean
getGuestOrUserId, getPermissionChecker, getUser, getUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tagsAssetLocalService

protected com.liferay.portlet.tags.service.TagsAssetLocalService tagsAssetLocalService

tagsAssetService

protected com.liferay.portlet.tags.service.TagsAssetService tagsAssetService

tagsAssetPersistence

protected com.liferay.portlet.tags.service.persistence.TagsAssetPersistence tagsAssetPersistence

tagsAssetFinder

protected com.liferay.portlet.tags.service.persistence.TagsAssetFinder tagsAssetFinder

tagsEntryLocalService

protected com.liferay.portlet.tags.service.TagsEntryLocalService tagsEntryLocalService

tagsEntryService

protected com.liferay.portlet.tags.service.TagsEntryService tagsEntryService

tagsEntryPersistence

protected com.liferay.portlet.tags.service.persistence.TagsEntryPersistence tagsEntryPersistence

tagsEntryFinder

protected com.liferay.portlet.tags.service.persistence.TagsEntryFinder tagsEntryFinder

tagsPropertyLocalService

protected com.liferay.portlet.tags.service.TagsPropertyLocalService tagsPropertyLocalService

tagsPropertyService

protected com.liferay.portlet.tags.service.TagsPropertyService tagsPropertyService

tagsPropertyPersistence

protected com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence tagsPropertyPersistence

tagsPropertyFinder

protected com.liferay.portlet.tags.service.persistence.TagsPropertyFinder tagsPropertyFinder

tagsPropertyKeyFinder

protected com.liferay.portlet.tags.service.persistence.TagsPropertyKeyFinder tagsPropertyKeyFinder

tagsSourceLocalService

protected com.liferay.portlet.tags.service.TagsSourceLocalService tagsSourceLocalService

tagsSourcePersistence

protected com.liferay.portlet.tags.service.persistence.TagsSourcePersistence tagsSourcePersistence
Constructor Detail

TagsSourceServiceBaseImpl

public TagsSourceServiceBaseImpl()
Method Detail

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)

getTagsSourcePersistence

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

setTagsSourcePersistence

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

afterPropertiesSet

public void afterPropertiesSet()
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean