com.liferay.portlet.softwarecatalog.service
Class SCProductScreenshotLocalServiceWrapper
java.lang.Object
com.liferay.portlet.softwarecatalog.service.SCProductScreenshotLocalServiceWrapper
- All Implemented Interfaces:
- SCProductScreenshotLocalService
public class SCProductScreenshotLocalServiceWrapper
- extends java.lang.Object
- implements SCProductScreenshotLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for SCProductScreenshotLocalService.
- Author:
- Brian Wing Shun Chan
- See Also:
SCProductScreenshotLocalService- Generated:
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SCProductScreenshotLocalServiceWrapper
public SCProductScreenshotLocalServiceWrapper(SCProductScreenshotLocalService scProductScreenshotLocalService)
addSCProductScreenshot
public SCProductScreenshot addSCProductScreenshot(SCProductScreenshot scProductScreenshot)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
addSCProductScreenshot in interface SCProductScreenshotLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
createSCProductScreenshot
public SCProductScreenshot createSCProductScreenshot(long productScreenshotId)
- Specified by:
createSCProductScreenshot in interface SCProductScreenshotLocalService
deleteSCProductScreenshot
public void deleteSCProductScreenshot(long productScreenshotId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteSCProductScreenshot in interface SCProductScreenshotLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteSCProductScreenshot
public void deleteSCProductScreenshot(SCProductScreenshot scProductScreenshot)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteSCProductScreenshot in interface SCProductScreenshotLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQuery in interface SCProductScreenshotLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQuery in interface SCProductScreenshotLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getSCProductScreenshot
public SCProductScreenshot getSCProductScreenshot(long productScreenshotId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getSCProductScreenshot in interface SCProductScreenshotLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getSCProductScreenshots
public java.util.List<SCProductScreenshot> getSCProductScreenshots(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getSCProductScreenshots in interface SCProductScreenshotLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getSCProductScreenshotsCount
public int getSCProductScreenshotsCount()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getSCProductScreenshotsCount in interface SCProductScreenshotLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateSCProductScreenshot
public SCProductScreenshot updateSCProductScreenshot(SCProductScreenshot scProductScreenshot)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateSCProductScreenshot in interface SCProductScreenshotLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateSCProductScreenshot
public SCProductScreenshot updateSCProductScreenshot(SCProductScreenshot scProductScreenshot,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateSCProductScreenshot in interface SCProductScreenshotLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
deleteProductScreenshot
public void deleteProductScreenshot(SCProductScreenshot productScreenshot)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteProductScreenshot in interface SCProductScreenshotLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteProductScreenshots
public void deleteProductScreenshots(long productEntryId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteProductScreenshots in interface SCProductScreenshotLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getProductScreenshot
public SCProductScreenshot getProductScreenshot(long productEntryId,
int priority)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getProductScreenshot in interface SCProductScreenshotLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getProductScreenshotByFullImageId
public SCProductScreenshot getProductScreenshotByFullImageId(long fullImageId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getProductScreenshotByFullImageId in interface SCProductScreenshotLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getProductScreenshotByThumbnailId
public SCProductScreenshot getProductScreenshotByThumbnailId(long thumbnailId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getProductScreenshotByThumbnailId in interface SCProductScreenshotLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getProductScreenshots
public java.util.List<SCProductScreenshot> getProductScreenshots(long productEntryId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getProductScreenshots in interface SCProductScreenshotLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getWrappedSCProductScreenshotLocalService
public SCProductScreenshotLocalService getWrappedSCProductScreenshotLocalService()