Liferay 6.0.4

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

java.lang.Object
  extended by com.liferay.portal.service.base.PrincipalBean
      extended by com.liferay.portlet.imagegallery.service.base.IGImageServiceBaseImpl
All Implemented Interfaces:
IGImageService
Direct Known Subclasses:
IGImageServiceImpl

public abstract class IGImageServiceBaseImpl
extends PrincipalBean
implements IGImageService


Field Summary
protected  AssetCategoryFinder assetCategoryFinder
           
protected  AssetCategoryLocalService assetCategoryLocalService
           
protected  AssetCategoryPersistence assetCategoryPersistence
           
protected  AssetCategoryService assetCategoryService
           
protected  AssetEntryFinder assetEntryFinder
           
protected  AssetEntryLocalService assetEntryLocalService
           
protected  AssetEntryPersistence assetEntryPersistence
           
protected  AssetEntryService assetEntryService
           
protected  AssetTagFinder assetTagFinder
           
protected  AssetTagLocalService assetTagLocalService
           
protected  AssetTagPersistence assetTagPersistence
           
protected  AssetTagService assetTagService
           
protected  CounterLocalService counterLocalService
           
protected  ExpandoValueLocalService expandoValueLocalService
           
protected  ExpandoValuePersistence expandoValuePersistence
           
protected  ExpandoValueService expandoValueService
           
protected  IGFolderLocalService igFolderLocalService
           
protected  IGFolderPersistence igFolderPersistence
           
protected  IGFolderService igFolderService
           
protected  IGImageFinder igImageFinder
           
protected  IGImageLocalService igImageLocalService
           
protected  IGImagePersistence igImagePersistence
           
protected  IGImageService igImageService
           
protected  ImageLocalService imageLocalService
           
protected  ImagePersistence imagePersistence
           
protected  ImageService imageService
           
protected  ResourceFinder resourceFinder
           
protected  ResourceLocalService resourceLocalService
           
protected  ResourcePersistence resourcePersistence
           
protected  ResourceService resourceService
           
protected  SocialActivityFinder socialActivityFinder
           
protected  SocialActivityLocalService socialActivityLocalService
           
protected  SocialActivityPersistence socialActivityPersistence
           
protected  UserFinder userFinder
           
protected  UserLocalService userLocalService
           
protected  UserPersistence userPersistence
           
protected  UserService userService
           
 
Fields inherited from class com.liferay.portal.service.base.PrincipalBean
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
IGImageServiceBaseImpl()
           
 
Method Summary
 AssetCategoryFinder getAssetCategoryFinder()
           
 AssetCategoryLocalService getAssetCategoryLocalService()
           
 AssetCategoryPersistence getAssetCategoryPersistence()
           
 AssetCategoryService getAssetCategoryService()
           
 AssetEntryFinder getAssetEntryFinder()
           
 AssetEntryLocalService getAssetEntryLocalService()
           
 AssetEntryPersistence getAssetEntryPersistence()
           
 AssetEntryService getAssetEntryService()
           
 AssetTagFinder getAssetTagFinder()
           
 AssetTagLocalService getAssetTagLocalService()
           
 AssetTagPersistence getAssetTagPersistence()
           
 AssetTagService getAssetTagService()
           
 CounterLocalService getCounterLocalService()
           
 ExpandoValueLocalService getExpandoValueLocalService()
           
 ExpandoValuePersistence getExpandoValuePersistence()
           
 ExpandoValueService getExpandoValueService()
           
 IGFolderLocalService getIGFolderLocalService()
           
 IGFolderPersistence getIGFolderPersistence()
           
 IGFolderService getIGFolderService()
           
 IGImageFinder getIGImageFinder()
           
 IGImageLocalService getIGImageLocalService()
           
 IGImagePersistence getIGImagePersistence()
           
 IGImageService getIGImageService()
           
 ImageLocalService getImageLocalService()
           
 ImagePersistence getImagePersistence()
           
 ImageService getImageService()
           
 ResourceFinder getResourceFinder()
           
 ResourceLocalService getResourceLocalService()
           
 ResourcePersistence getResourcePersistence()
           
 ResourceService getResourceService()
           
 SocialActivityFinder getSocialActivityFinder()
           
 SocialActivityLocalService getSocialActivityLocalService()
           
 SocialActivityPersistence getSocialActivityPersistence()
           
 UserFinder getUserFinder()
           
 UserLocalService getUserLocalService()
           
 UserPersistence getUserPersistence()
           
 UserService getUserService()
           
protected  void runSQL(String sql)
           
 void setAssetCategoryFinder(AssetCategoryFinder assetCategoryFinder)
           
 void setAssetCategoryLocalService(AssetCategoryLocalService assetCategoryLocalService)
           
 void setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
           
 void setAssetCategoryService(AssetCategoryService assetCategoryService)
           
 void setAssetEntryFinder(AssetEntryFinder assetEntryFinder)
           
 void setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
           
 void setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
           
 void setAssetEntryService(AssetEntryService assetEntryService)
           
 void setAssetTagFinder(AssetTagFinder assetTagFinder)
           
 void setAssetTagLocalService(AssetTagLocalService assetTagLocalService)
           
 void setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
           
 void setAssetTagService(AssetTagService assetTagService)
           
 void setCounterLocalService(CounterLocalService counterLocalService)
           
 void setExpandoValueLocalService(ExpandoValueLocalService expandoValueLocalService)
           
 void setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
           
 void setExpandoValueService(ExpandoValueService expandoValueService)
           
 void setIGFolderLocalService(IGFolderLocalService igFolderLocalService)
           
 void setIGFolderPersistence(IGFolderPersistence igFolderPersistence)
           
 void setIGFolderService(IGFolderService igFolderService)
           
 void setIGImageFinder(IGImageFinder igImageFinder)
           
 void setIGImageLocalService(IGImageLocalService igImageLocalService)
           
 void setIGImagePersistence(IGImagePersistence igImagePersistence)
           
 void setIGImageService(IGImageService igImageService)
           
 void setImageLocalService(ImageLocalService imageLocalService)
           
 void setImagePersistence(ImagePersistence imagePersistence)
           
 void setImageService(ImageService imageService)
           
 void setResourceFinder(ResourceFinder resourceFinder)
           
 void setResourceLocalService(ResourceLocalService resourceLocalService)
           
 void setResourcePersistence(ResourcePersistence resourcePersistence)
           
 void setResourceService(ResourceService resourceService)
           
 void setSocialActivityFinder(SocialActivityFinder socialActivityFinder)
           
 void setSocialActivityLocalService(SocialActivityLocalService socialActivityLocalService)
           
 void setSocialActivityPersistence(SocialActivityPersistence socialActivityPersistence)
           
 void setUserFinder(UserFinder userFinder)
           
 void setUserLocalService(UserLocalService userLocalService)
           
 void setUserPersistence(UserPersistence userPersistence)
           
 void setUserService(UserService userService)
           
 
Methods inherited from class com.liferay.portal.service.base.PrincipalBean
getGuestOrUser, 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.IGImageService
addImage, deleteImage, deleteImageByFolderIdAndNameWithExtension, getGroupImages, getGroupImagesCount, getImage, getImageByFolderIdAndNameWithExtension, getImageByLargeImageId, getImageBySmallImageId, getImages, getImages, getImagesCount, updateImage
 

Field Detail

igFolderLocalService

@BeanReference(type=IGFolderLocalService.class)
protected IGFolderLocalService igFolderLocalService

igFolderService

@BeanReference(type=IGFolderService.class)
protected IGFolderService igFolderService

igFolderPersistence

@BeanReference(type=IGFolderPersistence.class)
protected IGFolderPersistence igFolderPersistence

igImageLocalService

@BeanReference(type=IGImageLocalService.class)
protected IGImageLocalService igImageLocalService

igImageService

@BeanReference(type=IGImageService.class)
protected IGImageService igImageService

igImagePersistence

@BeanReference(type=IGImagePersistence.class)
protected IGImagePersistence igImagePersistence

igImageFinder

@BeanReference(type=IGImageFinder.class)
protected IGImageFinder igImageFinder

counterLocalService

@BeanReference(type=CounterLocalService.class)
protected CounterLocalService counterLocalService

imageLocalService

@BeanReference(type=ImageLocalService.class)
protected ImageLocalService imageLocalService

imageService

@BeanReference(type=ImageService.class)
protected ImageService imageService

imagePersistence

@BeanReference(type=ImagePersistence.class)
protected ImagePersistence imagePersistence

resourceLocalService

@BeanReference(type=ResourceLocalService.class)
protected ResourceLocalService resourceLocalService

resourceService

@BeanReference(type=ResourceService.class)
protected ResourceService resourceService

resourcePersistence

@BeanReference(type=ResourcePersistence.class)
protected ResourcePersistence resourcePersistence

resourceFinder

@BeanReference(type=ResourceFinder.class)
protected ResourceFinder resourceFinder

userLocalService

@BeanReference(type=UserLocalService.class)
protected UserLocalService userLocalService

userService

@BeanReference(type=UserService.class)
protected UserService userService

userPersistence

@BeanReference(type=UserPersistence.class)
protected UserPersistence userPersistence

userFinder

@BeanReference(type=UserFinder.class)
protected UserFinder userFinder

assetCategoryLocalService

@BeanReference(type=AssetCategoryLocalService.class)
protected AssetCategoryLocalService assetCategoryLocalService

assetCategoryService

@BeanReference(type=AssetCategoryService.class)
protected AssetCategoryService assetCategoryService

assetCategoryPersistence

@BeanReference(type=AssetCategoryPersistence.class)
protected AssetCategoryPersistence assetCategoryPersistence

assetCategoryFinder

@BeanReference(type=AssetCategoryFinder.class)
protected AssetCategoryFinder assetCategoryFinder

assetEntryLocalService

@BeanReference(type=AssetEntryLocalService.class)
protected AssetEntryLocalService assetEntryLocalService

assetEntryService

@BeanReference(type=AssetEntryService.class)
protected AssetEntryService assetEntryService

assetEntryPersistence

@BeanReference(type=AssetEntryPersistence.class)
protected AssetEntryPersistence assetEntryPersistence

assetEntryFinder

@BeanReference(type=AssetEntryFinder.class)
protected AssetEntryFinder assetEntryFinder

assetTagLocalService

@BeanReference(type=AssetTagLocalService.class)
protected AssetTagLocalService assetTagLocalService

assetTagService

@BeanReference(type=AssetTagService.class)
protected AssetTagService assetTagService

assetTagPersistence

@BeanReference(type=AssetTagPersistence.class)
protected AssetTagPersistence assetTagPersistence

assetTagFinder

@BeanReference(type=AssetTagFinder.class)
protected AssetTagFinder assetTagFinder

expandoValueLocalService

@BeanReference(type=ExpandoValueLocalService.class)
protected ExpandoValueLocalService expandoValueLocalService

expandoValueService

@BeanReference(type=ExpandoValueService.class)
protected ExpandoValueService expandoValueService

expandoValuePersistence

@BeanReference(type=ExpandoValuePersistence.class)
protected ExpandoValuePersistence expandoValuePersistence

socialActivityLocalService

@BeanReference(type=SocialActivityLocalService.class)
protected SocialActivityLocalService socialActivityLocalService

socialActivityPersistence

@BeanReference(type=SocialActivityPersistence.class)
protected SocialActivityPersistence socialActivityPersistence

socialActivityFinder

@BeanReference(type=SocialActivityFinder.class)
protected SocialActivityFinder socialActivityFinder
Constructor Detail

IGImageServiceBaseImpl

public IGImageServiceBaseImpl()
Method Detail

getIGFolderLocalService

public IGFolderLocalService getIGFolderLocalService()

setIGFolderLocalService

public void setIGFolderLocalService(IGFolderLocalService igFolderLocalService)

getIGFolderService

public IGFolderService getIGFolderService()

setIGFolderService

public void setIGFolderService(IGFolderService igFolderService)

getIGFolderPersistence

public IGFolderPersistence getIGFolderPersistence()

setIGFolderPersistence

public void setIGFolderPersistence(IGFolderPersistence igFolderPersistence)

getIGImageLocalService

public IGImageLocalService getIGImageLocalService()

setIGImageLocalService

public void setIGImageLocalService(IGImageLocalService igImageLocalService)

getIGImageService

public IGImageService getIGImageService()

setIGImageService

public void setIGImageService(IGImageService igImageService)

getIGImagePersistence

public IGImagePersistence getIGImagePersistence()

setIGImagePersistence

public void setIGImagePersistence(IGImagePersistence igImagePersistence)

getIGImageFinder

public IGImageFinder getIGImageFinder()

setIGImageFinder

public void setIGImageFinder(IGImageFinder igImageFinder)

getCounterLocalService

public CounterLocalService getCounterLocalService()

setCounterLocalService

public void setCounterLocalService(CounterLocalService counterLocalService)

getImageLocalService

public ImageLocalService getImageLocalService()

setImageLocalService

public void setImageLocalService(ImageLocalService imageLocalService)

getImageService

public ImageService getImageService()

setImageService

public void setImageService(ImageService imageService)

getImagePersistence

public ImagePersistence getImagePersistence()

setImagePersistence

public void setImagePersistence(ImagePersistence imagePersistence)

getResourceLocalService

public ResourceLocalService getResourceLocalService()

setResourceLocalService

public void setResourceLocalService(ResourceLocalService resourceLocalService)

getResourceService

public ResourceService getResourceService()

setResourceService

public void setResourceService(ResourceService resourceService)

getResourcePersistence

public ResourcePersistence getResourcePersistence()

setResourcePersistence

public void setResourcePersistence(ResourcePersistence resourcePersistence)

getResourceFinder

public ResourceFinder getResourceFinder()

setResourceFinder

public void setResourceFinder(ResourceFinder resourceFinder)

getUserLocalService

public UserLocalService getUserLocalService()

setUserLocalService

public void setUserLocalService(UserLocalService userLocalService)

getUserService

public UserService getUserService()

setUserService

public void setUserService(UserService userService)

getUserPersistence

public UserPersistence getUserPersistence()

setUserPersistence

public void setUserPersistence(UserPersistence userPersistence)

getUserFinder

public UserFinder getUserFinder()

setUserFinder

public void setUserFinder(UserFinder userFinder)

getAssetCategoryLocalService

public AssetCategoryLocalService getAssetCategoryLocalService()

setAssetCategoryLocalService

public void setAssetCategoryLocalService(AssetCategoryLocalService assetCategoryLocalService)

getAssetCategoryService

public AssetCategoryService getAssetCategoryService()

setAssetCategoryService

public void setAssetCategoryService(AssetCategoryService assetCategoryService)

getAssetCategoryPersistence

public AssetCategoryPersistence getAssetCategoryPersistence()

setAssetCategoryPersistence

public void setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)

getAssetCategoryFinder

public AssetCategoryFinder getAssetCategoryFinder()

setAssetCategoryFinder

public void setAssetCategoryFinder(AssetCategoryFinder assetCategoryFinder)

getAssetEntryLocalService

public AssetEntryLocalService getAssetEntryLocalService()

setAssetEntryLocalService

public void setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)

getAssetEntryService

public AssetEntryService getAssetEntryService()

setAssetEntryService

public void setAssetEntryService(AssetEntryService assetEntryService)

getAssetEntryPersistence

public AssetEntryPersistence getAssetEntryPersistence()

setAssetEntryPersistence

public void setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)

getAssetEntryFinder

public AssetEntryFinder getAssetEntryFinder()

setAssetEntryFinder

public void setAssetEntryFinder(AssetEntryFinder assetEntryFinder)

getAssetTagLocalService

public AssetTagLocalService getAssetTagLocalService()

setAssetTagLocalService

public void setAssetTagLocalService(AssetTagLocalService assetTagLocalService)

getAssetTagService

public AssetTagService getAssetTagService()

setAssetTagService

public void setAssetTagService(AssetTagService assetTagService)

getAssetTagPersistence

public AssetTagPersistence getAssetTagPersistence()

setAssetTagPersistence

public void setAssetTagPersistence(AssetTagPersistence assetTagPersistence)

getAssetTagFinder

public AssetTagFinder getAssetTagFinder()

setAssetTagFinder

public void setAssetTagFinder(AssetTagFinder assetTagFinder)

getExpandoValueLocalService

public ExpandoValueLocalService getExpandoValueLocalService()

setExpandoValueLocalService

public void setExpandoValueLocalService(ExpandoValueLocalService expandoValueLocalService)

getExpandoValueService

public ExpandoValueService getExpandoValueService()

setExpandoValueService

public void setExpandoValueService(ExpandoValueService expandoValueService)

getExpandoValuePersistence

public ExpandoValuePersistence getExpandoValuePersistence()

setExpandoValuePersistence

public void setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)

getSocialActivityLocalService

public SocialActivityLocalService getSocialActivityLocalService()

setSocialActivityLocalService

public void setSocialActivityLocalService(SocialActivityLocalService socialActivityLocalService)

getSocialActivityPersistence

public SocialActivityPersistence getSocialActivityPersistence()

setSocialActivityPersistence

public void setSocialActivityPersistence(SocialActivityPersistence socialActivityPersistence)

getSocialActivityFinder

public SocialActivityFinder getSocialActivityFinder()

setSocialActivityFinder

public void setSocialActivityFinder(SocialActivityFinder socialActivityFinder)

runSQL

protected void runSQL(String sql)
               throws SystemException
Throws:
SystemException

Liferay 6.0.4