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

java.lang.Object
  extended by com.liferay.portlet.imagegallery.service.base.IGImageLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.portlet.imagegallery.service.IGImageLocalService
Direct Known Subclasses:
IGImageLocalServiceImpl

public abstract class IGImageLocalServiceBaseImpl
extends java.lang.Object
implements com.liferay.portlet.imagegallery.service.IGImageLocalService

View Source

Author:
Brian Wing Shun Chan

Field Summary
protected  com.liferay.portlet.asset.service.persistence.AssetCategoryFinder assetCategoryFinder
           
protected  com.liferay.portlet.asset.service.AssetCategoryLocalService assetCategoryLocalService
           
protected  com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence assetCategoryPersistence
           
protected  com.liferay.portlet.asset.service.AssetCategoryService assetCategoryService
           
protected  com.liferay.portlet.asset.service.persistence.AssetEntryFinder assetEntryFinder
           
protected  com.liferay.portlet.asset.service.AssetEntryLocalService assetEntryLocalService
           
protected  com.liferay.portlet.asset.service.persistence.AssetEntryPersistence assetEntryPersistence
           
protected  com.liferay.portlet.asset.service.AssetEntryService assetEntryService
           
protected  com.liferay.portlet.asset.service.persistence.AssetTagFinder assetTagFinder
           
protected  com.liferay.portlet.asset.service.AssetTagLocalService assetTagLocalService
           
protected  com.liferay.portlet.asset.service.persistence.AssetTagPersistence assetTagPersistence
           
protected  com.liferay.portlet.asset.service.AssetTagService assetTagService
           
protected  com.liferay.counter.service.CounterLocalService counterLocalService
           
protected  com.liferay.counter.service.CounterService counterService
           
protected  com.liferay.portlet.expando.service.ExpandoValueLocalService expandoValueLocalService
           
protected  com.liferay.portlet.expando.service.persistence.ExpandoValuePersistence expandoValuePersistence
           
protected  com.liferay.portlet.expando.service.ExpandoValueService expandoValueService
           
protected  com.liferay.portlet.imagegallery.service.IGFolderLocalService igFolderLocalService
           
protected  com.liferay.portlet.imagegallery.service.persistence.IGFolderPersistence igFolderPersistence
           
protected  com.liferay.portlet.imagegallery.service.IGFolderService igFolderService
           
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.ImageLocalService imageLocalService
           
protected  com.liferay.portal.service.persistence.ImagePersistence imagePersistence
           
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.social.service.persistence.SocialActivityFinder socialActivityFinder
           
protected  com.liferay.portlet.social.service.SocialActivityLocalService socialActivityLocalService
           
protected  com.liferay.portlet.social.service.persistence.SocialActivityPersistence socialActivityPersistence
           
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
IGImageLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.portlet.imagegallery.model.IGImage addIGImage(com.liferay.portlet.imagegallery.model.IGImage igImage)
           
 com.liferay.portlet.imagegallery.model.IGImage createIGImage(long imageId)
           
 void deleteIGImage(com.liferay.portlet.imagegallery.model.IGImage igImage)
           
 void deleteIGImage(long imageId)
           
 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.portlet.asset.service.persistence.AssetCategoryFinder getAssetCategoryFinder()
           
 com.liferay.portlet.asset.service.AssetCategoryLocalService getAssetCategoryLocalService()
           
 com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence getAssetCategoryPersistence()
           
 com.liferay.portlet.asset.service.AssetCategoryService getAssetCategoryService()
           
 com.liferay.portlet.asset.service.persistence.AssetEntryFinder getAssetEntryFinder()
           
 com.liferay.portlet.asset.service.AssetEntryLocalService getAssetEntryLocalService()
           
 com.liferay.portlet.asset.service.persistence.AssetEntryPersistence getAssetEntryPersistence()
           
 com.liferay.portlet.asset.service.AssetEntryService getAssetEntryService()
           
 com.liferay.portlet.asset.service.persistence.AssetTagFinder getAssetTagFinder()
           
 com.liferay.portlet.asset.service.AssetTagLocalService getAssetTagLocalService()
           
 com.liferay.portlet.asset.service.persistence.AssetTagPersistence getAssetTagPersistence()
           
 com.liferay.portlet.asset.service.AssetTagService getAssetTagService()
           
 com.liferay.counter.service.CounterLocalService getCounterLocalService()
           
 com.liferay.counter.service.CounterService getCounterService()
           
 com.liferay.portlet.expando.service.ExpandoValueLocalService getExpandoValueLocalService()
           
 com.liferay.portlet.expando.service.persistence.ExpandoValuePersistence getExpandoValuePersistence()
           
 com.liferay.portlet.expando.service.ExpandoValueService getExpandoValueService()
           
 com.liferay.portlet.imagegallery.service.IGFolderLocalService getIGFolderLocalService()
           
 com.liferay.portlet.imagegallery.service.persistence.IGFolderPersistence getIGFolderPersistence()
           
 com.liferay.portlet.imagegallery.service.IGFolderService getIGFolderService()
           
 com.liferay.portlet.imagegallery.model.IGImage getIGImage(long imageId)
           
 com.liferay.portlet.imagegallery.service.persistence.IGImageFinder getIGImageFinder()
           
 com.liferay.portlet.imagegallery.service.IGImageLocalService getIGImageLocalService()
           
 com.liferay.portlet.imagegallery.service.persistence.IGImagePersistence getIGImagePersistence()
           
 java.util.List<com.liferay.portlet.imagegallery.model.IGImage> getIGImages(int start, int end)
           
 int getIGImagesCount()
           
 com.liferay.portlet.imagegallery.service.IGImageService getIGImageService()
           
 com.liferay.portal.service.ImageLocalService getImageLocalService()
           
 com.liferay.portal.service.persistence.ImagePersistence getImagePersistence()
           
 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.social.service.persistence.SocialActivityFinder getSocialActivityFinder()
           
 com.liferay.portlet.social.service.SocialActivityLocalService getSocialActivityLocalService()
           
 com.liferay.portlet.social.service.persistence.SocialActivityPersistence getSocialActivityPersistence()
           
 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()
           
protected  void runSQL(java.lang.String sql)
           
 void setAssetCategoryFinder(com.liferay.portlet.asset.service.persistence.AssetCategoryFinder assetCategoryFinder)
           
 void setAssetCategoryLocalService(com.liferay.portlet.asset.service.AssetCategoryLocalService assetCategoryLocalService)
           
 void setAssetCategoryPersistence(com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence assetCategoryPersistence)
           
 void setAssetCategoryService(com.liferay.portlet.asset.service.AssetCategoryService assetCategoryService)
           
 void setAssetEntryFinder(com.liferay.portlet.asset.service.persistence.AssetEntryFinder assetEntryFinder)
           
 void setAssetEntryLocalService(com.liferay.portlet.asset.service.AssetEntryLocalService assetEntryLocalService)
           
 void setAssetEntryPersistence(com.liferay.portlet.asset.service.persistence.AssetEntryPersistence assetEntryPersistence)
           
 void setAssetEntryService(com.liferay.portlet.asset.service.AssetEntryService assetEntryService)
           
 void setAssetTagFinder(com.liferay.portlet.asset.service.persistence.AssetTagFinder assetTagFinder)
           
 void setAssetTagLocalService(com.liferay.portlet.asset.service.AssetTagLocalService assetTagLocalService)
           
 void setAssetTagPersistence(com.liferay.portlet.asset.service.persistence.AssetTagPersistence assetTagPersistence)
           
 void setAssetTagService(com.liferay.portlet.asset.service.AssetTagService assetTagService)
           
 void setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)
           
 void setCounterService(com.liferay.counter.service.CounterService counterService)
           
 void setExpandoValueLocalService(com.liferay.portlet.expando.service.ExpandoValueLocalService expandoValueLocalService)
           
 void setExpandoValuePersistence(com.liferay.portlet.expando.service.persistence.ExpandoValuePersistence expandoValuePersistence)
           
 void setExpandoValueService(com.liferay.portlet.expando.service.ExpandoValueService expandoValueService)
           
 void setIGFolderLocalService(com.liferay.portlet.imagegallery.service.IGFolderLocalService igFolderLocalService)
           
 void setIGFolderPersistence(com.liferay.portlet.imagegallery.service.persistence.IGFolderPersistence igFolderPersistence)
           
 void setIGFolderService(com.liferay.portlet.imagegallery.service.IGFolderService igFolderService)
           
 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 setImageLocalService(com.liferay.portal.service.ImageLocalService imageLocalService)
           
 void setImagePersistence(com.liferay.portal.service.persistence.ImagePersistence imagePersistence)
           
 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 setSocialActivityFinder(com.liferay.portlet.social.service.persistence.SocialActivityFinder socialActivityFinder)
           
 void setSocialActivityLocalService(com.liferay.portlet.social.service.SocialActivityLocalService socialActivityLocalService)
           
 void setSocialActivityPersistence(com.liferay.portlet.social.service.persistence.SocialActivityPersistence socialActivityPersistence)
           
 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.IGImage updateIGImage(com.liferay.portlet.imagegallery.model.IGImage igImage)
           
 com.liferay.portlet.imagegallery.model.IGImage updateIGImage(com.liferay.portlet.imagegallery.model.IGImage igImage, boolean merge)
           
 
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.IGImageLocalService
addImage, addImage, addImage, addImageResources, addImageResources, addImageResources, addImageResources, deleteImage, deleteImage, deleteImages, getFoldersImagesCount, getGroupImages, getGroupImages, getGroupImagesCount, getGroupImagesCount, getImage, getImageByCustom1ImageId, getImageByCustom2ImageId, getImageByFolderIdAndNameWithExtension, getImageByLargeImageId, getImageBySmallImageId, getImageByUuidAndGroupId, getImages, getImages, getImages, getImagesCount, getNoAssetImages, updateAsset, updateImage, updateImage, updateImage, updateSmallImage
 

Field Detail

igFolderLocalService

@BeanReference(name="com.liferay.portlet.imagegallery.service.IGFolderLocalService")
protected com.liferay.portlet.imagegallery.service.IGFolderLocalService igFolderLocalService

igFolderService

@BeanReference(name="com.liferay.portlet.imagegallery.service.IGFolderService")
protected com.liferay.portlet.imagegallery.service.IGFolderService igFolderService

igFolderPersistence

@BeanReference(name="com.liferay.portlet.imagegallery.service.persistence.IGFolderPersistence")
protected com.liferay.portlet.imagegallery.service.persistence.IGFolderPersistence igFolderPersistence

igImageLocalService

@BeanReference(name="com.liferay.portlet.imagegallery.service.IGImageLocalService")
protected com.liferay.portlet.imagegallery.service.IGImageLocalService igImageLocalService

igImageService

@BeanReference(name="com.liferay.portlet.imagegallery.service.IGImageService")
protected com.liferay.portlet.imagegallery.service.IGImageService igImageService

igImagePersistence

@BeanReference(name="com.liferay.portlet.imagegallery.service.persistence.IGImagePersistence")
protected com.liferay.portlet.imagegallery.service.persistence.IGImagePersistence igImagePersistence

igImageFinder

@BeanReference(name="com.liferay.portlet.imagegallery.service.persistence.IGImageFinder")
protected com.liferay.portlet.imagegallery.service.persistence.IGImageFinder igImageFinder

counterLocalService

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

counterService

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

imageLocalService

@BeanReference(name="com.liferay.portal.service.ImageLocalService")
protected com.liferay.portal.service.ImageLocalService imageLocalService

imagePersistence

@BeanReference(name="com.liferay.portal.service.persistence.ImagePersistence")
protected com.liferay.portal.service.persistence.ImagePersistence imagePersistence

resourceLocalService

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

resourceService

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

resourcePersistence

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

resourceFinder

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

userLocalService

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

userService

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

userPersistence

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

userFinder

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

