|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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()
Gets a copy of this i g image as an escaped model instance by wrapping it with an AutoEscapeBeanHandler . |
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)
Converts the soap model instance into a normal model instance. |
Methods in com.liferay.portlet.imagegallery.model.impl that return types with arguments of type IGImage | |
---|---|
static List<IGImage> |
IGImageModelImpl.toModels(IGImageSoap[] soapModels)
Converts the soap model instances into normal model instances. |
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)
Adds the i g image to the database. |
static IGImage |
IGImageLocalServiceUtil.addIGImage(IGImage igImage)
Adds the i g image to the database. |
IGImage |
IGImageLocalService.addIGImage(IGImage igImage)
Adds the i g image to the database. |
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)
Creates a new i g image with the primary key. |
static IGImage |
IGImageLocalServiceUtil.createIGImage(long imageId)
Creates a new i g image with the primary key. |
IGImage |
IGImageLocalService.createIGImage(long imageId)
Creates a new i g image with the primary key. |
IGImage |
IGImageLocalServiceWrapper.getIGImage(long imageId)
Gets the i g image with the primary key. |
static IGImage |
IGImageLocalServiceUtil.getIGImage(long imageId)
Gets the i g image with the primary key. |
IGImage |
IGImageLocalService.getIGImage(long imageId)
Gets the i g image with the primary key. |
IGImage |
IGImageLocalServiceWrapper.getIGImageByUuidAndGroupId(String uuid,
long groupId)
Gets the i g image with the UUID and group id. |
static IGImage |
IGImageLocalServiceUtil.getIGImageByUuidAndGroupId(String uuid,
long groupId)
Gets the i g image with the UUID and group id. |
IGImage |
IGImageLocalService.getIGImageByUuidAndGroupId(String uuid,
long groupId)
Gets the i g image with the UUID and group id. |
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)
Updates the i g image in the database. |
static IGImage |
IGImageLocalServiceUtil.updateIGImage(IGImage igImage)
Updates the i g image in the database. |
IGImage |
IGImageLocalService.updateIGImage(IGImage igImage)
Updates the i g image in the database. |
IGImage |
IGImageLocalServiceWrapper.updateIGImage(IGImage igImage,
boolean merge)
Updates the i g image in the database. |
static IGImage |
IGImageLocalServiceUtil.updateIGImage(IGImage igImage,
boolean merge)
Updates the i g image in the database. |
IGImage |
IGImageLocalService.updateIGImage(IGImage igImage,
boolean merge)
Updates the i g image in the database. |
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> |
IGImageServiceWrapper.getGroupImages(long groupId,
long userId,
int start,
int end)
|
static List<IGImage> |
IGImageServiceUtil.getGroupImages(long groupId,
long userId,
int start,
int end)
|
List<IGImage> |
IGImageService.getGroupImages(long groupId,
long userId,
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)
Gets a range of all the i g images. |
static List<IGImage> |
IGImageLocalServiceUtil.getIGImages(int start,
int end)
Gets a range of all the i g images. |
List<IGImage> |
IGImageLocalService.getIGImages(int start,
int end)
Gets a range of all the i g images. |
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> |
IGImageServiceWrapper.getImages(long groupId,
long folderId,
int start,
int end)
|
static List<IGImage> |
IGImageServiceUtil.getImages(long groupId,
long folderId,
int start,
int end)
|
List<IGImage> |
IGImageService.getImages(long groupId,
long folderId,
int start,
int end)
|
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)
Adds the i g image to the database. |
static IGImage |
IGImageLocalServiceUtil.addIGImage(IGImage igImage)
Adds the i g image to the database. |
IGImage |
IGImageLocalService.addIGImage(IGImage igImage)
Adds the i g image to the database. |
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)
Deletes the i g image from the database. |
static void |
IGImageLocalServiceUtil.deleteIGImage(IGImage igImage)
Deletes the i g image from the database. |
void |
IGImageLocalService.deleteIGImage(IGImage igImage)
Deletes the i g image from the database. |
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)
Updates the i g image in the database. |
static IGImage |
IGImageLocalServiceUtil.updateIGImage(IGImage igImage)
Updates the i g image in the database. |
IGImage |
IGImageLocalService.updateIGImage(IGImage igImage)
Updates the i g image in the database. |
IGImage |
IGImageLocalServiceWrapper.updateIGImage(IGImage igImage,
boolean merge)
Updates the i g image in the database. |
static IGImage |
IGImageLocalServiceUtil.updateIGImage(IGImage igImage,
boolean merge)
Updates the i g image in the database. |
IGImage |
IGImageLocalService.updateIGImage(IGImage igImage,
boolean merge)
Updates the i g image in the database. |
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)
Adds the i g image to the database. |
IGImage |
IGImageLocalServiceBaseImpl.createIGImage(long imageId)
Creates a new i g image with the primary key. |
IGImage |
IGImageLocalServiceBaseImpl.getIGImage(long imageId)
Gets the i g image with the primary key. |
IGImage |
IGImageLocalServiceBaseImpl.getIGImageByUuidAndGroupId(String uuid,
long groupId)
Gets the i g image with the UUID and group id. |
IGImage |
IGImageLocalServiceBaseImpl.updateIGImage(IGImage igImage)
Updates the i g image in the database. |
IGImage |
IGImageLocalServiceBaseImpl.updateIGImage(IGImage igImage,
boolean merge)
Updates the i g image in the database. |
Methods in com.liferay.portlet.imagegallery.service.base that return types with arguments of type IGImage | |
---|---|
List<IGImage> |
IGImageLocalServiceBaseImpl.getIGImages(int start,
int end)
Gets a range of all the i g images. |
Methods in com.liferay.portlet.imagegallery.service.base with parameters of type IGImage | |
---|---|
IGImage |
IGImageLocalServiceBaseImpl.addIGImage(IGImage igImage)
Adds the i g image to the database. |
void |
IGImageLocalServiceBaseImpl.deleteIGImage(IGImage igImage)
Deletes the i g image from the database. |
IGImage |
IGImageLocalServiceBaseImpl.updateIGImage(IGImage igImage)
Updates the i g image in the database. |
IGImage |
IGImageLocalServiceBaseImpl.updateIGImage(IGImage igImage,
boolean merge)
Updates the i g image in the database. |
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.getGroupImages(HttpPrincipal httpPrincipal,
long groupId,
long userId,
int start,
int end)
|
static List<IGImage> |
IGImageServiceHttp.getImages(HttpPrincipal httpPrincipal,
long groupId,
long folderId)
|
static List<IGImage> |
IGImageServiceHttp.getImages(HttpPrincipal httpPrincipal,
long groupId,
long folderId,
int start,
int end)
|
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> |
IGImageServiceImpl.getGroupImages(long groupId,
long userId,
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> |
IGImageServiceImpl.getImages(long groupId,
long folderId,
int start,
int end)
|
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)
Creates a new i g image with the primary key. |
IGImage |
IGImagePersistence.create(long imageId)
Creates a new i g image with the primary key. |
IGImage |
IGImagePersistenceImpl.create(long imageId)
Creates a new i g image with the primary key. |
static IGImage |
IGImageFinderUtil.fetchByAnyImageId(long imageId)
|
IGImage |
IGImageFinder.fetchByAnyImageId(long imageId)
|
IGImage |
IGImageFinderImpl.fetchByAnyImageId(long imageId)
|
static IGImage |
IGImageUtil.fetchByCustom1ImageId(long custom1ImageId)
Finds the i g image where custom1ImageId = ? or returns null if it could not be found. |
IGImage |
IGImagePersistence.fetchByCustom1ImageId(long custom1ImageId)
Finds the i g image where custom1ImageId = ? or returns null if it could not be found. |
IGImage |
IGImagePersistenceImpl.fetchByCustom1ImageId(long custom1ImageId)
Finds the i g image where custom1ImageId = ? or returns null if it could not be found. |
static IGImage |
IGImageUtil.fetchByCustom1ImageId(long custom1ImageId,
boolean retrieveFromCache)
Finds the i g image where custom1ImageId = ? or returns null if it could not be found, optionally using the finder cache. |
IGImage |
IGImagePersistence.fetchByCustom1ImageId(long custom1ImageId,
boolean retrieveFromCache)
Finds the i g image where custom1ImageId = ? or returns null if it could not be found, optionally using the finder cache. |
IGImage |
IGImagePersistenceImpl.fetchByCustom1ImageId(long custom1ImageId,
boolean retrieveFromCache)
Finds the i g image where custom1ImageId = ? or returns null if it could not be found, optionally using the finder cache. |
static IGImage |
IGImageUtil.fetchByCustom2ImageId(long custom2ImageId)
Finds the i g image where custom2ImageId = ? or returns null if it could not be found. |
IGImage |
IGImagePersistence.fetchByCustom2ImageId(long custom2ImageId)
Finds the i g image where custom2ImageId = ? or returns null if it could not be found. |
IGImage |
IGImagePersistenceImpl.fetchByCustom2ImageId(long custom2ImageId)
Finds the i g image where custom2ImageId = ? or returns null if it could not be found. |
static IGImage |
IGImageUtil.fetchByCustom2ImageId(long custom2ImageId,
boolean retrieveFromCache)
Finds the i g image where custom2ImageId = ? or returns null if it could not be found, optionally using the finder cache. |
IGImage |
IGImagePersistence.fetchByCustom2ImageId(long custom2ImageId,
boolean retrieveFromCache)
Finds the i g image where custom2ImageId = ? or returns null if it could not be found, optionally using the finder cache. |
IGImage |
IGImagePersistenceImpl.fetchByCustom2ImageId(long custom2ImageId,
boolean retrieveFromCache)
Finds the i g image where custom2ImageId = ? or returns null if it could not be found, optionally using the finder cache. |
static IGImage |
IGImageUtil.fetchByLargeImageId(long largeImageId)
Finds the i g image where largeImageId = ? or returns null if it could not be found. |
IGImage |
IGImagePersistence.fetchByLargeImageId(long largeImageId)
Finds the i g image where largeImageId = ? or returns null if it could not be found. |
IGImage |
IGImagePersistenceImpl.fetchByLargeImageId(long largeImageId)
Finds the i g image where largeImageId = ? or returns null if it could not be found. |
static IGImage |
IGImageUtil.fetchByLargeImageId(long largeImageId,
boolean retrieveFromCache)
Finds the i g image where largeImageId = ? or returns null if it could not be found, optionally using the finder cache. |
IGImage |
IGImagePersistence.fetchByLargeImageId(long largeImageId,
boolean retrieveFromCache)
Finds the i g image where largeImageId = ? or returns null if it could not be found, optionally using the finder cache. |
IGImage |
IGImagePersistenceImpl.fetchByLargeImageId(long largeImageId,
boolean retrieveFromCache)
Finds the i g image where largeImageId = ? or returns null if it could not be found, optionally using the finder cache. |
static IGImage |
IGImageUtil.fetchByPrimaryKey(long imageId)
Finds the i g image with the primary key or returns null if it could not be found. |
IGImage |
IGImagePersistence.fetchByPrimaryKey(long imageId)
Finds the i g image with the primary key or returns null if it could not be found. |
IGImage |
IGImagePersistenceImpl.fetchByPrimaryKey(long imageId)
Finds the i g image with the primary key or returns null if it could not be found. |
IGImage |
IGImagePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
Finds the i g image with the primary key or returns null if it could not be found. |
static IGImage |
IGImageUtil.fetchBySmallImageId(long smallImageId)
Finds the i g image where smallImageId = ? or returns null if it could not be found. |
IGImage |
IGImagePersistence.fetchBySmallImageId(long smallImageId)
Finds the i g image where smallImageId = ? or returns null if it could not be found. |
IGImage |
IGImagePersistenceImpl.fetchBySmallImageId(long smallImageId)
Finds the i g image where smallImageId = ? or returns null if it could not be found. |
static IGImage |
IGImageUtil.fetchBySmallImageId(long smallImageId,
boolean retrieveFromCache)
Finds the i g image where smallImageId = ? or returns null if it could not be found, optionally using the finder cache. |
IGImage |
IGImagePersistence.fetchBySmallImageId(long smallImageId,
boolean retrieveFromCache)
Finds the i g image where smallImageId = ? or returns null if it could not be found, optionally using the finder cache. |
IGImage |
IGImagePersistenceImpl.fetchBySmallImageId(long smallImageId,
boolean retrieveFromCache)
Finds the i g image where smallImageId = ? or returns null if it could not be found, optionally using the finder cache. |
static IGImage |
IGImageUtil.fetchByUUID_G(String uuid,
long groupId)
Finds the i g image where uuid = ? and groupId = ? or returns null if it could not be found. |
IGImage |
IGImagePersistence.fetchByUUID_G(String uuid,
long groupId)
Finds the i g image where uuid = ? and groupId = ? or returns null if it could not be found. |
IGImage |
IGImagePersistenceImpl.fetchByUUID_G(String uuid,
long groupId)
Finds the i g image where uuid = ? and groupId = ? or returns null if it could not be found. |
static IGImage |
IGImageUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Finds the i g image where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
IGImage |
IGImagePersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Finds the i g image where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
IGImage |
IGImagePersistenceImpl.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Finds the i g image where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static IGImage |
IGImageFinderUtil.findByAnyImageId(long imageId)
|
IGImage |
IGImageFinder.findByAnyImageId(long imageId)
|
IGImage |
IGImageFinderImpl.findByAnyImageId(long imageId)
|
static IGImage |
IGImageUtil.findByCustom1ImageId(long custom1ImageId)
Finds the i g image where custom1ImageId = ? or throws a NoSuchImageException if it could not be found. |
IGImage |
IGImagePersistence.findByCustom1ImageId(long custom1ImageId)
Finds the i g image where custom1ImageId = ? or throws a NoSuchImageException if it could not be found. |
IGImage |
IGImagePersistenceImpl.findByCustom1ImageId(long custom1ImageId)
Finds the i g image where custom1ImageId = ? or throws a NoSuchImageException if it could not be found. |
static IGImage |
IGImageUtil.findByCustom2ImageId(long custom2ImageId)
Finds the i g image where custom2ImageId = ? or throws a NoSuchImageException if it could not be found. |
IGImage |
IGImagePersistence.findByCustom2ImageId(long custom2ImageId)
Finds the i g image where custom2ImageId = ? or throws a NoSuchImageException if it could not be found. |
IGImage |
IGImagePersistenceImpl.findByCustom2ImageId(long custom2ImageId)
Finds the i g image where custom2ImageId = ? or throws a NoSuchImageException if it could not be found. |
static IGImage |
IGImageUtil.findByG_F_First(long groupId,
long folderId,
OrderByComparator orderByComparator)
Finds the first i g image in the ordered set where groupId = ? and folderId = ?. |
IGImage |
IGImagePersistence.findByG_F_First(long groupId,
long folderId,
OrderByComparator orderByComparator)
Finds the first i g image in the ordered set where groupId = ? and folderId = ?. |
IGImage |
IGImagePersistenceImpl.findByG_F_First(long groupId,
long folderId,
OrderByComparator orderByComparator)
Finds the first i g image in the ordered set where groupId = ? and folderId = ?. |
static IGImage |
IGImageUtil.findByG_F_Last(long groupId,
long folderId,
OrderByComparator orderByComparator)
Finds the last i g image in the ordered set where groupId = ? and folderId = ?. |
IGImage |
IGImagePersistence.findByG_F_Last(long groupId,
long folderId,
OrderByComparator orderByComparator)
Finds the last i g image in the ordered set where groupId = ? and folderId = ?. |
IGImage |
IGImagePersistenceImpl.findByG_F_Last(long groupId,
long folderId,
OrderByComparator orderByComparator)
Finds the last i g image in the ordered set where groupId = ? and folderId = ?. |
static IGImage |
IGImageUtil.findByG_F_N_First(long groupId,
long folderId,
String name,
OrderByComparator orderByComparator)
Finds the first i g image in the ordered set where groupId = ? and folderId = ? and name = ?. |
IGImage |
IGImagePersistence.findByG_F_N_First(long groupId,
long folderId,
String name,
OrderByComparator orderByComparator)
Finds the first i g image in the ordered set where groupId = ? and folderId = ? and name = ?. |
IGImage |
IGImagePersistenceImpl.findByG_F_N_First(long groupId,
long folderId,
String name,
OrderByComparator orderByComparator)
Finds the first i g image in the ordered set where groupId = ? and folderId = ? and name = ?. |
static IGImage |
IGImageUtil.findByG_F_N_Last(long groupId,
long folderId,
String name,
OrderByComparator orderByComparator)
Finds the last i g image in the ordered set where groupId = ? and folderId = ? and name = ?. |
IGImage |
IGImagePersistence.findByG_F_N_Last(long groupId,
long folderId,
String name,
OrderByComparator orderByComparator)
Finds the last i g image in the ordered set where groupId = ? and folderId = ? and name = ?. |
IGImage |
IGImagePersistenceImpl.findByG_F_N_Last(long groupId,
long folderId,
String name,
OrderByComparator orderByComparator)
Finds the last i g image in the ordered set where groupId = ? and folderId = ? and name = ?. |
static IGImage[] |
IGImageUtil.findByG_F_N_PrevAndNext(long imageId,
long groupId,
long folderId,
String name,
OrderByComparator orderByComparator)
Finds the i g images before and after the current i g image in the ordered set where groupId = ? and folderId = ? and name = ?. |
IGImage[] |
IGImagePersistence.findByG_F_N_PrevAndNext(long imageId,
long groupId,
long folderId,
String name,
OrderByComparator orderByComparator)
Finds the i g images before and after the current i g image in the ordered set where groupId = ? and folderId = ? and name = ?. |
IGImage[] |
IGImagePersistenceImpl.findByG_F_N_PrevAndNext(long imageId,
long groupId,
long folderId,
String name,
OrderByComparator orderByComparator)
Finds the i g images before and after the current i g image in the ordered set where groupId = ? and folderId = ? and name = ?. |
static IGImage[] |
IGImageUtil.findByG_F_PrevAndNext(long imageId,
long groupId,
long folderId,
OrderByComparator orderByComparator)
Finds the i g images before and after the current i g image in the ordered set where groupId = ? and folderId = ?. |
IGImage[] |
IGImagePersistence.findByG_F_PrevAndNext(long imageId,
long groupId,
long folderId,
OrderByComparator orderByComparator)
Finds the i g images before and after the current i g image in the ordered set where groupId = ? and folderId = ?. |
IGImage[] |
IGImagePersistenceImpl.findByG_F_PrevAndNext(long imageId,
long groupId,
long folderId,
OrderByComparator orderByComparator)
Finds the i g images before and after the current i g image in the ordered set where groupId = ? and folderId = ?. |
static IGImage |
IGImageUtil.findByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Finds the first i g image in the ordered set where groupId = ? and userId = ?. |
IGImage |
IGImagePersistence.findByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Finds the first i g image in the ordered set where groupId = ? and userId = ?. |
IGImage |
IGImagePersistenceImpl.findByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Finds the first i g image in the ordered set where groupId = ? and userId = ?. |
static IGImage |
IGImageUtil.findByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Finds the last i g image in the ordered set where groupId = ? and userId = ?. |
IGImage |
IGImagePersistence.findByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Finds the last i g image in the ordered set where groupId = ? and userId = ?. |
IGImage |
IGImagePersistenceImpl.findByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Finds the last i g image in the ordered set where groupId = ? and userId = ?. |
static IGImage[] |
IGImageUtil.findByG_U_PrevAndNext(long imageId,
long groupId,
long userId,
OrderByComparator orderByComparator)
Finds the i g images before and after the current i g image in the ordered set where groupId = ? and userId = ?. |
IGImage[] |
IGImagePersistence.findByG_U_PrevAndNext(long imageId,
long groupId,
long userId,
OrderByComparator orderByComparator)
Finds the i g images before and after the current i g image in the ordered set where groupId = ? and userId = ?. |
IGImage[] |
IGImagePersistenceImpl.findByG_U_PrevAndNext(long imageId,
long groupId,
long userId,
OrderByComparator orderByComparator)
Finds the i g images before and after the current i g image in the ordered set where groupId = ? and userId = ?. |
static IGImage |
IGImageUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first i g image in the ordered set where groupId = ?. |
IGImage |
IGImagePersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first i g image in the ordered set where groupId = ?. |
IGImage |
IGImagePersistenceImpl.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first i g image in the ordered set where groupId = ?. |
static IGImage |
IGImageUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last i g image in the ordered set where groupId = ?. |
IGImage |
IGImagePersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last i g image in the ordered set where groupId = ?. |
IGImage |
IGImagePersistenceImpl.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last i g image in the ordered set where groupId = ?. |
static IGImage[] |
IGImageUtil.findByGroupId_PrevAndNext(long imageId,
long groupId,
OrderByComparator orderByComparator)
Finds the i g images before and after the current i g image in the ordered set where groupId = ?. |
IGImage[] |
IGImagePersistence.findByGroupId_PrevAndNext(long imageId,
long groupId,
OrderByComparator orderByComparator)
Finds the i g images before and after the current i g image in the ordered set where groupId = ?. |
IGImage[] |
IGImagePersistenceImpl.findByGroupId_PrevAndNext(long imageId,
long groupId,
OrderByComparator orderByComparator)
Finds the i g images before and after the current i g image in the ordered set where groupId = ?. |
static IGImage |
IGImageUtil.findByLargeImageId(long largeImageId)
Finds the i g image where largeImageId = ? or throws a NoSuchImageException if it could not be found. |
IGImage |
IGImagePersistence.findByLargeImageId(long largeImageId)
Finds the i g image where largeImageId = ? or throws a NoSuchImageException if it could not be found. |
IGImage |
IGImagePersistenceImpl.findByLargeImageId(long largeImageId)
Finds the i g image where largeImageId = ? or throws a NoSuchImageException if it could not be found. |
static IGImage |
IGImageUtil.findByPrimaryKey(long imageId)
Finds the i g image with the primary key or throws a NoSuchImageException if it could not be found. |
IGImage |
IGImagePersistence.findByPrimaryKey(long imageId)
Finds the i g image with the primary key or throws a NoSuchImageException if it could not be found. |
IGImage |
IGImagePersistenceImpl.findByPrimaryKey(long imageId)
Finds the i g image with the primary key or throws a NoSuchImageException if it could not be found. |
IGImage |
IGImagePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Finds the i g image with the primary key or throws a NoSuchModelException if it could not be found. |
static IGImage |
IGImageUtil.findBySmallImageId(long smallImageId)
Finds the i g image where smallImageId = ? or throws a NoSuchImageException if it could not be found. |
IGImage |
IGImagePersistence.findBySmallImageId(long smallImageId)
Finds the i g image where smallImageId = ? or throws a NoSuchImageException if it could not be found. |
IGImage |
IGImagePersistenceImpl.findBySmallImageId(long smallImageId)
Finds the i g image where smallImageId = ? or throws a NoSuchImageException if it could not be found. |
static IGImage |
IGImageUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first i g image in the ordered set where uuid = ?. |
IGImage |
IGImagePersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first i g image in the ordered set where uuid = ?. |
IGImage |
IGImagePersistenceImpl.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first i g image in the ordered set where uuid = ?. |
static IGImage |
IGImageUtil.findByUUID_G(String uuid,
long groupId)
Finds the i g image where uuid = ? and groupId = ? or throws a NoSuchImageException if it could not be found. |
IGImage |
IGImagePersistence.findByUUID_G(String uuid,
long groupId)
Finds the i g image where uuid = ? and groupId = ? or throws a NoSuchImageException if it could not be found. |
IGImage |
IGImagePersistenceImpl.findByUUID_G(String uuid,
long groupId)
Finds the i g image where uuid = ? and groupId = ? or throws a NoSuchImageException if it could not be found. |
static IGImage |
IGImageUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last i g image in the ordered set where uuid = ?. |
IGImage |
IGImagePersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last i g image in the ordered set where uuid = ?. |
IGImage |
IGImagePersistenceImpl.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last i g image in the ordered set where uuid = ?. |
static IGImage[] |
IGImageUtil.findByUuid_PrevAndNext(long imageId,
String uuid,
OrderByComparator orderByComparator)
Finds the i g images before and after the current i g image in the ordered set where uuid = ?. |
IGImage[] |
IGImagePersistence.findByUuid_PrevAndNext(long imageId,
String uuid,
OrderByComparator orderByComparator)
Finds the i g images before and after the current i g image in the ordered set where uuid = ?. |
IGImage[] |
IGImagePersistenceImpl.findByUuid_PrevAndNext(long imageId,
String uuid,
OrderByComparator orderByComparator)
Finds the i g images before and after the current i g image in the ordered set where uuid = ?. |
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)
Removes the i g image with the primary key from the database. |
IGImage |
IGImagePersistence.remove(long imageId)
Removes the i g image with the primary key from the database. |
IGImage |
IGImagePersistenceImpl.remove(long imageId)
Removes the i g image with the primary key from the database. |
IGImage |
IGImagePersistenceImpl.remove(Serializable primaryKey)
Removes the i g image with the primary key from the database. |
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)
Filters by the user's permissions and finds all the i g images where groupId = ? and folderId = ? and name = ?. |
List<IGImage> |
IGImagePersistence.filterFindByG_F_N(long groupId,
long folderId,
String name)
Filters by the user's permissions and finds all the i g images where groupId = ? and folderId = ? and name = ?. |
List<IGImage> |
IGImagePersistenceImpl.filterFindByG_F_N(long groupId,
long folderId,
String name)
Filters by the user's permissions and finds all the i g images where groupId = ? and folderId = ? and name = ?. |
static List<IGImage> |
IGImageUtil.filterFindByG_F_N(long groupId,
long folderId,
String name,
int start,
int end)
Filters by the user's permissions and finds a range of all the i g images where groupId = ? and folderId = ? and name = ?. |
List<IGImage> |
IGImagePersistence.filterFindByG_F_N(long groupId,
long folderId,
String name,
int start,
int end)
Filters by the user's permissions and finds a range of all the i g images where groupId = ? and folderId = ? and name = ?. |
List<IGImage> |
IGImagePersistenceImpl.filterFindByG_F_N(long groupId,
long folderId,
String name,
int start,
int end)
Filters by the user's permissions and finds a range of all the i g images where groupId = ? and folderId = ? and name = ?. |
static List<IGImage> |
IGImageUtil.filterFindByG_F_N(long groupId,
long folderId,
String name,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the i g images where groupId = ? and folderId = ? and name = ?. |
List<IGImage> |
IGImagePersistence.filterFindByG_F_N(long groupId,
long folderId,
String name,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the i g images where groupId = ? and folderId = ? and name = ?. |
List<IGImage> |
IGImagePersistenceImpl.filterFindByG_F_N(long groupId,
long folderId,
String name,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the i g images where groupId = ? and folderId = ? and name = ?. |
static List<IGImage> |
IGImageUtil.filterFindByG_F(long groupId,
long folderId)
Filters by the user's permissions and finds all the i g images where groupId = ? and folderId = ?. |
List<IGImage> |
IGImagePersistence.filterFindByG_F(long groupId,
long folderId)
Filters by the user's permissions and finds all the i g images where groupId = ? and folderId = ?. |
List<IGImage> |
IGImagePersistenceImpl.filterFindByG_F(long groupId,
long folderId)
Filters by the user's permissions and finds all the i g images where groupId = ? and folderId = ?. |
static List<IGImage> |
IGImageUtil.filterFindByG_F(long groupId,
long[] folderIds)
Filters by the user's permissions and finds all the i g images where groupId = ? and folderId = any ?. |
List<IGImage> |
IGImagePersistence.filterFindByG_F(long groupId,
long[] folderIds)
Filters by the user's permissions and finds all the i g images where groupId = ? and folderId = any ?. |
List<IGImage> |
IGImagePersistenceImpl.filterFindByG_F(long groupId,
long[] folderIds)
Filters by the user's permissions and finds all the i g images where groupId = ? and folderId = any ?. |
static List<IGImage> |
IGImageUtil.filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end)
Filters by the user's permissions and finds a range of all the i g images where groupId = ? and folderId = any ?. |
List<IGImage> |
IGImagePersistence.filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end)
Filters by the user's permissions and finds a range of all the i g images where groupId = ? and folderId = any ?. |
List<IGImage> |
IGImagePersistenceImpl.filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end)
Filters by the user's permissions and finds a range of all the i g images where groupId = ? and folderId = any ?. |
static List<IGImage> |
IGImageUtil.filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the i g images where groupId = ? and folderId = any ?. |
List<IGImage> |
IGImagePersistence.filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the i g images where groupId = ? and folderId = any ?. |
List<IGImage> |
IGImagePersistenceImpl.filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the i g images where groupId = ? and folderId = any ?. |
static List<IGImage> |
IGImageUtil.filterFindByG_F(long groupId,
long folderId,
int start,
int end)
Filters by the user's permissions and finds a range of all the i g images where groupId = ? and folderId = ?. |
List<IGImage> |
IGImagePersistence.filterFindByG_F(long groupId,
long folderId,
int start,
int end)
Filters by the user's permissions and finds a range of all the i g images where groupId = ? and folderId = ?. |
List<IGImage> |
IGImagePersistenceImpl.filterFindByG_F(long groupId,
long folderId,
int start,
int end)
Filters by the user's permissions and finds a range of all the i g images where groupId = ? and folderId = ?. |
static List<IGImage> |
IGImageUtil.filterFindByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the i g images where groupId = ? and folderId = ?. |
List<IGImage> |
IGImagePersistence.filterFindByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the i g images where groupId = ? and folderId = ?. |
List<IGImage> |
IGImagePersistenceImpl.filterFindByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the i g images where groupId = ? and folderId = ?. |
static List<IGImage> |
IGImageUtil.filterFindByG_U(long groupId,
long userId)
Filters by the user's permissions and finds all the i g images where groupId = ? and userId = ?. |
List<IGImage> |
IGImagePersistence.filterFindByG_U(long groupId,
long userId)
Filters by the user's permissions and finds all the i g images where groupId = ? and userId = ?. |
List<IGImage> |
IGImagePersistenceImpl.filterFindByG_U(long groupId,
long userId)
Filters by the user's permissions and finds all the i g images where groupId = ? and userId = ?. |
static List<IGImage> |
IGImageUtil.filterFindByG_U(long groupId,
long userId,
int start,
int end)
Filters by the user's permissions and finds a range of all the i g images where groupId = ? and userId = ?. |
List<IGImage> |
IGImagePersistence.filterFindByG_U(long groupId,
long userId,
int start,
int end)
Filters by the user's permissions and finds a range of all the i g images where groupId = ? and userId = ?. |
List<IGImage> |
IGImagePersistenceImpl.filterFindByG_U(long groupId,
long userId,
int start,
int end)
Filters by the user's permissions and finds a range of all the i g images where groupId = ? and userId = ?. |
static List<IGImage> |
IGImageUtil.filterFindByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the i g images where groupId = ? and userId = ?. |
List<IGImage> |
IGImagePersistence.filterFindByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the i g images where groupId = ? and userId = ?. |
List<IGImage> |
IGImagePersistenceImpl.filterFindByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the i g images where groupId = ? and userId = ?. |
static List<IGImage> |
IGImageUtil.filterFindByGroupId(long groupId)
Filters by the user's permissions and finds all the i g images where groupId = ?. |
List<IGImage> |
IGImagePersistence.filterFindByGroupId(long groupId)
Filters by the user's permissions and finds all the i g images where groupId = ?. |
List<IGImage> |
IGImagePersistenceImpl.filterFindByGroupId(long groupId)
Filters by the user's permissions and finds all the i g images where groupId = ?. |
static List<IGImage> |
IGImageUtil.filterFindByGroupId(long groupId,
int start,
int end)
Filters by the user's permissions and finds a range of all the i g images where groupId = ?. |
List<IGImage> |
IGImagePersistence.filterFindByGroupId(long groupId,
int start,
int end)
Filters by the user's permissions and finds a range of all the i g images where groupId = ?. |
List<IGImage> |
IGImagePersistenceImpl.filterFindByGroupId(long groupId,
int start,
int end)
Filters by the user's permissions and finds a range of all the i g images where groupId = ?. |
static List<IGImage> |
IGImageUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the i g images where groupId = ?. |
List<IGImage> |
IGImagePersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the i g images where groupId = ?. |
List<IGImage> |
IGImagePersistenceImpl.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the i g images where groupId = ?. |
static List<IGImage> |
IGImageUtil.findAll()
Finds all the i g images. |
List<IGImage> |
IGImagePersistence.findAll()
Finds all the i g images. |
List<IGImage> |
IGImagePersistenceImpl.findAll()
Finds all the i g images. |
static List<IGImage> |
IGImageUtil.findAll(int start,
int end)
Finds a range of all the i g images. |
List<IGImage> |
IGImagePersistence.findAll(int start,
int end)
Finds a range of all the i g images. |
List<IGImage> |
IGImagePersistenceImpl.findAll(int start,
int end)
Finds a range of all the i g images. |
static List<IGImage> |
IGImageUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the i g images. |
List<IGImage> |
IGImagePersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the i g images. |
List<IGImage> |
IGImagePersistenceImpl.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the i g images. |
static List<IGImage> |
IGImageUtil.findByG_F_N(long groupId,
long folderId,
String name)
Finds all the i g images where groupId = ? and folderId = ? and name = ?. |
List<IGImage> |
IGImagePersistence.findByG_F_N(long groupId,
long folderId,
String name)
Finds all the i g images where groupId = ? and folderId = ? and name = ?. |
List<IGImage> |
IGImagePersistenceImpl.findByG_F_N(long groupId,
long folderId,
String name)
Finds all the i g images where groupId = ? and folderId = ? and name = ?. |
static List<IGImage> |
IGImageUtil.findByG_F_N(long groupId,
long folderId,
String name,
int start,
int end)
Finds a range of all the i g images where groupId = ? and folderId = ? and name = ?. |
List<IGImage> |
IGImagePersistence.findByG_F_N(long groupId,
long folderId,
String name,
int start,
int end)
Finds a range of all the i g images where groupId = ? and folderId = ? and name = ?. |
List<IGImage> |
IGImagePersistenceImpl.findByG_F_N(long groupId,
long folderId,
String name,
int start,
int end)
Finds a range of all the i g images where groupId = ? and folderId = ? and name = ?. |
static List<IGImage> |
IGImageUtil.findByG_F_N(long groupId,
long folderId,
String name,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the i g images where groupId = ? and folderId = ? and name = ?. |
List<IGImage> |
IGImagePersistence.findByG_F_N(long groupId,
long folderId,
String name,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the i g images where groupId = ? and folderId = ? and name = ?. |
List<IGImage> |
IGImagePersistenceImpl.findByG_F_N(long groupId,
long folderId,
String name,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the i g images where groupId = ? and folderId = ? and name = ?. |
static List<IGImage> |
IGImageUtil.findByG_F(long groupId,
long folderId)
Finds all the i g images where groupId = ? and folderId = ?. |
List<IGImage> |
IGImagePersistence.findByG_F(long groupId,
long folderId)
Finds all the i g images where groupId = ? and folderId = ?. |
List<IGImage> |
IGImagePersistenceImpl.findByG_F(long groupId,
long folderId)
Finds all the i g images where groupId = ? and folderId = ?. |
static List<IGImage> |
IGImageUtil.findByG_F(long groupId,
long[] folderIds)
Finds all the i g images where groupId = ? and folderId = any ?. |
List<IGImage> |
IGImagePersistence.findByG_F(long groupId,
long[] folderIds)
Finds all the i g images where groupId = ? and folderId = any ?. |
List<IGImage> |
IGImagePersistenceImpl.findByG_F(long groupId,
long[] folderIds)
Finds all the i g images where groupId = ? and folderId = any ?. |
static List<IGImage> |
IGImageUtil.findByG_F(long groupId,
long[] folderIds,
int start,
int end)
Finds a range of all the i g images where groupId = ? and folderId = any ?. |
List<IGImage> |
IGImagePersistence.findByG_F(long groupId,
long[] folderIds,
int start,
int end)
Finds a range of all the i g images where groupId = ? and folderId = any ?. |
List<IGImage> |
IGImagePersistenceImpl.findByG_F(long groupId,
long[] folderIds,
int start,
int end)
Finds a range of all the i g images where groupId = ? and folderId = any ?. |
static List<IGImage> |
IGImageUtil.findByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the i g images where groupId = ? and folderId = any ?. |
List<IGImage> |
IGImagePersistence.findByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the i g images where groupId = ? and folderId = any ?. |
List<IGImage> |
IGImagePersistenceImpl.findByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the i g images where groupId = ? and folderId = any ?. |
static List<IGImage> |
IGImageUtil.findByG_F(long groupId,
long folderId,
int start,
int end)
Finds a range of all the i g images where groupId = ? and folderId = ?. |
List<IGImage> |
IGImagePersistence.findByG_F(long groupId,
long folderId,
int start,
int end)
Finds a range of all the i g images where groupId = ? and folderId = ?. |
List<IGImage> |
IGImagePersistenceImpl.findByG_F(long groupId,
long folderId,
int start,
int end)
Finds a range of all the i g images where groupId = ? and folderId = ?. |
static List<IGImage> |
IGImageUtil.findByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the i g images where groupId = ? and folderId = ?. |
List<IGImage> |
IGImagePersistence.findByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the i g images where groupId = ? and folderId = ?. |
List<IGImage> |
IGImagePersistenceImpl.findByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the i g images where groupId = ? and folderId = ?. |
static List<IGImage> |
IGImageUtil.findByG_U(long groupId,
long userId)
Finds all the i g images where groupId = ? and userId = ?. |
List<IGImage> |
IGImagePersistence.findByG_U(long groupId,
long userId)
Finds all the i g images where groupId = ? and userId = ?. |
List<IGImage> |
IGImagePersistenceImpl.findByG_U(long groupId,
long userId)
Finds all the i g images where groupId = ? and userId = ?. |
static List<IGImage> |
IGImageUtil.findByG_U(long groupId,
long userId,
int start,
int end)
Finds a range of all the i g images where groupId = ? and userId = ?. |
List<IGImage> |
IGImagePersistence.findByG_U(long groupId,
long userId,
int start,
int end)
Finds a range of all the i g images where groupId = ? and userId = ?. |
List<IGImage> |
IGImagePersistenceImpl.findByG_U(long groupId,
long userId,
int start,
int end)
Finds a range of all the i g images where groupId = ? and userId = ?. |
static List<IGImage> |
IGImageUtil.findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the i g images where groupId = ? and userId = ?. |
List<IGImage> |
IGImagePersistence.findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the i g images where groupId = ? and userId = ?. |
List<IGImage> |
IGImagePersistenceImpl.findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the i g images where groupId = ? and userId = ?. |
static List<IGImage> |
IGImageUtil.findByGroupId(long groupId)
Finds all the i g images where groupId = ?. |
List<IGImage> |
IGImagePersistence.findByGroupId(long groupId)
Finds all the i g images where groupId = ?. |
List<IGImage> |
IGImagePersistenceImpl.findByGroupId(long groupId)
Finds all the i g images where groupId = ?. |
static List<IGImage> |
IGImageUtil.findByGroupId(long groupId,
int start,
int end)
Finds a range of all the i g images where groupId = ?. |
List<IGImage> |
IGImagePersistence.findByGroupId(long groupId,
int start,
int end)
Finds a range of all the i g images where groupId = ?. |
List<IGImage> |
IGImagePersistenceImpl.findByGroupId(long groupId,
int start,
int end)
Finds a range of all the i g images where groupId = ?. |
static List<IGImage> |
IGImageUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the i g images where groupId = ?. |
List<IGImage> |
IGImagePersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the i g images where groupId = ?. |
List<IGImage> |
IGImagePersistenceImpl.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the i g images where groupId = ?. |
static List<IGImage> |
IGImageFinderUtil.findByNoAssets()
|
List<IGImage> |
IGImageFinder.findByNoAssets()
|
List<IGImage> |
IGImageFinderImpl.findByNoAssets()
|
static List<IGImage> |
IGImageUtil.findByUuid(String uuid)
Finds all the i g images where uuid = ?. |
List<IGImage> |
IGImagePersistence.findByUuid(String uuid)
Finds all the i g images where uuid = ?. |
List<IGImage> |
IGImagePersistenceImpl.findByUuid(String uuid)
Finds all the i g images where uuid = ?. |
static List<IGImage> |
IGImageUtil.findByUuid(String uuid,
int start,
int end)
Finds a range of all the i g images where uuid = ?. |
List<IGImage> |
IGImagePersistence.findByUuid(String uuid,
int start,
int end)
Finds a range of all the i g images where uuid = ?. |
List<IGImage> |
IGImagePersistenceImpl.findByUuid(String uuid,
int start,
int end)
Finds a range of all the i g images where uuid = ?. |
static List<IGImage> |
IGImageUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the i g images where uuid = ?. |
List<IGImage> |
IGImagePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the i g images where uuid = ?. |
List<IGImage> |
IGImagePersistenceImpl.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the i g images where uuid = ?. |
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)
Caches the i g image in the entity cache if it is enabled. |
void |
IGImagePersistence.cacheResult(IGImage igImage)
Caches the i g image in the entity cache if it is enabled. |
void |
IGImagePersistenceImpl.cacheResult(IGImage igImage)
Caches the i g image in the entity cache if it is enabled. |
static void |
IGImageUtil.clearCache(IGImage igImage)
|
void |
IGImagePersistenceImpl.clearCache(IGImage igImage)
Clears the cache for the i g image. |
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)
Caches the i g images in the entity cache if it is enabled. |
void |
IGImagePersistence.cacheResult(List<IGImage> igImages)
Caches the i g images in the entity cache if it is enabled. |
void |
IGImagePersistenceImpl.cacheResult(List<IGImage> igImages)
Caches the i g images in the entity cache if it is enabled. |
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.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |