Liferay 6.0.5

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()
          Gets a copy of this s c product screenshot as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 

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)
          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 SCProductScreenshotLocalService.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.
static SCProductScreenshot SCProductScreenshotLocalServiceUtil.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.
 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)
          Gets the s c product screenshot with the primary key.
static SCProductScreenshot SCProductScreenshotLocalServiceUtil.getSCProductScreenshot(long productScreenshotId)
          Gets the s c product screenshot with the primary key.
 SCProductScreenshot SCProductScreenshotLocalService.getSCProductScreenshot(long productScreenshotId)
          Gets the s c product screenshot with the primary key.
 SCProductScreenshot SCProductScreenshotLocalServiceWrapper.updateSCProductScreenshot(SCProductScreenshot scProductScreenshot)
          Updates the s c product screenshot in the database.
static SCProductScreenshot SCProductScreenshotLocalServiceUtil.updateSCProductScreenshot(SCProductScreenshot scProductScreenshot)
          Updates the s c product screenshot in the database.
 SCProductScreenshot SCProductScreenshotLocalService.updateSCProductScreenshot(SCProductScreenshot scProductScreenshot)
          Updates the s c product screenshot in the database.
 SCProductScreenshot SCProductScreenshotLocalServiceWrapper.updateSCProductScreenshot(SCProductScreenshot scProductScreenshot, boolean merge)
          Updates the s c product screenshot in the database.
static SCProductScreenshot SCProductScreenshotLocalServiceUtil.updateSCProductScreenshot(SCProductScreenshot scProductScreenshot, boolean merge)
          Updates the s c product screenshot in the database.
 SCProductScreenshot SCProductScreenshotLocalService.updateSCProductScreenshot(SCProductScreenshot scProductScreenshot, boolean merge)
          Updates the s c product screenshot in the database.
 

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)
          Gets a range of all the s c product screenshots.
static List<SCProductScreenshot> SCProductScreenshotLocalServiceUtil.getSCProductScreenshots(int start, int end)
          Gets a range of all the s c product screenshots.
 List<SCProductScreenshot> SCProductScreenshotLocalService.getSCProductScreenshots(int start, int end)
          Gets 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.
static SCProductScreenshot SCProductScreenshotLocalServiceUtil.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.
 void SCProductScreenshotLocalServiceWrapper.deleteProductScreenshot(SCProductScreenshot productScreenshot)
           
static void SCProductScreenshotLocalServiceUtil.deleteProductScreenshot(SCProductScreenshot productScreenshot)
           
 void SCProductScreenshotLocalService.deleteProductScreenshot(SCProductScreenshot productScreenshot)
           
 void SCProductScreenshotLocalServiceWrapper.deleteSCProductScreenshot(SCProductScreenshot scProductScreenshot)
          Deletes the s c product screenshot from the database.
static void SCProductScreenshotLocalServiceUtil.deleteSCProductScreenshot(SCProductScreenshot scProductScreenshot)
          Deletes the s c product screenshot from the database.
 void SCProductScreenshotLocalService.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.
static SCProductScreenshot SCProductScreenshotLocalServiceUtil.updateSCProductScreenshot(SCProductScreenshot scProductScreenshot)
          Updates the s c product screenshot in the database.
 SCProductScreenshot SCProductScreenshotLocalService.updateSCProductScreenshot(SCProductScreenshot scProductScreenshot)
          Updates the s c product screenshot in the database.
 SCProductScreenshot SCProductScreenshotLocalServiceWrapper.updateSCProductScreenshot(SCProductScreenshot scProductScreenshot, boolean merge)
          Updates the s c product screenshot in the database.
static SCProductScreenshot SCProductScreenshotLocalServiceUtil.updateSCProductScreenshot(SCProductScreenshot scProductScreenshot, boolean merge)
          Updates the s c product screenshot in the database.
 SCProductScreenshot SCProductScreenshotLocalService.updateSCProductScreenshot(SCProductScreenshot scProductScreenshot, boolean merge)
          Updates the s c product screenshot in the database.
 

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)
          Adds the s c product screenshot to the database.
 SCProductScreenshot SCProductScreenshotLocalServiceBaseImpl.createSCProductScreenshot(long productScreenshotId)
          Creates a new s c product screenshot with the primary key.
 SCProductScreenshot SCProductScreenshotLocalServiceBaseImpl.getSCProductScreenshot(long productScreenshotId)
          Gets the s c product screenshot with the primary key.
 SCProductScreenshot SCProductScreenshotLocalServiceBaseImpl.updateSCProductScreenshot(SCProductScreenshot scProductScreenshot)
          Updates the s c product screenshot in the database.
 SCProductScreenshot SCProductScreenshotLocalServiceBaseImpl.updateSCProductScreenshot(SCProductScreenshot scProductScreenshot, boolean merge)
          Updates the s c product screenshot in the database.
 