assetCategoryLocalService

@BeanReference(name="com.liferay.portlet.asset.service.AssetCategoryLocalService")
protected com.liferay.portlet.asset.service.AssetCategoryLocalService assetCategoryLocalService

assetCategoryService

@BeanReference(name="com.liferay.portlet.asset.service.AssetCategoryService")
protected com.liferay.portlet.asset.service.AssetCategoryService assetCategoryService

assetCategoryPersistence

@BeanReference(name="com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence")
protected com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence assetCategoryPersistence

assetCategoryFinder

@BeanReference(name="com.liferay.portlet.asset.service.persistence.AssetCategoryFinder")
protected com.liferay.portlet.asset.service.persistence.AssetCategoryFinder assetCategoryFinder

assetEntryLocalService

@BeanReference(name="com.liferay.portlet.asset.service.AssetEntryLocalService")
protected com.liferay.portlet.asset.service.AssetEntryLocalService assetEntryLocalService

assetEntryService

@BeanReference(name="com.liferay.portlet.asset.service.AssetEntryService")
protected com.liferay.portlet.asset.service.AssetEntryService assetEntryService

assetEntryPersistence

@BeanReference(name="com.liferay.portlet.asset.service.persistence.AssetEntryPersistence")
protected com.liferay.portlet.asset.service.persistence.AssetEntryPersistence assetEntryPersistence

assetEntryFinder

@BeanReference(name="com.liferay.portlet.asset.service.persistence.AssetEntryFinder")
protected com.liferay.portlet.asset.service.persistence.AssetEntryFinder assetEntryFinder

assetTagLocalService

@BeanReference(name="com.liferay.portlet.asset.service.AssetTagLocalService")
protected com.liferay.portlet.asset.service.AssetTagLocalService assetTagLocalService

assetTagService

@BeanReference(name="com.liferay.portlet.asset.service.AssetTagService")
protected com.liferay.portlet.asset.service.AssetTagService assetTagService

assetTagPersistence

@BeanReference(name="com.liferay.portlet.asset.service.persistence.AssetTagPersistence")
protected com.liferay.portlet.asset.service.persistence.AssetTagPersistence assetTagPersistence

assetTagFinder

@BeanReference(name="com.liferay.portlet.asset.service.persistence.AssetTagFinder")
protected com.liferay.portlet.asset.service.persistence.AssetTagFinder assetTagFinder

expandoValueLocalService

@BeanReference(name="com.liferay.portlet.expando.service.ExpandoValueLocalService")
protected com.liferay.portlet.expando.service.ExpandoValueLocalService expandoValueLocalService

expandoValueService

@BeanReference(name="com.liferay.portlet.expando.service.ExpandoValueService")
protected com.liferay.portlet.expando.service.ExpandoValueService expandoValueService

expandoValuePersistence

@BeanReference(name="com.liferay.portlet.expando.service.persistence.ExpandoValuePersistence")
protected com.liferay.portlet.expando.service.persistence.ExpandoValuePersistence expandoValuePersistence

socialActivityLocalService

@BeanReference(name="com.liferay.portlet.social.service.SocialActivityLocalService")
protected com.liferay.portlet.social.service.SocialActivityLocalService socialActivityLocalService

socialActivityPersistence

@BeanReference(name="com.liferay.portlet.social.service.persistence.SocialActivityPersistence")
protected com.liferay.portlet.social.service.persistence.SocialActivityPersistence socialActivityPersistence

socialActivityFinder

@BeanReference(name="com.liferay.portlet.social.service.persistence.SocialActivityFinder")
protected com.liferay.portlet.social.service.persistence.SocialActivityFinder socialActivityFinder
Constructor Detail

IGImageLocalServiceBaseImpl

public IGImageLocalServiceBaseImpl()
Method Detail

addIGImage

public com.liferay.portlet.imagegallery.model.IGImage addIGImage(com.liferay.portlet.imagegallery.model.IGImage igImage)
                                                          throws com.liferay.portal.kernel.exception.SystemException
Specified by:
addIGImage in interface com.liferay.portlet.imagegallery.service.IGImageLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

createIGImage

public com.liferay.portlet.imagegallery.model.IGImage createIGImage(long imageId)
Specified by:
createIGImage in interface com.liferay.portlet.imagegallery.service.IGImageLocalService

deleteIGImage

public void deleteIGImage(long imageId)
                   throws com.liferay.portal.kernel.exception.PortalException,
                          com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteIGImage in interface com.liferay.portlet.imagegallery.service.IGImageLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteIGImage

public void deleteIGImage(com.liferay.portlet.imagegallery.model.IGImage igImage)
                   throws com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteIGImage in interface com.liferay.portlet.imagegallery.service.IGImageLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

dynamicQuery

public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                              throws com.liferay.portal.kernel.exception.SystemException
Specified by:
dynamicQuery in interface com.liferay.portlet.imagegallery.service.IGImageLocalService
Throws:
com.liferay.portal.kernel.exception.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.kernel.exception.SystemException
Specified by:
dynamicQuery in interface com.liferay.portlet.imagegallery.service.IGImageLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getIGImage

public com.liferay.portlet.imagegallery.model.IGImage getIGImage(long imageId)
                                                          throws com.liferay.portal.kernel.exception.PortalException,
                                                                 com.liferay.portal.kernel.exception.SystemException
Specified by:
getIGImage in interface com.liferay.portlet.imagegallery.service.IGImageLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getIGImages

public java.util.List<com.liferay.portlet.imagegallery.model.IGImage> getIGImages(int start,
                                                                                  int end)
                                                                           throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getIGImages in interface com.liferay.portlet.imagegallery.service.IGImageLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getIGImagesCount

public int getIGImagesCount()
                     throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getIGImagesCount in interface com.liferay.portlet.imagegallery.service.IGImageLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

updateIGImage

public com.liferay.portlet.imagegallery.model.IGImage updateIGImage(com.liferay.portlet.imagegallery.model.IGImage igImage)
                                                             throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updateIGImage in interface com.liferay.portlet.imagegallery.service.IGImageLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

updateIGImage

public com.liferay.portlet.imagegallery.model.IGImage updateIGImage(com.liferay.portlet.imagegallery.model.IGImage igImage,
                                                                    boolean merge)
                                                             throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updateIGImage in interface com.liferay.portlet.imagegallery.service.IGImageLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getIGFolderLocalService

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

setIGFolderLocalService

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

getIGFolderService

public com.liferay.portlet.imagegallery.service.IGFolderService getIGFolderService()

setIGFolderService

public void setIGFolderService(com.liferay.portlet.imagegallery.service.IGFolderService igFolderService)

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)

getImageLocalService

public com.liferay.portal.service.ImageLocalService getImageLocalService()

setImageLocalService

public void setImageLocalService(com.liferay.portal.service.ImageLocalService imageLocalService)

getImagePersistence

public com.liferay.portal.service.persistence.ImagePersistence getImagePersistence()

setImagePersistence

public void setImagePersistence(com.liferay.portal.service.persistence.ImagePersistence imagePersistence)

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)

getAssetCategoryLocalService

public com.liferay.portlet.asset.service.AssetCategoryLocalService getAssetCategoryLocalService()

setAssetCategoryLocalService

public void setAssetCategoryLocalService(com.liferay.portlet.asset.service.AssetCategoryLocalService assetCategoryLocalService)

getAssetCategoryService

public com.liferay.portlet.asset.service.AssetCategoryService getAssetCategoryService()

setAssetCategoryService

public void setAssetCategoryService(com.liferay.portlet.asset.service.AssetCategoryService assetCategoryService)

getAssetCategoryPersistence

public com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence getAssetCategoryPersistence()

setAssetCategoryPersistence

public void setAssetCategoryPersistence(com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence assetCategoryPersistence)

getAssetCategoryFinder

public com.liferay.portlet.asset.service.persistence.AssetCategoryFinder getAssetCategoryFinder()

setAssetCategoryFinder

