Liferay 6.0.3

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 SCProductEntryWrapper.getLatestVersion()
           
 SCProductVersion SCProductEntry.getLatestVersion()
           
 SCProductVersion SCProductVersionWrapper.getWrappedSCProductVersion()
           
 SCProductVersion SCProductVersionWrapper.toEscapedModel()
           
 SCProductVersion SCProductVersionModel.toEscapedModel()
           
 

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 SCProductVersionImpl
           
 

Methods in com.liferay.portlet.softwarecatalog.model.impl that return SCProductVersion
 SCProductVersion SCProductEntryImpl.getLatestVersion()
           
 SCProductVersion SCProductVersionModelImpl.toEscapedModel()
           
static SCProductVersion SCProductVersionModelImpl.toModel(SCProductVersionSoap soapModel)
           
 

Methods in com.liferay.portlet.softwarecatalog.model.impl that return types with arguments of type SCProductVersion
static List<SCProductVersion> SCProductVersionModelImpl.toModels(SCProductVersionSoap[] soapModels)
           
 

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 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)
           
static SCProductVersion SCProductVersionLocalServiceUtil.addSCProductVersion(SCProductVersion scProductVersion)
           
 SCProductVersion SCProductVersionLocalService.addSCProductVersion(SCProductVersion scProductVersion)
           
 SCProductVersion SCProductVersionLocalServiceWrapper.createSCProductVersion(long productVersionId)
           
static SCProductVersion SCProductVersionLocalServiceUtil.createSCProductVersion(long productVersionId)
           
 SCProductVersion SCProductVersionLocalService.createSCProductVersion(long productVersionId)
           
 SCProductVersion SCProductVersionServiceWrapper.getProductVersion(long productVersionId)
           
static SCProductVersion SCProductVersionServiceUtil.getProductVersion(long productVersionId)
           
 SCProductVersion SCProductVersionService.getProductVersion(long productVersionId)
           
 SCProductVersion SCProductVersionLocalServiceWrapper.getProductVersion(long productVersionId)
           
static SCProductVersion SCProductVersionLocalServiceUtil.getProductVersion(long productVersionId)
           
 SCProductVersion SCProductVersionLocalService.getProductVersion(long productVersionId)
           
 SCProductVersion SCProductVersionLocalServiceWrapper.getProductVersionByDirectDownloadURL(String directDownloadURL)
           
static SCProductVersion SCProductVersionLocalServiceUtil.getProductVersionByDirectDownloadURL(String directDownloadURL)
           
 SCProductVersion SCProductVersionLocalService.getProductVersionByDirectDownloadURL(String directDownloadURL)
           
 SCProductVersion SCProductVersionLocalServiceWrapper.getSCProductVersion(long productVersionId)
           
static SCProductVersion SCProductVersionLocalServiceUtil.getSCProductVersion(long productVersionId)
           
 SCProductVersion SCProductVersionLocalService.getSCProductVersion(long productVersionId)
           
 SCProductVersion SCProductVersionServiceWrapper.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)
           
 SCProductVersion SCProductVersionLocalServiceWrapper.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 SCProductVersionLocalService.updateProductVersion(long productVersionId, String version, String changeLog, String downloadPageURL, String directDownloadURL, boolean testDirectDownloadURL, boolean repoStoreArtifact, long[] frameworkVersionIds)
           
 SCProductVersion SCProductVersionLocalServiceWrapper.updateSCProductVersion(SCProductVersion scProductVersion)
           
static SCProductVersion SCProductVersionLocalServiceUtil.updateSCProductVersion(SCProductVersion scProductVersion)
           
 SCProductVersion SCProductVersionLocalService.updateSCProductVersion(SCProductVersion scProductVersion)
           
 SCProductVersion SCProductVersionLocalServiceWrapper.updateSCProductVersion(SCProductVersion scProductVersion, boolean merge)
           
