| java.lang.Object com.liferay.portlet.imagegallery.service.base.IGImageLocalServiceBaseImpl com.liferay.portlet.imagegallery.service.impl.IGImageLocalServiceImpl
Method Summary | |
public IGImage | addImage(long userId, long folderId, String description, File file, String contentType, String[] tagsEntries, boolean addCommunityPermissions, boolean addGuestPermissions) | public IGImage | addImage(String uuid, long userId, long folderId, String description, File file, String contentType, String[] tagsEntries, boolean addCommunityPermissions, boolean addGuestPermissions) | public IGImage | addImage(long userId, long folderId, String description, File file, String contentType, String[] tagsEntries, String[] communityPermissions, String[] guestPermissions) | public IGImage | addImage(String uuid, long userId, long folderId, String description, File file, String contentType, String[] tagsEntries, Boolean addCommunityPermissions, Boolean addGuestPermissions, String[] communityPermissions, String[] guestPermissions) | public void | addImageResources(long folderId, long imageId, boolean addCommunityPermissions, boolean addGuestPermissions) | public void | addImageResources(IGFolder folder, IGImage image, boolean addCommunityPermissions, boolean addGuestPermissions) | public void | addImageResources(long folderId, long imageId, String[] communityPermissions, String[] guestPermissions) | public void | addImageResources(IGFolder folder, IGImage image, String[] communityPermissions, String[] guestPermissions) | public void | deleteImage(long imageId) | public void | deleteImage(IGImage image) | public void | deleteImages(long folderId) | protected IGFolder | getFolder(IGImage image, long folderId) | public int | getFoldersImagesCount(List folderIds) | public List | getGroupImages(long groupId, int begin, int end) | public List | getGroupImages(long groupId, long userId, int begin, int end) | public int | getGroupImagesCount(long groupId) | public int | getGroupImagesCount(long groupId, long userId) | public IGImage | getImage(long imageId) | public IGImage | getImageByLargeImageId(long largeImageId) | public IGImage | getImageBySmallImageId(long smallImageId) | public IGImage | getImageByUuidAndGroupId(String uuid, long groupId) | public List | getImages(long folderId) | public List | getImages(long folderId, int begin, int end) | public List | getImages(long folderId, int begin, int end, OrderByComparator obc) | public int | getImagesCount(long folderId) | public List | getNoAssetImages() | protected void | saveImages(long largeImageId, RenderedImage renderedImage, long smallImageId, File file, byte[] bytes, String contentType) | public IGImage | updateImage(long userId, long imageId, long folderId, String description, File file, String contentType, String[] tagsEntries) | public void | updateTagsAsset(long userId, IGImage image, String[] tagsEntries) | protected void | validate(File file, byte[] bytes) |
addImage | public IGImage addImage(String uuid, long userId, long folderId, String description, File file, String contentType, String[] tagsEntries, Boolean addCommunityPermissions, Boolean addGuestPermissions, String[] communityPermissions, String[] guestPermissions) throws PortalException, SystemException(Code) | | |
addImageResources | public void addImageResources(long folderId, long imageId, boolean addCommunityPermissions, boolean addGuestPermissions) throws PortalException, SystemException(Code) | | |
getGroupImagesCount | public int getGroupImagesCount(long groupId, long userId) throws SystemException(Code) | | |
saveImages | protected void saveImages(long largeImageId, RenderedImage renderedImage, long smallImageId, File file, byte[] bytes, String contentType) throws SystemException(Code) | | |
|
|