public void setAssetCategoryFinder(com.liferay.portlet.asset.service.persistence.AssetCategoryFinder assetCategoryFinder)

getAssetEntryLocalService

public com.liferay.portlet.asset.service.AssetEntryLocalService getAssetEntryLocalService()

setAssetEntryLocalService

public void setAssetEntryLocalService(com.liferay.portlet.asset.service.AssetEntryLocalService assetEntryLocalService)

getAssetEntryService

public com.liferay.portlet.asset.service.AssetEntryService getAssetEntryService()

setAssetEntryService

public void setAssetEntryService(com.liferay.portlet.asset.service.AssetEntryService assetEntryService)

getAssetEntryPersistence

public com.liferay.portlet.asset.service.persistence.AssetEntryPersistence getAssetEntryPersistence()

setAssetEntryPersistence

public void setAssetEntryPersistence(com.liferay.portlet.asset.service.persistence.AssetEntryPersistence assetEntryPersistence)

getAssetEntryFinder

public com.liferay.portlet.asset.service.persistence.AssetEntryFinder getAssetEntryFinder()

setAssetEntryFinder

public void setAssetEntryFinder(com.liferay.portlet.asset.service.persistence.AssetEntryFinder assetEntryFinder)

getAssetTagLocalService

public com.liferay.portlet.asset.service.AssetTagLocalService getAssetTagLocalService()

setAssetTagLocalService

public void setAssetTagLocalService(com.liferay.portlet.asset.service.AssetTagLocalService assetTagLocalService)

getAssetTagService

public com.liferay.portlet.asset.service.AssetTagService getAssetTagService()

setAssetTagService

public void setAssetTagService(com.liferay.portlet.asset.service.AssetTagService assetTagService)

getAssetTagPersistence

public com.liferay.portlet.asset.service.persistence.AssetTagPersistence getAssetTagPersistence()

setAssetTagPersistence

public void setAssetTagPersistence(com.liferay.portlet.asset.service.persistence.AssetTagPersistence assetTagPersistence)

getAssetTagFinder

public com.liferay.portlet.asset.service.persistence.AssetTagFinder getAssetTagFinder()

setAssetTagFinder

public void setAssetTagFinder(com.liferay.portlet.asset.service.persistence.AssetTagFinder assetTagFinder)

getExpandoValueLocalService

public com.liferay.portlet.expando.service.ExpandoValueLocalService getExpandoValueLocalService()

setExpandoValueLocalService

public void setExpandoValueLocalService(com.liferay.portlet.expando.service.ExpandoValueLocalService expandoValueLocalService)

getExpandoValueService

public com.liferay.portlet.expando.service.ExpandoValueService getExpandoValueService()

setExpandoValueService

public void setExpandoValueService(com.liferay.portlet.expando.service.ExpandoValueService expandoValueService)

getExpandoValuePersistence

public com.liferay.portlet.expando.service.persistence.ExpandoValuePersistence getExpandoValuePersistence()

setExpandoValuePersistence

public void setExpandoValuePersistence(com.liferay.portlet.expando.service.persistence.ExpandoValuePersistence expandoValuePersistence)

getSocialActivityLocalService

public com.liferay.portlet.social.service.SocialActivityLocalService getSocialActivityLocalService()

setSocialActivityLocalService

public void setSocialActivityLocalService(com.liferay.portlet.social.service.SocialActivityLocalService socialActivityLocalService)

getSocialActivityPersistence

public com.liferay.portlet.social.service.persistence.SocialActivityPersistence getSocialActivityPersistence()

setSocialActivityPersistence

public void setSocialActivityPersistence(com.liferay.portlet.social.service.persistence.SocialActivityPersistence socialActivityPersistence)

getSocialActivityFinder

public com.liferay.portlet.social.service.persistence.SocialActivityFinder getSocialActivityFinder()

setSocialActivityFinder

public void setSocialActivityFinder(com.liferay.portlet.social.service.persistence.SocialActivityFinder socialActivityFinder)

runSQL

protected void runSQL(java.lang.String sql)
               throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException