Liferay 6.0.3

Uses of Interface
com.liferay.portlet.imagegallery.model.IGImage

Packages that use IGImage
com.liferay.portlet.imagegallery.asset   
com.liferay.portlet.imagegallery.lar   
com.liferay.portlet.imagegallery.model   
com.liferay.portlet.imagegallery.model.impl   
com.liferay.portlet.imagegallery.service   
com.liferay.portlet.imagegallery.service.base   
com.liferay.portlet.imagegallery.service.http   
com.liferay.portlet.imagegallery.service.impl   
com.liferay.portlet.imagegallery.service.permission   
com.liferay.portlet.imagegallery.service.persistence   
com.liferay.portlet.imagegallery.util   
com.liferay.portlet.imagegallery.webdav   
 

Uses of IGImage in com.liferay.portlet.imagegallery.asset
 

Constructors in com.liferay.portlet.imagegallery.asset with parameters of type IGImage
IGImageAssetRenderer(IGImage image)
           
 

Uses of IGImage in com.liferay.portlet.imagegallery.lar
 

Methods in com.liferay.portlet.imagegallery.lar with parameters of type IGImage
static void IGPortletDataHandlerImpl.exportImage(PortletDataContext context, Element foldersElement, Element imagesElement, IGImage image)
           
protected static String IGPortletDataHandlerImpl.getImageBinPath(PortletDataContext context, IGImage image)
           
static String IGPortletDataHandlerImpl.getImagePath(PortletDataContext context, IGImage image)
           
protected static void IGPortletDataHandlerImpl.importImage(PortletDataContext context, IGImage image, String binPath)
           
 

Uses of IGImage in com.liferay.portlet.imagegallery.model
 

Classes in com.liferay.portlet.imagegallery.model that implement IGImage
 class IGImageWrapper
           This class is a wrapper for IGImage.
 

Methods in com.liferay.portlet.imagegallery.model that return IGImage
 IGImage IGImageWrapper.getWrappedIGImage()
           
 IGImage IGImageWrapper.toEscapedModel()
           
 IGImage IGImageModel.toEscapedModel()
           
 

Methods in com.liferay.portlet.imagegallery.model with parameters of type IGImage
 int IGImageWrapper.compareTo(IGImage igImage)
           
 int IGImageModel.compareTo(IGImage igImage)
           
static IGImageSoap IGImageSoap.toSoapModel(IGImage model)
           
static IGImageSoap[] IGImageSoap.toSoapModels(IGImage[] models)
           
static IGImageSoap[][] IGImageSoap.toSoapModels(IGImage[][] models)
           
 

Method parameters in com.liferay.portlet.imagegallery.model with type arguments of type IGImage
static IGImageSoap[] IGImageSoap.toSoapModels(List<IGImage> models)
           
 

Constructors in com.liferay.portlet.imagegallery.model with parameters of type IGImage
IGImageWrapper(IGImage igImage)
           
 

Uses of IGImage in com.liferay.portlet.imagegallery.model.impl
 

Classes in com.liferay.portlet.imagegallery.model.impl that implement IGImage
 class IGImageImpl
           
 

Methods in com.liferay.portlet.imagegallery.model.impl that return IGImage
 IGImage IGImageModelImpl.toEscapedModel()
           
static IGImage IGImageModelImpl.toModel(IGImageSoap soapModel)
           
 

Methods in com.liferay.portlet.imagegallery.model.impl that return types with arguments of type IGImage
static List<IGImage> IGImageModelImpl.toModels(IGImageSoap[] soapModels)
           
 

Methods in com.liferay.portlet.imagegallery.model.impl with parameters of type IGImage
 int IGImageModelImpl.compareTo(IGImage igImage)
           
 

Uses of IGImage in com.liferay.portlet.imagegallery.service
 

Methods in com.liferay.portlet.imagegallery.service that return IGImage
 IGImage IGImageLocalServiceWrapper.addIGImage(IGImage igImage)
           
static IGImage IGImageLocalServiceUtil.addIGImage(IGImage igImage)
           
 IGImage IGImageLocalService.addIGImage(IGImage igImage)
           
 IGImage IGImageLocalServiceWrapper.addImage(long userId, long groupId, long folderId, String name, String description, File file, String contentType, ServiceContext serviceContext)
           
static IGImage IGImageLocalServiceUtil.addImage(long userId, long groupId, long folderId, String name, String description, File file, String contentType, ServiceContext serviceContext)
           
 IGImage IGImageLocalService.addImage(long userId, long groupId, long folderId, String name, String description, File file, String contentType, ServiceContext serviceContext)
           
 IGImage IGImageLocalServiceWrapper.addImage(long userId, long groupId, long folderId, String name, String description, String fileName, byte[] bytes, String contentType, ServiceContext serviceContext)
           
static IGImage IGImageLocalServiceUtil.addImage(long userId, long groupId, long folderId, String name, String description, String fileName, byte[] bytes, String contentType, ServiceContext serviceContext)
           
 IGImage IGImageLocalService.addImage(long userId, long groupId, long folderId, String name, String description, String fileName, byte[] bytes, String contentType, ServiceContext serviceContext)
           
 IGImage IGImageLocalServiceWrapper.addImage(long userId, long groupId, long folderId, String name, String description, String fileName, InputStream is, String contentType, ServiceContext serviceContext)
           
static IGImage IGImageLocalServiceUtil.addImage(long userId, long groupId, long folderId, String name, String description, String fileName, InputStream is, String contentType, ServiceContext serviceContext)
           
 IGImage IGImageLocalService.addImage(long userId, long groupId, long folderId, String name, String description, String fileName, InputStream is, String contentType, ServiceContext serviceContext)
           
 IGImage IGImageServiceWrapper.addImage(long groupId, long folderId, String name, String description, File file, String contentType, ServiceContext serviceContext)
           
static IGImage IGImageServiceUtil.addImage(long groupId, long folderId, String name, String description, File file, String contentType, ServiceContext serviceContext)
           
 IGImage IGImageService.addImage(long groupId, long folderId, String name, String description, File file, String contentType, ServiceContext serviceContext)
           
 IGImage IGImageLocalServiceWrapper.createIGImage(long imageId)
           
static IGImage IGImageLocalServiceUtil.createIGImage(long imageId)
           
 IGImage IGImageLocalService.createIGImage(long imageId)
           
 IGImage IGImageLocalServiceWrapper.getIGImage(long imageId)
           
static IGImage IGImageLocalServiceUtil.getIGImage(long imageId)
           
 IGImage IGImageLocalService.getIGImage(long imageId)
           
 IGImage IGImageLocalServiceWrapper.getIGImageByUuidAndGroupId(String uuid, long groupId)
           
static IGImage IGImageLocalServiceUtil.getIGImageByUuidAndGroupId(String uuid, long groupId)
           
 IGImage IGImageLocalService.getIGImageByUuidAndGroupId(String uuid, long groupId)
           
 IGImage IGImageServiceWrapper.getImage(long imageId)
           
static IGImage IGImageServiceUtil.getImage(long imageId)
           
 IGImage IGImageService.getImage(long imageId)
           
 IGImage IGImageLocalServiceWrapper.getImage(long imageId)
           
static IGImage IGImageLocalServiceUtil.getImage(long imageId)
           
 IGImage IGImageLocalService.getImage(long imageId)
           
 IGImage IGImageLocalServiceWrapper.getImageByCustom1ImageId(long custom1ImageId)
           
static IGImage IGImageLocalServiceUtil.getImageByCustom1ImageId(long custom1ImageId)
           
 IGImage IGImageLocalService.getImageByCustom1ImageId(long custom1ImageId)
           
 IGImage IGImageLocalServiceWrapper.getImageByCustom2ImageId(long custom2ImageId)
           
static IGImage IGImageLocalServiceUtil.getImageByCustom2ImageId(long custom2ImageId)
           
 IGImage IGImageLocalService.getImageByCustom2ImageId(long custom2ImageId)
           
 IGImage IGImageServiceWrapper.getImageByFolderIdAndNameWithExtension(long groupId, long folderId, String nameWithExtension)
           
static IGImage IGImageServiceUtil.getImageByFolderIdAndNameWithExtension(long groupId, long folderId, String nameWithExtension)
           
 IGImage IGImageService.getImageByFolderIdAndNameWithExtension(long groupId, long folderId, String nameWithExtension)
           
 IGImage IGImageLocalServiceWrapper.getImageByFolderIdAndNameWithExtension(long groupId, long folderId, String nameWithExtension)
           
static IGImage IGImageLocalServiceUtil.getImageByFolderIdAndNameWithExtension(long groupId, long folderId, String nameWithExtension)
           
 IGImage IGImageLocalService.getImageByFolderIdAndNameWithExtension(long groupId, long folderId, String nameWithExtension)
           
 IGImage IGImageServiceWrapper.getImageByLargeImageId(long largeImageId)
           
static IGImage IGImageServiceUtil.getImageByLargeImageId(long largeImageId)
           
 IGImage IGImageService.getImageByLargeImageId(long largeImageId)
           
 IGImage IGImageLocalServiceWrapper.getImageByLargeImageId(long largeImageId)
           
static IGImage IGImageLocalServiceUtil.getImageByLargeImageId(long largeImageId)
           
 IGImage IGImageLocalService.getImageByLargeImageId(long largeImageId)
           
 IGImage IGImageServiceWrapper.getImageBySmallImageId(long smallImageId)
           
static IGImage IGImageServiceUtil.getImageBySmallImageId(long smallImageId)
           
 IGImage IGImageService.getImageBySmallImageId(long smallImageId)
           
 IGImage IGImageLocalServiceWrapper.getImageBySmallImageId(long smallImageId)
           
static IGImage IGImageLocalServiceUtil.getImageBySmallImageId(long smallImageId)
           
 IGImage IGImageLocalService.getImageBySmallImageId(long smallImageId)
           
 IGImage IGImageLocalServiceWrapper.getImageByUuidAndGroupId(String uuid, long groupId)
           
static IGImage IGImageLocalServiceUtil.getImageByUuidAndGroupId(String uuid, long groupId)
           
 IGImage IGImageLocalService.getImageByUuidAndGroupId(String uuid, long groupId)
           
 IGImage IGImageLocalServiceWrapper.updateIGImage(IGImage igImage)
           
static IGImage IGImageLocalServiceUtil.updateIGImage(IGImage igImage)
           
 IGImage IGImageLocalService.updateIGImage(IGImage igImage)
           
 IGImage IGImageLocalServiceWrapper.updateIGImage(IGImage igImage, boolean merge)
           
static IGImage IGImageLocalServiceUtil.updateIGImage(IGImage igImage, boolean merge)
           
 IGImage IGImageLocalService.updateIGImage(IGImage igImage, boolean merge)
           
 IGImage IGImageLocalServiceWrapper.updateImage(long userId, long imageId, long groupId, long folderId, String name, String description, byte[] bytes, String contentType, ServiceContext serviceContext)
           
static IGImage IGImageLocalServiceUtil.updateImage(long userId, long imageId, long groupId, long folderId, String name, String description, byte[] bytes, String contentType, ServiceContext serviceContext)
           
 IGImage IGImageLocalService.updateImage(long userId, long imageId, long groupId, long folderId, String name, String description, byte[] bytes, String contentType, ServiceContext serviceContext)
           
 IGImage IGImageLocalServiceWrapper.updateImage(long userId, long imageId, long groupId, long folderId, String name, String description, File file, String contentType, ServiceContext serviceContext)
           
static IGImage IGImageLocalServiceUtil.updateImage(long userId, long imageId, long groupId, long folderId, String name, String description, File file, String contentType, ServiceContext serviceContext)
           
 IGImage IGImageLocalService.updateImage(long userId, long imageId, long groupId, long folderId, String name, String description, File file, String contentType, ServiceContext serviceContext)
           
 IGImage IGImageLocalServiceWrapper.updateImage(long userId, long imageId, long groupId, long folderId, String name, String description, InputStream is, String contentType, ServiceContext serviceContext)
           
static IGImage IGImageLocalServiceUtil.updateImage(long userId, long imageId, long groupId, long folderId, String name, String description, InputStream is, String contentType, ServiceContext serviceContext)
           
 IGImage IGImageLocalService.updateImage(long userId, long imageId, long groupId, long folderId, String name, String description, InputStream is, String contentType, ServiceContext serviceContext)
           
 IGImage IGImageServiceWrapper.updateImage(long imageId, long groupId, long folderId, String name, String description, File file, String contentType, ServiceContext serviceContext)
           
static IGImage IGImageServiceUtil.updateImage(long imageId, long groupId, long folderId, String name, String description, File file, String contentType, ServiceContext serviceContext)
           
 IGImage IGImageService.updateImage(long imageId, long groupId, long folderId, String name, String description, File file, String contentType, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.imagegallery.service that return types with arguments of type IGImage
 List<IGImage> IGImageLocalServiceWrapper.getGroupImages(long groupId, int start, int end)
           
static List<IGImage> IGImageLocalServiceUtil.getGroupImages(long groupId, int start, int end)
           
 List<IGImage> IGImageLocalService.getGroupImages(long groupId, int start, int end)
           
 List<IGImage> IGImageLocalServiceWrapper.getGroupImages(long groupId, long userId, int start, int end)
           
static List<IGImage> IGImageLocalServiceUtil.getGroupImages(long groupId, long userId, int start, int end)
           
 List<IGImage> IGImageLocalService.getGroupImages(long groupId, long userId, int start, int end)
           
 List<IGImage> IGImageLocalServiceWrapper.getIGImages(int start, int end)
           
static List<IGImage> IGImageLocalServiceUtil.getIGImages(int start, int end)
           
 List<IGImage> IGImageLocalService.getIGImages(int start, int end)
           
 List<IGImage> IGImageServiceWrapper.getImages(long groupId, long folderId)
           
static List<IGImage> IGImageServiceUtil.getImages(long groupId, long folderId)
           
 List<IGImage> IGImageService.getImages(long groupId, long folderId)
           
 List<IGImage> IGImageLocalServiceWrapper.getImages(long groupId, long folderId)
           
static List<IGImage> IGImageLocalServiceUtil.getImages(long groupId, long folderId)
           
 List<IGImage> IGImageLocalService.getImages(long groupId, long folderId)
           
 List<IGImage> IGImageLocalServiceWrapper.getImages(long groupId, long folderId, int start, int end)
           
static List<IGImage> IGImageLocalServiceUtil.getImages(long groupId, long folderId, int start, int end)
           
 List<IGImage> IGImageLocalService.getImages(long groupId, long folderId, int start, int end)
           
 List<IGImage> IGImageLocalServiceWrapper.getImages(long groupId, long folderId, int start, int end, OrderByComparator obc)
           
static List<IGImage> IGImageLocalServiceUtil.getImages(long groupId, long folderId, int start, int end, OrderByComparator obc)
           
 List<IGImage> IGImageLocalService.getImages(long groupId, long folderId, int start, int end, OrderByComparator obc)
           
 List<IGImage> IGImageLocalServiceWrapper.getNoAssetImages()
           
static List<IGImage> IGImageLocalServiceUtil.getNoAssetImages()
           
 List<IGImage> IGImageLocalService.getNoAssetImages()
           
 

Methods in com.liferay.portlet.imagegallery.service with parameters of type IGImage
 IGImage IGImageLocalServiceWrapper.addIGImage(IGImage igImage)
           
static IGImage IGImageLocalServiceUtil.addIGImage(IGImage igImage)
           
 IGImage IGImageLocalService.addIGImage(IGImage igImage)
           
 void IGImageLocalServiceWrapper.addImageResources(IGImage image, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void IGImageLocalServiceUtil.addImageResources(IGImage image, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void IGImageLocalService.addImageResources(IGImage image, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void IGImageLocalServiceWrapper.addImageResources(IGImage image, String[] communityPermissions, String[] guestPermissions)
           
static void IGImageLocalServiceUtil.addImageResources(IGImage image, String[] communityPermissions, String[] guestPermissions)
           
 void IGImageLocalService.addImageResources(IGImage image, String[] communityPermissions, String[] guestPermissions)
           
 void IGImageLocalServiceWrapper.deleteIGImage(IGImage igImage)
           
static void IGImageLocalServiceUtil.deleteIGImage(IGImage igImage)
           
 void IGImageLocalService.deleteIGImage(IGImage igImage)
           
 void IGImageLocalServiceWrapper.deleteImage(IGImage image)
           
static void IGImageLocalServiceUtil.deleteImage(IGImage image)
           
 void IGImageLocalService.deleteImage(IGImage image)
           
 void IGImageLocalServiceWrapper.updateAsset(long userId, IGImage image, long[] assetCategoryIds, String[] assetTagNames, String contentType)
           
static void IGImageLocalServiceUtil.updateAsset(long userId, IGImage image, long[] assetCategoryIds, String[] assetTagNames, String contentType)
           
 void IGImageLocalService.updateAsset(long userId, IGImage image, long[] assetCategoryIds, String[] assetTagNames, String contentType)
           
 IGImage IGImageLocalServiceWrapper.updateIGImage(IGImage igImage)
           
static IGImage IGImageLocalServiceUtil.updateIGImage(IGImage igImage)
           
 IGImage IGImageLocalService.updateIGImage(IGImage igImage)
           
 IGImage IGImageLocalServiceWrapper.updateIGImage(IGImage igImage, boolean merge)
           
static IGImage IGImageLocalServiceUtil.updateIGImage(IGImage igImage, boolean merge)
           
 IGImage IGImageLocalService.updateIGImage(IGImage igImage, boolean merge)
           
 

Uses of IGImage in com.liferay.portlet.imagegallery.service.base
 

Methods in com.liferay.portlet.imagegallery.service.base that return IGImage
 IGImage IGImageLocalServiceBaseImpl.addIGImage(IGImage igImage)
           
 IGImage IGImageLocalServiceBaseImpl.createIGImage(long imageId)
           
 IGImage IGImageLocalServiceBaseImpl.getIGImage(long imageId)
           
 IGImage IGImageLocalServiceBaseImpl.getIGImageByUuidAndGroupId(String uuid, long groupId)
           
 IGImage IGImageLocalServiceBaseImpl.updateIGImage(IGImage igImage)
           
 IGImage IGImageLocalServiceBaseImpl.updateIGImage(IGImage igImage, boolean merge)
           
 

Methods in com.liferay.portlet.imagegallery.service.base that return types with arguments of type IGImage
 List<IGImage> IGImageLocalServiceBaseImpl.getIGImages(int start, int end)
           
 

Methods in com.liferay.portlet.imagegallery.service.base with parameters of type IGImage
 IGImage IGImageLocalServiceBaseImpl.addIGImage(IGImage igImage)
           
 void IGImageLocalServiceBaseImpl.deleteIGImage(IGImage igImage)
           
 IGImage IGImageLocalServiceBaseImpl.updateIGImage(IGImage igImage)
           
 IGImage IGImageLocalServiceBaseImpl.updateIGImage(IGImage igImage, boolean merge)
           
 

Uses of IGImage in com.liferay.portlet.imagegallery.service.http
 

Methods in com.liferay.portlet.imagegallery.service.http that return IGImage
static IGImage IGImageServiceHttp.addImage(HttpPrincipal httpPrincipal, long groupId, long folderId, String name, String description, File file, String contentType, ServiceContext serviceContext)
           
static IGImage IGImageServiceHttp.getImage(HttpPrincipal httpPrincipal, long imageId)
           
static IGImage IGImageServiceHttp.getImageByFolderIdAndNameWithExtension(HttpPrincipal httpPrincipal, long groupId, long folderId, String nameWithExtension)
           
static IGImage IGImageServiceHttp.getImageByLargeImageId(HttpPrincipal httpPrincipal, long largeImageId)
           
static IGImage IGImageServiceHttp.getImageBySmallImageId(HttpPrincipal httpPrincipal, long smallImageId)
           
static IGImage IGImageServiceHttp.updateImage(HttpPrincipal httpPrincipal, long imageId, long groupId, long folderId, String name, String description, File file, String contentType, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.imagegallery.service.http that return types with arguments of type IGImage
static List<IGImage> IGImageServiceHttp.getImages(HttpPrincipal httpPrincipal, long groupId, long folderId)
           
 

Methods in com.liferay.portlet.imagegallery.service.http with parameters of type IGImage
static JSONArray IGImageJSONSerializer.toJSONArray(IGImage[] models)
           
static JSONArray IGImageJSONSerializer.toJSONArray(IGImage[][] models)
           
static JSONObject IGImageJSONSerializer.toJSONObject(IGImage model)
           
 

Method parameters in com.liferay.portlet.imagegallery.service.http with type arguments of type IGImage
static JSONArray IGImageJSONSerializer.toJSONArray(List<IGImage> models)
           
 

Uses of IGImage in com.liferay.portlet.imagegallery.service.impl
 

Methods in com.liferay.portlet.imagegallery.service.impl that return IGImage
 IGImage IGImageLocalServiceImpl.addImage(long userId, long groupId, long folderId, String name, String description, File file, String contentType, ServiceContext serviceContext)
           
 IGImage IGImageLocalServiceImpl.addImage(long userId, long groupId, long folderId, String name, String description, String fileName, byte[] bytes, String contentType, ServiceContext serviceContext)
           
 IGImage IGImageLocalServiceImpl.addImage(long userId, long groupId, long folderId, String name, String description, String fileName, InputStream is, String contentType, ServiceContext serviceContext)
           
 IGImage IGImageServiceImpl.addImage(long groupId, long folderId, String name, String description, File file, String contentType, ServiceContext serviceContext)
           
 IGImage IGImageServiceImpl.getImage(long imageId)
           
 IGImage IGImageLocalServiceImpl.getImage(long imageId)
           
 IGImage IGImageLocalServiceImpl.getImageByCustom1ImageId(long custom1ImageId)
           
 IGImage IGImageLocalServiceImpl.getImageByCustom2ImageId(long custom2ImageId)
           
 IGImage IGImageServiceImpl.getImageByFolderIdAndNameWithExtension(long groupId, long folderId, String nameWithExtension)
           
 IGImage IGImageLocalServiceImpl.getImageByFolderIdAndNameWithExtension(long groupId, long folderId, String nameWithExtension)
           
 IGImage IGImageServiceImpl.getImageByLargeImageId(long largeImageId)
           
 IGImage IGImageLocalServiceImpl.getImageByLargeImageId(long largeImageId)
           
 IGImage IGImageServiceImpl.getImageBySmallImageId(long smallImageId)
           
 IGImage IGImageLocalServiceImpl.getImageBySmallImageId(long smallImageId)
           
 IGImage IGImageLocalServiceImpl.getImageByUuidAndGroupId(String uuid, long groupId)
           
 IGImage IGImageLocalServiceImpl.updateImage(long userId, long imageId, long groupId, long folderId, String name, String description, byte[] bytes, String contentType, ServiceContext serviceContext)
           
 IGImage IGImageLocalServiceImpl.updateImage(long userId, long imageId, long groupId, long folderId, String name, String description, File file, String contentType, ServiceContext serviceContext)
           
 IGImage IGImageLocalServiceImpl.updateImage(long userId, long imageId, long groupId, long folderId, String name, String description, InputStream is, String contentType, ServiceContext serviceContext)
           
 IGImage IGImageServiceImpl.updateImage(long imageId, long groupId, long folderId, String name, String description, File file, String contentType, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.imagegallery.service.impl that return types with arguments of type IGImage
 List<IGImage> IGImageLocalServiceImpl.getGroupImages(long groupId, int start, int end)
           
 List<IGImage> IGImageLocalServiceImpl.getGroupImages(long groupId, long userId, int start, int end)
           
 List<IGImage> IGImageServiceImpl.getImages(long groupId, long folderId)
           
 List<IGImage> IGImageLocalServiceImpl.getImages(long groupId, long folderId)
           
 List<IGImage> IGImageLocalServiceImpl.getImages(long groupId, long folderId, int start, int end)
           
 List<IGImage> IGImageLocalServiceImpl.getImages(long groupId, long folderId, int start, int end, OrderByComparator obc)
           
 List<IGImage> IGImageLocalServiceImpl.getNoAssetImages()
           
 

Methods in com.liferay.portlet.imagegallery.service.impl with parameters of type IGImage
 void IGImageLocalServiceImpl.addImageResources(IGImage image, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void IGImageLocalServiceImpl.addImageResources(IGImage image, String[] communityPermissions, String[] guestPermissions)
           
 void IGImageLocalServiceImpl.deleteImage(IGImage image)
           
protected  long IGImageLocalServiceImpl.getFolder(IGImage image, long folderId)
           
 void IGImageLocalServiceImpl.updateAsset(long userId, IGImage image, long[] assetCategoryIds, String[] assetTagNames, String contentType)
           
 

Uses of IGImage in com.liferay.portlet.imagegallery.service.permission
 

Methods in com.liferay.portlet.imagegallery.service.permission with parameters of type IGImage
static void IGImagePermission.check(PermissionChecker permissionChecker, IGImage image, String actionId)
           
static boolean IGImagePermission.contains(PermissionChecker permissionChecker, IGImage image, String actionId)
           
 

Uses of IGImage in com.liferay.portlet.imagegallery.service.persistence
 

Methods in com.liferay.portlet.imagegallery.service.persistence that return IGImage
static IGImage IGImageUtil.create(long imageId)
           
 IGImage IGImagePersistence.create(long imageId)
           
 IGImage IGImagePersistenceImpl.create(long imageId)
           
static IGImage IGImageFinderUtil.fetchByAnyImageId(long imageId)
           
 IGImage IGImageFinder.fetchByAnyImageId(long imageId)
           
 IGImage IGImageFinderImpl.fetchByAnyImageId(long imageId)
           
static IGImage IGImageUtil.fetchByCustom1ImageId(long custom1ImageId)
           
 IGImage IGImagePersistence.fetchByCustom1ImageId(long custom1ImageId)
           
 IGImage IGImagePersistenceImpl.fetchByCustom1ImageId(long custom1ImageId)
           
static IGImage IGImageUtil.fetchByCustom1ImageId(long custom1ImageId, boolean retrieveFromCache)
           
 IGImage IGImagePersistence.fetchByCustom1ImageId(long custom1ImageId, boolean retrieveFromCache)
           
 IGImage IGImagePersistenceImpl.fetchByCustom1ImageId(long custom1ImageId, boolean retrieveFromCache)
           
static IGImage IGImageUtil.fetchByCustom2ImageId(long custom2ImageId)
           
 IGImage IGImagePersistence.fetchByCustom2ImageId(long custom2ImageId)
           
 IGImage IGImagePersistenceImpl.fetchByCustom2ImageId(long custom2ImageId)
           
static IGImage IGImageUtil.fetchByCustom2ImageId(long custom2ImageId, boolean retrieveFromCache)
           
 IGImage IGImagePersistence.fetchByCustom2ImageId(long custom2ImageId, boolean retrieveFromCache)
           
 IGImage IGImagePersistenceImpl.fetchByCustom2ImageId(long custom2ImageId, boolean retrieveFromCache)
           
static IGImage IGImageUtil.fetchByLargeImageId(long largeImageId)
           
 IGImage IGImagePersistence.fetchByLargeImageId(long largeImageId)
           
 IGImage IGImagePersistenceImpl.fetchByLargeImageId(long largeImageId)
           
static IGImage IGImageUtil.fetchByLargeImageId(long largeImageId, boolean retrieveFromCache)
           
 IGImage IGImagePersistence.fetchByLargeImageId(long largeImageId, boolean retrieveFromCache)
           
 IGImage IGImagePersistenceImpl.fetchByLargeImageId(long largeImageId, boolean retrieveFromCache)
           
static IGImage IGImageUtil.fetchByPrimaryKey(long imageId)
           
 IGImage IGImagePersistence.fetchByPrimaryKey(long imageId)
           
 IGImage IGImagePersistenceImpl.fetchByPrimaryKey(long imageId)
           
 IGImage IGImagePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
           
static IGImage IGImageUtil.fetchBySmallImageId(long smallImageId)
           
 IGImage IGImagePersistence.fetchBySmallImageId(long smallImageId)
           
 IGImage IGImagePersistenceImpl.fetchBySmallImageId(long smallImageId)
           
static IGImage IGImageUtil.fetchBySmallImageId(long smallImageId, boolean retrieveFromCache)
           
 IGImage IGImagePersistence.fetchBySmallImageId(long smallImageId, boolean retrieveFromCache)
           
 IGImage IGImagePersistenceImpl.fetchBySmallImageId(long smallImageId, boolean retrieveFromCache)
           
static IGImage IGImageUtil.fetchByUUID_G(String uuid, long groupId)
           
 IGImage IGImagePersistence.fetchByUUID_G(String uuid, long groupId)
           
 IGImage IGImagePersistenceImpl.fetchByUUID_G(String uuid, long groupId)
           
static IGImage IGImageUtil.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
           
 IGImage IGImagePersistence.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
           
 IGImage IGImagePersistenceImpl.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
           
static IGImage IGImageFinderUtil.findByAnyImageId(long imageId)
           
 IGImage IGImageFinder.findByAnyImageId(long imageId)
           
 IGImage IGImageFinderImpl.findByAnyImageId(long imageId)
           
static IGImage IGImageUtil.findByCustom1ImageId(long custom1ImageId)
           
 IGImage IGImagePersistence.findByCustom1ImageId(long custom1ImageId)
           
 IGImage IGImagePersistenceImpl.findByCustom1ImageId(long custom1ImageId)
           
static IGImage IGImageUtil.findByCustom2ImageId(long custom2ImageId)
           
 IGImage IGImagePersistence.findByCustom2ImageId(long custom2ImageId)
           
 IGImage IGImagePersistenceImpl.findByCustom2ImageId(long custom2ImageId)
           
static IGImage IGImageUtil.findByG_F_First(long groupId, long folderId, OrderByComparator orderByComparator)
           
 IGImage IGImagePersistence.findByG_F_First(long groupId, long folderId, OrderByComparator orderByComparator)
           
 IGImage IGImagePersistenceImpl.findByG_F_First(long groupId, long folderId, OrderByComparator orderByComparator)
           
static IGImage IGImageUtil.findByG_F_Last(long groupId, long folderId, OrderByComparator orderByComparator)
           
 IGImage IGImagePersistence.findByG_F_Last(long groupId, long folderId, OrderByComparator orderByComparator)
           
 IGImage IGImagePersistenceImpl.findByG_F_Last(long groupId, long folderId, OrderByComparator orderByComparator)
           
static IGImage IGImageUtil.findByG_F_N_First(long groupId, long folderId, String name, OrderByComparator orderByComparator)
           
 IGImage IGImagePersistence.findByG_F_N_First(long groupId, long folderId, String name, OrderByComparator orderByComparator)
           
 IGImage IGImagePersistenceImpl.findByG_F_N_First(long groupId, long folderId, String name, OrderByComparator orderByComparator)
           
static IGImage IGImageUtil.findByG_F_N_Last(long groupId, long folderId, String name, OrderByComparator orderByComparator)
           
 IGImage IGImagePersistence.findByG_F_N_Last(long groupId, long folderId, String name, OrderByComparator orderByComparator)
           
 IGImage IGImagePersistenceImpl.findByG_F_N_Last(long groupId, long folderId, String name, OrderByComparator orderByComparator)
           
static IGImage[] IGImageUtil.findByG_F_N_PrevAndNext(long imageId, long groupId, long folderId, String name, OrderByComparator orderByComparator)
           
 IGImage[] IGImagePersistence.findByG_F_N_PrevAndNext(long imageId, long groupId, long folderId, String name, OrderByComparator orderByComparator)
           
 IGImage[] IGImagePersistenceImpl.findByG_F_N_PrevAndNext(long imageId, long groupId, long folderId, String name, OrderByComparator orderByComparator)
           
static IGImage[] IGImageUtil.findByG_F_PrevAndNext(long imageId, long groupId, long folderId, OrderByComparator orderByComparator)
           
 IGImage[] IGImagePersistence.findByG_F_PrevAndNext(long imageId, long groupId, long folderId, OrderByComparator orderByComparator)
           
 IGImage[] IGImagePersistenceImpl.findByG_F_PrevAndNext(long imageId, long groupId, long folderId, OrderByComparator orderByComparator)
           
static IGImage IGImageUtil.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
           
 IGImage IGImagePersistence.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
           
 IGImage IGImagePersistenceImpl.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
           
static IGImage IGImageUtil.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
           
 IGImage IGImagePersistence.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
           
 IGImage IGImagePersistenceImpl.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
           
static IGImage[] IGImageUtil.findByG_U_PrevAndNext(long imageId, long groupId, long userId, OrderByComparator orderByComparator)
           
 IGImage[] IGImagePersistence.findByG_U_PrevAndNext(long imageId, long groupId, long userId, OrderByComparator orderByComparator)
           
 IGImage[] IGImagePersistenceImpl.findByG_U_PrevAndNext(long imageId, long groupId, long userId, OrderByComparator orderByComparator)
           
static IGImage IGImageUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
 IGImage IGImagePersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
 IGImage IGImagePersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
static IGImage IGImageUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
 IGImage IGImagePersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
 IGImage IGImagePersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
static IGImage[] IGImageUtil.findByGroupId_PrevAndNext(long imageId, long groupId, OrderByComparator orderByComparator)
           
 IGImage[] IGImagePersistence.findByGroupId_PrevAndNext(long imageId, long groupId, OrderByComparator orderByComparator)
           
 IGImage[] IGImagePersistenceImpl.findByGroupId_PrevAndNext(long imageId, long groupId, OrderByComparator orderByComparator)
           
static IGImage IGImageUtil.findByLargeImageId(long largeImageId)
           
 IGImage IGImagePersistence.findByLargeImageId(long largeImageId)
           
 IGImage IGImagePersistenceImpl.findByLargeImageId(long largeImageId)
           
static IGImage IGImageUtil.findByPrimaryKey(long imageId)
           
 IGImage IGImagePersistence.findByPrimaryKey(long imageId)
           
 IGImage IGImagePersistenceImpl.findByPrimaryKey(long imageId)
           
 IGImage IGImagePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
           
static IGImage IGImageUtil.findBySmallImageId(long smallImageId)
           
 IGImage IGImagePersistence.findBySmallImageId(long smallImageId)
           
 IGImage IGImagePersistenceImpl.findBySmallImageId(long smallImageId)
           
static IGImage IGImageUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
           
 IGImage IGImagePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
           
 IGImage IGImagePersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
           
static IGImage IGImageUtil.findByUUID_G(String uuid, long groupId)
           
 IGImage IGImagePersistence.findByUUID_G(String uuid, long groupId)
           
 IGImage IGImagePersistenceImpl.findByUUID_G(String uuid, long groupId)
           
static IGImage IGImageUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
           
 IGImage IGImagePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
           
 IGImage IGImagePersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
           
static IGImage[] IGImageUtil.findByUuid_PrevAndNext(long imageId, String uuid, OrderByComparator orderByComparator)
           
 IGImage[] IGImagePersistence.findByUuid_PrevAndNext(long imageId, String uuid, OrderByComparator orderByComparator)
           
 IGImage[] IGImagePersistenceImpl.findByUuid_PrevAndNext(long imageId, String uuid, OrderByComparator orderByComparator)
           
protected  IGImage IGImagePersistenceImpl.getByG_F_N_PrevAndNext(Session session, IGImage igImage, long groupId, long folderId, String name, OrderByComparator orderByComparator, boolean previous)
           
protected  IGImage IGImagePersistenceImpl.getByG_F_PrevAndNext(Session session, IGImage igImage, long groupId, long folderId, OrderByComparator orderByComparator, boolean previous)
           
protected  IGImage IGImagePersistenceImpl.getByG_U_PrevAndNext(Session session, IGImage igImage, long groupId, long userId, OrderByComparator orderByComparator, boolean previous)
           
protected  IGImage IGImagePersistenceImpl.getByGroupId_PrevAndNext(Session session, IGImage igImage, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  IGImage IGImagePersistenceImpl.getByUuid_PrevAndNext(Session session, IGImage igImage, String uuid, OrderByComparator orderByComparator, boolean previous)
           
static IGImage IGImageUtil.remove(IGImage igImage)
           
static IGImage IGImageUtil.remove(long imageId)
           
 IGImage IGImagePersistence.remove(long imageId)
           
 IGImage IGImagePersistenceImpl.remove(long imageId)
           
 IGImage IGImagePersistenceImpl.remove(Serializable primaryKey)
           
protected  IGImage IGImagePersistenceImpl.removeImpl(IGImage igImage)
           
protected  IGImage IGImagePersistenceImpl.toUnwrappedModel(IGImage igImage)
           
static IGImage IGImageUtil.update(IGImage igImage, boolean merge)
           
static IGImage IGImageUtil.update(IGImage igImage, boolean merge, ServiceContext serviceContext)
           
static IGImage IGImageUtil.updateImpl(IGImage igImage, boolean merge)
           
 IGImage IGImagePersistence.updateImpl(IGImage igImage, boolean merge)
           
 IGImage IGImagePersistenceImpl.updateImpl(IGImage igImage, boolean merge)
           
 

Methods in com.liferay.portlet.imagegallery.service.persistence that return types with arguments of type IGImage
static List<IGImage> IGImageUtil.filterFindByG_F_N(long groupId, long folderId, String name)
           
 List<IGImage> IGImagePersistence.filterFindByG_F_N(long groupId, long folderId, String name)
           
 List<IGImage> IGImagePersistenceImpl.filterFindByG_F_N(long groupId, long folderId, String name)
           
static List<IGImage> IGImageUtil.filterFindByG_F_N(long groupId, long folderId, String name, int start, int end)
           
 List<IGImage> IGImagePersistence.filterFindByG_F_N(long groupId, long folderId, String name, int start, int end)
           
 List<IGImage> IGImagePersistenceImpl.filterFindByG_F_N(long groupId, long folderId, String name, int start, int end)
           
static List<IGImage> IGImageUtil.filterFindByG_F_N(long groupId, long folderId, String name, int start, int end, OrderByComparator orderByComparator)
           
 List<IGImage> IGImagePersistence.filterFindByG_F_N(long groupId, long folderId, String name, int start, int end, OrderByComparator orderByComparator)
           
 List<IGImage> IGImagePersistenceImpl.filterFindByG_F_N(long groupId, long folderId, String name, int start, int end, OrderByComparator orderByComparator)
           
static List<IGImage> IGImageUtil.filterFindByG_F(long groupId, long folderId)
           
 List<IGImage> IGImagePersistence.filterFindByG_F(long groupId, long folderId)
           
 List<IGImage> IGImagePersistenceImpl.filterFindByG_F(long groupId, long folderId)
           
static List<IGImage> IGImageUtil.filterFindByG_F(long groupId, long[] folderIds)
           
 List<IGImage> IGImagePersistence.filterFindByG_F(long groupId, long[] folderIds)
           
 List<IGImage> IGImagePersistenceImpl.filterFindByG_F(long groupId, long[] folderIds)
           
static List<IGImage> IGImageUtil.filterFindByG_F(long groupId, long[] folderIds, int start, int end)
           
 List<IGImage> IGImagePersistence.filterFindByG_F(long groupId, long[] folderIds, int start, int end)
           
 List<IGImage> IGImagePersistenceImpl.filterFindByG_F(long groupId, long[] folderIds, int start, int end)
           
static List<IGImage> IGImageUtil.filterFindByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
           
 List<IGImage> IGImagePersistence.filterFindByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
           
 List<IGImage> IGImagePersistenceImpl.filterFindByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
           
static List<IGImage> IGImageUtil.filterFindByG_F(long groupId, long folderId, int start, int end)
           
 List<IGImage> IGImagePersistence.filterFindByG_F(long groupId, long folderId, int start, int end)
           
 List<IGImage> IGImagePersistenceImpl.filterFindByG_F(long groupId, long folderId, int start, int end)
           
static List<IGImage> IGImageUtil.filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
           
 List<IGImage> IGImagePersistence.filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
           
 List<IGImage> IGImagePersistenceImpl.filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
           
static List<IGImage> IGImageUtil.filterFindByG_U(long groupId, long userId)
           
 List<IGImage> IGImagePersistence.filterFindByG_U(long groupId, long userId)
           
 List<IGImage> IGImagePersistenceImpl.filterFindByG_U(long groupId, long userId)
           
static List<IGImage> IGImageUtil.filterFindByG_U(long groupId, long userId, int start, int end)
           
 List<IGImage> IGImagePersistence.filterFindByG_U(long groupId, long userId, int start, int end)
           
 List<IGImage> IGImagePersistenceImpl.filterFindByG_U(long groupId, long userId, int start, int end)
           
static List<IGImage> IGImageUtil.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<IGImage> IGImagePersistence.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<IGImage> IGImagePersistenceImpl.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
           
static List<IGImage> IGImageUtil.filterFindByGroupId(long groupId)
           
 List<IGImage> IGImagePersistence.filterFindByGroupId(long groupId)
           
 List<IGImage> IGImagePersistenceImpl.filterFindByGroupId(long groupId)
           
static List<IGImage> IGImageUtil.filterFindByGroupId(long groupId, int start, int end)
           
 List<IGImage> IGImagePersistence.filterFindByGroupId(long groupId, int start, int end)
           
 List<IGImage> IGImagePersistenceImpl.filterFindByGroupId(long groupId, int start, int end)
           
static List<IGImage> IGImageUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<IGImage> IGImagePersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<IGImage> IGImagePersistenceImpl.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
static List<IGImage> IGImageUtil.findAll()
           
 List<IGImage> IGImagePersistence.findAll()
           
 List<IGImage> IGImagePersistenceImpl.findAll()
           
static List<IGImage> IGImageUtil.findAll(int start, int end)
           
 List<IGImage> IGImagePersistence.findAll(int start, int end)
           
 List<IGImage> IGImagePersistenceImpl.findAll(int start, int end)
           
static List<IGImage> IGImageUtil.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<IGImage> IGImagePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<IGImage> IGImagePersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
           
static List<IGImage> IGImageUtil.findByG_F_N(long groupId, long folderId, String name)
           
 List<IGImage> IGImagePersistence.findByG_F_N(long groupId, long folderId, String name)
           
 List<IGImage> IGImagePersistenceImpl.findByG_F_N(long groupId, long folderId, String name)
           
static List<IGImage> IGImageUtil.findByG_F_N(long groupId, long folderId, String name, int start, int end)
           
 List<IGImage> IGImagePersistence.findByG_F_N(long groupId, long folderId, String name, int start, int end)
           
 List<IGImage> IGImagePersistenceImpl.findByG_F_N(long groupId, long folderId, String name, int start, int end)
           
static List<IGImage> IGImageUtil.findByG_F_N(long groupId, long folderId, String name, int start, int end, OrderByComparator orderByComparator)
           
 List<IGImage> IGImagePersistence.findByG_F_N(long groupId, long folderId, String name, int start, int end, OrderByComparator orderByComparator)
           
 List<IGImage> IGImagePersistenceImpl.findByG_F_N(long groupId, long folderId, String name, int start, int end, OrderByComparator orderByComparator)
           
static List<IGImage> IGImageUtil.findByG_F(long groupId, long folderId)
           
 List<IGImage> IGImagePersistence.findByG_F(long groupId, long folderId)
           
 List<IGImage> IGImagePersistenceImpl.findByG_F(long groupId, long folderId)
           
static List<IGImage> IGImageUtil.findByG_F(long groupId, long[] folderIds)
           
 List<IGImage> IGImagePersistence.findByG_F(long groupId, long[] folderIds)
           
 List<IGImage> IGImagePersistenceImpl.findByG_F(long groupId, long[] folderIds)
           
static List<IGImage> IGImageUtil.findByG_F(long groupId, long[] folderIds, int start, int end)
           
 List<IGImage> IGImagePersistence.findByG_F(long groupId, long[] folderIds, int start, int end)
           
 List<IGImage> IGImagePersistenceImpl.findByG_F(long groupId, long[] folderIds, int start, int end)
           
static List<IGImage> IGImageUtil.findByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
           
 List<IGImage> IGImagePersistence.findByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
           
 List<IGImage> IGImagePersistenceImpl.findByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
           
static List<IGImage> IGImageUtil.findByG_F(long groupId, long folderId, int start, int end)
           
 List<IGImage> IGImagePersistence.findByG_F(long groupId, long folderId, int start, int end)
           
 List<IGImage> IGImagePersistenceImpl.findByG_F(long groupId, long folderId, int start, int end)
           
static List<IGImage> IGImageUtil.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
           
 List<IGImage> IGImagePersistence.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
           
 List<IGImage> IGImagePersistenceImpl.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
           
static List<IGImage> IGImageUtil.findByG_U(long groupId, long userId)
           
 List<IGImage> IGImagePersistence.findByG_U(long groupId, long userId)
           
 List<IGImage> IGImagePersistenceImpl.findByG_U(long groupId, long userId)
           
static List<IGImage> IGImageUtil.findByG_U(long groupId, long userId, int start, int end)
           
 List<IGImage> IGImagePersistence.findByG_U(long groupId, long userId, int start, int end)
           
 List<IGImage> IGImagePersistenceImpl.findByG_U(long groupId, long userId, int start, int end)
           
static List<IGImage> IGImageUtil.findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<IGImage> IGImagePersistence.findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<IGImage> IGImagePersistenceImpl.findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
           
static List<IGImage> IGImageUtil.findByGroupId(long groupId)
           
 List<IGImage> IGImagePersistence.findByGroupId(long groupId)
           
 List<IGImage> IGImagePersistenceImpl.findByGroupId(long groupId)
           
static List<IGImage> IGImageUtil.findByGroupId(long groupId, int start, int end)
           
 List<IGImage> IGImagePersistence.findByGroupId(long groupId, int start, int end)
           
 List<IGImage> IGImagePersistenceImpl.findByGroupId(long groupId, int start, int end)
           
static List<IGImage> IGImageUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<IGImage> IGImagePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<IGImage> IGImagePersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
static List<IGImage> IGImageFinderUtil.findByNoAssets()
           
 List<IGImage> IGImageFinder.findByNoAssets()
           
 List<IGImage> IGImageFinderImpl.findByNoAssets()
           
static List<IGImage> IGImageUtil.findByUuid(String uuid)
           
 List<IGImage> IGImagePersistence.findByUuid(String uuid)
           
 List<IGImage> IGImagePersistenceImpl.findByUuid(String uuid)
           
static List<IGImage> IGImageUtil.findByUuid(String uuid, int start, int end)
           
 List<IGImage> IGImagePersistence.findByUuid(String uuid, int start, int end)
           
 List<IGImage> IGImagePersistenceImpl.findByUuid(String uuid, int start, int end)
           
static List<IGImage> IGImageUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
           
 List<IGImage> IGImagePersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
           
 List<IGImage> IGImagePersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
           
static List<IGImage> IGImageUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<IGImage> IGImageUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<IGImage> IGImageUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.imagegallery.service.persistence with parameters of type IGImage
static void IGImageUtil.cacheResult(IGImage igImage)
           
 void IGImagePersistence.cacheResult(IGImage igImage)
           
 void IGImagePersistenceImpl.cacheResult(IGImage igImage)
           
static void IGImageUtil.clearCache(IGImage igImage)
           
 void IGImagePersistenceImpl.clearCache(IGImage igImage)
           
protected  IGImage IGImagePersistenceImpl.getByG_F_N_PrevAndNext(Session session, IGImage igImage, long groupId, long folderId, String name, OrderByComparator orderByComparator, boolean previous)
           
protected  IGImage IGImagePersistenceImpl.getByG_F_PrevAndNext(Session session, IGImage igImage, long groupId, long folderId, OrderByComparator orderByComparator, boolean previous)
           
protected  IGImage IGImagePersistenceImpl.getByG_U_PrevAndNext(Session session, IGImage igImage, long groupId, long userId, OrderByComparator orderByComparator, boolean previous)
           
protected  IGImage IGImagePersistenceImpl.getByGroupId_PrevAndNext(Session session, IGImage igImage, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  IGImage IGImagePersistenceImpl.getByUuid_PrevAndNext(Session session, IGImage igImage, String uuid, OrderByComparator orderByComparator, boolean previous)
           
static IGImage IGImageUtil.remove(IGImage igImage)
           
protected  IGImage IGImagePersistenceImpl.removeImpl(IGImage igImage)
           
protected  IGImage IGImagePersistenceImpl.toUnwrappedModel(IGImage igImage)
           
static IGImage IGImageUtil.update(IGImage igImage, boolean merge)
           
static IGImage IGImageUtil.update(IGImage igImage, boolean merge, ServiceContext serviceContext)
           
static IGImage IGImageUtil.updateImpl(IGImage igImage, boolean merge)
           
 IGImage IGImagePersistence.updateImpl(IGImage igImage, boolean merge)
           
 IGImage IGImagePersistenceImpl.updateImpl(IGImage igImage, boolean merge)
           
 

Method parameters in com.liferay.portlet.imagegallery.service.persistence with type arguments of type IGImage
static void IGImageUtil.cacheResult(List<IGImage> igImages)
           
 void IGImagePersistence.cacheResult(List<IGImage> igImages)
           
 void IGImagePersistenceImpl.cacheResult(List<IGImage> igImages)
           
 

Uses of IGImage in com.liferay.portlet.imagegallery.util
 

Methods in com.liferay.portlet.imagegallery.util with parameters of type IGImage
static void IGUtil.addPortletBreadcrumbEntries(IGImage image, javax.servlet.http.HttpServletRequest request, RenderResponse renderResponse)
           
 

Uses of IGImage in com.liferay.portlet.imagegallery.webdav
 

Methods in com.liferay.portlet.imagegallery.webdav with parameters of type IGImage
protected  Resource IGWebDAVStorageImpl.toResource(WebDAVRequest webDavRequest, IGImage image, boolean appendPath)
           
 

Constructors in com.liferay.portlet.imagegallery.webdav with parameters of type IGImage
IGImageResourceImpl(IGImage image, String parentPath, String name)
           
 


Liferay 6.0.3