com.liferay.portlet.softwarecatalog.service
Class SCProductScreenshotLocalServiceWrapper
java.lang.Object
com.liferay.portlet.softwarecatalog.service.SCProductScreenshotLocalServiceWrapper
- All Implemented Interfaces:
- SCProductScreenshotLocalService
public class SCProductScreenshotLocalServiceWrapper
- extends Object
- implements SCProductScreenshotLocalService
This class is a wrapper for SCProductScreenshotLocalService.
- See Also:
SCProductScreenshotLocalService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is 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 SystemException
- Specified by:
addSCProductScreenshot in interface SCProductScreenshotLocalService
- Throws:
SystemException
createSCProductScreenshot
public SCProductScreenshot createSCProductScreenshot(long productScreenshotId)
- Specified by:
createSCProductScreenshot in interface SCProductScreenshotLocalService
deleteSCProductScreenshot
public void deleteSCProductScreenshot(long productScreenshotId)
throws PortalException,
SystemException
- Specified by:
deleteSCProductScreenshot in interface SCProductScreenshotLocalService
- Throws:
PortalException
SystemException
deleteSCProductScreenshot
public void deleteSCProductScreenshot(SCProductScreenshot scProductScreenshot)
throws SystemException
- Specified by:
deleteSCProductScreenshot in interface SCProductScreenshotLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery in interface SCProductScreenshotLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery in interface SCProductScreenshotLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
dynamicQuery in interface SCProductScreenshotLocalService
- Throws:
SystemException
dynamicQueryCount
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQueryCount in interface SCProductScreenshotLocalService
- Throws:
SystemException
getSCProductScreenshot
public SCProductScreenshot getSCProductScreenshot(long productScreenshotId)
throws PortalException,
SystemException
- Specified by:
getSCProductScreenshot in interface SCProductScreenshotLocalService
- Throws:
PortalException
SystemException
getSCProductScreenshots
public List<SCProductScreenshot> getSCProductScreenshots(int start,
int end)
throws SystemException
- Specified by:
getSCProductScreenshots in interface SCProductScreenshotLocalService
- Throws:
SystemException
getSCProductScreenshotsCount
public int getSCProductScreenshotsCount()
throws SystemException
- Specified by:
getSCProductScreenshotsCount in interface SCProductScreenshotLocalService
- Throws:
SystemException
updateSCProductScreenshot
public SCProductScreenshot updateSCProductScreenshot(SCProductScreenshot scProductScreenshot)
throws SystemException
- Specified by:
updateSCProductScreenshot in interface SCProductScreenshotLocalService
- Throws:
SystemException
updateSCProductScreenshot
public SCProductScreenshot updateSCProductScreenshot(SCProductScreenshot scProductScreenshot,
boolean merge)
throws SystemException
- Specified by:
updateSCProductScreenshot in interface SCProductScreenshotLocalService
- Throws:
SystemException
deleteProductScreenshot
public void deleteProductScreenshot(SCProductScreenshot productScreenshot)
throws PortalException,
SystemException
- Specified by:
deleteProductScreenshot in interface SCProductScreenshotLocalService
- Throws:
PortalException
SystemException
deleteProductScreenshots
public void deleteProductScreenshots(long productEntryId)
throws PortalException,
SystemException
- Specified by:
deleteProductScreenshots in interface SCProductScreenshotLocalService
- Throws:
PortalException
SystemException
getProductScreenshot
public SCProductScreenshot getProductScreenshot(long productEntryId,
int priority)
throws PortalException,
SystemException
- Specified by:
getProductScreenshot in interface SCProductScreenshotLocalService
- Throws:
PortalException
SystemException
getProductScreenshotByFullImageId
public SCProductScreenshot getProductScreenshotByFullImageId(long fullImageId)
throws PortalException,
SystemException
- Specified by:
getProductScreenshotByFullImageId in interface SCProductScreenshotLocalService
- Throws:
PortalException
SystemException
getProductScreenshotByThumbnailId
public SCProductScreenshot getProductScreenshotByThumbnailId(long thumbnailId)
throws PortalException,
SystemException
- Specified by:
getProductScreenshotByThumbnailId in interface SCProductScreenshotLocalService
- Throws:
PortalException
SystemException
getProductScreenshots
public List<SCProductScreenshot> getProductScreenshots(long productEntryId)
throws SystemException
- Specified by:
getProductScreenshots in interface SCProductScreenshotLocalService
- Throws:
SystemException
getWrappedSCProductScreenshotLocalService
public SCProductScreenshotLocalService getWrappedSCProductScreenshotLocalService()