static SCProductVersion SCProductVersionLocalServiceUtil.updateSCProductVersion(SCProductVersion scProductVersion, boolean merge)
           
 SCProductVersion SCProductVersionLocalService.updateSCProductVersion(SCProductVersion scProductVersion, boolean merge)
           
 

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)
           
static List<SCProductVersion> SCProductVersionServiceUtil.getProductVersions(long productEntryId, int start, int end)
           
 List<SCProductVersion> SCProductVersionService.getProductVersions(long productEntryId, int start, int end)
           
 List<SCProductVersion> SCProductVersionLocalServiceWrapper.getProductVersions(long productEntryId, int start, int end)
           
static List<SCProductVersion> SCProductVersionLocalServiceUtil.getProductVersions(long productEntryId, int start, int end)
           
 List<SCProductVersion> SCProductVersionLocalService.getProductVersions(long productEntryId, int start, int end)
           
 List<SCProductVersion> SCProductVersionLocalServiceWrapper.getSCProductVersions(int start, int end)
           
static List<SCProductVersion> SCProductVersionLocalServiceUtil.getSCProductVersions(int start, int end)
           
 List<SCProductVersion> SCProductVersionLocalService.getSCProductVersions(int start, int end)
           
 

Methods in com.liferay.portlet.softwarecatalog.service with parameters of type SCProductVersion
 SCProductVersion SCProductVersionLocalServiceWrapper.addSCProductVersion(SCProductVersion scProductVersion)
           
static SCProductVersion SCProductVersionLocalServiceUtil.addSCProductVersion(SCProductVersion scProductVersion)
           
 SCProductVersion SCProductVersionLocalService.addSCProductVersion(SCProductVersion scProductVersion)
           
 void SCProductVersionLocalServiceWrapper.deleteProductVersion(SCProductVersion productVersion)
           
static void SCProductVersionLocalServiceUtil.deleteProductVersion(SCProductVersion productVersion)
           
 void SCProductVersionLocalService.deleteProductVersion(SCProductVersion productVersion)
           
 void SCProductVersionLocalServiceWrapper.deleteSCProductVersion(SCProductVersion scProductVersion)
           
static void SCProductVersionLocalServiceUtil.deleteSCProductVersion(SCProductVersion scProductVersion)
           
 void SCProductVersionLocalService.deleteSCProductVersion(SCProductVersion scProductVersion)
           
 SCProductVersion SCProductVersionLocalServiceWrapper.updateSCProductVersion(SCProductVersion scProductVersion)
           
static SCProductVersion SCProductVersionLocalServiceUtil.updateSCProductVersion(SCProductVersion scProductVersion)
           
 SCProductVersion SCProductVersionLocalService.updateSCProductVersion(SCProductVersion scProductVersion)
           
 SCProductVersion SCProductVersionLocalServiceWrapper.updateSCProductVersion(SCProductVersion scProductVersion, boolean merge)
           
static SCProductVersion SCProductVersionLocalServiceUtil.updateSCProductVersion(SCProductVersion scProductVersion, boolean merge)
           
 SCProductVersion SCProductVersionLocalService.updateSCProductVersion(SCProductVersion scProductVersion, boolean merge)
           
 

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)
           
 SCProductVersion SCProductVersionLocalServiceBaseImpl.createSCProductVersion(long productVersionId)
           
 SCProductVersion SCProductVersionLocalServiceBaseImpl.getSCProductVersion(long productVersionId)
           
 SCProductVersion SCProductVersionLocalServiceBaseImpl.updateSCProductVersion(SCProductVersion scProductVersion)
           
 SCProductVersion SCProductVersionLocalServiceBaseImpl.updateSCProductVersion(SCProductVersion scProductVersion, boolean merge)
           
 

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

Methods in com.liferay.portlet.softwarecatalog.service.base with parameters of type SCProductVersion
 SCProductVersion SCProductVersionLocalServiceBaseImpl.addSCProductVersion(SCProductVersion scProductVersion)
           
 void SCProductVersionLocalServiceBaseImpl.deleteSCProductVersion(SCProductVersion scProductVersion)
           
 SCProductVersion SCProductVersionLocalServiceBaseImpl.updateSCProductVersion(SCProductVersion scProductVersion)
           
 SCProductVersion SCProductVersionLocalServiceBaseImpl.updateSCProductVersion(SCProductVersion scProductVersion, boolean merge)
           
 

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)
           
 

Methods in com.liferay.portlet.softwarecatalog.service.http with parameters of type SCProductVersion
static JSONArray SCProductVersionJSONSerializer.toJSONArray(SCProductVersion[] models)
           
static JSONArray SCProductVersionJSONSerializer.toJSONArray(SCProductVersion[][] models)
           
static JSONObject SCProductVersionJSONSerializer.toJSONObject(SCProductVersion model)
           
 

Method parameters in com.liferay.portlet.softwarecatalog.service.http with type arguments of type SCProductVersion
static JSONArray SCProductVersionJSONSerializer.toJSONArray(List<SCProductVersion> models)
           
 

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
 

Methods in com.liferay.portlet.softwarecatalog.service.persistence that return SCProductVersion
static SCProductVersion SCProductVersionUtil.create(long productVersionId)
           
 SCProductVersion SCProductVersionPersistence.create(long productVersionId)
           
 SCProductVersion SCProductVersionPersistenceImpl.create(long productVersionId)
           
static SCProductVersion SCProductVersionUtil.fetchByDirectDownloadURL(String directDownloadURL)
           
 SCProductVersion SCProductVersionPersistence.fetchByDirectDownloadURL(String directDownloadURL)
           
 SCProductVersion SCProductVersionPersistenceImpl.fetchByDirectDownloadURL(String directDownloadURL)
           
static SCProductVersion SCProductVersionUtil.fetchByDirectDownloadURL(String directDownloadURL, boolean retrieveFromCache)
           
 SCProductVersion SCProductVersionPersistence.fetchByDirectDownloadURL(String directDownloadURL, boolean retrieveFromCache)
           
 SCProductVersion SCProductVersionPersistenceImpl.fetchByDirectDownloadURL(String directDownloadURL, boolean retrieveFromCache)
           
static SCProductVersion SCProductVersionUtil.fetchByPrimaryKey(long productVersionId)
           
 SCProductVersion SCProductVersionPersistence.fetchByPrimaryKey(long productVersionId)
           
 SCProductVersion SCProductVersionPersistenceImpl.fetchByPrimaryKey(long productVersionId)
           
 SCProductVersion SCProductVersionPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
           
static SCProductVersion SCProductVersionUtil.findByDirectDownloadURL(String directDownloadURL)
           
 SCProductVersion SCProductVersionPersistence.findByDirectDownloadURL(String directDownloadURL)
           
 SCProductVersion SCProductVersionPersistenceImpl.findByDirectDownloadURL(String directDownloadURL)
           
static SCProductVersion SCProductVersionUtil.findByPrimaryKey(long productVersionId)
           
 SCProductVersion SCProductVersionPersistence.findByPrimaryKey(long productVersionId)
           
 SCProductVersion SCProductVersionPersistenceImpl.findByPrimaryKey(long productVersionId)
           
 SCProductVersion SCProductVersionPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
           
static SCProductVersion SCProductVersionUtil.findByProductEntryId_First(long productEntryId, OrderByComparator orderByComparator)
           
 SCProductVersion SCProductVersionPersistence.findByProductEntryId_First(long productEntryId, OrderByComparator orderByComparator)
           
 SCProductVersion SCProductVersionPersistenceImpl.findByProductEntryId_First(long productEntryId, OrderByComparator orderByComparator)
           
static SCProductVersion SCProductVersionUtil.findByProductEntryId_Last(long productEntryId, OrderByComparator orderByComparator)
           
 SCProductVersion SCProductVersionPersistence.findByProductEntryId_Last(long productEntryId, OrderByComparator orderByComparator)
           
 SCProductVersion SCProductVersionPersistenceImpl.findByProductEntryId_Last(long productEntryId, OrderByComparator orderByComparator)
           
