com.liferay.portlet.softwarecatalog.service.impl
Class SCProductScreenshotLocalServiceImpl
java.lang.Object
com.liferay.portlet.softwarecatalog.service.base.SCProductScreenshotLocalServiceBaseImpl
com.liferay.portlet.softwarecatalog.service.impl.SCProductScreenshotLocalServiceImpl
- All Implemented Interfaces:
- com.liferay.portlet.softwarecatalog.service.SCProductScreenshotLocalService
public class SCProductScreenshotLocalServiceImpl
- extends SCProductScreenshotLocalServiceBaseImpl
View Source
- Author:
- Brian Wing Shun Chan
Fields inherited from class com.liferay.portlet.softwarecatalog.service.base.SCProductScreenshotLocalServiceBaseImpl |
imageLocalService, imagePersistence, scFrameworkVersionLocalService, scFrameworkVersionPersistence, scFrameworkVersionService, scLicenseLocalService, scLicensePersistence, scLicenseService, scProductEntryLocalService, scProductEntryPersistence, scProductEntryService, scProductScreenshotLocalService, scProductScreenshotPersistence, scProductVersionLocalService, scProductVersionPersistence, scProductVersionService |
Methods inherited from class com.liferay.portlet.softwarecatalog.service.base.SCProductScreenshotLocalServiceBaseImpl |
addSCProductScreenshot, createSCProductScreenshot, deleteSCProductScreenshot, deleteSCProductScreenshot, dynamicQuery, dynamicQuery, getImageLocalService, getImagePersistence, getSCFrameworkVersionLocalService, getSCFrameworkVersionPersistence, getSCFrameworkVersionService, getSCLicenseLocalService, getSCLicensePersistence, getSCLicenseService, getSCProductEntryLocalService, getSCProductEntryPersistence, getSCProductEntryService, getSCProductScreenshot, getSCProductScreenshotLocalService, getSCProductScreenshotPersistence, getSCProductScreenshots, getSCProductScreenshotsCount, getSCProductVersionLocalService, getSCProductVersionPersistence, getSCProductVersionService, runSQL, setImageLocalService, setImagePersistence, setSCFrameworkVersionLocalService, setSCFrameworkVersionPersistence, setSCFrameworkVersionService, setSCLicenseLocalService, setSCLicensePersistence, setSCLicenseService, setSCProductEntryLocalService, setSCProductEntryPersistence, setSCProductEntryService, setSCProductScreenshotLocalService, setSCProductScreenshotPersistence, setSCProductVersionLocalService, setSCProductVersionPersistence, setSCProductVersionService, updateSCProductScreenshot, updateSCProductScreenshot |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SCProductScreenshotLocalServiceImpl
public SCProductScreenshotLocalServiceImpl()
deleteProductScreenshot
public void deleteProductScreenshot(com.liferay.portlet.softwarecatalog.model.SCProductScreenshot productScreenshot)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteProductScreenshots
public void deleteProductScreenshots(long productEntryId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getProductScreenshot
public com.liferay.portlet.softwarecatalog.model.SCProductScreenshot getProductScreenshot(long productEntryId,
int priority)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getProductScreenshots
public java.util.List<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot> getProductScreenshots(long productEntryId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getProductScreenshotByFullImageId
public com.liferay.portlet.softwarecatalog.model.SCProductScreenshot getProductScreenshotByFullImageId(long fullImageId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getProductScreenshotByThumbnailId
public com.liferay.portlet.softwarecatalog.model.SCProductScreenshot getProductScreenshotByThumbnailId(long thumbnailId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException