| com.liferay.portlet.imagegallery.service.IGImageService
All known Subclasses: com.liferay.portlet.imagegallery.service.base.IGImageServiceBaseImpl,
IGImageService | public interface IGImageService (Code) | | View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This interface defines the service. The default implementation is
com.liferay.portlet.imagegallery.service.impl.IGImageServiceImpl .
Modify methods in that class and rerun ServiceBuilder to populate this class
and all other generated classes.
This is a remote service. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
author: Brian Wing Shun Chan See Also: com.liferay.portlet.imagegallery.service.IGImageServiceFactory See Also: com.liferay.portlet.imagegallery.service.IGImageServiceUtil |
Method Summary | |
public com.liferay.portlet.imagegallery.model.IGImage | addImage(long folderId, java.lang.String description, java.io.File file, java.lang.String contentType, java.lang.String[] tagsEntries, boolean addCommunityPermissions, boolean addGuestPermissions) | public com.liferay.portlet.imagegallery.model.IGImage | addImage(long folderId, java.lang.String description, java.io.File file, java.lang.String contentType, java.lang.String[] tagsEntries, java.lang.String[] communityPermissions, java.lang.String[] guestPermissions) | public void | deleteImage(long imageId) | public com.liferay.portlet.imagegallery.model.IGImage | getImage(long imageId) | public com.liferay.portlet.imagegallery.model.IGImage | getImageByLargeImageId(long largeImageId) | public com.liferay.portlet.imagegallery.model.IGImage | getImageBySmallImageId(long smallImageId) | public com.liferay.portlet.imagegallery.model.IGImage | updateImage(long imageId, long folderId, java.lang.String description, java.io.File file, java.lang.String contentType, java.lang.String[] tagsEntries) |
|
|