Liferay 6.2-ce-ga5

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

Packages that use SCProductVersion
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.http   
com.liferay.portlet.softwarecatalog.service.impl   
com.liferay.portlet.softwarecatalog.service.persistence   
 

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

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

Methods in com.liferay.portlet.softwarecatalog.model that return SCProductVersion
 SCProductVersion SCProductEntry.getLatestVersion()
           
 SCProductVersion SCProductEntryWrapper.getLatestVersion()
           
 SCProductVersion SCProductVersionWrapper.getWrappedModel()
           
 SCProductVersion SCProductVersionWrapper.getWrappedSCProductVersion()
          Deprecated. As of 6.1.0, replaced by SCProductVersionWrapper.getWrappedModel()
 SCProductVersion SCProductVersionWrapper.toEscapedModel()
           
 SCProductVersion SCProductVersionModel.toEscapedModel()
           
 SCProductVersion SCProductVersionWrapper.toUnescapedModel()
           
 SCProductVersion SCProductVersionModel.toUnescapedModel()
           
 

Methods in com.liferay.portlet.softwarecatalog.model that return types with arguments of type SCProductVersion
 CacheModel<SCProductVersion> SCProductVersionWrapper.toCacheModel()
           
 CacheModel<SCProductVersion> SCProductVersionModel.toCacheModel()
           
 

Methods in com.liferay.portlet.softwarecatalog.model with parameters of type SCProductVersion
 int SCProductVersionWrapper.compareTo(SCProductVersion scProductVersion)
           
 int SCProductVersionModel.compareTo(SCProductVersion scProductVersion)
           
static SCProductVersionSoap SCProductVersionSoap.toSoapModel(SCProductVersion model)
           
static SCProductVersionSoap[] SCProductVersionSoap.toSoapModels(SCProductVersion[] models)
           
static SCProductVersionSoap[][] SCProductVersionSoap.toSoapModels(SCProductVersion[][] models)
           
 

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

Constructors in com.liferay.portlet.softwarecatalog.model with parameters of type SCProductVersion
SCProductVersionWrapper(SCProductVersion scProductVersion)
           
 

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

Classes in com.liferay.portlet.softwarecatalog.model.impl that implement SCProductVersion
 class SCProductVersionBaseImpl
          The extended model base implementation for the SCProductVersion service.
 class SCProductVersionImpl
           
 

Methods in com.liferay.portlet.softwarecatalog.model.impl that return SCProductVersion
 SCProductVersion SCProductEntryImpl.getLatestVersion()
           
 SCProductVersion SCProductVersionCacheModel.toEntityModel()
           
 SCProductVersion SCProductVersionModelImpl.toEscapedModel()
           
static SCProductVersion SCProductVersionModelImpl.toModel(SCProductVersionSoap soapModel)
          Converts the soap model instance into a normal model instance.
 

Methods in com.liferay.portlet.softwarecatalog.model.impl that return types with arguments of type SCProductVersion
 CacheModel<SCProductVersion> SCProductVersionModelImpl.toCacheModel()
           
static List<SCProductVersion> SCProductVersionModelImpl.toModels(SCProductVersionSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portlet.softwarecatalog.model.impl with parameters of type SCProductVersion
 int SCProductVersionModelImpl.compareTo(SCProductVersion scProductVersion)
           
 

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

Methods in com.liferay.portlet.softwarecatalog.service that return SCProductVersion
 SCProductVersion SCProductVersionLocalServiceWrapper.addProductVersion(long userId, long productEntryId, String version, String changeLog, String downloadPageURL, String directDownloadURL, boolean testDirectDownloadURL, boolean repoStoreArtifact, long[] frameworkVersionIds, ServiceContext serviceContext)
           
static SCProductVersion SCProductVersionLocalServiceUtil.addProductVersion(long userId, long productEntryId, String version, String changeLog, String downloadPageURL, String directDownloadURL, boolean testDirectDownloadURL, boolean repoStoreArtifact, long[] frameworkVersionIds, ServiceContext serviceContext)
           
 SCProductVersion SCProductVersionLocalService.addProductVersion(long userId, long productEntryId, String version, String changeLog, String downloadPageURL, String directDownloadURL, boolean testDirectDownloadURL, boolean repoStoreArtifact, long[] frameworkVersionIds, ServiceContext serviceContext)
           
 SCProductVersion SCProductVersionService.addProductVersion(long productEntryId, String version, String changeLog, String downloadPageURL, String directDownloadURL, boolean testDirectDownloadURL, boolean repoStoreArtifact, long[] frameworkVersionIds, ServiceContext serviceContext)
           
static SCProductVersion SCProductVersionServiceUtil.addProductVersion(long productEntryId, String version, String changeLog, String downloadPageURL, String directDownloadURL, boolean testDirectDownloadURL, boolean repoStoreArtifact, long[] frameworkVersionIds, ServiceContext serviceContext)
           
 SCProductVersion SCProductVersionServiceWrapper.addProductVersion(long productEntryId, String version, String changeLog, String downloadPageURL, String directDownloadURL, boolean testDirectDownloadURL, boolean repoStoreArtifact, long[] frameworkVersionIds, ServiceContext serviceContext)
           
 SCProductVersion SCProductVersionLocalServiceWrapper.addSCProductVersion(SCProductVersion scProductVersion)
          Adds the s c product version to the database.
static SCProductVersion SCProductVersionLocalServiceUtil.addSCProductVersion(SCProductVersion scProductVersion)
          Adds the s c product version to the database.
 SCProductVersion SCProductVersionLocalService.addSCProductVersion(SCProductVersion scProductVersion)
          Adds the s c product version to the database.
 SCProductVersion SCProductVersionLocalServiceWrapper.createSCProductVersion(long productVersionId)
          Creates a new s c product version with the primary key.
static SCProductVersion SCProductVersionLocalServiceUtil.createSCProductVersion(long productVersionId)
          Creates a new s c product version with the primary key.
 SCProductVersion SCProductVersionLocalService.createSCProductVersion(long productVersionId)
          Creates a new s c product version with the primary key.
 SCProductVersion SCProductVersionLocalServiceWrapper.deleteSCProductVersion(long productVersionId)
          Deletes the s c product version with the primary key from the database.
static SCProductVersion SCProductVersionLocalServiceUtil.deleteSCProductVersion(long productVersionId)
          Deletes the s c product version with the primary key from the database.
 SCProductVersion SCProductVersionLocalService.deleteSCProductVersion(long productVersionId)
          Deletes the s c product version with the primary key from the database.
 SCProductVersion SCProductVersionLocalServiceWrapper.deleteSCProductVersion(SCProductVersion scProductVersion)
          Deletes the s c product version from the database.
static SCProductVersion SCProductVersionLocalServiceUtil.deleteSCProductVersion(SCProductVersion scProductVersion)
          Deletes the s c product version from the database.
 SCProductVersion SCProductVersionLocalService.deleteSCProductVersion(SCProductVersion scProductVersion)
          Deletes the s c product version from the database.
 SCProductVersion SCProductVersionLocalServiceWrapper.fetchSCProductVersion(long productVersionId)
           
static SCProductVersion SCProductVersionLocalServiceUtil.fetchSCProductVersion(long productVersionId)
           
 SCProductVersion SCProductVersionLocalService.fetchSCProductVersion(long productVersionId)
           
 SCProductVersion SCProductVersionLocalServiceWrapper.getProductVersion(long productVersionId)
           
 SCProductVersion SCProductVersionService.getProductVersion(long productVersionId)
           
static SCProductVersion SCProductVersionLocalServiceUtil.getProductVersion(long productVersionId)
           
static SCProductVersion SCProductVersionServiceUtil.getProductVersion(long productVersionId)
           
 SCProductVersion SCProductVersionLocalService.getProductVersion(long productVersionId)
           
 SCProductVersion SCProductVersionServiceWrapper.getProductVersion(long productVersionId)
           
 SCProductVersion SCProductVersionLocalServiceWrapper.getProductVersionByDirectDownloadURL(String directDownloadURL)
           
static SCProductVersion SCProductVersionLocalServiceUtil.getProductVersionByDirectDownloadURL(String directDownloadURL)
           
 SCProductVersion SCProductVersionLocalService.getProductVersionByDirectDownloadURL(String directDownloadURL)
           
 SCProductVersion SCProductVersionLocalServiceWrapper.getSCProductVersion(long productVersionId)
          Returns the s c product version with the primary key.
static SCProductVersion SCProductVersionLocalServiceUtil.getSCProductVersion(long productVersionId)
          Returns the s c product version with the primary key.
 SCProductVersion SCProductVersionLocalService.getSCProductVersion(long productVersionId)
          Returns the s c product version with the primary key.
 SCProductVersion SCProductVersionLocalServiceWrapper.updateProductVersion(long productVersionId, String version, String changeLog, String downloadPageURL, String directDownloadURL, boolean testDirectDownloadURL, boolean repoStoreArtifact, long[] frameworkVersionIds)
           
 SCProductVersion SCProductVersionService.updateProductVersion(long productVersionId, String version, String changeLog, String downloadPageURL, String directDownloadURL, boolean testDirectDownloadURL, boolean repoStoreArtifact, long[] frameworkVersionIds)
           
static SCProductVersion SCProductVersionLocalServiceUtil.updateProductVersion(long productVersionId, String version, String changeLog, String downloadPageURL, String directDownloadURL, boolean testDirectDownloadURL, boolean repoStoreArtifact, long[] frameworkVersionIds)
           
static SCProductVersion SCProductVersionServiceUtil.updateProductVersion(long productVersionId, String version, String changeLog, String downloadPageURL, String directDownloadURL, boolean testDirectDownloadURL, boolean repoStoreArtifact, long[] frameworkVersionIds)
           
 SCProductVersion SCProductVersionLocalService.updateProductVersion(long productVersionId, String version, String changeLog, String downloadPageURL, String directDownloadURL, boolean testDirectDownloadURL, boolean repoStoreArtifact, long[] frameworkVersionIds)
           
 SCProductVersion SCProductVersionServiceWrapper.updateProductVersion(long productVersionId, String version, String changeLog, String downloadPageURL, String directDownloadURL, boolean testDirectDownloadURL, boolean repoStoreArtifact, long[] frameworkVersionIds)
           
 SCProductVersion SCProductVersionLocalServiceWrapper.updateSCProductVersion(SCProductVersion scProductVersion)
          Updates the s c product version in the database or adds it if it does not yet exist.
static SCProductVersion SCProductVersionLocalServiceUtil.updateSCProductVersion(SCProductVersion scProductVersion)
          Updates the s c product version in the database or adds it if it does not yet exist.
 SCProductVersion SCProductVersionLocalService.updateSCProductVersion(SCProductVersion scProductVersion)
          Updates the s c product version 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 SCProductVersion
 List<SCProductVersion> SCProductVersionLocalServiceWrapper.getProductVersions(long productEntryId, int start, int end)
           
 List<SCProductVersion> SCProductVersionService.getProductVersions(long productEntryId, int start, int end)
           
static List<SCProductVersion> SCProductVersionLocalServiceUtil.getProductVersions(long productEntryId, int start, int end)
           
static List<SCProductVersion> SCProductVersionServiceUtil.getProductVersions(long productEntryId, int start, int end)
           
 List<SCProductVersion> SCProductVersionLocalService.getProductVersions(long productEntryId, int start, int end)
           
 List<SCProductVersion> SCProductVersionServiceWrapper.getProductVersions(long productEntryId, int start, int end)
           
 List<SCProductVersion> SCProductVersionLocalServiceWrapper.getSCFrameworkVersionSCProductVersions(long frameworkVersionId)
           
static List<SCProductVersion> SCProductVersionLocalServiceUtil.getSCFrameworkVersionSCProductVersions(long frameworkVersionId)
           
 List<SCProductVersion> SCProductVersionLocalService.getSCFrameworkVersionSCProductVersions(long frameworkVersionId)
           
 List<SCProductVersion> SCProductVersionLocalServiceWrapper.getSCFrameworkVersionSCProductVersions(long frameworkVersionId, int start, int end)
           
static List<SCProductVersion> SCProductVersionLocalServiceUtil.getSCFrameworkVersionSCProductVersions(long frameworkVersionId, int start, int end)
           
 List<SCProductVersion> SCProductVersionLocalService.getSCFrameworkVersionSCProductVersions(long frameworkVersionId, int start, int end)
           
 List<SCProductVersion> SCProductVersionLocalServiceWrapper.getSCFrameworkVersionSCProductVersions(long frameworkVersionId, int start, int end, OrderByComparator orderByComparator)
           
static List<SCProductVersion> SCProductVersionLocalServiceUtil.getSCFrameworkVersionSCProductVersions(long frameworkVersionId, int start, int end, OrderByComparator orderByComparator)
           
 List<SCProductVersion> SCProductVersionLocalService.getSCFrameworkVersionSCProductVersions(long frameworkVersionId, int start, int end, OrderByComparator orderByComparator)
           
 List<SCProductVersion> SCProductVersionLocalServiceWrapper.getSCProductVersions(int start, int end)
          Returns a range of all the s c product versions.
static List<SCProductVersion> SCProductVersionLocalServiceUtil.getSCProductVersions(int start, int end)
          Returns a range of all the s c product versions.
 List<SCProductVersion> SCProductVersionLocalService.getSCProductVersions(int start, int end)
          Returns a range of all the s c product versions.
 

Methods in com.liferay.portlet.softwarecatalog.service with parameters of type SCProductVersion
 void SCProductVersionLocalServiceWrapper.addSCFrameworkVersionSCProductVersion(long frameworkVersionId, SCProductVersion scProductVersion)
           
static void SCProductVersionLocalServiceUtil.addSCFrameworkVersionSCProductVersion(long frameworkVersionId, SCProductVersion scProductVersion)
           
 void SCProductVersionLocalService.addSCFrameworkVersionSCProductVersion(long frameworkVersionId, SCProductVersion scProductVersion)
           
 SCProductVersion SCProductVersionLocalServiceWrapper.addSCProductVersion(SCProductVersion scProductVersion)
          Adds the s c product version to the database.
static SCProductVersion SCProductVersionLocalServiceUtil.addSCProductVersion(SCProductVersion scProductVersion)
          Adds the s c product version to the database.
 SCProductVersion SCProductVersionLocalService.addSCProductVersion(SCProductVersion scProductVersion)
          Adds the s c product version to the database.
 void SCProductVersionLocalServiceWrapper.deleteProductVersion(SCProductVersion productVersion)
           
static void SCProductVersionLocalServiceUtil.deleteProductVersion(SCProductVersion productVersion)
           
 void SCProductVersionLocalService.deleteProductVersion(SCProductVersion productVersion)
           
 void SCProductVersionLocalServiceWrapper.deleteSCFrameworkVersionSCProductVersion(long frameworkVersionId, SCProductVersion scProductVersion)
           
static void SCProductVersionLocalServiceUtil.deleteSCFrameworkVersionSCProductVersion(long frameworkVersionId, SCProductVersion scProductVersion)
           
 void SCProductVersionLocalService.deleteSCFrameworkVersionSCProductVersion(long frameworkVersionId, SCProductVersion scProductVersion)
           
 SCProductVersion SCProductVersionLocalServiceWrapper.deleteSCProductVersion(SCProductVersion scProductVersion)
          Deletes the s c product version from the database.
static SCProductVersion SCProductVersionLocalServiceUtil.deleteSCProductVersion(SCProductVersion scProductVersion)
          Deletes the s c product version from the database.
 SCProductVersion SCProductVersionLocalService.deleteSCProductVersion(SCProductVersion scProductVersion)
          Deletes the s c product version from the database.
 SCProductVersion SCProductVersionLocalServiceWrapper.updateSCProductVersion(SCProductVersion scProductVersion)
          Updates the s c product version in the database or adds it if it does not yet exist.
static SCProductVersion SCProductVersionLocalServiceUtil.updateSCProductVersion(SCProductVersion scProductVersion)
          Updates the s c product version in the database or adds it if it does not yet exist.
 SCProductVersion SCProductVersionLocalService.updateSCProductVersion(SCProductVersion scProductVersion)
          Updates the s c product version in the database or adds it if it does not yet exist.
 

Method parameters in com.liferay.portlet.softwarecatalog.service with type arguments of type SCProductVersion
 void SCProductVersionLocalServiceWrapper.addSCFrameworkVersionSCProductVersions(long frameworkVersionId, List<SCProductVersion> SCProductVersions)
           
static void SCProductVersionLocalServiceUtil.addSCFrameworkVersionSCProductVersions(long frameworkVersionId, List<SCProductVersion> SCProductVersions)
           
 void SCProductVersionLocalService.addSCFrameworkVersionSCProductVersions(long frameworkVersionId, List<SCProductVersion> SCProductVersions)
           
 void SCProductVersionLocalServiceWrapper.deleteSCFrameworkVersionSCProductVersions(long frameworkVersionId, List<SCProductVersion> SCProductVersions)
           
static void SCProductVersionLocalServiceUtil.deleteSCFrameworkVersionSCProductVersions(long frameworkVersionId, List<SCProductVersion> SCProductVersions)
           
 void SCProductVersionLocalService.deleteSCFrameworkVersionSCProductVersions(long frameworkVersionId, List<SCProductVersion> SCProductVersions)
           
 

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

Methods in com.liferay.portlet.softwarecatalog.service.base that return SCProductVersion
 SCProductVersion SCProductVersionLocalServiceBaseImpl.addSCProductVersion(SCProductVersion scProductVersion)
          Adds the s c product version to the database.
 SCProductVersion SCProductVersionLocalServiceBaseImpl.createSCProductVersion(long productVersionId)
          Creates a new s c product version with the primary key.
 SCProductVersion SCProductVersionLocalServiceBaseImpl.deleteSCProductVersion(long productVersionId)
          Deletes the s c product version with the primary key from the database.
 SCProductVersion SCProductVersionLocalServiceBaseImpl.deleteSCProductVersion(SCProductVersion scProductVersion)
          Deletes the s c product version from the database.
 SCProductVersion SCProductVersionLocalServiceBaseImpl.fetchSCProductVersion(long productVersionId)
           
 SCProductVersion SCProductVersionLocalServiceBaseImpl.getSCProductVersion(long productVersionId)
          Returns the s c product version with the primary key.
 SCProductVersion SCProductVersionLocalServiceBaseImpl.updateSCProductVersion(SCProductVersion scProductVersion)
          Updates the s c product version in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.softwarecatalog.service.base that return types with arguments of type SCProductVersion
 List<SCProductVersion> SCProductVersionLocalServiceBaseImpl.getSCFrameworkVersionSCProductVersions(long frameworkVersionId)
           
 List<SCProductVersion> SCProductVersionLocalServiceBaseImpl.getSCFrameworkVersionSCProductVersions(long frameworkVersionId, int start, int end)
           
 List<SCProductVersion> SCProductVersionLocalServiceBaseImpl.getSCFrameworkVersionSCProductVersions(long frameworkVersionId, int start, int end, OrderByComparator orderByComparator)
           
 List<SCProductVersion> SCProductVersionLocalServiceBaseImpl.getSCProductVersions(int start, int end)
          Returns a range of all the s c product versions.
 

Methods in com.liferay.portlet.softwarecatalog.service.base with parameters of type SCProductVersion
 void SCProductVersionLocalServiceBaseImpl.addSCFrameworkVersionSCProductVersion(long frameworkVersionId, SCProductVersion scProductVersion)
           
 SCProductVersion SCProductVersionLocalServiceBaseImpl.addSCProductVersion(SCProductVersion scProductVersion)
          Adds the s c product version to the database.
 void SCProductVersionLocalServiceBaseImpl.deleteSCFrameworkVersionSCProductVersion(long frameworkVersionId, SCProductVersion scProductVersion)
           
 SCProductVersion SCProductVersionLocalServiceBaseImpl.deleteSCProductVersion(SCProductVersion scProductVersion)
          Deletes the s c product version from the database.
 SCProductVersion SCProductVersionLocalServiceBaseImpl.updateSCProductVersion(SCProductVersion scProductVersion)
          Updates the s c product version in the database or adds it if it does not yet exist.
 

Method parameters in com.liferay.portlet.softwarecatalog.service.base with type arguments of type SCProductVersion
 void SCProductVersionLocalServiceBaseImpl.addSCFrameworkVersionSCProductVersions(long frameworkVersionId, List<SCProductVersion> SCProductVersions)
           
 void SCProductVersionLocalServiceBaseImpl.deleteSCFrameworkVersionSCProductVersions(long frameworkVersionId, List<SCProductVersion> SCProductVersions)
           
 

Uses of SCProductVersion in com.liferay.portlet.softwarecatalog.service.http
 

Methods in com.liferay.portlet.softwarecatalog.service.http that return SCProductVersion
static SCProductVersion SCProductVersionServiceHttp.addProductVersion(HttpPrincipal httpPrincipal, long productEntryId, String version, String changeLog, String downloadPageURL, String directDownloadURL, boolean testDirectDownloadURL, boolean repoStoreArtifact, long[] frameworkVersionIds, ServiceContext serviceContext)
           
static SCProductVersion SCProductVersionServiceHttp.getProductVersion(HttpPrincipal httpPrincipal, long productVersionId)
           
static SCProductVersion SCProductVersionServiceHttp.updateProductVersion(HttpPrincipal httpPrincipal, long productVersionId, String version, String changeLog, String downloadPageURL, String directDownloadURL, boolean testDirectDownloadURL, boolean repoStoreArtifact, long[] frameworkVersionIds)
           
 

Methods in com.liferay.portlet.softwarecatalog.service.http that return types with arguments of type SCProductVersion
static List<SCProductVersion> SCProductVersionServiceHttp.getProductVersions(HttpPrincipal httpPrincipal, long productEntryId, int start, int end)
           
 

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

Methods in com.liferay.portlet.softwarecatalog.service.impl that return SCProductVersion
 SCProductVersion SCProductVersionLocalServiceImpl.addProductVersion(long userId, long productEntryId, String version, String changeLog, String downloadPageURL, String directDownloadURL, boolean testDirectDownloadURL, boolean repoStoreArtifact, long[] frameworkVersionIds, ServiceContext serviceContext)
           
 SCProductVersion SCProductVersionServiceImpl.addProductVersion(long productEntryId, String version, String changeLog, String downloadPageURL, String directDownloadURL, boolean testDirectDownloadURL, boolean repoStoreArtifact, long[] frameworkVersionIds, ServiceContext serviceContext)
           
 SCProductVersion SCProductVersionServiceImpl.getProductVersion(long productVersionId)
           
 SCProductVersion SCProductVersionLocalServiceImpl.getProductVersion(long productVersionId)
           
 SCProductVersion SCProductVersionLocalServiceImpl.getProductVersionByDirectDownloadURL(String directDownloadURL)
           
 SCProductVersion SCProductVersionServiceImpl.updateProductVersion(long productVersionId, String version, String changeLog, String downloadPageURL, String directDownloadURL, boolean testDirectDownloadURL, boolean repoStoreArtifact, long[] frameworkVersionIds)
           
 SCProductVersion SCProductVersionLocalServiceImpl.updateProductVersion(long productVersionId, String version, String changeLog, String downloadPageURL, String directDownloadURL, boolean testDirectDownloadURL, boolean repoStoreArtifact, long[] frameworkVersionIds)
           
 

Methods in com.liferay.portlet.softwarecatalog.service.impl that return types with arguments of type SCProductVersion
 List<SCProductVersion> SCProductVersionServiceImpl.getProductVersions(long productEntryId, int start, int end)
           
 List<SCProductVersion> SCProductVersionLocalServiceImpl.getProductVersions(long productEntryId, int start, int end)
           
 

Methods in com.liferay.portlet.softwarecatalog.service.impl with parameters of type SCProductVersion
 void SCProductVersionLocalServiceImpl.deleteProductVersion(SCProductVersion productVersion)
           
protected  void SCProductEntryLocalServiceImpl.populatePluginPackageElement(Element el, SCProductEntry productEntry, SCProductVersion productVersion, String baseImageURL)
           
 

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

Fields in com.liferay.portlet.softwarecatalog.service.persistence with type parameters of type SCProductVersion
protected  TableMapper<SCFrameworkVersion,SCProductVersion> SCFrameworkVersionPersistenceImpl.scFrameworkVersionToSCProductVersionTableMapper
           
protected  TableMapper<SCProductVersion,SCFrameworkVersion> SCProductVersionPersistenceImpl.scProductVersionToSCFrameworkVersionTableMapper
           
 

Methods in com.liferay.portlet.softwarecatalog.service.persistence that return SCProductVersion
 SCProductVersion SCProductVersionPersistence.create(long productVersionId)
          Creates a new s c product version with the primary key.
static SCProductVersion SCProductVersionUtil.create(long productVersionId)
          Creates a new s c product version with the primary key.
 SCProductVersion SCProductVersionPersistenceImpl.create(long productVersionId)
          Creates a new s c product version with the primary key.
 SCProductVersion SCProductVersionPersistence.fetchByDirectDownloadURL(String directDownloadURL)
          Returns the s c product version where directDownloadURL = ? or returns null if it could not be found.
static SCProductVersion SCProductVersionUtil.fetchByDirectDownloadURL(String directDownloadURL)
          Returns the s c product version where directDownloadURL = ? or returns null if it could not be found.
 SCProductVersion SCProductVersionPersistenceImpl.fetchByDirectDownloadURL(String directDownloadURL)
          Returns the s c product version where directDownloadURL = ? or returns null if it could not be found.
 SCProductVersion SCProductVersionPersistence.fetchByDirectDownloadURL(String directDownloadURL, boolean retrieveFromCache)
          Returns the s c product version where directDownloadURL = ? or returns null if it could not be found, optionally using the finder cache.
static SCProductVersion SCProductVersionUtil.fetchByDirectDownloadURL(String directDownloadURL, boolean retrieveFromCache)
          Returns the s c product version where directDownloadURL = ? or returns null if it could not be found, optionally using the finder cache.
 SCProductVersion SCProductVersionPersistenceImpl.fetchByDirectDownloadURL(String directDownloadURL, boolean retrieveFromCache)
          Returns the s c product version where directDownloadURL = ? or returns null if it could not be found, optionally using the finder cache.
 SCProductVersion SCProductVersionPersistence.fetchByPrimaryKey(long productVersionId)
          Returns the s c product version with the primary key or returns null if it could not be found.
static SCProductVersion SCProductVersionUtil.fetchByPrimaryKey(long productVersionId)
          Returns the s c product version with the primary key or returns null if it could not be found.
 SCProductVersion SCProductVersionPersistenceImpl.fetchByPrimaryKey(long productVersionId)
          Returns the s c product version with the primary key or returns null if it could not be found.
 SCProductVersion SCProductVersionPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the s c product version with the primary key or returns null if it could not be found.
 SCProductVersion SCProductVersionPersistence.fetchByProductEntryId_First(long productEntryId, OrderByComparator orderByComparator)
          Returns the first s c product version in the ordered set where productEntryId = ?.
static SCProductVersion SCProductVersionUtil.fetchByProductEntryId_First(long productEntryId, OrderByComparator orderByComparator)
          Returns the first s c product version in the ordered set where productEntryId = ?.
 SCProductVersion SCProductVersionPersistenceImpl.fetchByProductEntryId_First(long productEntryId, OrderByComparator orderByComparator)
          Returns the first s c product version in the ordered set where productEntryId = ?.
 SCProductVersion SCProductVersionPersistence.fetchByProductEntryId_Last(long productEntryId, OrderByComparator orderByComparator)
          Returns the last s c product version in the ordered set where productEntryId = ?.
static SCProductVersion SCProductVersionUtil.fetchByProductEntryId_Last(long productEntryId, OrderByComparator orderByComparator)
          Returns the last s c product version in the ordered set where productEntryId = ?.
 SCProductVersion SCProductVersionPersistenceImpl.fetchByProductEntryId_Last(long productEntryId, OrderByComparator orderByComparator)
          Returns the last s c product version in the ordered set where productEntryId = ?.
 SCProductVersion SCProductVersionPersistence.findByDirectDownloadURL(String directDownloadURL)
          Returns the s c product version where directDownloadURL = ? or throws a NoSuchProductVersionException if it could not be found.
static SCProductVersion SCProductVersionUtil.findByDirectDownloadURL(String directDownloadURL)
          Returns the s c product version where directDownloadURL = ? or throws a NoSuchProductVersionException if it could not be found.
 SCProductVersion SCProductVersionPersistenceImpl.findByDirectDownloadURL(String directDownloadURL)
          Returns the s c product version where directDownloadURL = ? or throws a NoSuchProductVersionException if it could not be found.
 SCProductVersion SCProductVersionPersistence.findByPrimaryKey(long productVersionId)
          Returns the s c product version with the primary key or throws a NoSuchProductVersionException if it could not be found.
static SCProductVersion SCProductVersionUtil.findByPrimaryKey(long productVersionId)
          Returns the s c product version with the primary key or throws a NoSuchProductVersionException if it could not be found.
 SCProductVersion SCProductVersionPersistenceImpl.findByPrimaryKey(long productVersionId)
          Returns the s c product version with the primary key or throws a NoSuchProductVersionException if it could not be found.
 SCProductVersion SCProductVersionPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the s c product version with the primary key or throws a NoSuchModelException if it could not be found.
 SCProductVersion SCProductVersionPersistence.findByProductEntryId_First(long productEntryId, OrderByComparator orderByComparator)
          Returns the first s c product version in the ordered set where productEntryId = ?.
static SCProductVersion SCProductVersionUtil.findByProductEntryId_First(long productEntryId, OrderByComparator orderByComparator)
          Returns the first s c product version in the ordered set where productEntryId = ?.
 SCProductVersion SCProductVersionPersistenceImpl.findByProductEntryId_First(long productEntryId, OrderByComparator orderByComparator)
          Returns the first s c product version in the ordered set where productEntryId = ?.
 SCProductVersion SCProductVersionPersistence.findByProductEntryId_Last(long productEntryId, OrderByComparator orderByComparator)
          Returns the last s c product version in the ordered set where productEntryId = ?.
static SCProductVersion SCProductVersionUtil.findByProductEntryId_Last(long productEntryId, OrderByComparator orderByComparator)
          Returns the last s c product version in the ordered set where productEntryId = ?.
 SCProductVersion SCProductVersionPersistenceImpl.findByProductEntryId_Last(long productEntryId, OrderByComparator orderByComparator)
          Returns the last s c product version in the ordered set where productEntryId = ?.
 SCProductVersion[] SCProductVersionPersistence.findByProductEntryId_PrevAndNext(long productVersionId, long productEntryId, OrderByComparator orderByComparator)
          Returns the s c product versions before and after the current s c product version in the ordered set where productEntryId = ?.
static SCProductVersion[] SCProductVersionUtil.findByProductEntryId_PrevAndNext(long productVersionId, long productEntryId, OrderByComparator orderByComparator)
          Returns the s c product versions before and after the current s c product version in the ordered set where productEntryId = ?.
 SCProductVersion[] SCProductVersionPersistenceImpl.findByProductEntryId_PrevAndNext(long productVersionId, long productEntryId, OrderByComparator orderByComparator)
          Returns the s c product versions before and after the current s c product version in the ordered set where productEntryId = ?.
protected  SCProductVersion SCProductVersionPersistenceImpl.getByProductEntryId_PrevAndNext(Session session, SCProductVersion scProductVersion, long productEntryId, OrderByComparator orderByComparator, boolean previous)
           
 SCProductVersion SCProductVersionPersistence.remove(long productVersionId)
          Removes the s c product version with the primary key from the database.
static SCProductVersion SCProductVersionUtil.remove(long productVersionId)
          Removes the s c product version with the primary key from the database.
 SCProductVersion SCProductVersionPersistenceImpl.remove(long productVersionId)
          Removes the s c product version with the primary key from the database.
 SCProductVersion SCProductVersionPersistenceImpl.remove(Serializable primaryKey)
          Removes the s c product version with the primary key from the database.
 SCProductVersion SCProductVersionPersistence.removeByDirectDownloadURL(String directDownloadURL)
          Removes the s c product version where directDownloadURL = ? from the database.
static SCProductVersion SCProductVersionUtil.removeByDirectDownloadURL(String directDownloadURL)
          Removes the s c product version where directDownloadURL = ? from the database.
 SCProductVersion SCProductVersionPersistenceImpl.removeByDirectDownloadURL(String directDownloadURL)
          Removes the s c product version where directDownloadURL = ? from the database.
protected  SCProductVersion SCProductVersionPersistenceImpl.removeImpl(SCProductVersion scProductVersion)
           
protected  SCProductVersion SCProductVersionPersistenceImpl.toUnwrappedModel(SCProductVersion scProductVersion)
           
static SCProductVersion SCProductVersionUtil.update(SCProductVersion scProductVersion)
           
static SCProductVersion SCProductVersionUtil.update(SCProductVersion scProductVersion, ServiceContext serviceContext)
           
 SCProductVersion SCProductVersionPersistence.updateImpl(SCProductVersion scProductVersion)
           
static SCProductVersion SCProductVersionUtil.updateImpl(SCProductVersion scProductVersion)
           
 SCProductVersion SCProductVersionPersistenceImpl.updateImpl(SCProductVersion scProductVersion)
           
 

Methods in com.liferay.portlet.softwarecatalog.service.persistence that return types with arguments of type SCProductVersion
 List<SCProductVersion> SCProductVersionPersistence.findAll()
          Returns all the s c product versions.
static List<SCProductVersion> SCProductVersionUtil.findAll()
          Returns all the s c product versions.
 List<SCProductVersion> SCProductVersionPersistenceImpl.findAll()
          Returns all the s c product versions.
 List<SCProductVersion> SCProductVersionPersistence.findAll(int start, int end)
          Returns a range of all the s c product versions.
static List<SCProductVersion> SCProductVersionUtil.findAll(int start, int end)
          Returns a range of all the s c product versions.
 List<SCProductVersion> SCProductVersionPersistenceImpl.findAll(int start, int end)
          Returns a range of all the s c product versions.
 List<SCProductVersion> SCProductVersionPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product versions.
static List<SCProductVersion> SCProductVersionUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product versions.
 List<SCProductVersion> SCProductVersionPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product versions.
 List<SCProductVersion> SCProductVersionPersistence.findByProductEntryId(long productEntryId)
          Returns all the s c product versions where productEntryId = ?.
static List<SCProductVersion> SCProductVersionUtil.findByProductEntryId(long productEntryId)
          Returns all the s c product versions where productEntryId = ?.
 List<SCProductVersion> SCProductVersionPersistenceImpl.findByProductEntryId(long productEntryId)
          Returns all the s c product versions where productEntryId = ?.
 List<SCProductVersion> SCProductVersionPersistence.findByProductEntryId(long productEntryId, int start, int end)
          Returns a range of all the s c product versions where productEntryId = ?.
static List<SCProductVersion> SCProductVersionUtil.findByProductEntryId(long productEntryId, int start, int end)
          Returns a range of all the s c product versions where productEntryId = ?.
 List<SCProductVersion> SCProductVersionPersistenceImpl.findByProductEntryId(long productEntryId, int start, int end)
          Returns a range of all the s c product versions where productEntryId = ?.
 List<SCProductVersion> SCProductVersionPersistence.findByProductEntryId(long productEntryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product versions where productEntryId = ?.
static List<SCProductVersion> SCProductVersionUtil.findByProductEntryId(long productEntryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product versions where productEntryId = ?.
 List<SCProductVersion> SCProductVersionPersistenceImpl.findByProductEntryId(long productEntryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product versions where productEntryId = ?.
static List<SCProductVersion> SCProductVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<SCProductVersion> SCProductVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<SCProductVersion> SCProductVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 List<SCProductVersion> SCFrameworkVersionPersistence.getSCProductVersions(long pk)
          Returns all the s c product versions associated with the s c framework version.
static List<SCProductVersion> SCFrameworkVersionUtil.getSCProductVersions(long pk)
          Returns all the s c product versions associated with the s c framework version.
 List<SCProductVersion> SCFrameworkVersionPersistenceImpl.getSCProductVersions(long pk)
          Returns all the s c product versions associated with the s c framework version.
 List<SCProductVersion> SCFrameworkVersionPersistence.getSCProductVersions(long pk, int start, int end)
          Returns a range of all the s c product versions associated with the s c framework version.
static List<SCProductVersion> SCFrameworkVersionUtil.getSCProductVersions(long pk, int start, int end)
          Returns a range of all the s c product versions associated with the s c framework version.
 List<SCProductVersion> SCFrameworkVersionPersistenceImpl.getSCProductVersions(long pk, int start, int end)
          Returns a range of all the s c product versions associated with the s c framework version.
 List<SCProductVersion> SCFrameworkVersionPersistence.getSCProductVersions(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product versions associated with the s c framework version.
static List<SCProductVersion> SCFrameworkVersionUtil.getSCProductVersions(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product versions associated with the s c framework version.
 List<SCProductVersion> SCFrameworkVersionPersistenceImpl.getSCProductVersions(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product versions associated with the s c framework version.
 

Methods in com.liferay.portlet.softwarecatalog.service.persistence with parameters of type SCProductVersion
 void SCFrameworkVersionPersistence.addSCProductVersion(long pk, SCProductVersion scProductVersion)
          Adds an association between the s c framework version and the s c product version.
static void SCFrameworkVersionUtil.addSCProductVersion(long pk, SCProductVersion scProductVersion)
          Adds an association between the s c framework version and the s c product version.
 void SCFrameworkVersionPersistenceImpl.addSCProductVersion(long pk, SCProductVersion scProductVersion)
          Adds an association between the s c framework version and the s c product version.
 void SCProductVersionPersistence.cacheResult(SCProductVersion scProductVersion)
          Caches the s c product version in the entity cache if it is enabled.
static void SCProductVersionUtil.cacheResult(SCProductVersion scProductVersion)
          Caches the s c product version in the entity cache if it is enabled.
 void SCProductVersionPersistenceImpl.cacheResult(SCProductVersion scProductVersion)
          Caches the s c product version in the entity cache if it is enabled.
protected  void SCProductVersionPersistenceImpl.cacheUniqueFindersCache(SCProductVersion scProductVersion)
           
static void SCProductVersionUtil.clearCache(SCProductVersion scProductVersion)
           
 void SCProductVersionPersistenceImpl.clearCache(SCProductVersion scProductVersion)
          Clears the cache for the s c product version.
protected  void SCProductVersionPersistenceImpl.clearUniqueFindersCache(SCProductVersion scProductVersion)
           
protected  SCProductVersion SCProductVersionPersistenceImpl.getByProductEntryId_PrevAndNext(Session session, SCProductVersion scProductVersion, long productEntryId, OrderByComparator orderByComparator, boolean previous)
           
protected  SCProductVersion SCProductVersionPersistenceImpl.removeImpl(SCProductVersion scProductVersion)
           
 void SCFrameworkVersionPersistence.removeSCProductVersion(long pk, SCProductVersion scProductVersion)
          Removes the association between the s c framework version and the s c product version.
static void SCFrameworkVersionUtil.removeSCProductVersion(long pk, SCProductVersion scProductVersion)
          Removes the association between the s c framework version and the s c product version.
 void SCFrameworkVersionPersistenceImpl.removeSCProductVersion(long pk, SCProductVersion scProductVersion)
          Removes the association between the s c framework version and the s c product version.
protected  SCProductVersion SCProductVersionPersistenceImpl.toUnwrappedModel(SCProductVersion scProductVersion)
           
static SCProductVersion SCProductVersionUtil.update(SCProductVersion scProductVersion)
           
static SCProductVersion SCProductVersionUtil.update(SCProductVersion scProductVersion, ServiceContext serviceContext)
           
 SCProductVersion SCProductVersionPersistence.updateImpl(SCProductVersion scProductVersion)
           
static SCProductVersion SCProductVersionUtil.updateImpl(SCProductVersion scProductVersion)
           
 SCProductVersion SCProductVersionPersistenceImpl.updateImpl(SCProductVersion scProductVersion)
           
 

Method parameters in com.liferay.portlet.softwarecatalog.service.persistence with type arguments of type SCProductVersion
 void SCFrameworkVersionPersistence.addSCProductVersions(long pk, List<SCProductVersion> scProductVersions)
          Adds an association between the s c framework version and the s c product versions.
static void SCFrameworkVersionUtil.addSCProductVersions(long pk, List<SCProductVersion> scProductVersions)
          Adds an association between the s c framework version and the s c product versions.
 void SCFrameworkVersionPersistenceImpl.addSCProductVersions(long pk, List<SCProductVersion> scProductVersions)
          Adds an association between the s c framework version and the s c product versions.
 void SCProductVersionPersistence.cacheResult(List<SCProductVersion> scProductVersions)
          Caches the s c product versions in the entity cache if it is enabled.
static void SCProductVersionUtil.cacheResult(List<SCProductVersion> scProductVersions)
          Caches the s c product versions in the entity cache if it is enabled.
 void SCProductVersionPersistenceImpl.cacheResult(List<SCProductVersion> scProductVersions)
          Caches the s c product versions in the entity cache if it is enabled.
 void SCProductVersionPersistenceImpl.clearCache(List<SCProductVersion> scProductVersions)
           
 void SCFrameworkVersionPersistence.removeSCProductVersions(long pk, List<SCProductVersion> scProductVersions)
          Removes the association between the s c framework version and the s c product versions.
static void SCFrameworkVersionUtil.removeSCProductVersions(long pk, List<SCProductVersion> scProductVersions)
          Removes the association between the s c framework version and the s c product versions.
 void SCFrameworkVersionPersistenceImpl.removeSCProductVersions(long pk, List<SCProductVersion> scProductVersions)
          Removes the association between the s c framework version and the s c product versions.
 void SCFrameworkVersionPersistence.setSCProductVersions(long pk, List<SCProductVersion> scProductVersions)
          Sets the s c product versions associated with the s c framework version, removing and adding associations as necessary.
static void SCFrameworkVersionUtil.setSCProductVersions(long pk, List<SCProductVersion> scProductVersions)
          Sets the s c product versions associated with the s c framework version, removing and adding associations as necessary.
 void SCFrameworkVersionPersistenceImpl.setSCProductVersions(long pk, List<SCProductVersion> scProductVersions)
          Sets the s c product versions associated with the s c framework version, removing and adding associations as necessary.
 


Liferay 6.2-ce-ga5