Liferay 6.1.2-ce-ga3

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

Packages that use SCProductVersion
com.liferay.portlet.softwarecatalog.model   
com.liferay.portlet.softwarecatalog.service   
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. Renamed to 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.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)
           
 SCProductVersion SCProductVersionLocalService.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 SCProductVersionServiceWrapper.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 SCProductVersionService.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.
 SCProductVersion SCProductVersionLocalService.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 SCProductVersionLocalServiceWrapper.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.
static SCProductVersion SCProductVersionLocalServiceUtil.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.
 SCProductVersion SCProductVersionLocalService.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 SCProductVersionLocalServiceWrapper.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.
static SCProductVersion SCProductVersionLocalServiceUtil.deleteSCProductVersion(SCProductVersion scProductVersion)
          Deletes the s c product version from the database.
 SCProductVersion SCProductVersionLocalServiceWrapper.fetchSCProductVersion(long productVersionId)
           
 SCProductVersion SCProductVersionLocalService.fetchSCProductVersion(long productVersionId)
           
static SCProductVersion SCProductVersionLocalServiceUtil.fetchSCProductVersion(long productVersionId)
           
 SCProductVersion SCProductVersionServiceWrapper.getProductVersion(long productVersionId)
           
 SCProductVersion SCProductVersionLocalServiceWrapper.getProductVersion(long productVersionId)
           
 SCProductVersion SCProductVersionLocalService.getProductVersion(long productVersionId)
           
static SCProductVersion SCProductVersionServiceUtil.getProductVersion(long productVersionId)
           
 SCProductVersion SCProductVersionService.getProductVersion(long productVersionId)
           
static SCProductVersion SCProductVersionLocalServiceUtil.getProductVersion(long productVersionId)
           
 SCProductVersion SCProductVersionLocalServiceWrapper.getProductVersionByDirectDownloadURL(String directDownloadURL)
           
 SCProductVersion SCProductVersionLocalService.getProductVersionByDirectDownloadURL(String directDownloadURL)
           
static SCProductVersion SCProductVersionLocalServiceUtil.getProductVersionByDirectDownloadURL(String directDownloadURL)
           
 SCProductVersion SCProductVersionLocalServiceWrapper.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.
static SCProductVersion SCProductVersionLocalServiceUtil.getSCProductVersion(long productVersionId)
          Returns the s c product version with the primary key.
 SCProductVersion SCProductVersionServiceWrapper.updateProductVersion(long productVersionId, String version, String changeLog, String downloadPageURL, String directDownloadURL, boolean testDirectDownloadURL, boolean repoStoreArtifact, long[] frameworkVersionIds)
           
 SCProductVersion SCProductVersionLocalServiceWrapper.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)
           
static SCProductVersion SCProductVersionServiceUtil.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)
           
 SCProductVersion SCProductVersionLocalServiceWrapper.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.
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 SCProductVersionLocalServiceWrapper.updateSCProductVersion(SCProductVersion scProductVersion, boolean merge)
          Updates the s c product version in the database or adds it if it does not yet exist.
 SCProductVersion SCProductVersionLocalService.updateSCProductVersion(SCProductVersion scProductVersion, boolean merge)
          Updates the s c product version in the database or adds it if it does not yet exist.
static SCProductVersion SCProductVersionLocalServiceUtil.updateSCProductVersion(SCProductVersion scProductVersion, boolean merge)
          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> SCProductVersionServiceWrapper.getProductVersions(long productEntryId, int start, int end)
           
 List<SCProductVersion> SCProductVersionLocalServiceWrapper.getProductVersions(long productEntryId, int start, int end)
           
 List<SCProductVersion> SCProductVersionLocalService.getProductVersions(long productEntryId, int start, int end)
           
static List<SCProductVersion> SCProductVersionServiceUtil.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)
           
 List<SCProductVersion> SCProductVersionLocalServiceWrapper.getSCFrameworkVersionSCProductVersions(long frameworkVersionId)
           
 List<SCProductVersion> SCProductVersionLocalService.getSCFrameworkVersionSCProductVersions(long frameworkVersionId)
           
static List<SCProductVersion> SCProductVersionLocalServiceUtil.getSCFrameworkVersionSCProductVersions(long frameworkVersionId)
           
 List<SCProductVersion> SCProductVersionLocalServiceWrapper.getSCFrameworkVersionSCProductVersions(long frameworkVersionId, int start, int end)
           
 List<SCProductVersion> SCProductVersionLocalService.getSCFrameworkVersionSCProductVersions(long frameworkVersionId, int start, int end)
           
