Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portlet.softwarecatalog.model.SCFrameworkVersionSoap

Packages that use SCFrameworkVersionSoap
com.liferay.portlet.softwarecatalog.model   
com.liferay.portlet.softwarecatalog.model.impl   
com.liferay.portlet.softwarecatalog.service.http   
 

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

Methods in com.liferay.portlet.softwarecatalog.model that return SCFrameworkVersionSoap
static SCFrameworkVersionSoap SCFrameworkVersionSoap.toSoapModel(SCFrameworkVersion model)
           
static SCFrameworkVersionSoap[] SCFrameworkVersionSoap.toSoapModels(List<SCFrameworkVersion> models)
           
static SCFrameworkVersionSoap[] SCFrameworkVersionSoap.toSoapModels(SCFrameworkVersion[] models)
           
static SCFrameworkVersionSoap[][] SCFrameworkVersionSoap.toSoapModels(SCFrameworkVersion[][] models)
           
 

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

Methods in com.liferay.portlet.softwarecatalog.model.impl with parameters of type SCFrameworkVersionSoap
static SCFrameworkVersion SCFrameworkVersionModelImpl.toModel(SCFrameworkVersionSoap soapModel)
          Converts the soap model instance into a normal model instance.
static List<SCFrameworkVersion> SCFrameworkVersionModelImpl.toModels(SCFrameworkVersionSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

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

Methods in com.liferay.portlet.softwarecatalog.service.http that return SCFrameworkVersionSoap
static SCFrameworkVersionSoap SCFrameworkVersionServiceSoap.addFrameworkVersion(String name, String url, boolean active, int priority, ServiceContext serviceContext)
           
static SCFrameworkVersionSoap SCFrameworkVersionServiceSoap.getFrameworkVersion(long frameworkVersionId)
           
static SCFrameworkVersionSoap[] SCFrameworkVersionServiceSoap.getFrameworkVersions(long groupId, boolean active)
           
static SCFrameworkVersionSoap[] SCFrameworkVersionServiceSoap.getFrameworkVersions(long groupId, boolean active, int start, int end)
           
static SCFrameworkVersionSoap SCFrameworkVersionServiceSoap.updateFrameworkVersion(long frameworkVersionId, String name, String url, boolean active, int priority)
           
 


Liferay 6.1.2-ce-ga3