com.liferay.portal.service
Class ImageLocalServiceWrapper
java.lang.Object
com.liferay.portal.service.ImageLocalServiceWrapper
- All Implemented Interfaces:
- ImageLocalService
public class ImageLocalServiceWrapper
- extends Object
- implements ImageLocalService
This class is a wrapper for ImageLocalService.
- See Also:
ImageLocalService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
|
Method Summary |
Image |
addImage(Image image)
|
Image |
createImage(long imageId)
|
void |
deleteImage(Image image)
|
void |
deleteImage(long imageId)
|
List |
dynamicQuery(DynamicQuery dynamicQuery)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
Image |
getCompanyLogo(long imageId)
|
Image |
getDefaultCompanyLogo()
|
Image |
getDefaultOrganizationLogo()
|
Image |
getDefaultSpacer()
|
Image |
getDefaultUserFemalePortrait()
|
Image |
getDefaultUserMalePortrait()
|
Image |
getImage(byte[] bytes)
|
Image |
getImage(File file)
|
Image |
getImage(InputStream is)
|
Image |
getImage(long imageId)
|
Image |
getImageOrDefault(long imageId)
|
List<Image> |
getImages()
|
List<Image> |
getImages(int start,
int end)
|
List<Image> |
getImagesBySize(int size)
|
int |
getImagesCount()
|
ImageLocalService |
getWrappedImageLocalService()
|
boolean |
isNullOrDefaultSpacer(byte[] bytes)
|
Image |
updateImage(Image image)
|
Image |
updateImage(Image image,
boolean merge)
|
Image |
updateImage(long imageId,
byte[] bytes)
|
Image |
updateImage(long imageId,
byte[] bytes,
String type,
int height,
int width,
int size)
|
Image |
updateImage(long imageId,
File file)
|
Image |
updateImage(long imageId,
InputStream is)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImageLocalServiceWrapper
public ImageLocalServiceWrapper(ImageLocalService imageLocalService)
addImage
public Image addImage(Image image)
throws SystemException
- Specified by:
addImage in interface ImageLocalService
- Throws:
SystemException
createImage
public Image createImage(long imageId)
- Specified by:
createImage in interface ImageLocalService
deleteImage
public void deleteImage(long imageId)
throws PortalException,
SystemException
- Specified by:
deleteImage in interface ImageLocalService
- Throws:
PortalException
SystemException
deleteImage
public void deleteImage(Image image)
throws SystemException
- Specified by:
deleteImage in interface ImageLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery in interface ImageLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery in interface ImageLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
dynamicQuery in interface ImageLocalService
- Throws:
SystemException
dynamicQueryCount
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQueryCount in interface ImageLocalService
- Throws:
SystemException
getImage
public Image getImage(long imageId)
throws PortalException,
SystemException
- Specified by:
getImage in interface ImageLocalService
- Throws:
PortalException
SystemException
getImages
public List<Image> getImages(int start,
int end)
throws SystemException
- Specified by:
getImages in interface ImageLocalService
- Throws:
SystemException
getImagesCount
public int getImagesCount()
throws SystemException
- Specified by:
getImagesCount in interface ImageLocalService
- Throws:
SystemException
updateImage
public Image updateImage(Image image)
throws SystemException
- Specified by:
updateImage in interface ImageLocalService
- Throws:
SystemException
updateImage
public Image updateImage(Image image,
boolean merge)
throws SystemException
- Specified by:
updateImage in interface ImageLocalService
- Throws:
SystemException
getCompanyLogo
public Image getCompanyLogo(long imageId)
- Specified by:
getCompanyLogo in interface ImageLocalService
getDefaultCompanyLogo
public Image getDefaultCompanyLogo()
- Specified by:
getDefaultCompanyLogo in interface ImageLocalService
getDefaultOrganizationLogo
public Image getDefaultOrganizationLogo()
- Specified by:
getDefaultOrganizationLogo in interface ImageLocalService
getDefaultSpacer
public Image getDefaultSpacer()
- Specified by:
getDefaultSpacer in interface ImageLocalService
getDefaultUserFemalePortrait
public Image getDefaultUserFemalePortrait()
- Specified by:
getDefaultUserFemalePortrait in interface ImageLocalService
getDefaultUserMalePortrait
public Image getDefaultUserMalePortrait()
- Specified by:
getDefaultUserMalePortrait in interface ImageLocalService
getImage
public Image getImage(byte[] bytes)
throws PortalException,
SystemException
- Specified by:
getImage in interface ImageLocalService
- Throws:
PortalException
SystemException
getImage
public Image getImage(File file)
throws PortalException,
SystemException
- Specified by:
getImage in interface ImageLocalService
- Throws:
PortalException
SystemException
getImage
public Image getImage(InputStream is)
throws PortalException,
SystemException
- Specified by:
getImage in interface ImageLocalService
- Throws:
PortalException
SystemException
getImageOrDefault
public Image getImageOrDefault(long imageId)
- Specified by:
getImageOrDefault in interface ImageLocalService
getImages
public List<Image> getImages()
throws SystemException
- Specified by:
getImages in interface ImageLocalService
- Throws:
SystemException
getImagesBySize
public List<Image> getImagesBySize(int size)
throws SystemException
- Specified by:
getImagesBySize in interface ImageLocalService
- Throws:
SystemException
isNullOrDefaultSpacer
public boolean isNullOrDefaultSpacer(byte[] bytes)
- Specified by:
isNullOrDefaultSpacer in interface ImageLocalService
updateImage
public Image updateImage(long imageId,
byte[] bytes)
throws PortalException,
SystemException
- Specified by:
updateImage in interface ImageLocalService
- Throws:
PortalException
SystemException
updateImage
public Image updateImage(long imageId,
File file)
throws PortalException,
SystemException
- Specified by:
updateImage in interface ImageLocalService
- Throws:
PortalException
SystemException
updateImage
public Image updateImage(long imageId,
InputStream is)
throws PortalException,
SystemException
- Specified by:
updateImage in interface ImageLocalService
- Throws:
PortalException
SystemException
updateImage
public Image updateImage(long imageId,
byte[] bytes,
String type,
int height,
int width,
int size)
throws PortalException,
SystemException
- Specified by:
updateImage in interface ImageLocalService
- Throws:
PortalException
SystemException
getWrappedImageLocalService
public ImageLocalService getWrappedImageLocalService()