static List<SCProductVersion> SCProductVersionLocalServiceUtil.getSCFrameworkVersionSCProductVersions(long frameworkVersionId, int start, int end)
           
 List<SCProductVersion> SCProductVersionLocalServiceWrapper.getSCFrameworkVersionSCProductVersions(long frameworkVersionId, int start, int end, OrderByComparator orderByComparator)
           
 List<SCProductVersion> SCProductVersionLocalService.getSCFrameworkVersionSCProductVersions(long frameworkVersionId, int start, int end, OrderByComparator orderByComparator)
           
static List<SCProductVersion> SCProductVersionLocalServiceUtil.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.
 List<SCProductVersion> SCProductVersionLocalService.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.
 

Methods in com.liferay.portlet.softwarecatalog.service with parameters of type SCProductVersion
 void SCProductVersionLocalServiceWrapper.addSCFrameworkVersionSCProductVersion(long frameworkVersionId, SCProductVersion scProductVersion)
           
 void SCProductVersionLocalService.addSCFrameworkVersionSCProductVersion(long frameworkVersionId, SCProductVersion scProductVersion)
           
static void SCProductVersionLocalServiceUtil.addSCFrameworkVersionSCProductVersion(long frameworkVersionId, SCProductVersion scProductVersion)
           
 SCProductVersion SCProductVersionLocalServiceWrapper.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.
static SCProductVersion SCProductVersionLocalServiceUtil.addSCProductVersion(SCProductVersion scProductVersion)
          Adds the s c product version to the database.
 void SCProductVersionLocalServiceWrapper.deleteProductVersion(SCProductVersion productVersion)
           
 void SCProductVersionLocalService.deleteProductVersion(SCProductVersion productVersion)
           
static void SCProductVersionLocalServiceUtil.deleteProductVersion(SCProductVersion productVersion)
           
 void SCProductVersionLocalServiceWrapper.deleteSCFrameworkVersionSCProductVersion(long frameworkVersionId, SCProductVersion scProductVersion)
           
 void SCProductVersionLocalService.deleteSCFrameworkVersionSCProductVersion(long frameworkVersionId, SCProductVersion scProductVersion)
           
static void SCProductVersionLocalServiceUtil.deleteSCFrameworkVersionSCProductVersion(long frameworkVersionId, SCProductVersion scProductVersion)
           
 SCProductVersion SCProductVersionLocalServiceWrapper.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.
static SCProductVersion SCProductVersionLocalServiceUtil.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.
 SCProductVersion SCProductVersionLocalService.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 SCProductVersionLocalServiceWrapper.updateSCProductVersion(SCProductVersion scProductVersion, boolean merge)
          Updates the s c product version in the database or adds it if it does not yet exist.
 SCProductVersion SCProductVersionLocalService.updateSCProductVersion(SCProductVersion scProductVersion, boolean merge)
          Updates the s c product version in the database or adds it if it does not yet exist.
static SCProductVersion SCProductVersionLocalServiceUtil.updateSCProductVersion(SCProductVersion scProductVersion, boolean merge)
          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)
           
 void SCProductVersionLocalService.addSCFrameworkVersionSCProductVersions(long frameworkVersionId, List<SCProductVersion> SCProductVersions)
           
static void SCProductVersionLocalServiceUtil.addSCFrameworkVersionSCProductVersions(long frameworkVersionId, List<SCProductVersion> SCProductVersions)
           
 void SCProductVersionLocalServiceWrapper.deleteSCFrameworkVersionSCProductVersions(long frameworkVersionId, List<SCProductVersion> SCProductVersions)
           
 void SCProductVersionLocalService.deleteSCFrameworkVersionSCProductVersions(long frameworkVersionId, List<SCProductVersion> SCProductVersions)
           
static void SCProductVersionLocalServiceUtil.deleteSCFrameworkVersionSCProductVersions(long frameworkVersionId, List<SCProductVersion> SCProductVersions)
           
 

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

Methods in com.liferay.portlet.softwarecatalog.service.persistence that return SCProductVersion
static SCProductVersion SCProductVersionUtil.create(long productVersionId)
          Creates a new s c product version with the primary key.
 SCProductVersion SCProductVersionPersistence.create(long productVersionId)
          Creates a new s c product version with the primary key.
static SCProductVersion SCProductVersionUtil.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)
          Returns the s c product version where directDownloadURL = ? or returns null if it could not be found.
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 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.fetchByPrimaryKey(long productVersionId)
          Returns the s c product version with the primary key or returns null if it could not be found.
 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.fetchByProductEntryId_First(long productEntryId, OrderByComparator orderByComparator)
          Returns the first s c product version in the ordered set where productEntryId = ?.
 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_Last(long productEntryId, OrderByComparator orderByComparator)
          Returns the last 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.findByDirectDownloadURL(String directDownloadURL)
          Returns the s c product version where directDownloadURL = ? or throws a NoSuchProductVersionException if it could not be found.
 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.findByPrimaryKey(long productVersionId)
          Returns the s c product version with the primary key 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.findByProductEntryId_First(long productEntryId, OrderByComparator orderByComparator)
          Returns the first s c product version in the ordered set where productEntryId = ?.
 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_Last(long productEntryId, OrderByComparator orderByComparator)
          Returns the last 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_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[] 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.remove(long productVersionId)
          Removes the s c product version with the primary key from the database.
 SCProductVersion SCProductVersionPersistence.remove(long productVersionId)
          Removes the s c product version with the primary key from the database.
static SCProductVersion SCProductVersionUtil.removeByDirectDownloadURL(String directDownloadURL)
          Removes the s c product version where directDownloadURL = ? from the database.
 SCProductVersion SCProductVersionPersistence.removeByDirectDownloadURL(String directDownloadURL)
          Removes the s c product version where directDownloadURL = ? from the database.
static SCProductVersion SCProductVersionUtil.update(SCProductVersion scProductVersion, boolean merge)
           
static SCProductVersion SCProductVersionUtil.update(SCProductVersion scProductVersion, boolean merge, ServiceContext serviceContext)
           
static SCProductVersion SCProductVersionUtil.updateImpl(SCProductVersion scProductVersion, boolean merge)
           
 SCProductVersion SCProductVersionPersistence.updateImpl(SCProductVersion scProductVersion, boolean merge)
           
 

Methods in com.liferay.portlet.softwarecatalog.service.persistence that return types with arguments of type SCProductVersion
static List<SCProductVersion> SCProductVersionUtil.findAll()
          Returns all the s c product versions.
 List<SCProductVersion> SCProductVersionPersistence.findAll()
          Returns 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> 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, OrderByComparator orderByComparator)
          Returns an ordered 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.findByProductEntryId(long productEntryId)
          Returns all the s c product versions where productEntryId = ?.
 List<SCProductVersion> SCProductVersionPersistence.findByProductEntryId(long productEntryId)
          Returns 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> 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, OrderByComparator orderByComparator)
          Returns an ordered 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.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)
           
static List<SCProductVersion> SCFrameworkVersionUtil.getSCProductVersions(long pk)
          Returns all the s c product versions associated with the s c framework version.
 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, 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)
          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, OrderByComparator orderByComparator)
          Returns an ordered 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.
 

Methods in com.liferay.portlet.softwarecatalog.service.persistence with parameters of type SCProductVersion
static void SCFrameworkVersionUtil.addSCProductVersion(long pk, SCProductVersion scProductVersion)
          Adds an association between the s c framework version and the s c product version.
 void SCFrameworkVersionPersistence.addSCProductVersion(long pk, SCProductVersion scProductVersion)
          Adds an association between the s c framework version and the s c product version.
static void SCProductVersionUtil.cacheResult(SCProductVersion scProductVersion)
          Caches the s c product version in the entity cache if it is enabled.
 void SCProductVersionPersistence.cacheResult(SCProductVersion scProductVersion)
          Caches the s c product version in the entity cache if it is enabled.
static void SCProductVersionUtil.clearCache(SCProductVersion scProductVersion)
           
static void SCFrameworkVersionUtil.removeSCProductVersion(long pk, SCProductVersion scProductVersion)
          Removes the association between the s c framework version and the s c product version.
 void SCFrameworkVersionPersistence.removeSCProductVersion(long pk, SCProductVersion scProductVersion)
          Removes the association between the s c framework version and the s c product version.
static SCProductVersion SCProductVersionUtil.update(SCProductVersion scProductVersion, boolean merge)
           
static SCProductVersion SCProductVersionUtil.update(SCProductVersion scProductVersion, boolean merge, ServiceContext serviceContext)
           
static SCProductVersion SCProductVersionUtil.updateImpl(SCProductVersion scProductVersion, boolean merge)
           
 SCProductVersion SCProductVersionPersistence.updateImpl(SCProductVersion scProductVersion, boolean merge)
           
 

Method parameters in com.liferay.portlet.softwarecatalog.service.persistence with type arguments of type SCProductVersion
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 SCFrameworkVersionPersistence.addSCProductVersions(long pk, List<SCProductVersion> scProductVersions)
          Adds an association between the s c framework version and the s c product versions.
static void SCProductVersionUtil.cacheResult(List<SCProductVersion> scProductVersions)
          Caches the s c product versions in the entity cache if it is enabled.
 void SCProductVersionPersistence.cacheResult(List<SCProductVersion> scProductVersions)
          Caches the s c product versions in the entity cache if it is enabled.
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 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.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 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.
 


Liferay 6.1.2-ce-ga3