static SCProductVersion[] SCProductVersionUtil.findByProductEntryId_PrevAndNext(long productVersionId, long productEntryId, OrderByComparator orderByComparator)
           
 SCProductVersion[] SCProductVersionPersistence.findByProductEntryId_PrevAndNext(long productVersionId, long productEntryId, OrderByComparator orderByComparator)
           
 SCProductVersion[] SCProductVersionPersistenceImpl.findByProductEntryId_PrevAndNext(long productVersionId, long productEntryId, OrderByComparator orderByComparator)
           
protected  SCProductVersion SCProductVersionPersistenceImpl.getByProductEntryId_PrevAndNext(Session session, SCProductVersion scProductVersion, long productEntryId, OrderByComparator orderByComparator, boolean previous)
           
static SCProductVersion SCProductVersionUtil.remove(long productVersionId)
           
 SCProductVersion SCProductVersionPersistence.remove(long productVersionId)
           
 SCProductVersion SCProductVersionPersistenceImpl.remove(long productVersionId)
           
static SCProductVersion SCProductVersionUtil.remove(SCProductVersion scProductVersion)
           
 SCProductVersion SCProductVersionPersistenceImpl.remove(Serializable primaryKey)
           
protected  SCProductVersion SCProductVersionPersistenceImpl.removeImpl(SCProductVersion scProductVersion)
           
protected  SCProductVersion SCProductVersionPersistenceImpl.toUnwrappedModel(SCProductVersion scProductVersion)
           
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)
           
 SCProductVersion SCProductVersionPersistenceImpl.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()
           
 List<SCProductVersion> SCProductVersionPersistence.findAll()
           
 List<SCProductVersion> SCProductVersionPersistenceImpl.findAll()
           
static List<SCProductVersion> SCProductVersionUtil.findAll(int start, int end)
           
 List<SCProductVersion> SCProductVersionPersistence.findAll(int start, int end)
           
 List<SCProductVersion> SCProductVersionPersistenceImpl.findAll(int start, int end)
           
static List<SCProductVersion> SCProductVersionUtil.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<SCProductVersion> SCProductVersionPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<SCProductVersion> SCProductVersionPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
           
static List<SCProductVersion> SCProductVersionUtil.findByProductEntryId(long productEntryId)
           
 List<SCProductVersion> SCProductVersionPersistence.findByProductEntryId(long productEntryId)
           
 List<SCProductVersion> SCProductVersionPersistenceImpl.findByProductEntryId(long productEntryId)
           
static List<SCProductVersion> SCProductVersionUtil.findByProductEntryId(long productEntryId, int start, int end)
           
 List<SCProductVersion> SCProductVersionPersistence.findByProductEntryId(long productEntryId, int start, int end)
           
 List<SCProductVersion> SCProductVersionPersistenceImpl.findByProductEntryId(long productEntryId, int start, int end)
           
static List<SCProductVersion> SCProductVersionUtil.findByProductEntryId(long productEntryId, int start, int end, OrderByComparator orderByComparator)
           
 List<SCProductVersion> SCProductVersionPersistence.findByProductEntryId(long productEntryId, int start, int end, OrderByComparator orderByComparator)
           
 List<SCProductVersion> SCProductVersionPersistenceImpl.findByProductEntryId(long productEntryId, int start, int end, OrderByComparator orderByComparator)
           
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)
           
 List<SCProductVersion> SCFrameworkVersionPersistence.getSCProductVersions(long pk)
           
 List<SCProductVersion> SCFrameworkVersionPersistenceImpl.getSCProductVersions(long pk)
           
static List<SCProductVersion> SCFrameworkVersionUtil.getSCProductVersions(long pk, int start, int end)
           
 List<SCProductVersion> SCFrameworkVersionPersistence.getSCProductVersions(long pk, int start, int end)
           
 List<SCProductVersion> SCFrameworkVersionPersistenceImpl.getSCProductVersions(long pk, int start, int end)
           
static List<SCProductVersion> SCFrameworkVersionUtil.getSCProductVersions(long pk, int start, int end, OrderByComparator orderByComparator)
           
 List<SCProductVersion> SCFrameworkVersionPersistence.getSCProductVersions(long pk, int start, int end, OrderByComparator orderByComparator)
           
 List<SCProductVersion> SCFrameworkVersionPersistenceImpl.getSCProductVersions(long pk, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.softwarecatalog.service.persistence with parameters of type SCProductVersion
static void SCFrameworkVersionUtil.addSCProductVersion(long pk, SCProductVersion scProductVersion)
           
 void SCFrameworkVersionPersistence.addSCProductVersion(long pk, SCProductVersion scProductVersion)
           
 void SCFrameworkVersionPersistenceImpl.addSCProductVersion(long pk, SCProductVersion scProductVersion)
           
static void SCProductVersionUtil.cacheResult(SCProductVersion scProductVersion)
           
 void SCProductVersionPersistence.cacheResult(SCProductVersion scProductVersion)
           
 void SCProductVersionPersistenceImpl.cacheResult(SCProductVersion scProductVersion)
           
static void SCProductVersionUtil.clearCache(SCProductVersion scProductVersion)
           
 void SCProductVersionPersistenceImpl.clearCache(SCProductVersion scProductVersion)
           
protected  SCProductVersion SCProductVersionPersistenceImpl.getByProductEntryId_PrevAndNext(Session session, SCProductVersion scProductVersion, long productEntryId, OrderByComparator orderByComparator, boolean previous)
           
static SCProductVersion SCProductVersionUtil.remove(SCProductVersion scProductVersion)
           
protected  SCProductVersion SCProductVersionPersistenceImpl.removeImpl(SCProductVersion scProductVersion)
           
static void SCFrameworkVersionUtil.removeSCProductVersion(long pk, SCProductVersion scProductVersion)
           
 void SCFrameworkVersionPersistence.removeSCProductVersion(long pk, SCProductVersion scProductVersion)
           
 void SCFrameworkVersionPersistenceImpl.removeSCProductVersion(long pk, SCProductVersion scProductVersion)
           
protected  SCProductVersion SCProductVersionPersistenceImpl.toUnwrappedModel(SCProductVersion scProductVersion)
           
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)
           
 SCProductVersion SCProductVersionPersistenceImpl.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)
           
 void SCFrameworkVersionPersistence.addSCProductVersions(long pk, List<SCProductVersion> scProductVersions)
           
 void SCFrameworkVersionPersistenceImpl.addSCProductVersions(long pk, List<SCProductVersion> scProductVersions)
           
static void SCProductVersionUtil.cacheResult(List<SCProductVersion> scProductVersions)
           
 void SCProductVersionPersistence.cacheResult(List<SCProductVersion> scProductVersions)
           
 void SCProductVersionPersistenceImpl.cacheResult(List<SCProductVersion> scProductVersions)
           
static void SCFrameworkVersionUtil.removeSCProductVersions(long pk, List<SCProductVersion> scProductVersions)
           
 void SCFrameworkVersionPersistence.removeSCProductVersions(long pk, List<SCProductVersion> scProductVersions)
           
 void SCFrameworkVersionPersistenceImpl.removeSCProductVersions(long pk, List<SCProductVersion> scProductVersions)
           
static void SCFrameworkVersionUtil.setSCProductVersions(long pk, List<SCProductVersion> scProductVersions)
           
 void SCFrameworkVersionPersistence.setSCProductVersions(long pk, List<SCProductVersion> scProductVersions)
           
 void SCFrameworkVersionPersistenceImpl.setSCProductVersions(long pk, List<SCProductVersion> scProductVersions)
           
 


Liferay 6.0.3