Liferay 6.1.2-ce-ga3

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

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

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.getWrappedModel()
           
 SCProductScreenshot SCProductScreenshotWrapper.getWrappedSCProductScreenshot()
          Deprecated. Renamed to SCProductScreenshotWrapper.getWrappedModel()
 SCProductScreenshot SCProductScreenshotWrapper.toEscapedModel()
           
 SCProductScreenshot SCProductScreenshotModel.toEscapedModel()
           
 SCProductScreenshot SCProductScreenshotWrapper.toUnescapedModel()
           
 SCProductScreenshot SCProductScreenshotModel.toUnescapedModel()
           
 

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

Methods in com.liferay.portlet.softwarecatalog.model with parameters of type SCProductScreenshot
 int SCProductScreenshotWrapper.compareTo(SCProductScreenshot scProductScreenshot)
           
 int SCProductScreenshotModel.compareTo(SCProductScreenshot scProductScreenshot)
           
static SCProductScreenshotSoap SCProductScreenshotSoap.toSoapModel(SCProductScreenshot model)
           
static SCProductScreenshotSoap[] SCProductScreenshotSoap.toSoapModels(SCProductScreenshot[] models)
           
static SCProductScreenshotSoap[][] SCProductScreenshotSoap.toSoapModels(SCProductScreenshot[][] models)
           
 

Method parameters in com.liferay.portlet.softwarecatalog.model with type arguments of type SCProductScreenshot
static SCProductScreenshotSoap[] SCProductScreenshotSoap.toSoapModels(List<SCProductScreenshot> models)
           
 

Constructors in com.liferay.portlet.softwarecatalog.model with parameters of type SCProductScreenshot
SCProductScreenshotWrapper(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)
          Adds the s c product screenshot to the database.
 SCProductScreenshot SCProductScreenshotLocalService.addSCProductScreenshot(SCProductScreenshot scProductScreenshot)
          Adds the s c product screenshot to the database.
static SCProductScreenshot SCProductScreenshotLocalServiceUtil.addSCProductScreenshot(SCProductScreenshot scProductScreenshot)
          Adds the s c product screenshot to the database.
 SCProductScreenshot SCProductScreenshotLocalServiceWrapper.createSCProductScreenshot(long productScreenshotId)
          Creates a new s c product screenshot with the primary key.
 SCProductScreenshot SCProductScreenshotLocalService.createSCProductScreenshot(long productScreenshotId)
          Creates a new s c product screenshot with the primary key.
static SCProductScreenshot SCProductScreenshotLocalServiceUtil.createSCProductScreenshot(long productScreenshotId)
          Creates a new s c product screenshot with the primary key.
 SCProductScreenshot SCProductScreenshotLocalServiceWrapper.deleteSCProductScreenshot(long productScreenshotId)
          Deletes the s c product screenshot with the primary key from the database.
 SCProductScreenshot SCProductScreenshotLocalService.deleteSCProductScreenshot(long productScreenshotId)
          Deletes the s c product screenshot with the primary key from the database.
static SCProductScreenshot SCProductScreenshotLocalServiceUtil.deleteSCProductScreenshot(long productScreenshotId)
          Deletes the s c product screenshot with the primary key from the database.
 SCProductScreenshot SCProductScreenshotLocalServiceWrapper.deleteSCProductScreenshot(SCProductScreenshot scProductScreenshot)
          Deletes the s c product screenshot from the database.
 SCProductScreenshot SCProductScreenshotLocalService.deleteSCProductScreenshot(SCProductScreenshot scProductScreenshot)
          Deletes the s c product screenshot from the database.
static SCProductScreenshot SCProductScreenshotLocalServiceUtil.deleteSCProductScreenshot(SCProductScreenshot scProductScreenshot)
          Deletes the s c product screenshot from the database.
 SCProductScreenshot SCProductScreenshotLocalServiceWrapper.fetchSCProductScreenshot(long productScreenshotId)
           
 SCProductScreenshot SCProductScreenshotLocalService.fetchSCProductScreenshot(long productScreenshotId)
           
static SCProductScreenshot SCProductScreenshotLocalServiceUtil.fetchSCProductScreenshot(long productScreenshotId)
           
 SCProductScreenshot SCProductScreenshotLocalServiceWrapper.getProductScreenshot(long productEntryId, int priority)
           
 SCProductScreenshot SCProductScreenshotLocalService.getProductScreenshot(long productEntryId, int priority)
           
static SCProductScreenshot SCProductScreenshotLocalServiceUtil.getProductScreenshot(long productEntryId, int priority)
           
 SCProductScreenshot SCProductScreenshotLocalServiceWrapper.getProductScreenshotByFullImageId(long fullImageId)
           
 SCProductScreenshot SCProductScreenshotLocalService.getProductScreenshotByFullImageId(long fullImageId)
           
static SCProductScreenshot SCProductScreenshotLocalServiceUtil.getProductScreenshotByFullImageId(long fullImageId)
           
 SCProductScreenshot SCProductScreenshotLocalServiceWrapper.getProductScreenshotByThumbnailId(long thumbnailId)
           
 SCProductScreenshot SCProductScreenshotLocalService.getProductScreenshotByThumbnailId(long thumbnailId)
           
static SCProductScreenshot SCProductScreenshotLocalServiceUtil.getProductScreenshotByThumbnailId(long thumbnailId)
           
 SCProductScreenshot SCProductScreenshotLocalServiceWrapper.getSCProductScreenshot(long productScreenshotId)
          Returns the s c product screenshot with the primary key.
 SCProductScreenshot SCProductScreenshotLocalService.getSCProductScreenshot(long productScreenshotId)
          Returns the s c product screenshot with the primary key.
static SCProductScreenshot SCProductScreenshotLocalServiceUtil.getSCProductScreenshot(long productScreenshotId)
          Returns the s c product screenshot with the primary key.
 SCProductScreenshot SCProductScreenshotLocalServiceWrapper.updateSCProductScreenshot(SCProductScreenshot scProductScreenshot)
          Updates the s c product screenshot in the database or adds it if it does not yet exist.
 SCProductScreenshot SCProductScreenshotLocalService.updateSCProductScreenshot(SCProductScreenshot scProductScreenshot)
          Updates the s c product screenshot in the database or adds it if it does not yet exist.
static SCProductScreenshot SCProductScreenshotLocalServiceUtil.updateSCProductScreenshot(SCProductScreenshot scProductScreenshot)
          Updates the s c product screenshot in the database or adds it if it does not yet exist.
 SCProductScreenshot SCProductScreenshotLocalServiceWrapper.updateSCProductScreenshot(SCProductScreenshot scProductScreenshot, boolean merge)
          Updates the s c product screenshot in the database or adds it if it does not yet exist.
 SCProductScreenshot SCProductScreenshotLocalService.updateSCProductScreenshot(SCProductScreenshot scProductScreenshot, boolean merge)
          Updates the s c product screenshot in the database or adds it if it does not yet exist.
static SCProductScreenshot SCProductScreenshotLocalServiceUtil.updateSCProductScreenshot(SCProductScreenshot scProductScreenshot, boolean merge)
          Updates the s c product screenshot in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.softwarecatalog.service that return types with arguments of type SCProductScreenshot
 List<SCProductScreenshot> SCProductScreenshotLocalServiceWrapper.getProductScreenshots(long productEntryId)
           
 List<SCProductScreenshot> SCProductScreenshotLocalService.getProductScreenshots(long productEntryId)
           
static List<SCProductScreenshot> SCProductScreenshotLocalServiceUtil.getProductScreenshots(long productEntryId)
           
 List<SCProductScreenshot> SCProductScreenshotLocalServiceWrapper.getSCProductScreenshots(int start, int end)
          Returns a range of all the s c product screenshots.
 List<SCProductScreenshot> SCProductScreenshotLocalService.getSCProductScreenshots(int start, int end)
          Returns a range of all the s c product screenshots.
static List<SCProductScreenshot> SCProductScreenshotLocalServiceUtil.getSCProductScreenshots(int start, int end)
          Returns a range of all the s c product screenshots.
 

Methods in com.liferay.portlet.softwarecatalog.service with parameters of type SCProductScreenshot
 SCProductScreenshot SCProductScreenshotLocalServiceWrapper.addSCProductScreenshot(SCProductScreenshot scProductScreenshot)
          Adds the s c product screenshot to the database.
 SCProductScreenshot SCProductScreenshotLocalService.addSCProductScreenshot(SCProductScreenshot scProductScreenshot)
          Adds the s c product screenshot to the database.
static SCProductScreenshot SCProductScreenshotLocalServiceUtil.addSCProductScreenshot(SCProductScreenshot scProductScreenshot)
          Adds the s c product screenshot to the database.
 void SCProductScreenshotLocalServiceWrapper.deleteProductScreenshot(SCProductScreenshot productScreenshot)
           
 void SCProductScreenshotLocalService.deleteProductScreenshot(SCProductScreenshot productScreenshot)
           
static void SCProductScreenshotLocalServiceUtil.deleteProductScreenshot(SCProductScreenshot productScreenshot)
           
 SCProductScreenshot SCProductScreenshotLocalServiceWrapper.deleteSCProductScreenshot(SCProductScreenshot scProductScreenshot)
          Deletes the s c product screenshot from the database.
 SCProductScreenshot SCProductScreenshotLocalService.deleteSCProductScreenshot(SCProductScreenshot scProductScreenshot)
          Deletes the s c product screenshot from the database.
static SCProductScreenshot SCProductScreenshotLocalServiceUtil.deleteSCProductScreenshot(SCProductScreenshot scProductScreenshot)
          Deletes the s c product screenshot from the database.
 SCProductScreenshot SCProductScreenshotLocalServiceWrapper.updateSCProductScreenshot(SCProductScreenshot scProductScreenshot)
          Updates the s c product screenshot in the database or adds it if it does not yet exist.
 SCProductScreenshot SCProductScreenshotLocalService.updateSCProductScreenshot(SCProductScreenshot scProductScreenshot)
          Updates the s c product screenshot in the database or adds it if it does not yet exist.
static SCProductScreenshot SCProductScreenshotLocalServiceUtil.updateSCProductScreenshot(SCProductScreenshot scProductScreenshot)
          Updates the s c product screenshot in the database or adds it if it does not yet exist.
 SCProductScreenshot SCProductScreenshotLocalServiceWrapper.updateSCProductScreenshot(SCProductScreenshot scProductScreenshot, boolean merge)
          Updates the s c product screenshot in the database or adds it if it does not yet exist.
 SCProductScreenshot SCProductScreenshotLocalService.updateSCProductScreenshot(SCProductScreenshot scProductScreenshot, boolean merge)
          Updates the s c product screenshot in the database or adds it if it does not yet exist.
static SCProductScreenshot SCProductScreenshotLocalServiceUtil.updateSCProductScreenshot(SCProductScreenshot scProductScreenshot, boolean merge)
          Updates the s c product screenshot in the database or adds it if it does not yet exist.
 

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)
          Creates a new s c product screenshot with the primary key.
 SCProductScreenshot SCProductScreenshotPersistence.create(long productScreenshotId)
          Creates a new s c product screenshot with the primary key.
static SCProductScreenshot SCProductScreenshotUtil.fetchByFullImageId(long fullImageId)
          Returns the s c product screenshot where fullImageId = ? or returns null if it could not be found.
 SCProductScreenshot SCProductScreenshotPersistence.fetchByFullImageId(long fullImageId)
          Returns the s c product screenshot where fullImageId = ? or returns null if it could not be found.
static SCProductScreenshot SCProductScreenshotUtil.fetchByFullImageId(long fullImageId, boolean retrieveFromCache)
          Returns the s c product screenshot where fullImageId = ? or returns null if it could not be found, optionally using the finder cache.
 SCProductScreenshot SCProductScreenshotPersistence.fetchByFullImageId(long fullImageId, boolean retrieveFromCache)
          Returns the s c product screenshot where fullImageId = ? or returns null if it could not be found, optionally using the finder cache.
static SCProductScreenshot SCProductScreenshotUtil.fetchByP_P(long productEntryId, int priority)
          Returns the s c product screenshot where productEntryId = ? and priority = ? or returns null if it could not be found.
 SCProductScreenshot SCProductScreenshotPersistence.fetchByP_P(long productEntryId, int priority)
          Returns the s c product screenshot where productEntryId = ? and priority = ? or returns null if it could not be found.
static SCProductScreenshot SCProductScreenshotUtil.fetchByP_P(long productEntryId, int priority, boolean retrieveFromCache)
          Returns the s c product screenshot where productEntryId = ? and priority = ? or returns null if it could not be found, optionally using the finder cache.
 SCProductScreenshot SCProductScreenshotPersistence.fetchByP_P(long productEntryId, int priority, boolean retrieveFromCache)
          Returns the s c product screenshot where productEntryId = ? and priority = ? or returns null if it could not be found, optionally using the finder cache.
static SCProductScreenshot SCProductScreenshotUtil.fetchByPrimaryKey(long productScreenshotId)
          Returns the s c product screenshot with the primary key or returns null if it could not be found.
 SCProductScreenshot SCProductScreenshotPersistence.fetchByPrimaryKey(long productScreenshotId)
          Returns the s c product screenshot with the primary key or returns null if it could not be found.
static SCProductScreenshot SCProductScreenshotUtil.fetchByProductEntryId_First(long productEntryId, OrderByComparator orderByComparator)
          Returns the first s c product screenshot in the ordered set where productEntryId = ?.
 SCProductScreenshot SCProductScreenshotPersistence.fetchByProductEntryId_First(long productEntryId, OrderByComparator orderByComparator)
          Returns the first s c product screenshot in the ordered set where productEntryId = ?.
static SCProductScreenshot SCProductScreenshotUtil.fetchByProductEntryId_Last(long productEntryId, OrderByComparator orderByComparator)
          Returns the last s c product screenshot in the ordered set where productEntryId = ?.
 SCProductScreenshot SCProductScreenshotPersistence.fetchByProductEntryId_Last(long productEntryId, OrderByComparator orderByComparator)
          Returns the last s c product screenshot in the ordered set where productEntryId = ?.
static SCProductScreenshot SCProductScreenshotUtil.fetchByThumbnailId(long thumbnailId)
          Returns the s c product screenshot where thumbnailId = ? or returns null if it could not be found.
 SCProductScreenshot SCProductScreenshotPersistence.fetchByThumbnailId(long thumbnailId)
          Returns the s c product screenshot where thumbnailId = ? or returns null if it could not be found.
static SCProductScreenshot SCProductScreenshotUtil.fetchByThumbnailId(long thumbnailId, boolean retrieveFromCache)
          Returns the s c product screenshot where thumbnailId = ? or returns null if it could not be found, optionally using the finder cache.
 SCProductScreenshot SCProductScreenshotPersistence.fetchByThumbnailId(long thumbnailId, boolean retrieveFromCache)
          Returns the s c product screenshot where thumbnailId = ? or returns null if it could not be found, optionally using the finder cache.
static SCProductScreenshot SCProductScreenshotUtil.findByFullImageId(long fullImageId)
          Returns the s c product screenshot where fullImageId = ? or throws a NoSuchProductScreenshotException if it could not be found.
 SCProductScreenshot SCProductScreenshotPersistence.findByFullImageId(long fullImageId)
          Returns the s c product screenshot where fullImageId = ? or throws a NoSuchProductScreenshotException if it could not be found.
static SCProductScreenshot SCProductScreenshotUtil.findByP_P(long productEntryId, int priority)
          Returns the s c product screenshot where productEntryId = ? and priority = ? or throws a NoSuchProductScreenshotException if it could not be found.
 SCProductScreenshot SCProductScreenshotPersistence.findByP_P(long productEntryId, int priority)
          Returns the s c product screenshot where productEntryId = ? and priority = ? or throws a NoSuchProductScreenshotException if it could not be found.
static SCProductScreenshot SCProductScreenshotUtil.findByPrimaryKey(long productScreenshotId)
          Returns the s c product screenshot with the primary key or throws a NoSuchProductScreenshotException if it could not be found.
 SCProductScreenshot SCProductScreenshotPersistence.findByPrimaryKey(long productScreenshotId)
          Returns the s c product screenshot with the primary key or throws a NoSuchProductScreenshotException if it could not be found.
static SCProductScreenshot SCProductScreenshotUtil.findByProductEntryId_First(long productEntryId, OrderByComparator orderByComparator)
          Returns the first s c product screenshot in the ordered set where productEntryId = ?.
 SCProductScreenshot SCProductScreenshotPersistence.findByProductEntryId_First(long productEntryId, OrderByComparator orderByComparator)
          Returns the first s c product screenshot in the ordered set where productEntryId = ?.
static SCProductScreenshot SCProductScreenshotUtil.findByProductEntryId_Last(long productEntryId, OrderByComparator orderByComparator)
          Returns the last s c product screenshot in the ordered set where productEntryId = ?.
 SCProductScreenshot SCProductScreenshotPersistence.findByProductEntryId_Last(long productEntryId, OrderByComparator orderByComparator)
          Returns the last s c product screenshot in the ordered set where productEntryId = ?.
static SCProductScreenshot[] SCProductScreenshotUtil.findByProductEntryId_PrevAndNext(long productScreenshotId, long productEntryId, OrderByComparator orderByComparator)
          Returns the s c product screenshots before and after the current s c product screenshot in the ordered set where productEntryId = ?.
 SCProductScreenshot[] SCProductScreenshotPersistence.findByProductEntryId_PrevAndNext(long productScreenshotId, long productEntryId, OrderByComparator orderByComparator)
          Returns the s c product screenshots before and after the current s c product screenshot in the ordered set where productEntryId = ?.
static SCProductScreenshot SCProductScreenshotUtil.findByThumbnailId(long thumbnailId)
          Returns the s c product screenshot where thumbnailId = ? or throws a NoSuchProductScreenshotException if it could not be found.
 SCProductScreenshot SCProductScreenshotPersistence.findByThumbnailId(long thumbnailId)
          Returns the s c product screenshot where thumbnailId = ? or throws a NoSuchProductScreenshotException if it could not be found.
static SCProductScreenshot SCProductScreenshotUtil.remove(long productScreenshotId)
          Removes the s c product screenshot with the primary key from the database.
 SCProductScreenshot SCProductScreenshotPersistence.remove(long productScreenshotId)
          Removes the s c product screenshot with the primary key from the database.
static SCProductScreenshot SCProductScreenshotUtil.removeByFullImageId(long fullImageId)
          Removes the s c product screenshot where fullImageId = ? from the database.
 SCProductScreenshot SCProductScreenshotPersistence.removeByFullImageId(long fullImageId)
          Removes the s c product screenshot where fullImageId = ? from the database.
static SCProductScreenshot SCProductScreenshotUtil.removeByP_P(long productEntryId, int priority)
          Removes the s c product screenshot where productEntryId = ? and priority = ? from the database.
 SCProductScreenshot SCProductScreenshotPersistence.removeByP_P(long productEntryId, int priority)
          Removes the s c product screenshot where productEntryId = ? and priority = ? from the database.
static SCProductScreenshot SCProductScreenshotUtil.removeByThumbnailId(long thumbnailId)
          Removes the s c product screenshot where thumbnailId = ? from the database.
 SCProductScreenshot SCProductScreenshotPersistence.removeByThumbnailId(long thumbnailId)
          Removes the s c product screenshot where thumbnailId = ? from the database.
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)
           
 

Methods in com.liferay.portlet.softwarecatalog.service.persistence that return types with arguments of type SCProductScreenshot
static List<SCProductScreenshot> SCProductScreenshotUtil.findAll()
          Returns all the s c product screenshots.
 List<SCProductScreenshot> SCProductScreenshotPersistence.findAll()
          Returns all the s c product screenshots.
static List<SCProductScreenshot> SCProductScreenshotUtil.findAll(int start, int end)
          Returns a range of all the s c product screenshots.
 List<SCProductScreenshot> SCProductScreenshotPersistence.findAll(int start, int end)
          Returns a range of all the s c product screenshots.
static List<SCProductScreenshot> SCProductScreenshotUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product screenshots.
 List<SCProductScreenshot> SCProductScreenshotPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product screenshots.
static List<SCProductScreenshot> SCProductScreenshotUtil.findByProductEntryId(long productEntryId)
          Returns all the s c product screenshots where productEntryId = ?.
 List<SCProductScreenshot> SCProductScreenshotPersistence.findByProductEntryId(long productEntryId)
          Returns all the s c product screenshots where productEntryId = ?.
static List<SCProductScreenshot> SCProductScreenshotUtil.findByProductEntryId(long productEntryId, int start, int end)
          Returns a range of all the s c product screenshots where productEntryId = ?.
 List<SCProductScreenshot> SCProductScreenshotPersistence.findByProductEntryId(long productEntryId, int start, int end)
          Returns a range of all the s c product screenshots where productEntryId = ?.
static List<SCProductScreenshot> SCProductScreenshotUtil.findByProductEntryId(long productEntryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product screenshots where productEntryId = ?.
 List<SCProductScreenshot> SCProductScreenshotPersistence.findByProductEntryId(long productEntryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product screenshots where productEntryId = ?.
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)
          Caches the s c product screenshot in the entity cache if it is enabled.
 void SCProductScreenshotPersistence.cacheResult(SCProductScreenshot scProductScreenshot)
          Caches the s c product screenshot in the entity cache if it is enabled.
static void SCProductScreenshotUtil.clearCache(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)
           
 

Method parameters in com.liferay.portlet.softwarecatalog.service.persistence with type arguments of type SCProductScreenshot
static void SCProductScreenshotUtil.cacheResult(List<SCProductScreenshot> scProductScreenshots)
          Caches the s c product screenshots in the entity cache if it is enabled.
 void SCProductScreenshotPersistence.cacheResult(List<SCProductScreenshot> scProductScreenshots)
          Caches the s c product screenshots in the entity cache if it is enabled.
 


Liferay 6.1.2-ce-ga3