Liferay 6.0.3

Uses of Interface
com.liferay.portlet.softwarecatalog.model.SCProductScreenshot

Packages that use SCProductScreenshot
com.liferay.portlet.softwarecatalog.action   
com.liferay.portlet.softwarecatalog.model   
com.liferay.portlet.softwarecatalog.model.impl   
com.liferay.portlet.softwarecatalog.service   
com.liferay.portlet.softwarecatalog.service.base   
com.liferay.portlet.softwarecatalog.service.impl   
com.liferay.portlet.softwarecatalog.service.persistence   
 

Uses of SCProductScreenshot in com.liferay.portlet.softwarecatalog.action
 

Methods in com.liferay.portlet.softwarecatalog.action that return SCProductScreenshot
protected  SCProductScreenshot EditProductEntryAction.getProductScreenshot(UploadPortletRequest uploadRequest, int priority)
           
 

Uses of SCProductScreenshot in com.liferay.portlet.softwarecatalog.model
 

Classes in com.liferay.portlet.softwarecatalog.model that implement SCProductScreenshot
 class SCProductScreenshotWrapper
           This class is a wrapper for SCProductScreenshot.
 

Methods in com.liferay.portlet.softwarecatalog.model that return SCProductScreenshot
 SCProductScreenshot SCProductScreenshotWrapper.getWrappedSCProductScreenshot()
           
 SCProductScreenshot SCProductScreenshotWrapper.toEscapedModel()
           
 SCProductScreenshot SCProductScreenshotModel.toEscapedModel()
           
 

Methods in com.liferay.portlet.softwarecatalog.model that return types with arguments of type SCProductScreenshot
 List<SCProductScreenshot> SCProductEntryWrapper.getScreenshots()
           
 List<SCProductScreenshot> SCProductEntry.getScreenshots()
           
 

Methods in com.liferay.portlet.softwarecatalog.model with parameters of type SCProductScreenshot
 int SCProductScreenshotWrapper.compareTo(SCProductScreenshot scProductScreenshot)
           
 int SCProductScreenshotModel.compareTo(SCProductScreenshot scProductScreenshot)
           
 

Constructors in com.liferay.portlet.softwarecatalog.model with parameters of type SCProductScreenshot
SCProductScreenshotWrapper(SCProductScreenshot scProductScreenshot)
           
 

Uses of SCProductScreenshot in com.liferay.portlet.softwarecatalog.model.impl
 

Classes in com.liferay.portlet.softwarecatalog.model.impl that implement SCProductScreenshot
 class SCProductScreenshotImpl
           
 

Methods in com.liferay.portlet.softwarecatalog.model.impl that return SCProductScreenshot
 SCProductScreenshot SCProductScreenshotModelImpl.toEscapedModel()
           
 

Methods in com.liferay.portlet.softwarecatalog.model.impl that return types with arguments of type SCProductScreenshot
 List<SCProductScreenshot> SCProductEntryImpl.getScreenshots()
           
 

Methods in com.liferay.portlet.softwarecatalog.model.impl with parameters of type SCProductScreenshot
 int SCProductScreenshotModelImpl.compareTo(SCProductScreenshot scProductScreenshot)
           
 

Uses of SCProductScreenshot in com.liferay.portlet.softwarecatalog.service
 

Methods in com.liferay.portlet.softwarecatalog.service that return SCProductScreenshot
 SCProductScreenshot SCProductScreenshotLocalServiceWrapper.addSCProductScreenshot(SCProductScreenshot scProductScreenshot)
           
static SCProductScreenshot SCProductScreenshotLocalServiceUtil.addSCProductScreenshot(SCProductScreenshot scProductScreenshot)
           
 SCProductScreenshot SCProductScreenshotLocalService.addSCProductScreenshot(SCProductScreenshot scProductScreenshot)
           
 SCProductScreenshot SCProductScreenshotLocalServiceWrapper.createSCProductScreenshot(long productScreenshotId)
           
static SCProductScreenshot SCProductScreenshotLocalServiceUtil.createSCProductScreenshot(long productScreenshotId)
           
 SCProductScreenshot SCProductScreenshotLocalService.createSCProductScreenshot(long productScreenshotId)
           
 SCProductScreenshot SCProductScreenshotLocalServiceWrapper.getProductScreenshot(long productEntryId, int priority)
           
static SCProductScreenshot SCProductScreenshotLocalServiceUtil.getProductScreenshot(long productEntryId, int priority)
           
 SCProductScreenshot SCProductScreenshotLocalService.getProductScreenshot(long productEntryId, int priority)
           
 SCProductScreenshot SCProductScreenshotLocalServiceWrapper.getProductScreenshotByFullImageId(long fullImageId)
           
static SCProductScreenshot SCProductScreenshotLocalServiceUtil.getProductScreenshotByFullImageId(long fullImageId)
           
 SCProductScreenshot SCProductScreenshotLocalService.getProductScreenshotByFullImageId(long fullImageId)
           
 SCProductScreenshot SCProductScreenshotLocalServiceWrapper.getProductScreenshotByThumbnailId(long thumbnailId)
           
static SCProductScreenshot SCProductScreenshotLocalServiceUtil.getProductScreenshotByThumbnailId(long thumbnailId)
           
 SCProductScreenshot SCProductScreenshotLocalService.getProductScreenshotByThumbnailId(long thumbnailId)
           
 SCProductScreenshot SCProductScreenshotLocalServiceWrapper.getSCProductScreenshot(long productScreenshotId)
           
static SCProductScreenshot SCProductScreenshotLocalServiceUtil.getSCProductScreenshot(long productScreenshotId)
           
 SCProductScreenshot SCProductScreenshotLocalService.getSCProductScreenshot(long productScreenshotId)
           
 SCProductScreenshot SCProductScreenshotLocalServiceWrapper.updateSCProductScreenshot(SCProductScreenshot scProductScreenshot)
           
static SCProductScreenshot SCProductScreenshotLocalServiceUtil.updateSCProductScreenshot(SCProductScreenshot scProductScreenshot)
           
 SCProductScreenshot SCProductScreenshotLocalService.updateSCProductScreenshot(SCProductScreenshot scProductScreenshot)
           
 SCProductScreenshot SCProductScreenshotLocalServiceWrapper.updateSCProductScreenshot(SCProductScreenshot scProductScreenshot, boolean merge)
           
static SCProductScreenshot SCProductScreenshotLocalServiceUtil.updateSCProductScreenshot(SCProductScreenshot scProductScreenshot, boolean merge)
           
 SCProductScreenshot SCProductScreenshotLocalService.updateSCProductScreenshot(SCProductScreenshot scProductScreenshot, boolean merge)
           
 

Methods in com.liferay.portlet.softwarecatalog.service that return types with arguments of type SCProductScreenshot
 List<SCProductScreenshot> SCProductScreenshotLocalServiceWrapper.getProductScreenshots(long productEntryId)
           
static List<SCProductScreenshot> SCProductScreenshotLocalServiceUtil.getProductScreenshots(long productEntryId)
           
 List<SCProductScreenshot> SCProductScreenshotLocalService.getProductScreenshots(long productEntryId)
           
 List<SCProductScreenshot> SCProductScreenshotLocalServiceWrapper.getSCProductScreenshots(int start, int end)
           
static List<SCProductScreenshot> SCProductScreenshotLocalServiceUtil.getSCProductScreenshots(int start, int end)
           
 List<SCProductScreenshot> SCProductScreenshotLocalService.getSCProductScreenshots(int start, int end)
           
 

Methods in com.liferay.portlet.softwarecatalog.service with parameters of type SCProductScreenshot
 SCProductScreenshot SCProductScreenshotLocalServiceWrapper.addSCProductScreenshot(SCProductScreenshot scProductScreenshot)
           
static SCProductScreenshot SCProductScreenshotLocalServiceUtil.addSCProductScreenshot(SCProductScreenshot scProductScreenshot)
           
 SCProductScreenshot SCProductScreenshotLocalService.addSCProductScreenshot(SCProductScreenshot scProductScreenshot)
           
 void SCProductScreenshotLocalServiceWrapper.deleteProductScreenshot(SCProductScreenshot productScreenshot)
           
static void SCProductScreenshotLocalServiceUtil.deleteProductScreenshot(SCProductScreenshot productScreenshot)
           
 void SCProductScreenshotLocalService.deleteProductScreenshot(SCProductScreenshot productScreenshot)
           
 void SCProductScreenshotLocalServiceWrapper.deleteSCProductScreenshot(SCProductScreenshot scProductScreenshot)
           
static void SCProductScreenshotLocalServiceUtil.deleteSCProductScreenshot(SCProductScreenshot scProductScreenshot)
           
 void SCProductScreenshotLocalService.deleteSCProductScreenshot(SCProductScreenshot scProductScreenshot)
           
 SCProductScreenshot SCProductScreenshotLocalServiceWrapper.updateSCProductScreenshot(SCProductScreenshot scProductScreenshot)
           
static SCProductScreenshot SCProductScreenshotLocalServiceUtil.updateSCProductScreenshot(SCProductScreenshot scProductScreenshot)
           
 SCProductScreenshot SCProductScreenshotLocalService.updateSCProductScreenshot(SCProductScreenshot scProductScreenshot)
           
 SCProductScreenshot SCProductScreenshotLocalServiceWrapper.updateSCProductScreenshot(SCProductScreenshot scProductScreenshot, boolean merge)
           
static SCProductScreenshot SCProductScreenshotLocalServiceUtil.updateSCProductScreenshot(SCProductScreenshot scProductScreenshot, boolean merge)
           
 SCProductScreenshot SCProductScreenshotLocalService.updateSCProductScreenshot(SCProductScreenshot scProductScreenshot, boolean merge)
           
 

Uses of SCProductScreenshot in com.liferay.portlet.softwarecatalog.service.base
 

Methods in com.liferay.portlet.softwarecatalog.service.base that return SCProductScreenshot
 SCProductScreenshot SCProductScreenshotLocalServiceBaseImpl.addSCProductScreenshot(SCProductScreenshot scProductScreenshot)
           
 SCProductScreenshot SCProductScreenshotLocalServiceBaseImpl.createSCProductScreenshot(long productScreenshotId)
           
 SCProductScreenshot SCProductScreenshotLocalServiceBaseImpl.getSCProductScreenshot(long productScreenshotId)
           
 SCProductScreenshot SCProductScreenshotLocalServiceBaseImpl.updateSCProductScreenshot(SCProductScreenshot scProductScreenshot)
           
 SCProductScreenshot SCProductScreenshotLocalServiceBaseImpl.updateSCProductScreenshot(SCProductScreenshot scProductScreenshot, boolean merge)
           
 

Methods in com.liferay.portlet.softwarecatalog.service.base that return types with arguments of type SCProductScreenshot
 List<SCProductScreenshot> SCProductScreenshotLocalServiceBaseImpl.getSCProductScreenshots(int start, int end)
           
 

Methods in com.liferay.portlet.softwarecatalog.service.base with parameters of type SCProductScreenshot
 SCProductScreenshot SCProductScreenshotLocalServiceBaseImpl.addSCProductScreenshot(SCProductScreenshot scProductScreenshot)
           
 void SCProductScreenshotLocalServiceBaseImpl.deleteSCProductScreenshot(SCProductScreenshot scProductScreenshot)
           
 SCProductScreenshot SCProductScreenshotLocalServiceBaseImpl.updateSCProductScreenshot(SCProductScreenshot scProductScreenshot)
           
 SCProductScreenshot SCProductScreenshotLocalServiceBaseImpl.updateSCProductScreenshot(SCProductScreenshot scProductScreenshot, boolean merge)
           
 

Uses of SCProductScreenshot in com.liferay.portlet.softwarecatalog.service.impl
 

Methods in com.liferay.portlet.softwarecatalog.service.impl that return SCProductScreenshot
 SCProductScreenshot SCProductScreenshotLocalServiceImpl.getProductScreenshot(long productEntryId, int priority)
           
 SCProductScreenshot SCProductScreenshotLocalServiceImpl.getProductScreenshotByFullImageId(long fullImageId)
           
 SCProductScreenshot SCProductScreenshotLocalServiceImpl.getProductScreenshotByThumbnailId(long thumbnailId)
           
 

Methods in com.liferay.portlet.softwarecatalog.service.impl that return types with arguments of type SCProductScreenshot
 List<SCProductScreenshot> SCProductScreenshotLocalServiceImpl.getProductScreenshots(long productEntryId)
           
 

Methods in com.liferay.portlet.softwarecatalog.service.impl with parameters of type SCProductScreenshot
 void SCProductScreenshotLocalServiceImpl.deleteProductScreenshot(SCProductScreenshot productScreenshot)
           
 

Uses of SCProductScreenshot in com.liferay.portlet.softwarecatalog.service.persistence
 

Methods in com.liferay.portlet.softwarecatalog.service.persistence that return SCProductScreenshot
static SCProductScreenshot SCProductScreenshotUtil.create(long productScreenshotId)
           
 SCProductScreenshot SCProductScreenshotPersistence.create(long productScreenshotId)
           
 SCProductScreenshot SCProductScreenshotPersistenceImpl.create(long productScreenshotId)
           
static SCProductScreenshot SCProductScreenshotUtil.fetchByFullImageId(long fullImageId)
           
 SCProductScreenshot SCProductScreenshotPersistence.fetchByFullImageId(long fullImageId)
           
 SCProductScreenshot SCProductScreenshotPersistenceImpl.fetchByFullImageId(long fullImageId)
           
static SCProductScreenshot SCProductScreenshotUtil.fetchByFullImageId(long fullImageId, boolean retrieveFromCache)
           
 SCProductScreenshot SCProductScreenshotPersistence.fetchByFullImageId(long fullImageId, boolean retrieveFromCache)
           
 SCProductScreenshot SCProductScreenshotPersistenceImpl.fetchByFullImageId(long fullImageId, boolean retrieveFromCache)
           
static SCProductScreenshot SCProductScreenshotUtil.fetchByP_P(long productEntryId, int priority)
           
 SCProductScreenshot SCProductScreenshotPersistence.fetchByP_P(long productEntryId, int priority)
           
 SCProductScreenshot SCProductScreenshotPersistenceImpl.fetchByP_P(long productEntryId, int priority)
           
static SCProductScreenshot SCProductScreenshotUtil.fetchByP_P(long productEntryId, int priority, boolean retrieveFromCache)
           
 SCProductScreenshot SCProductScreenshotPersistence.fetchByP_P(long productEntryId, int priority, boolean retrieveFromCache)
           
 SCProductScreenshot SCProductScreenshotPersistenceImpl.fetchByP_P(long productEntryId, int priority, boolean retrieveFromCache)
           
static SCProductScreenshot SCProductScreenshotUtil.fetchByPrimaryKey(long productScreenshotId)
           
 SCProductScreenshot SCProductScreenshotPersistence.fetchByPrimaryKey(long productScreenshotId)
           
 SCProductScreenshot SCProductScreenshotPersistenceImpl.fetchByPrimaryKey(long productScreenshotId)
           
 SCProductScreenshot SCProductScreenshotPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
           
static SCProductScreenshot SCProductScreenshotUtil.fetchByThumbnailId(long thumbnailId)
           
 SCProductScreenshot SCProductScreenshotPersistence.fetchByThumbnailId(long thumbnailId)
           
 SCProductScreenshot SCProductScreenshotPersistenceImpl.fetchByThumbnailId(long thumbnailId)
           
static SCProductScreenshot SCProductScreenshotUtil.fetchByThumbnailId(long thumbnailId, boolean retrieveFromCache)
           
 SCProductScreenshot SCProductScreenshotPersistence.fetchByThumbnailId(long thumbnailId, boolean retrieveFromCache)
           
 SCProductScreenshot SCProductScreenshotPersistenceImpl.fetchByThumbnailId(long thumbnailId, boolean retrieveFromCache)
           
static SCProductScreenshot SCProductScreenshotUtil.findByFullImageId(long fullImageId)
           
 SCProductScreenshot SCProductScreenshotPersistence.findByFullImageId(long fullImageId)
           
 SCProductScreenshot SCProductScreenshotPersistenceImpl.findByFullImageId(long fullImageId)
           
static SCProductScreenshot SCProductScreenshotUtil.findByP_P(long productEntryId, int priority)
           
 SCProductScreenshot SCProductScreenshotPersistence.findByP_P(long productEntryId, int priority)
           
 SCProductScreenshot SCProductScreenshotPersistenceImpl.findByP_P(long productEntryId, int priority)
           
static SCProductScreenshot SCProductScreenshotUtil.findByPrimaryKey(long productScreenshotId)
           
 SCProductScreenshot SCProductScreenshotPersistence.findByPrimaryKey(long productScreenshotId)
           
 SCProductScreenshot SCProductScreenshotPersistenceImpl.findByPrimaryKey(long productScreenshotId)
           
 SCProductScreenshot SCProductScreenshotPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
           
static SCProductScreenshot SCProductScreenshotUtil.findByProductEntryId_First(long productEntryId, OrderByComparator orderByComparator)
           
 SCProductScreenshot SCProductScreenshotPersistence.findByProductEntryId_First(long productEntryId, OrderByComparator orderByComparator)
           
 SCProductScreenshot SCProductScreenshotPersistenceImpl.findByProductEntryId_First(long productEntryId, OrderByComparator orderByComparator)
           
static SCProductScreenshot SCProductScreenshotUtil.findByProductEntryId_Last(long productEntryId, OrderByComparator orderByComparator)
           
 SCProductScreenshot SCProductScreenshotPersistence.findByProductEntryId_Last(long productEntryId, OrderByComparator orderByComparator)
           
 SCProductScreenshot SCProductScreenshotPersistenceImpl.findByProductEntryId_Last(long productEntryId, OrderByComparator orderByComparator)
           
static SCProductScreenshot[] SCProductScreenshotUtil.findByProductEntryId_PrevAndNext(long productScreenshotId, long productEntryId, OrderByComparator orderByComparator)
           
 SCProductScreenshot[] SCProductScreenshotPersistence.findByProductEntryId_PrevAndNext(long productScreenshotId, long productEntryId, OrderByComparator orderByComparator)
           
 SCProductScreenshot[] SCProductScreenshotPersistenceImpl.findByProductEntryId_PrevAndNext(long productScreenshotId, long productEntryId, OrderByComparator orderByComparator)
           
static SCProductScreenshot SCProductScreenshotUtil.findByThumbnailId(long thumbnailId)
           
 SCProductScreenshot SCProductScreenshotPersistence.findByThumbnailId(long thumbnailId)
           
 SCProductScreenshot SCProductScreenshotPersistenceImpl.findByThumbnailId(long thumbnailId)
           
protected  SCProductScreenshot SCProductScreenshotPersistenceImpl.getByProductEntryId_PrevAndNext(Session session, SCProductScreenshot scProductScreenshot, long productEntryId, OrderByComparator orderByComparator, boolean previous)
           
static SCProductScreenshot SCProductScreenshotUtil.remove(long productScreenshotId)
           
 SCProductScreenshot SCProductScreenshotPersistence.remove(long productScreenshotId)
           
 SCProductScreenshot SCProductScreenshotPersistenceImpl.remove(long productScreenshotId)
           
static SCProductScreenshot SCProductScreenshotUtil.remove(SCProductScreenshot scProductScreenshot)
           
 SCProductScreenshot SCProductScreenshotPersistenceImpl.remove(Serializable primaryKey)
           
protected  SCProductScreenshot SCProductScreenshotPersistenceImpl.removeImpl(SCProductScreenshot scProductScreenshot)
           
protected  SCProductScreenshot SCProductScreenshotPersistenceImpl.toUnwrappedModel(SCProductScreenshot scProductScreenshot)
           
static SCProductScreenshot SCProductScreenshotUtil.update(SCProductScreenshot scProductScreenshot, boolean merge)
           
static SCProductScreenshot SCProductScreenshotUtil.update(SCProductScreenshot scProductScreenshot, boolean merge, ServiceContext serviceContext)
           
static SCProductScreenshot SCProductScreenshotUtil.updateImpl(SCProductScreenshot scProductScreenshot, boolean merge)
           
 SCProductScreenshot SCProductScreenshotPersistence.updateImpl(SCProductScreenshot scProductScreenshot, boolean merge)
           
 SCProductScreenshot SCProductScreenshotPersistenceImpl.updateImpl(SCProductScreenshot scProductScreenshot, boolean merge)
           
 

Methods in com.liferay.portlet.softwarecatalog.service.persistence that return types with arguments of type SCProductScreenshot
static List<SCProductScreenshot> SCProductScreenshotUtil.findAll()
           
 List<SCProductScreenshot> SCProductScreenshotPersistence.findAll()
           
 List<SCProductScreenshot> SCProductScreenshotPersistenceImpl.findAll()
           
