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

java.lang.Object
  extended by com.liferay.portlet.imagegallery.service.base.IGFolderLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.portlet.imagegallery.service.IGFolderLocalService, org.springframework.beans.factory.InitializingBean
Direct Known Subclasses:
IGFolderLocalServiceImpl

public abstract class IGFolderLocalServiceBaseImpl
extends java.lang.Object
implements com.liferay.portlet.imagegallery.service.IGFolderLocalService, 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.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
           
 
Constructor Summary
IGFolderLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.portlet.imagegallery.model.IGFolder addIGFolder(com.liferay.portlet.imagegallery.model.IGFolder igFolder)
           
 void afterPropertiesSet()
           
 void deleteIGFolder(com.liferay.portlet.imagegallery.model.IGFolder igFolder)
           
 void deleteIGFolder(long folderId)
           
 java.util.List<com.liferay.portlet.imagegallery.model.IGFolder> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
           
 java.util.List<com.liferay.portlet.imagegallery.model.IGFolder> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end)
           
 com.liferay.counter.service.CounterLocalService getCounterLocalService()
           
 com.liferay.counter.service.CounterService getCounterService()
           
 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 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)
           
 com.liferay.portlet.imagegallery.model.IGFolder updateIGFolder(com.liferay.portlet.imagegallery.model.IGFolder igFolder)
           
 
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.IGFolderLocalService
addFolder, addFolder, addFolder, addFolder, addFolderResources, addFolderResources, addFolderResources, addFolderResources, addFolderToGroup, deleteFolder, deleteFolder, deleteFolders, getFolder, getFolder, getFolders, getFolders, getFolders, getFoldersCount, getSubfolderIds, reIndex, search, updateFolder
 

Field Detail

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

IGFolderLocalServiceBaseImpl

public IGFolderLocalServiceBaseImpl()
Method Detail

addIGFolder

public com.liferay.portlet.imagegallery.model.IGFolder addIGFolder(com.liferay.portlet.imagegallery.model.IGFolder igFolder)
                                                            throws com.liferay.portal.SystemException
Specified by:
addIGFolder in interface com.liferay.portlet.imagegallery.service.IGFolderLocalService
Throws:
com.liferay.portal.SystemException

deleteIGFolder

public void deleteIGFolder(long folderId)
                    throws com.liferay.portal.PortalException,
                           com.liferay.portal.SystemException
Specified by:
deleteIGFolder in interface com.liferay.portlet.imagegallery.service.IGFolderLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteIGFolder

public void deleteIGFolder(com.liferay.portlet.imagegallery.model.IGFolder igFolder)
                    throws com.liferay.portal.PortalException,
                           com.liferay.portal.SystemException
Specified by:
deleteIGFolder in interface com.liferay.portlet.imagegallery.service.IGFolderLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

dynamicQuery

public java.util.List<com.liferay.portlet.imagegallery.model.IGFolder> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
                                                                             throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface com.liferay.portlet.imagegallery.service.IGFolderLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List<com.liferay.portlet.imagegallery.model.IGFolder> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
                                                                                    int begin,
                                                                                    int end)
                                                                             throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface com.liferay.portlet.imagegallery.service.IGFolderLocalService
Throws:
com.liferay.portal.SystemException

updateIGFolder

public com.liferay.portlet.imagegallery.model.IGFolder updateIGFolder(com.liferay.portlet.imagegallery.model.IGFolder igFolder)
                                                               throws com.liferay.portal.SystemException
Specified by:
updateIGFolder in interface com.liferay.portlet.imagegallery.service.IGFolderLocalService
Throws:
com.liferay.portal.SystemException

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