com.liferay.portlet.imagegallery.service.base
Class IGFolderServiceBaseImpl

java.lang.Object
  extended by com.liferay.portal.service.impl.PrincipalBean
      extended by com.liferay.portlet.imagegallery.service.base.IGFolderServiceBaseImpl
All Implemented Interfaces:
com.liferay.portlet.imagegallery.service.IGFolderService, org.springframework.beans.factory.InitializingBean
Direct Known Subclasses:
IGFolderServiceImpl

public abstract class IGFolderServiceBaseImpl
extends PrincipalBean
implements com.liferay.portlet.imagegallery.service.IGFolderService, org.springframework.beans.factory.InitializingBean

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.portlet.imagegallery.service.IGFolderLocalService igFolderLocalService
           
protected  com.liferay.portlet.imagegallery.service.persistence.IGFolderPersistence igFolderPersistence
           
protected  com.liferay.portlet.imagegallery.service.persistence.IGImageFinder igImageFinder
           
protected  com.liferay.portlet.imagegallery.service.IGImageLocalService igImageLocalService
           
protected  com.liferay.portlet.imagegallery.service.persistence.IGImagePersistence igImagePersistence
           
protected  com.liferay.portlet.imagegallery.service.IGImageService igImageService
           
protected  com.liferay.portal.service.persistence.LayoutFinder layoutFinder
           
protected  com.liferay.portal.service.LayoutLocalService layoutLocalService
           
protected  com.liferay.portal.service.persistence.LayoutPersistence layoutPersistence
           
protected  com.liferay.portal.service.LayoutService layoutService
           
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.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.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
           
 
Fields inherited from class com.liferay.portal.service.impl.PrincipalBean
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
IGFolderServiceBaseImpl()
           
 
Method Summary
 void afterPropertiesSet()
           
 com.liferay.counter.service.CounterLocalService getCounterLocalService()
           
 com.liferay.counter.service.CounterService getCounterService()
           
 com.liferay.portlet.imagegallery.service.IGFolderLocalService getIGFolderLocalService()
           
 com.liferay.portlet.imagegallery.service.persistence.IGFolderPersistence getIGFolderPersistence()
           
 com.liferay.portlet.imagegallery.service.persistence.IGImageFinder getIGImageFinder()
           
 com.liferay.portlet.imagegallery.service.IGImageLocalService getIGImageLocalService()
           
 com.liferay.portlet.imagegallery.service.persistence.IGImagePersistence getIGImagePersistence()
           
 com.liferay.portlet.imagegallery.service.IGImageService getIGImageService()
           
 com.liferay.portal.service.persistence.LayoutFinder getLayoutFinder()
           
 com.liferay.portal.service.LayoutLocalService getLayoutLocalService()
           
 com.liferay.portal.service.persistence.LayoutPersistence getLayoutPersistence()
           
 com.liferay.portal.service.LayoutService getLayoutService()
           
 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.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.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 setIGFolderLocalService(com.liferay.portlet.imagegallery.service.IGFolderLocalService igFolderLocalService)
           
 void setIGFolderPersistence(com.liferay.portlet.imagegallery.service.persistence.IGFolderPersistence igFolderPersistence)
           
 void setIGImageFinder(com.liferay.portlet.imagegallery.service.persistence.IGImageFinder igImageFinder)
           
 void setIGImageLocalService(com.liferay.portlet.imagegallery.service.IGImageLocalService igImageLocalService)
           
 void setIGImagePersistence(com.liferay.portlet.imagegallery.service.persistence.IGImagePersistence igImagePersistence)
           
 void setIGImageService(com.liferay.portlet.imagegallery.service.IGImageService igImageService)
           
 void setLayoutFinder(com.liferay.portal.service.persistence.LayoutFinder layoutFinder)
           
 void setLayoutLocalService(com.liferay.portal.service.LayoutLocalService layoutLocalService)
           
 void setLayoutPersistence(com.liferay.portal.service.persistence.LayoutPersistence layoutPersistence)
           
 void setLayoutService(com.liferay.portal.service.LayoutService layoutService)
           
 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 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 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)
           
 
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
 
Methods inherited from interface com.liferay.portlet.imagegallery.service.IGFolderService
addFolder, addFolder, copyFolder, deleteFolder, getFolder, getFolder, getFolders, updateFolder
 

Field Detail

igFolderLocalService

protected com.liferay.portlet.imagegallery.service.IGFolderLocalService igFolderLocalService

igFolderPersistence

protected com.liferay.portlet.imagegallery.service.persistence.IGFolderPersistence igFolderPersistence

igImageLocalService

protected com.liferay.portlet.imagegallery.service.IGImageLocalService igImageLocalService

igImageService

protected com.liferay.portlet.imagegallery.service.IGImageService igImageService

igImagePersistence

protected com.liferay.portlet.imagegallery.service.persistence.IGImagePersistence igImagePersistence

igImageFinder

protected com.liferay.portlet.imagegallery.service.persistence.IGImageFinder igImageFinder

counterLocalService

protected com.liferay.counter.service.CounterLocalService counterLocalService

counterService

protected com.liferay.counter.service.CounterService counterService

layoutLocalService

protected com.liferay.portal.service.LayoutLocalService layoutLocalService

layoutService

protected com.liferay.portal.service.LayoutService layoutService

layoutPersistence

protected com.liferay.portal.service.persistence.LayoutPersistence layoutPersistence

layoutFinder

protected com.liferay.portal.service.persistence.LayoutFinder layoutFinder

resourceLocalService

protected com.liferay.portal.service.ResourceLocalService resourceLocalService

resourceService

protected com.liferay.portal.service.ResourceService resourceService

resourcePersistence

protected com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence

resourceFinder

protected com.liferay.portal.service.persistence.ResourceFinder resourceFinder

userLocalService

protected com.liferay.portal.service.UserLocalService userLocalService

userService

protected com.liferay.portal.service.UserService userService

userPersistence

protected com.liferay.portal.service.persistence.UserPersistence userPersistence

userFinder

protected com.liferay.portal.service.persistence.UserFinder userFinder

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
Constructor Detail

IGFolderServiceBaseImpl

public IGFolderServiceBaseImpl()
Method Detail

getIGFolderLocalService

public com.liferay.portlet.imagegallery.service.IGFolderLocalService getIGFolderLocalService()

setIGFolderLocalService

public void setIGFolderLocalService(com.liferay.portlet.imagegallery.service.IGFolderLocalService igFolderLocalService)

getIGFolderPersistence

public com.liferay.portlet.imagegallery.service.persistence.IGFolderPersistence getIGFolderPersistence()

setIGFolderPersistence

public void setIGFolderPersistence(com.liferay.portlet.imagegallery.service.persistence.IGFolderPersistence igFolderPersistence)

getIGImageLocalService

public com.liferay.portlet.imagegallery.service.IGImageLocalService getIGImageLocalService()

setIGImageLocalService

public void setIGImageLocalService(com.liferay.portlet.imagegallery.service.IGImageLocalService igImageLocalService)

getIGImageService

public com.liferay.portlet.imagegallery.service.IGImageService getIGImageService()

setIGImageService

public void setIGImageService(com.liferay.portlet.imagegallery.service.IGImageService igImageService)

getIGImagePersistence

public com.liferay.portlet.imagegallery.service.persistence.IGImagePersistence getIGImagePersistence()

setIGImagePersistence

public void setIGImagePersistence(com.liferay.portlet.imagegallery.service.persistence.IGImagePersistence igImagePersistence)

getIGImageFinder

public com.liferay.portlet.imagegallery.service.persistence.IGImageFinder getIGImageFinder()

setIGImageFinder

public void setIGImageFinder(com.liferay.portlet.imagegallery.service.persistence.IGImageFinder igImageFinder)

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)

getLayoutLocalService

public com.liferay.portal.service.LayoutLocalService getLayoutLocalService()

setLayoutLocalService

public void setLayoutLocalService(com.liferay.portal.service.LayoutLocalService layoutLocalService)

getLayoutService

public com.liferay.portal.service.LayoutService getLayoutService()

setLayoutService

public void setLayoutService(com.liferay.portal.service.LayoutService layoutService)

getLayoutPersistence

public com.liferay.portal.service.persistence.LayoutPersistence getLayoutPersistence()

setLayoutPersistence

public void setLayoutPersistence(com.liferay.portal.service.persistence.LayoutPersistence layoutPersistence)

getLayoutFinder

public com.liferay.portal.service.persistence.LayoutFinder getLayoutFinder()

setLayoutFinder

public void setLayoutFinder(com.liferay.portal.service.persistence.LayoutFinder layoutFinder)

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)

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)

afterPropertiesSet

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