static List<SCProductScreenshot> SCProductScreenshotUtil.findAll(int start, int end)
           
 List<SCProductScreenshot> SCProductScreenshotPersistence.findAll(int start, int end)
           
 List<SCProductScreenshot> SCProductScreenshotPersistenceImpl.findAll(int start, int end)
           
static List<SCProductScreenshot> SCProductScreenshotUtil.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<SCProductScreenshot> SCProductScreenshotPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<SCProductScreenshot> SCProductScreenshotPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
           
static List<SCProductScreenshot> SCProductScreenshotUtil.findByProductEntryId(long productEntryId)
           
 List<SCProductScreenshot> SCProductScreenshotPersistence.findByProductEntryId(long productEntryId)
           
 List<SCProductScreenshot> SCProductScreenshotPersistenceImpl.findByProductEntryId(long productEntryId)
           
static List<SCProductScreenshot> SCProductScreenshotUtil.findByProductEntryId(long productEntryId, int start, int end)
           
 List<SCProductScreenshot> SCProductScreenshotPersistence.findByProductEntryId(long productEntryId, int start, int end)
           
 List<SCProductScreenshot> SCProductScreenshotPersistenceImpl.findByProductEntryId(long productEntryId, int start, int end)
           
static List<SCProductScreenshot> SCProductScreenshotUtil.findByProductEntryId(long productEntryId, int start, int end, OrderByComparator orderByComparator)
           
 List<SCProductScreenshot> SCProductScreenshotPersistence.findByProductEntryId(long productEntryId, int start, int end, OrderByComparator orderByComparator)
           
 List<SCProductScreenshot> SCProductScreenshotPersistenceImpl.findByProductEntryId(long productEntryId, int start, int end, OrderByComparator orderByComparator)
           
static List<SCProductScreenshot> SCProductScreenshotUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<SCProductScreenshot> SCProductScreenshotUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<SCProductScreenshot> SCProductScreenshotUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.softwarecatalog.service.persistence with parameters of type SCProductScreenshot
static void SCProductScreenshotUtil.cacheResult(SCProductScreenshot scProductScreenshot)
           
 void SCProductScreenshotPersistence.cacheResult(SCProductScreenshot scProductScreenshot)
           
 void SCProductScreenshotPersistenceImpl.cacheResult(SCProductScreenshot scProductScreenshot)
           
static void SCProductScreenshotUtil.clearCache(SCProductScreenshot scProductScreenshot)
           
 void SCProductScreenshotPersistenceImpl.clearCache(SCProductScreenshot scProductScreenshot)
           
protected  SCProductScreenshot SCProductScreenshotPersistenceImpl.getByProductEntryId_PrevAndNext(Session session, SCProductScreenshot scProductScreenshot, long productEntryId, OrderByComparator orderByComparator, boolean previous)
           
static SCProductScreenshot SCProductScreenshotUtil.remove(SCProductScreenshot scProductScreenshot)
           
protected  SCProductScreenshot SCProductScreenshotPersistenceImpl.removeImpl(SCProductScreenshot scProductScreenshot)
           
protected  SCProductScreenshot SCProductScreenshotPersistenceImpl.toUnwrappedModel(SCProductScreenshot scProductScreenshot)
           
static SCProductScreenshot SCProductScreenshotUtil.update(SCProductScreenshot scProductScreenshot, boolean merge)
           
static SCProductScreenshot SCProductScreenshotUtil.update(SCProductScreenshot scProductScreenshot, boolean merge, ServiceContext serviceContext)
           
static SCProductScreenshot SCProductScreenshotUtil.updateImpl(SCProductScreenshot scProductScreenshot, boolean merge)
           
 SCProductScreenshot SCProductScreenshotPersistence.updateImpl(SCProductScreenshot scProductScreenshot, boolean merge)
           
 SCProductScreenshot SCProductScreenshotPersistenceImpl.updateImpl(SCProductScreenshot scProductScreenshot, boolean merge)
           
 

Method parameters in com.liferay.portlet.softwarecatalog.service.persistence with type arguments of type SCProductScreenshot
static void SCProductScreenshotUtil.cacheResult(List<SCProductScreenshot> scProductScreenshots)
           
 void SCProductScreenshotPersistence.cacheResult(List<SCProductScreenshot> scProductScreenshots)
           
 void SCProductScreenshotPersistenceImpl.cacheResult(List<SCProductScreenshot> scProductScreenshots)
           
 


Liferay 6.0.3