Methods in com.liferay.portlet.softwarecatalog.service.base that return types with arguments of type SCProductScreenshot
 List<SCProductScreenshot> SCProductScreenshotLocalServiceBaseImpl.getSCProductScreenshots(int start, int end)
          Gets a range of all the s c product screenshots.
 

Methods in com.liferay.portlet.softwarecatalog.service.base with parameters of type SCProductScreenshot
 SCProductScreenshot SCProductScreenshotLocalServiceBaseImpl.addSCProductScreenshot(SCProductScreenshot scProductScreenshot)
          Adds the s c product screenshot to the database.
 void SCProductScreenshotLocalServiceBaseImpl.deleteSCProductScreenshot(SCProductScreenshot scProductScreenshot)
          Deletes the s c product screenshot from the database.
 SCProductScreenshot SCProductScreenshotLocalServiceBaseImpl.updateSCProductScreenshot(SCProductScreenshot scProductScreenshot)
          Updates the s c product screenshot in the database.
 SCProductScreenshot SCProductScreenshotLocalServiceBaseImpl.updateSCProductScreenshot(SCProductScreenshot scProductScreenshot, boolean merge)
          Updates the s c product screenshot in the database.
 

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)
          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.
 SCProductScreenshot SCProductScreenshotPersistenceImpl.create(long productScreenshotId)
          Creates a new s c product screenshot with the primary key.
static SCProductScreenshot SCProductScreenshotUtil.fetchByFullImageId(long fullImageId)
          Finds the s c product screenshot where fullImageId = ? or returns null if it could not be found.
 SCProductScreenshot SCProductScreenshotPersistence.fetchByFullImageId(long fullImageId)
          Finds the s c product screenshot where fullImageId = ? or returns null if it could not be found.
 SCProductScreenshot SCProductScreenshotPersistenceImpl.fetchByFullImageId(long fullImageId)
          Finds the s c product screenshot where fullImageId = ? or returns null if it could not be found.
static SCProductScreenshot SCProductScreenshotUtil.fetchByFullImageId(long fullImageId, boolean retrieveFromCache)
          Finds 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)
          Finds the s c product screenshot where fullImageId = ? or returns null if it could not be found, optionally using the finder cache.
 SCProductScreenshot SCProductScreenshotPersistenceImpl.fetchByFullImageId(long fullImageId, boolean retrieveFromCache)
          Finds 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)
          Finds 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)
          Finds the s c product screenshot where productEntryId = ? and priority = ? or returns null if it could not be found.
 SCProductScreenshot SCProductScreenshotPersistenceImpl.fetchByP_P(long productEntryId, int priority)
          Finds 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)
          Finds 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)
          Finds the s c product screenshot where productEntryId = ? and priority = ? or returns null if it could not be found, optionally using the finder cache.
 SCProductScreenshot SCProductScreenshotPersistenceImpl.fetchByP_P(long productEntryId, int priority, boolean retrieveFromCache)
          Finds 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)
          Finds the s c product screenshot with the primary key or returns null if it could not be found.
 SCProductScreenshot SCProductScreenshotPersistence.fetchByPrimaryKey(long productScreenshotId)
          Finds the s c product screenshot with the primary key or returns null if it could not be found.
 SCProductScreenshot SCProductScreenshotPersistenceImpl.fetchByPrimaryKey(long productScreenshotId)
          Finds the s c product screenshot with the primary key or returns null if it could not be found.
 SCProductScreenshot SCProductScreenshotPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the s c product screenshot with the primary key or returns null if it could not be found.
static SCProductScreenshot SCProductScreenshotUtil.fetchByThumbnailId(long thumbnailId)
          Finds the s c product screenshot where thumbnailId = ? or returns null if it could not be found.
 SCProductScreenshot SCProductScreenshotPersistence.fetchByThumbnailId(long thumbnailId)
          Finds the s c product screenshot where thumbnailId = ? or returns null if it could not be found.
 SCProductScreenshot SCProductScreenshotPersistenceImpl.fetchByThumbnailId(long thumbnailId)
          Finds the s c product screenshot where thumbnailId = ? or returns null if it could not be found.
static SCProductScreenshot SCProductScreenshotUtil.fetchByThumbnailId(long thumbnailId, boolean retrieveFromCache)
          Finds 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)
          Finds the s c product screenshot where thumbnailId = ? or returns null if it could not be found, optionally using the finder cache.
 SCProductScreenshot SCProductScreenshotPersistenceImpl.fetchByThumbnailId(long thumbnailId, boolean retrieveFromCache)
          Finds 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)
          Finds the s c product screenshot where fullImageId = ? or throws a NoSuchProductScreenshotException if it could not be found.
 SCProductScreenshot SCProductScreenshotPersistence.findByFullImageId(long fullImageId)
          Finds the s c product screenshot where fullImageId = ? or throws a NoSuchProductScreenshotException if it could not be found.
 SCProductScreenshot SCProductScreenshotPersistenceImpl.findByFullImageId(long fullImageId)
          Finds 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)
          Finds 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)
          Finds the s c product screenshot where productEntryId = ? and priority = ? or throws a NoSuchProductScreenshotException if it could not be found.
 SCProductScreenshot SCProductScreenshotPersistenceImpl.findByP_P(long productEntryId, int priority)
          Finds 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)
          Finds the s c product screenshot with the primary key or throws a NoSuchProductScreenshotException if it could not be found.
 SCProductScreenshot SCProductScreenshotPersistence.findByPrimaryKey(long productScreenshotId)
          Finds the s c product screenshot with the primary key or throws a NoSuchProductScreenshotException if it could not be found.
 SCProductScreenshot SCProductScreenshotPersistenceImpl.findByPrimaryKey(long productScreenshotId)
          Finds the s c product screenshot with the primary key or throws a NoSuchProductScreenshotException if it could not be found.
 SCProductScreenshot SCProductScreenshotPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the s c product screenshot with the primary key or throws a NoSuchModelException if it could not be found.
static SCProductScreenshot SCProductScreenshotUtil.findByProductEntryId_First(long productEntryId, OrderByComparator orderByComparator)
          Finds the first s c product screenshot in the ordered set where productEntryId = ?.
 SCProductScreenshot SCProductScreenshotPersistence.findByProductEntryId_First(long productEntryId, OrderByComparator orderByComparator)
          Finds the first s c product screenshot in the ordered set where productEntryId = ?.
 SCProductScreenshot SCProductScreenshotPersistenceImpl.findByProductEntryId_First(long productEntryId, OrderByComparator orderByComparator)
          Finds the first s c product screenshot in the ordered set where productEntryId = ?.
static SCProductScreenshot SCProductScreenshotUtil.findByProductEntryId_Last(long productEntryId, OrderByComparator orderByComparator)
          Finds the last s c product screenshot in the ordered set where productEntryId = ?.
 SCProductScreenshot SCProductScreenshotPersistence.findByProductEntryId_Last(long productEntryId, OrderByComparator orderByComparator)
          Finds the last s c product screenshot in the ordered set where productEntryId = ?.
 SCProductScreenshot SCProductScreenshotPersistenceImpl.findByProductEntryId_Last(long productEntryId, OrderByComparator orderByComparator)
          Finds the last s c product screenshot in the ordered set where productEntryId = ?.
static SCProductScreenshot[] SCProductScreenshotUtil.findByProductEntryId_PrevAndNext(long productScreenshotId, long productEntryId, OrderByComparator orderByComparator)
          Finds 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)
          Finds the s c product screenshots before and after the current s c product screenshot in the ordered set where productEntryId = ?.
 SCProductScreenshot[] SCProductScreenshotPersistenceImpl.findByProductEntryId_PrevAndNext(long productScreenshotId, long productEntryId, OrderByComparator orderByComparator)
          Finds 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)
          Finds the s c product screenshot where thumbnailId = ? or throws a NoSuchProductScreenshotException if it could not be found.
 SCProductScreenshot SCProductScreenshotPersistence.findByThumbnailId(long thumbnailId)
          Finds the s c product screenshot where thumbnailId = ? or throws a NoSuchProductScreenshotException if it could not be found.
 SCProductScreenshot SCProductScreenshotPersistenceImpl.findByThumbnailId(long thumbnailId)
          Finds the s c product screenshot where thumbnailId = ? or throws a NoSuchProductScreenshotException if it could not be found.
protected  SCProductScreenshot SCProductScreenshotPersistenceImpl.getByProductEntryId_PrevAndNext(Session session, SCProductScreenshot scProductScreenshot, long productEntryId, OrderByComparator orderByComparator, boolean previous)
           
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.
 SCProductScreenshot SCProductScreenshotPersistenceImpl.remove(long productScreenshotId)
          Removes the s c product screenshot with the primary key from the database.
static SCProductScreenshot SCProductScreenshotUtil.remove(SCProductScreenshot scProductScreenshot)
           
 SCProductScreenshot SCProductScreenshotPersistenceImpl.remove(Serializable primaryKey)
          Removes the s c product screenshot with the primary key from the database.
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()
          Finds all the s c product screenshots.
 List<SCProductScreenshot> SCProductScreenshotPersistence.findAll()
          Finds all the s c product screenshots.
 List<SCProductScreenshot> SCProductScreenshotPersistenceImpl.findAll()
          Finds all the s c product screenshots.
static List<SCProductScreenshot> SCProductScreenshotUtil.findAll(int start, int end)
          Finds a range of all the s c product screenshots.
 List<SCProductScreenshot> SCProductScreenshotPersistence.findAll(int start, int end)
          Finds a range of all the s c product screenshots.
 List<SCProductScreenshot> SCProductScreenshotPersistenceImpl.findAll(int start, int end)
          Finds a range of all the s c product screenshots.
static List<SCProductScreenshot> SCProductScreenshotUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the s c product screenshots.
 List<SCProductScreenshot> SCProductScreenshotPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the s c product screenshots.
 List<SCProductScreenshot> SCProductScreenshotPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the s c product screenshots.
static List<SCProductScreenshot> SCProductScreenshotUtil.findByProductEntryId(long productEntryId)
          Finds all the s c product screenshots where productEntryId = ?.
 List<SCProductScreenshot> SCProductScreenshotPersistence.findByProductEntryId(long productEntryId)
          Finds all the s c product screenshots where productEntryId = ?.
 List<SCProductScreenshot> SCProductScreenshotPersistenceImpl.findByProductEntryId(long productEntryId)
          Finds all the s c product screenshots where productEntryId = ?.
static List<SCProductScreenshot> SCProductScreenshotUtil.findByProductEntryId(long productEntryId, int start, int end)
          Finds a range of all the s c product screenshots where productEntryId = ?.
 List<SCProductScreenshot> SCProductScreenshotPersistence.findByProductEntryId(long productEntryId, int start, int end)
          Finds a range of all the s c product screenshots where productEntryId = ?.
 List<SCProductScreenshot> SCProductScreenshotPersistenceImpl.findByProductEntryId(long productEntryId, int start, int end)
          Finds a range of all the s c product screenshots where productEntryId = ?.
static List<SCProductScreenshot> SCProductScreenshotUtil.findByProductEntryId(long productEntryId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the s c product screenshots where productEntryId = ?.
 List<SCProductScreenshot> SCProductScreenshotPersistence.findByProductEntryId(long productEntryId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the s c product screenshots where productEntryId = ?.
 List<SCProductScreenshot> SCProductScreenshotPersistenceImpl.findByProductEntryId(long productEntryId, int start, int end, OrderByComparator orderByComparator)
          Finds 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.
 void SCProductScreenshotPersistenceImpl.cacheResult(SCProductScreenshot scProductScreenshot)
          Caches the s c product screenshot in the entity cache if it is enabled.
static void SCProductScreenshotUtil.clearCache(SCProductScreenshot scProductScreenshot)
           
 void SCProductScreenshotPersistenceImpl.clearCache(SCProductScreenshot scProductScreenshot)
          Clears the cache for the s c product screenshot.
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)
          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.
 void SCProductScreenshotPersistenceImpl.cacheResult(List<SCProductScreenshot> scProductScreenshots)
          Caches the s c product screenshots in the entity cache if it is enabled.
 


Liferay 6.0.5