Liferay 6.1.2-ce-ga3

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

Packages that use SCFrameworkVersion
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.permission   
com.liferay.portlet.softwarecatalog.service.persistence   
 

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

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

Methods in com.liferay.portlet.softwarecatalog.model that return SCFrameworkVersion
 SCFrameworkVersion SCFrameworkVersionWrapper.getWrappedModel()
           
 SCFrameworkVersion SCFrameworkVersionWrapper.getWrappedSCFrameworkVersion()
          Deprecated. Renamed to SCFrameworkVersionWrapper.getWrappedModel()
 SCFrameworkVersion SCFrameworkVersionWrapper.toEscapedModel()
           
 SCFrameworkVersion SCFrameworkVersionModel.toEscapedModel()
           
 SCFrameworkVersion SCFrameworkVersionWrapper.toUnescapedModel()
           
 SCFrameworkVersion SCFrameworkVersionModel.toUnescapedModel()
           
 

Methods in com.liferay.portlet.softwarecatalog.model that return types with arguments of type SCFrameworkVersion
 List<SCFrameworkVersion> SCProductVersionWrapper.getFrameworkVersions()
           
 List<SCFrameworkVersion> SCProductVersion.getFrameworkVersions()
           
 CacheModel<SCFrameworkVersion> SCFrameworkVersionWrapper.toCacheModel()
           
 CacheModel<SCFrameworkVersion> SCFrameworkVersionModel.toCacheModel()
           
 

Methods in com.liferay.portlet.softwarecatalog.model with parameters of type SCFrameworkVersion
 int SCFrameworkVersionWrapper.compareTo(SCFrameworkVersion scFrameworkVersion)
           
 int SCFrameworkVersionModel.compareTo(SCFrameworkVersion scFrameworkVersion)
           
static SCFrameworkVersionSoap SCFrameworkVersionSoap.toSoapModel(SCFrameworkVersion model)
           
static SCFrameworkVersionSoap[] SCFrameworkVersionSoap.toSoapModels(SCFrameworkVersion[] models)
           
static SCFrameworkVersionSoap[][] SCFrameworkVersionSoap.toSoapModels(SCFrameworkVersion[][] models)
           
 

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

Constructors in com.liferay.portlet.softwarecatalog.model with parameters of type SCFrameworkVersion
SCFrameworkVersionWrapper(SCFrameworkVersion scFrameworkVersion)
           
 

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

Classes in com.liferay.portlet.softwarecatalog.model.impl that implement SCFrameworkVersion
 class SCFrameworkVersionBaseImpl
          The extended model base implementation for the SCFrameworkVersion service.
 class SCFrameworkVersionImpl
           
 

Methods in com.liferay.portlet.softwarecatalog.model.impl that return SCFrameworkVersion
 SCFrameworkVersion SCFrameworkVersionCacheModel.toEntityModel()
           
 SCFrameworkVersion SCFrameworkVersionModelImpl.toEscapedModel()
           
static SCFrameworkVersion SCFrameworkVersionModelImpl.toModel(SCFrameworkVersionSoap soapModel)
          Converts the soap model instance into a normal model instance.
 SCFrameworkVersion SCFrameworkVersionModelImpl.toUnescapedModel()
           
 

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

Methods in com.liferay.portlet.softwarecatalog.model.impl with parameters of type SCFrameworkVersion
 int SCFrameworkVersionModelImpl.compareTo(SCFrameworkVersion scFrameworkVersion)
           
 

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

Methods in com.liferay.portlet.softwarecatalog.service that return SCFrameworkVersion
static SCFrameworkVersion SCFrameworkVersionLocalServiceUtil.addFrameworkVersion(long userId, String name, String url, boolean active, int priority, ServiceContext serviceContext)
           
 SCFrameworkVersion SCFrameworkVersionLocalService.addFrameworkVersion(long userId, String name, String url, boolean active, int priority, ServiceContext serviceContext)
           
 SCFrameworkVersion SCFrameworkVersionLocalServiceWrapper.addFrameworkVersion(long userId, String name, String url, boolean active, int priority, ServiceContext serviceContext)
           
static SCFrameworkVersion SCFrameworkVersionServiceUtil.addFrameworkVersion(String name, String url, boolean active, int priority, ServiceContext serviceContext)
           
 SCFrameworkVersion SCFrameworkVersionService.addFrameworkVersion(String name, String url, boolean active, int priority, ServiceContext serviceContext)
           
 SCFrameworkVersion SCFrameworkVersionServiceWrapper.addFrameworkVersion(String name, String url, boolean active, int priority, ServiceContext serviceContext)
           
static SCFrameworkVersion SCFrameworkVersionLocalServiceUtil.addSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
          Adds the s c framework version to the database.
 SCFrameworkVersion SCFrameworkVersionLocalService.addSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
          Adds the s c framework version to the database.
 SCFrameworkVersion SCFrameworkVersionLocalServiceWrapper.addSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
          Adds the s c framework version to the database.
static SCFrameworkVersion SCFrameworkVersionLocalServiceUtil.createSCFrameworkVersion(long frameworkVersionId)
          Creates a new s c framework version with the primary key.
 SCFrameworkVersion SCFrameworkVersionLocalService.createSCFrameworkVersion(long frameworkVersionId)
          Creates a new s c framework version with the primary key.
 SCFrameworkVersion SCFrameworkVersionLocalServiceWrapper.createSCFrameworkVersion(long frameworkVersionId)
          Creates a new s c framework version with the primary key.
static SCFrameworkVersion SCFrameworkVersionLocalServiceUtil.deleteSCFrameworkVersion(long frameworkVersionId)
          Deletes the s c framework version with the primary key from the database.
 SCFrameworkVersion SCFrameworkVersionLocalService.deleteSCFrameworkVersion(long frameworkVersionId)
          Deletes the s c framework version with the primary key from the database.
 SCFrameworkVersion SCFrameworkVersionLocalServiceWrapper.deleteSCFrameworkVersion(long frameworkVersionId)
          Deletes the s c framework version with the primary key from the database.
static SCFrameworkVersion SCFrameworkVersionLocalServiceUtil.deleteSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
          Deletes the s c framework version from the database.
 SCFrameworkVersion SCFrameworkVersionLocalService.deleteSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
          Deletes the s c framework version from the database.
 SCFrameworkVersion SCFrameworkVersionLocalServiceWrapper.deleteSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
          Deletes the s c framework version from the database.
static SCFrameworkVersion SCFrameworkVersionLocalServiceUtil.fetchSCFrameworkVersion(long frameworkVersionId)
           
 SCFrameworkVersion SCFrameworkVersionLocalService.fetchSCFrameworkVersion(long frameworkVersionId)
           
 SCFrameworkVersion SCFrameworkVersionLocalServiceWrapper.fetchSCFrameworkVersion(long frameworkVersionId)
           
static SCFrameworkVersion SCFrameworkVersionLocalServiceUtil.getFrameworkVersion(long frameworkVersionId)
           
 SCFrameworkVersion SCFrameworkVersionLocalService.getFrameworkVersion(long frameworkVersionId)
           
static SCFrameworkVersion SCFrameworkVersionServiceUtil.getFrameworkVersion(long frameworkVersionId)
           
 SCFrameworkVersion SCFrameworkVersionService.getFrameworkVersion(long frameworkVersionId)
           
 SCFrameworkVersion SCFrameworkVersionServiceWrapper.getFrameworkVersion(long frameworkVersionId)
           
 SCFrameworkVersion SCFrameworkVersionLocalServiceWrapper.getFrameworkVersion(long frameworkVersionId)
           
static SCFrameworkVersion SCFrameworkVersionLocalServiceUtil.getSCFrameworkVersion(long frameworkVersionId)
          Returns the s c framework version with the primary key.
 SCFrameworkVersion SCFrameworkVersionLocalService.getSCFrameworkVersion(long frameworkVersionId)
          Returns the s c framework version with the primary key.
 SCFrameworkVersion SCFrameworkVersionLocalServiceWrapper.getSCFrameworkVersion(long frameworkVersionId)
          Returns the s c framework version with the primary key.
static SCFrameworkVersion SCFrameworkVersionLocalServiceUtil.updateFrameworkVersion(long frameworkVersionId, String name, String url, boolean active, int priority)
           
 SCFrameworkVersion SCFrameworkVersionLocalService.updateFrameworkVersion(long frameworkVersionId, String name, String url, boolean active, int priority)
           
static SCFrameworkVersion SCFrameworkVersionServiceUtil.updateFrameworkVersion(long frameworkVersionId, String name, String url, boolean active, int priority)
           
 SCFrameworkVersion SCFrameworkVersionService.updateFrameworkVersion(long frameworkVersionId, String name, String url, boolean active, int priority)
           
 SCFrameworkVersion SCFrameworkVersionServiceWrapper.updateFrameworkVersion(long frameworkVersionId, String name, String url, boolean active, int priority)
           
 SCFrameworkVersion SCFrameworkVersionLocalServiceWrapper.updateFrameworkVersion(long frameworkVersionId, String name, String url, boolean active, int priority)
           
static SCFrameworkVersion SCFrameworkVersionLocalServiceUtil.updateSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
          Updates the s c framework version in the database or adds it if it does not yet exist.
 SCFrameworkVersion SCFrameworkVersionLocalService.updateSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
          Updates the s c framework version in the database or adds it if it does not yet exist.
 SCFrameworkVersion SCFrameworkVersionLocalServiceWrapper.updateSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
          Updates the s c framework version in the database or adds it if it does not yet exist.
static SCFrameworkVersion SCFrameworkVersionLocalServiceUtil.updateSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion, boolean merge)
          Updates the s c framework version in the database or adds it if it does not yet exist.
 SCFrameworkVersion SCFrameworkVersionLocalService.updateSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion, boolean merge)
          Updates the s c framework version in the database or adds it if it does not yet exist.
 SCFrameworkVersion SCFrameworkVersionLocalServiceWrapper.updateSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion, boolean merge)
          Updates the s c framework 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 SCFrameworkVersion
static List<SCFrameworkVersion> SCFrameworkVersionLocalServiceUtil.getFrameworkVersions(long groupId, boolean active)
           
 List<SCFrameworkVersion> SCFrameworkVersionLocalService.getFrameworkVersions(long groupId, boolean active)
           
static List<SCFrameworkVersion> SCFrameworkVersionServiceUtil.getFrameworkVersions(long groupId, boolean active)
           
 List<SCFrameworkVersion> SCFrameworkVersionService.getFrameworkVersions(long groupId, boolean active)
           
 List<SCFrameworkVersion> SCFrameworkVersionServiceWrapper.getFrameworkVersions(long groupId, boolean active)
           
 List<SCFrameworkVersion> SCFrameworkVersionLocalServiceWrapper.getFrameworkVersions(long groupId, boolean active)
           
static List<SCFrameworkVersion> SCFrameworkVersionLocalServiceUtil.getFrameworkVersions(long groupId, boolean active, int start, int end)
           
 List<SCFrameworkVersion> SCFrameworkVersionLocalService.getFrameworkVersions(long groupId, boolean active, int start, int end)
           
static List<SCFrameworkVersion> SCFrameworkVersionServiceUtil.getFrameworkVersions(long groupId, boolean active, int start, int end)
           
 List<SCFrameworkVersion> SCFrameworkVersionService.getFrameworkVersions(long groupId, boolean active, int start, int end)
           
 List<SCFrameworkVersion> SCFrameworkVersionServiceWrapper.getFrameworkVersions(long groupId, boolean active, int start, int end)
           
 List<SCFrameworkVersion> SCFrameworkVersionLocalServiceWrapper.getFrameworkVersions(long groupId, boolean active, int start, int end)
           
static List<SCFrameworkVersion> SCFrameworkVersionLocalServiceUtil.getFrameworkVersions(long groupId, int start, int end)
           
 List<SCFrameworkVersion> SCFrameworkVersionLocalService.getFrameworkVersions(long groupId, int start, int end)
           
 List<SCFrameworkVersion> SCFrameworkVersionLocalServiceWrapper.getFrameworkVersions(long groupId, int start, int end)
           
static List<SCFrameworkVersion> SCFrameworkVersionLocalServiceUtil.getProductVersionFrameworkVersions(long productVersionId)
           
 List<SCFrameworkVersion> SCFrameworkVersionLocalService.getProductVersionFrameworkVersions(long productVersionId)
           
 List<SCFrameworkVersion> SCFrameworkVersionLocalServiceWrapper.getProductVersionFrameworkVersions(long productVersionId)
           
static List<SCFrameworkVersion> SCFrameworkVersionLocalServiceUtil.getSCFrameworkVersions(int start, int end)
          Returns a range of all the s c framework versions.
 List<SCFrameworkVersion> SCFrameworkVersionLocalService.getSCFrameworkVersions(int start, int end)
          Returns a range of all the s c framework versions.
 List<SCFrameworkVersion> SCFrameworkVersionLocalServiceWrapper.getSCFrameworkVersions(int start, int end)
          Returns a range of all the s c framework versions.
static List<SCFrameworkVersion> SCFrameworkVersionLocalServiceUtil.getSCProductVersionSCFrameworkVersions(long productVersionId)
           
 List<SCFrameworkVersion> SCFrameworkVersionLocalService.getSCProductVersionSCFrameworkVersions(long productVersionId)
           
 List<SCFrameworkVersion> SCFrameworkVersionLocalServiceWrapper.getSCProductVersionSCFrameworkVersions(long productVersionId)
           
static List<SCFrameworkVersion> SCFrameworkVersionLocalServiceUtil.getSCProductVersionSCFrameworkVersions(long productVersionId, int start, int end)
           
 List<SCFrameworkVersion> SCFrameworkVersionLocalService.getSCProductVersionSCFrameworkVersions(long productVersionId, int start, int end)
           
 List<SCFrameworkVersion> SCFrameworkVersionLocalServiceWrapper.getSCProductVersionSCFrameworkVersions(long productVersionId, int start, int end)
           
static List<SCFrameworkVersion> SCFrameworkVersionLocalServiceUtil.getSCProductVersionSCFrameworkVersions(long productVersionId, int start, int end, OrderByComparator orderByComparator)
           
 List<SCFrameworkVersion> SCFrameworkVersionLocalService.getSCProductVersionSCFrameworkVersions(long productVersionId, int start, int end, OrderByComparator orderByComparator)
           
 List<SCFrameworkVersion> SCFrameworkVersionLocalServiceWrapper.getSCProductVersionSCFrameworkVersions(long productVersionId, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.softwarecatalog.service with parameters of type SCFrameworkVersion
static void SCFrameworkVersionLocalServiceUtil.addFrameworkVersionResources(SCFrameworkVersion frameworkVersion, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void SCFrameworkVersionLocalService.addFrameworkVersionResources(SCFrameworkVersion frameworkVersion, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void SCFrameworkVersionLocalServiceWrapper.addFrameworkVersionResources(SCFrameworkVersion frameworkVersion, boolean addGroupPermissions, boolean addGuestPermissions)
           
static void SCFrameworkVersionLocalServiceUtil.addFrameworkVersionResources(SCFrameworkVersion frameworkVersion, String[] groupPermissions, String[] guestPermissions)
           
 void SCFrameworkVersionLocalService.addFrameworkVersionResources(SCFrameworkVersion frameworkVersion, String[] groupPermissions, String[] guestPermissions)
           
 void SCFrameworkVersionLocalServiceWrapper.addFrameworkVersionResources(SCFrameworkVersion frameworkVersion, String[] groupPermissions, String[] guestPermissions)
           
static SCFrameworkVersion SCFrameworkVersionLocalServiceUtil.addSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
          Adds the s c framework version to the database.
 SCFrameworkVersion SCFrameworkVersionLocalService.addSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
          Adds the s c framework version to the database.
 SCFrameworkVersion SCFrameworkVersionLocalServiceWrapper.addSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
          Adds the s c framework version to the database.
static void SCFrameworkVersionLocalServiceUtil.addSCProductVersionSCFrameworkVersion(long productVersionId, SCFrameworkVersion scFrameworkVersion)
           
 void SCFrameworkVersionLocalService.addSCProductVersionSCFrameworkVersion(long productVersionId, SCFrameworkVersion scFrameworkVersion)
           
 void SCFrameworkVersionLocalServiceWrapper.addSCProductVersionSCFrameworkVersion(long productVersionId, SCFrameworkVersion scFrameworkVersion)
           
static void SCFrameworkVersionLocalServiceUtil.deleteFrameworkVersion(SCFrameworkVersion frameworkVersion)
           
 void SCFrameworkVersionLocalService.deleteFrameworkVersion(SCFrameworkVersion frameworkVersion)
           
 void SCFrameworkVersionLocalServiceWrapper.deleteFrameworkVersion(SCFrameworkVersion frameworkVersion)
           
static SCFrameworkVersion SCFrameworkVersionLocalServiceUtil.deleteSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
          Deletes the s c framework version from the database.
 SCFrameworkVersion SCFrameworkVersionLocalService.deleteSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
          Deletes the s c framework version from the database.
 SCFrameworkVersion SCFrameworkVersionLocalServiceWrapper.deleteSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
          Deletes the s c framework version from the database.
static void SCFrameworkVersionLocalServiceUtil.deleteSCProductVersionSCFrameworkVersion(long productVersionId, SCFrameworkVersion scFrameworkVersion)
           
 void SCFrameworkVersionLocalService.deleteSCProductVersionSCFrameworkVersion(long productVersionId, SCFrameworkVersion scFrameworkVersion)
           
 void SCFrameworkVersionLocalServiceWrapper.deleteSCProductVersionSCFrameworkVersion(long productVersionId, SCFrameworkVersion scFrameworkVersion)
           
static SCFrameworkVersion SCFrameworkVersionLocalServiceUtil.updateSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
          Updates the s c framework version in the database or adds it if it does not yet exist.
 SCFrameworkVersion SCFrameworkVersionLocalService.updateSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
          Updates the s c framework version in the database or adds it if it does not yet exist.
 SCFrameworkVersion SCFrameworkVersionLocalServiceWrapper.updateSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
          Updates the s c framework version in the database or adds it if it does not yet exist.
static SCFrameworkVersion SCFrameworkVersionLocalServiceUtil.updateSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion, boolean merge)
          Updates the s c framework version in the database or adds it if it does not yet exist.
 SCFrameworkVersion SCFrameworkVersionLocalService.updateSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion, boolean merge)
          Updates the s c framework version in the database or adds it if it does not yet exist.
 SCFrameworkVersion SCFrameworkVersionLocalServiceWrapper.updateSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion, boolean merge)
          Updates the s c framework 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 SCFrameworkVersion
static void SCFrameworkVersionLocalServiceUtil.addSCProductVersionSCFrameworkVersions(long productVersionId, List<SCFrameworkVersion> SCFrameworkVersions)
           
 void SCFrameworkVersionLocalService.addSCProductVersionSCFrameworkVersions(long productVersionId, List<SCFrameworkVersion> SCFrameworkVersions)
           
 void SCFrameworkVersionLocalServiceWrapper.addSCProductVersionSCFrameworkVersions(long productVersionId, List<SCFrameworkVersion> SCFrameworkVersions)
           
static void SCFrameworkVersionLocalServiceUtil.deleteSCProductVersionSCFrameworkVersions(long productVersionId, List<SCFrameworkVersion> SCFrameworkVersions)
           
 void SCFrameworkVersionLocalService.deleteSCProductVersionSCFrameworkVersions(long productVersionId, List<SCFrameworkVersion> SCFrameworkVersions)
           
 void SCFrameworkVersionLocalServiceWrapper.deleteSCProductVersionSCFrameworkVersions(long productVersionId, List<SCFrameworkVersion> SCFrameworkVersions)
           
 

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

Methods in com.liferay.portlet.softwarecatalog.service.base that return SCFrameworkVersion
 SCFrameworkVersion SCFrameworkVersionLocalServiceBaseImpl.addSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
          Adds the s c framework version to the database.
 SCFrameworkVersion SCFrameworkVersionLocalServiceBaseImpl.createSCFrameworkVersion(long frameworkVersionId)
          Creates a new s c framework version with the primary key.
 SCFrameworkVersion SCFrameworkVersionLocalServiceBaseImpl.deleteSCFrameworkVersion(long frameworkVersionId)
          Deletes the s c framework version with the primary key from the database.
 SCFrameworkVersion SCFrameworkVersionLocalServiceBaseImpl.deleteSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
          Deletes the s c framework version from the database.
 SCFrameworkVersion SCFrameworkVersionLocalServiceBaseImpl.fetchSCFrameworkVersion(long frameworkVersionId)
           
 SCFrameworkVersion SCFrameworkVersionLocalServiceBaseImpl.getSCFrameworkVersion(long frameworkVersionId)
          Returns the s c framework version with the primary key.
 SCFrameworkVersion SCFrameworkVersionLocalServiceBaseImpl.updateSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
          Updates the s c framework version in the database or adds it if it does not yet exist.
 SCFrameworkVersion SCFrameworkVersionLocalServiceBaseImpl.updateSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion, boolean merge)
          Updates the s c framework 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 SCFrameworkVersion
 List<SCFrameworkVersion> SCFrameworkVersionLocalServiceBaseImpl.getSCFrameworkVersions(int start, int end)
          Returns a range of all the s c framework versions.
 List<SCFrameworkVersion> SCFrameworkVersionLocalServiceBaseImpl.getSCProductVersionSCFrameworkVersions(long productVersionId)
           
 List<SCFrameworkVersion> SCFrameworkVersionLocalServiceBaseImpl.getSCProductVersionSCFrameworkVersions(long productVersionId, int start, int end)
           
 List<SCFrameworkVersion> SCFrameworkVersionLocalServiceBaseImpl.getSCProductVersionSCFrameworkVersions(long productVersionId, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.softwarecatalog.service.base with parameters of type SCFrameworkVersion
 SCFrameworkVersion SCFrameworkVersionLocalServiceBaseImpl.addSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
          Adds the s c framework version to the database.
 void SCFrameworkVersionLocalServiceBaseImpl.addSCProductVersionSCFrameworkVersion(long productVersionId, SCFrameworkVersion scFrameworkVersion)
           
 SCFrameworkVersion SCFrameworkVersionLocalServiceBaseImpl.deleteSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
          Deletes the s c framework version from the database.
 void SCFrameworkVersionLocalServiceBaseImpl.deleteSCProductVersionSCFrameworkVersion(long productVersionId, SCFrameworkVersion scFrameworkVersion)
           
 SCFrameworkVersion SCFrameworkVersionLocalServiceBaseImpl.updateSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
          Updates the s c framework version in the database or adds it if it does not yet exist.
 SCFrameworkVersion SCFrameworkVersionLocalServiceBaseImpl.updateSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion, boolean merge)
          Updates the s c framework 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 SCFrameworkVersion
 void SCFrameworkVersionLocalServiceBaseImpl.addSCProductVersionSCFrameworkVersions(long productVersionId, List<SCFrameworkVersion> SCFrameworkVersions)
           
 void SCFrameworkVersionLocalServiceBaseImpl.deleteSCProductVersionSCFrameworkVersions(long productVersionId, List<SCFrameworkVersion> SCFrameworkVersions)
           
 

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

Methods in com.liferay.portlet.softwarecatalog.service.http that return SCFrameworkVersion
static SCFrameworkVersion SCFrameworkVersionServiceHttp.addFrameworkVersion(HttpPrincipal httpPrincipal, String name, String url, boolean active, int priority, ServiceContext serviceContext)
           
static SCFrameworkVersion SCFrameworkVersionServiceHttp.getFrameworkVersion(HttpPrincipal httpPrincipal, long frameworkVersionId)
           
static SCFrameworkVersion SCFrameworkVersionServiceHttp.updateFrameworkVersion(HttpPrincipal httpPrincipal, long frameworkVersionId, String name, String url, boolean active, int priority)
           
 

Methods in com.liferay.portlet.softwarecatalog.service.http that return types with arguments of type SCFrameworkVersion
static List<SCFrameworkVersion> SCFrameworkVersionServiceHttp.getFrameworkVersions(HttpPrincipal httpPrincipal, long groupId, boolean active)
           
static List<SCFrameworkVersion> SCFrameworkVersionServiceHttp.getFrameworkVersions(HttpPrincipal httpPrincipal, long groupId, boolean active, int start, int end)
           
 

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

Methods in com.liferay.portlet.softwarecatalog.service.impl that return SCFrameworkVersion
 SCFrameworkVersion SCFrameworkVersionLocalServiceImpl.addFrameworkVersion(long userId, String name, String url, boolean active, int priority, ServiceContext serviceContext)
           
 SCFrameworkVersion SCFrameworkVersionServiceImpl.addFrameworkVersion(String name, String url, boolean active, int priority, ServiceContext serviceContext)
           
 SCFrameworkVersion SCFrameworkVersionServiceImpl.getFrameworkVersion(long frameworkVersionId)
           
 SCFrameworkVersion SCFrameworkVersionLocalServiceImpl.getFrameworkVersion(long frameworkVersionId)
           
 SCFrameworkVersion SCFrameworkVersionServiceImpl.updateFrameworkVersion(long frameworkVersionId, String name, String url, boolean active, int priority)
           
 SCFrameworkVersion SCFrameworkVersionLocalServiceImpl.updateFrameworkVersion(long frameworkVersionId, String name, String url, boolean active, int priority)
           
 

Methods in com.liferay.portlet.softwarecatalog.service.impl that return types with arguments of type SCFrameworkVersion
 List<SCFrameworkVersion> SCFrameworkVersionServiceImpl.getFrameworkVersions(long groupId, boolean active)
           
 List<SCFrameworkVersion> SCFrameworkVersionLocalServiceImpl.getFrameworkVersions(long groupId, boolean active)
           
 List<SCFrameworkVersion> SCFrameworkVersionServiceImpl.getFrameworkVersions(long groupId, boolean active, int start, int end)
           
 List<SCFrameworkVersion> SCFrameworkVersionLocalServiceImpl.getFrameworkVersions(long groupId, boolean active, int start, int end)
           
 List<SCFrameworkVersion> SCFrameworkVersionLocalServiceImpl.getFrameworkVersions(long groupId, int start, int end)
           
 List<SCFrameworkVersion> SCFrameworkVersionLocalServiceImpl.getProductVersionFrameworkVersions(long productVersionId)
           
 

Methods in com.liferay.portlet.softwarecatalog.service.impl with parameters of type SCFrameworkVersion
 void SCFrameworkVersionLocalServiceImpl.addFrameworkVersionResources(SCFrameworkVersion frameworkVersion, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void SCFrameworkVersionLocalServiceImpl.addFrameworkVersionResources(SCFrameworkVersion frameworkVersion, String[] groupPermissions, String[] guestPermissions)
           
 void SCFrameworkVersionLocalServiceImpl.deleteFrameworkVersion(SCFrameworkVersion frameworkVersion)
           
 

Method parameters in com.liferay.portlet.softwarecatalog.service.impl with type arguments of type SCFrameworkVersion
protected  boolean SCProductEntryLocalServiceImpl.isVersionSupported(String version, List<SCFrameworkVersion> frameworkVersions)
           
 

Uses of SCFrameworkVersion in com.liferay.portlet.softwarecatalog.service.permission
 

Methods in com.liferay.portlet.softwarecatalog.service.permission with parameters of type SCFrameworkVersion
static void SCFrameworkVersionPermission.check(PermissionChecker permissionChecker, SCFrameworkVersion frameworkVersion, String actionId)
           
static boolean SCFrameworkVersionPermission.contains(PermissionChecker permissionChecker, SCFrameworkVersion frameworkVersion, String actionId)
           
 

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

Methods in com.liferay.portlet.softwarecatalog.service.persistence that return SCFrameworkVersion
static SCFrameworkVersion SCFrameworkVersionUtil.create(long frameworkVersionId)
          Creates a new s c framework version with the primary key.
 SCFrameworkVersion SCFrameworkVersionPersistence.create(long frameworkVersionId)
          Creates a new s c framework version with the primary key.
 SCFrameworkVersion SCFrameworkVersionPersistenceImpl.create(long frameworkVersionId)
          Creates a new s c framework version with the primary key.
static SCFrameworkVersion SCFrameworkVersionUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first s c framework version in the ordered set where companyId = ?.
 SCFrameworkVersion SCFrameworkVersionPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first s c framework version in the ordered set where companyId = ?.
 SCFrameworkVersion SCFrameworkVersionPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first s c framework version in the ordered set where companyId = ?.
static SCFrameworkVersion SCFrameworkVersionUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last s c framework version in the ordered set where companyId = ?.
 SCFrameworkVersion SCFrameworkVersionPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last s c framework version in the ordered set where companyId = ?.
 SCFrameworkVersion SCFrameworkVersionPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last s c framework version in the ordered set where companyId = ?.
static SCFrameworkVersion SCFrameworkVersionUtil.fetchByG_A_First(long groupId, boolean active, OrderByComparator orderByComparator)
          Returns the first s c framework version in the ordered set where groupId = ? and active = ?.
 SCFrameworkVersion SCFrameworkVersionPersistence.fetchByG_A_First(long groupId, boolean active, OrderByComparator orderByComparator)
          Returns the first s c framework version in the ordered set where groupId = ? and active = ?.
 SCFrameworkVersion SCFrameworkVersionPersistenceImpl.fetchByG_A_First(long groupId, boolean active, OrderByComparator orderByComparator)
          Returns the first s c framework version in the ordered set where groupId = ? and active = ?.
static SCFrameworkVersion SCFrameworkVersionUtil.fetchByG_A_Last(long groupId, boolean active, OrderByComparator orderByComparator)
          Returns the last s c framework version in the ordered set where groupId = ? and active = ?.
 SCFrameworkVersion SCFrameworkVersionPersistence.fetchByG_A_Last(long groupId, boolean active, OrderByComparator orderByComparator)
          Returns the last s c framework version in the ordered set where groupId = ? and active = ?.
 SCFrameworkVersion SCFrameworkVersionPersistenceImpl.fetchByG_A_Last(long groupId, boolean active, OrderByComparator orderByComparator)
          Returns the last s c framework version in the ordered set where groupId = ? and active = ?.
static SCFrameworkVersion SCFrameworkVersionUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first s c framework version in the ordered set where groupId = ?.
 SCFrameworkVersion SCFrameworkVersionPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first s c framework version in the ordered set where groupId = ?.
 SCFrameworkVersion SCFrameworkVersionPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first s c framework version in the ordered set where groupId = ?.
static SCFrameworkVersion SCFrameworkVersionUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last s c framework version in the ordered set where groupId = ?.
 SCFrameworkVersion SCFrameworkVersionPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last s c framework version in the ordered set where groupId = ?.
 SCFrameworkVersion SCFrameworkVersionPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last s c framework version in the ordered set where groupId = ?.
static SCFrameworkVersion SCFrameworkVersionUtil.fetchByPrimaryKey(long frameworkVersionId)
          Returns the s c framework version with the primary key or returns null if it could not be found.
 SCFrameworkVersion SCFrameworkVersionPersistence.fetchByPrimaryKey(long frameworkVersionId)
          Returns the s c framework version with the primary key or returns null if it could not be found.
 SCFrameworkVersion SCFrameworkVersionPersistenceImpl.fetchByPrimaryKey(long frameworkVersionId)
          Returns the s c framework version with the primary key or returns null if it could not be found.
 SCFrameworkVersion SCFrameworkVersionPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the s c framework version with the primary key or returns null if it could not be found.
static SCFrameworkVersion[] SCFrameworkVersionUtil.filterFindByG_A_PrevAndNext(long frameworkVersionId, long groupId, boolean active, OrderByComparator orderByComparator)
          Returns the s c framework versions before and after the current s c framework version in the ordered set of s c framework versions that the user has permission to view where groupId = ? and active = ?.
 SCFrameworkVersion[] SCFrameworkVersionPersistence.filterFindByG_A_PrevAndNext(long frameworkVersionId, long groupId, boolean active, OrderByComparator orderByComparator)
          Returns the s c framework versions before and after the current s c framework version in the ordered set of s c framework versions that the user has permission to view where groupId = ? and active = ?.
 SCFrameworkVersion[] SCFrameworkVersionPersistenceImpl.filterFindByG_A_PrevAndNext(long frameworkVersionId, long groupId, boolean active, OrderByComparator orderByComparator)
          Returns the s c framework versions before and after the current s c framework version in the ordered set of s c framework versions that the user has permission to view where groupId = ? and active = ?.
static SCFrameworkVersion[] SCFrameworkVersionUtil.filterFindByGroupId_PrevAndNext(long frameworkVersionId, long groupId, OrderByComparator orderByComparator)
          Returns the s c framework versions before and after the current s c framework version in the ordered set of s c framework versions that the user has permission to view where groupId = ?.
 SCFrameworkVersion[] SCFrameworkVersionPersistence.filterFindByGroupId_PrevAndNext(long frameworkVersionId, long groupId, OrderByComparator orderByComparator)
          Returns the s c framework versions before and after the current s c framework version in the ordered set of s c framework versions that the user has permission to view where groupId = ?.
 SCFrameworkVersion[] SCFrameworkVersionPersistenceImpl.filterFindByGroupId_PrevAndNext(long frameworkVersionId, long groupId, OrderByComparator orderByComparator)
          Returns the s c framework versions before and after the current s c framework version in the ordered set of s c framework versions that the user has permission to view where groupId = ?.
protected  SCFrameworkVersion SCFrameworkVersionPersistenceImpl.filterGetByG_A_PrevAndNext(Session session, SCFrameworkVersion scFrameworkVersion, long groupId, boolean active, OrderByComparator orderByComparator, boolean previous)
           
protected  SCFrameworkVersion SCFrameworkVersionPersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, SCFrameworkVersion scFrameworkVersion, long groupId, OrderByComparator orderByComparator, boolean previous)
           
static SCFrameworkVersion SCFrameworkVersionUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first s c framework version in the ordered set where companyId = ?.
 SCFrameworkVersion SCFrameworkVersionPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first s c framework version in the ordered set where companyId = ?.
 SCFrameworkVersion SCFrameworkVersionPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first s c framework version in the ordered set where companyId = ?.
static SCFrameworkVersion SCFrameworkVersionUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last s c framework version in the ordered set where companyId = ?.
 SCFrameworkVersion SCFrameworkVersionPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last s c framework version in the ordered set where companyId = ?.
 SCFrameworkVersion SCFrameworkVersionPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last s c framework version in the ordered set where companyId = ?.
static SCFrameworkVersion[] SCFrameworkVersionUtil.findByCompanyId_PrevAndNext(long frameworkVersionId, long companyId, OrderByComparator orderByComparator)
          Returns the s c framework versions before and after the current s c framework version in the ordered set where companyId = ?.
 SCFrameworkVersion[] SCFrameworkVersionPersistence.findByCompanyId_PrevAndNext(long frameworkVersionId, long companyId, OrderByComparator orderByComparator)
          Returns the s c framework versions before and after the current s c framework version in the ordered set where companyId = ?.
 SCFrameworkVersion[] SCFrameworkVersionPersistenceImpl.findByCompanyId_PrevAndNext(long frameworkVersionId, long companyId, OrderByComparator orderByComparator)
          Returns the s c framework versions before and after the current s c framework version in the ordered set where companyId = ?.
static SCFrameworkVersion SCFrameworkVersionUtil.findByG_A_First(long groupId, boolean active, OrderByComparator orderByComparator)
          Returns the first s c framework version in the ordered set where groupId = ? and active = ?.
 SCFrameworkVersion SCFrameworkVersionPersistence.findByG_A_First(long groupId, boolean active, OrderByComparator orderByComparator)
          Returns the first s c framework version in the ordered set where groupId = ? and active = ?.
 SCFrameworkVersion SCFrameworkVersionPersistenceImpl.findByG_A_First(long groupId, boolean active, OrderByComparator orderByComparator)
          Returns the first s c framework version in the ordered set where groupId = ? and active = ?.
static SCFrameworkVersion SCFrameworkVersionUtil.findByG_A_Last(long groupId, boolean active, OrderByComparator orderByComparator)
          Returns the last s c framework version in the ordered set where groupId = ? and active = ?.
 SCFrameworkVersion SCFrameworkVersionPersistence.findByG_A_Last(long groupId, boolean active, OrderByComparator orderByComparator)
          Returns the last s c framework version in the ordered set where groupId = ? and active = ?.
 SCFrameworkVersion SCFrameworkVersionPersistenceImpl.findByG_A_Last(long groupId, boolean active, OrderByComparator orderByComparator)
          Returns the last s c framework version in the ordered set where groupId = ? and active = ?.
static SCFrameworkVersion[] SCFrameworkVersionUtil.findByG_A_PrevAndNext(long frameworkVersionId, long groupId, boolean active, OrderByComparator orderByComparator)
          Returns the s c framework versions before and after the current s c framework version in the ordered set where groupId = ? and active = ?.
 SCFrameworkVersion[] SCFrameworkVersionPersistence.findByG_A_PrevAndNext(long frameworkVersionId, long groupId, boolean active, OrderByComparator orderByComparator)
          Returns the s c framework versions before and after the current s c framework version in the ordered set where groupId = ? and active = ?.
 SCFrameworkVersion[] SCFrameworkVersionPersistenceImpl.findByG_A_PrevAndNext(long frameworkVersionId, long groupId, boolean active, OrderByComparator orderByComparator)
          Returns the s c framework versions before and after the current s c framework version in the ordered set where groupId = ? and active = ?.
static SCFrameworkVersion SCFrameworkVersionUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first s c framework version in the ordered set where groupId = ?.
 SCFrameworkVersion SCFrameworkVersionPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first s c framework version in the ordered set where groupId = ?.
 SCFrameworkVersion SCFrameworkVersionPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first s c framework version in the ordered set where groupId = ?.
static SCFrameworkVersion SCFrameworkVersionUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last s c framework version in the ordered set where groupId = ?.
 SCFrameworkVersion SCFrameworkVersionPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last s c framework version in the ordered set where groupId = ?.
 SCFrameworkVersion SCFrameworkVersionPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last s c framework version in the ordered set where groupId = ?.
static SCFrameworkVersion[] SCFrameworkVersionUtil.findByGroupId_PrevAndNext(long frameworkVersionId, long groupId, OrderByComparator orderByComparator)
          Returns the s c framework versions before and after the current s c framework version in the ordered set where groupId = ?.
 SCFrameworkVersion[] SCFrameworkVersionPersistence.findByGroupId_PrevAndNext(long frameworkVersionId, long groupId, OrderByComparator orderByComparator)
          Returns the s c framework versions before and after the current s c framework version in the ordered set where groupId = ?.
 SCFrameworkVersion[] SCFrameworkVersionPersistenceImpl.findByGroupId_PrevAndNext(long frameworkVersionId, long groupId, OrderByComparator orderByComparator)
          Returns the s c framework versions before and after the current s c framework version in the ordered set where groupId = ?.
static SCFrameworkVersion SCFrameworkVersionUtil.findByPrimaryKey(long frameworkVersionId)
          Returns the s c framework version with the primary key or throws a NoSuchFrameworkVersionException if it could not be found.
 SCFrameworkVersion SCFrameworkVersionPersistence.findByPrimaryKey(long frameworkVersionId)
          Returns the s c framework version with the primary key or throws a NoSuchFrameworkVersionException if it could not be found.
 SCFrameworkVersion SCFrameworkVersionPersistenceImpl.findByPrimaryKey(long frameworkVersionId)
          Returns the s c framework version with the primary key or throws a NoSuchFrameworkVersionException if it could not be found.
 SCFrameworkVersion SCFrameworkVersionPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the s c framework version with the primary key or throws a NoSuchModelException if it could not be found.
protected  SCFrameworkVersion SCFrameworkVersionPersistenceImpl.getByCompanyId_PrevAndNext(Session session, SCFrameworkVersion scFrameworkVersion, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  SCFrameworkVersion SCFrameworkVersionPersistenceImpl.getByG_A_PrevAndNext(Session session, SCFrameworkVersion scFrameworkVersion, long groupId, boolean active, OrderByComparator orderByComparator, boolean previous)
           
protected  SCFrameworkVersion SCFrameworkVersionPersistenceImpl.getByGroupId_PrevAndNext(Session session, SCFrameworkVersion scFrameworkVersion, long groupId, OrderByComparator orderByComparator, boolean previous)
           
static SCFrameworkVersion SCFrameworkVersionUtil.remove(long frameworkVersionId)
          Removes the s c framework version with the primary key from the database.
 SCFrameworkVersion SCFrameworkVersionPersistence.remove(long frameworkVersionId)
          Removes the s c framework version with the primary key from the database.
 SCFrameworkVersion SCFrameworkVersionPersistenceImpl.remove(long frameworkVersionId)
          Removes the s c framework version with the primary key from the database.
 SCFrameworkVersion SCFrameworkVersionPersistenceImpl.remove(Serializable primaryKey)
          Removes the s c framework version with the primary key from the database.
protected  SCFrameworkVersion SCFrameworkVersionPersistenceImpl.removeImpl(SCFrameworkVersion scFrameworkVersion)
           
protected  SCFrameworkVersion SCFrameworkVersionPersistenceImpl.toUnwrappedModel(SCFrameworkVersion scFrameworkVersion)
           
static SCFrameworkVersion SCFrameworkVersionUtil.update(SCFrameworkVersion scFrameworkVersion, boolean merge)
           
static SCFrameworkVersion SCFrameworkVersionUtil.update(SCFrameworkVersion scFrameworkVersion, boolean merge, ServiceContext serviceContext)
           
static SCFrameworkVersion SCFrameworkVersionUtil.updateImpl(SCFrameworkVersion scFrameworkVersion, boolean merge)
           
 SCFrameworkVersion SCFrameworkVersionPersistence.updateImpl(SCFrameworkVersion scFrameworkVersion, boolean merge)
           
 SCFrameworkVersion SCFrameworkVersionPersistenceImpl.updateImpl(SCFrameworkVersion scFrameworkVersion, boolean merge)
           
 

Methods in com.liferay.portlet.softwarecatalog.service.persistence that return types with arguments of type SCFrameworkVersion
static List<SCFrameworkVersion> SCFrameworkVersionUtil.filterFindByG_A(long groupId, boolean active)
          Returns all the s c framework versions that the user has permission to view where groupId = ? and active = ?.
 List<SCFrameworkVersion> SCFrameworkVersionPersistence.filterFindByG_A(long groupId, boolean active)
          Returns all the s c framework versions that the user has permission to view where groupId = ? and active = ?.
 List<SCFrameworkVersion> SCFrameworkVersionPersistenceImpl.filterFindByG_A(long groupId, boolean active)
          Returns all the s c framework versions that the user has permission to view where groupId = ? and active = ?.
static List<SCFrameworkVersion> SCFrameworkVersionUtil.filterFindByG_A(long groupId, boolean active, int start, int end)
          Returns a range of all the s c framework versions that the user has permission to view where groupId = ? and active = ?.
 List<SCFrameworkVersion> SCFrameworkVersionPersistence.filterFindByG_A(long groupId, boolean active, int start, int end)
          Returns a range of all the s c framework versions that the user has permission to view where groupId = ? and active = ?.
 List<SCFrameworkVersion> SCFrameworkVersionPersistenceImpl.filterFindByG_A(long groupId, boolean active, int start, int end)
          Returns a range of all the s c framework versions that the user has permission to view where groupId = ? and active = ?.
static List<SCFrameworkVersion> SCFrameworkVersionUtil.filterFindByG_A(long groupId, boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c framework versions that the user has permissions to view where groupId = ? and active = ?.
 List<SCFrameworkVersion> SCFrameworkVersionPersistence.filterFindByG_A(long groupId, boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c framework versions that the user has permissions to view where groupId = ? and active = ?.
 List<SCFrameworkVersion> SCFrameworkVersionPersistenceImpl.filterFindByG_A(long groupId, boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c framework versions that the user has permissions to view where groupId = ? and active = ?.
static List<SCFrameworkVersion> SCFrameworkVersionUtil.filterFindByGroupId(long groupId)
          Returns all the s c framework versions that the user has permission to view where groupId = ?.
 List<SCFrameworkVersion> SCFrameworkVersionPersistence.filterFindByGroupId(long groupId)
          Returns all the s c framework versions that the user has permission to view where groupId = ?.
 List<SCFrameworkVersion> SCFrameworkVersionPersistenceImpl.filterFindByGroupId(long groupId)
          Returns all the s c framework versions that the user has permission to view where groupId = ?.
static List<SCFrameworkVersion> SCFrameworkVersionUtil.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the s c framework versions that the user has permission to view where groupId = ?.
 List<SCFrameworkVersion> SCFrameworkVersionPersistence.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the s c framework versions that the user has permission to view where groupId = ?.
 List<SCFrameworkVersion> SCFrameworkVersionPersistenceImpl.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the s c framework versions that the user has permission to view where groupId = ?.
static List<SCFrameworkVersion> SCFrameworkVersionUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c framework versions that the user has permissions to view where groupId = ?.
 List<SCFrameworkVersion> SCFrameworkVersionPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c framework versions that the user has permissions to view where groupId = ?.
 List<SCFrameworkVersion> SCFrameworkVersionPersistenceImpl.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c framework versions that the user has permissions to view where groupId = ?.
static List<SCFrameworkVersion> SCFrameworkVersionUtil.findAll()
          Returns all the s c framework versions.
 List<SCFrameworkVersion> SCFrameworkVersionPersistence.findAll()
          Returns all the s c framework versions.
 List<SCFrameworkVersion> SCFrameworkVersionPersistenceImpl.findAll()
          Returns all the s c framework versions.
static List<SCFrameworkVersion> SCFrameworkVersionUtil.findAll(int start, int end)
          Returns a range of all the s c framework versions.
 List<SCFrameworkVersion> SCFrameworkVersionPersistence.findAll(int start, int end)
          Returns a range of all the s c framework versions.
 List<SCFrameworkVersion> SCFrameworkVersionPersistenceImpl.findAll(int start, int end)
          Returns a range of all the s c framework versions.
static List<SCFrameworkVersion> SCFrameworkVersionUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c framework versions.
 List<SCFrameworkVersion> SCFrameworkVersionPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c framework versions.
 List<SCFrameworkVersion> SCFrameworkVersionPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c framework versions.
static List<SCFrameworkVersion> SCFrameworkVersionUtil.findByCompanyId(long companyId)
          Returns all the s c framework versions where companyId = ?.
 List<SCFrameworkVersion> SCFrameworkVersionPersistence.findByCompanyId(long companyId)
          Returns all the s c framework versions where companyId = ?.
 List<SCFrameworkVersion> SCFrameworkVersionPersistenceImpl.findByCompanyId(long companyId)
          Returns all the s c framework versions where companyId = ?.
static List<SCFrameworkVersion> SCFrameworkVersionUtil.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the s c framework versions where companyId = ?.
 List<SCFrameworkVersion> SCFrameworkVersionPersistence.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the s c framework versions where companyId = ?.
 List<SCFrameworkVersion> SCFrameworkVersionPersistenceImpl.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the s c framework versions where companyId = ?.
static List<SCFrameworkVersion> SCFrameworkVersionUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c framework versions where companyId = ?.
 List<SCFrameworkVersion> SCFrameworkVersionPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c framework versions where companyId = ?.
 List<SCFrameworkVersion> SCFrameworkVersionPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c framework versions where companyId = ?.
static List<SCFrameworkVersion> SCFrameworkVersionUtil.findByG_A(long groupId, boolean active)
          Returns all the s c framework versions where groupId = ? and active = ?.
 List<SCFrameworkVersion> SCFrameworkVersionPersistence.findByG_A(long groupId, boolean active)
          Returns all the s c framework versions where groupId = ? and active = ?.
 List<SCFrameworkVersion> SCFrameworkVersionPersistenceImpl.findByG_A(long groupId, boolean active)
          Returns all the s c framework versions where groupId = ? and active = ?.
static List<SCFrameworkVersion> SCFrameworkVersionUtil.findByG_A(long groupId, boolean active, int start, int end)
          Returns a range of all the s c framework versions where groupId = ? and active = ?.
 List<SCFrameworkVersion> SCFrameworkVersionPersistence.findByG_A(long groupId, boolean active, int start, int end)
          Returns a range of all the s c framework versions where groupId = ? and active = ?.
 List<SCFrameworkVersion> SCFrameworkVersionPersistenceImpl.findByG_A(long groupId, boolean active, int start, int end)
          Returns a range of all the s c framework versions where groupId = ? and active = ?.
static List<SCFrameworkVersion> SCFrameworkVersionUtil.findByG_A(long groupId, boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c framework versions where groupId = ? and active = ?.
 List<SCFrameworkVersion> SCFrameworkVersionPersistence.findByG_A(long groupId, boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c framework versions where groupId = ? and active = ?.
 List<SCFrameworkVersion> SCFrameworkVersionPersistenceImpl.findByG_A(long groupId, boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c framework versions where groupId = ? and active = ?.
static List<SCFrameworkVersion> SCFrameworkVersionUtil.findByGroupId(long groupId)
          Returns all the s c framework versions where groupId = ?.
 List<SCFrameworkVersion> SCFrameworkVersionPersistence.findByGroupId(long groupId)
          Returns all the s c framework versions where groupId = ?.
 List<SCFrameworkVersion> SCFrameworkVersionPersistenceImpl.findByGroupId(long groupId)
          Returns all the s c framework versions where groupId = ?.
static List<SCFrameworkVersion> SCFrameworkVersionUtil.findByGroupId(long groupId, int start, int end)
          Returns a range of all the s c framework versions where groupId = ?.
 List<SCFrameworkVersion> SCFrameworkVersionPersistence.findByGroupId(long groupId, int start, int end)
          Returns a range of all the s c framework versions where groupId = ?.
 List<SCFrameworkVersion> SCFrameworkVersionPersistenceImpl.findByGroupId(long groupId, int start, int end)
          Returns a range of all the s c framework versions where groupId = ?.
static List<SCFrameworkVersion> SCFrameworkVersionUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c framework versions where groupId = ?.
 List<SCFrameworkVersion> SCFrameworkVersionPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c framework versions where groupId = ?.
 List<SCFrameworkVersion> SCFrameworkVersionPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c framework versions where groupId = ?.
static List<SCFrameworkVersion> SCFrameworkVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<SCFrameworkVersion> SCFrameworkVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<SCFrameworkVersion> SCFrameworkVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<SCFrameworkVersion> SCProductVersionUtil.getSCFrameworkVersions(long pk)
          Returns all the s c framework versions associated with the s c product version.
 List<SCFrameworkVersion> SCProductVersionPersistence.getSCFrameworkVersions(long pk)
          Returns all the s c framework versions associated with the s c product version.
 List<SCFrameworkVersion> SCProductVersionPersistenceImpl.getSCFrameworkVersions(long pk)
          Returns all the s c framework versions associated with the s c product version.
static List<SCFrameworkVersion> SCProductVersionUtil.getSCFrameworkVersions(long pk, int start, int end)
          Returns a range of all the s c framework versions associated with the s c product version.
 List<SCFrameworkVersion> SCProductVersionPersistence.getSCFrameworkVersions(long pk, int start, int end)
          Returns a range of all the s c framework versions associated with the s c product version.
 List<SCFrameworkVersion> SCProductVersionPersistenceImpl.getSCFrameworkVersions(long pk, int start, int end)
          Returns a range of all the s c framework versions associated with the s c product version.
static List<SCFrameworkVersion> SCProductVersionUtil.getSCFrameworkVersions(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c framework versions associated with the s c product version.
 List<SCFrameworkVersion> SCProductVersionPersistence.getSCFrameworkVersions(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c framework versions associated with the s c product version.
 List<SCFrameworkVersion> SCProductVersionPersistenceImpl.getSCFrameworkVersions(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c framework versions associated with the s c product version.
 

Methods in com.liferay.portlet.softwarecatalog.service.persistence with parameters of type SCFrameworkVersion
static void SCProductVersionUtil.addSCFrameworkVersion(long pk, SCFrameworkVersion scFrameworkVersion)
          Adds an association between the s c product version and the s c framework version.
 void SCProductVersionPersistence.addSCFrameworkVersion(long pk, SCFrameworkVersion scFrameworkVersion)
          Adds an association between the s c product version and the s c framework version.
 void SCProductVersionPersistenceImpl.addSCFrameworkVersion(long pk, SCFrameworkVersion scFrameworkVersion)
          Adds an association between the s c product version and the s c framework version.
static void SCFrameworkVersionUtil.cacheResult(SCFrameworkVersion scFrameworkVersion)
          Caches the s c framework version in the entity cache if it is enabled.
 void SCFrameworkVersionPersistence.cacheResult(SCFrameworkVersion scFrameworkVersion)
          Caches the s c framework version in the entity cache if it is enabled.
 void SCFrameworkVersionPersistenceImpl.cacheResult(SCFrameworkVersion scFrameworkVersion)
          Caches the s c framework version in the entity cache if it is enabled.
static void SCFrameworkVersionUtil.clearCache(SCFrameworkVersion scFrameworkVersion)
           
 void SCFrameworkVersionPersistenceImpl.clearCache(SCFrameworkVersion scFrameworkVersion)
          Clears the cache for the s c framework version.
protected  SCFrameworkVersion SCFrameworkVersionPersistenceImpl.filterGetByG_A_PrevAndNext(Session session, SCFrameworkVersion scFrameworkVersion, long groupId, boolean active, OrderByComparator orderByComparator, boolean previous)
           
protected  SCFrameworkVersion SCFrameworkVersionPersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, SCFrameworkVersion scFrameworkVersion, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  SCFrameworkVersion SCFrameworkVersionPersistenceImpl.getByCompanyId_PrevAndNext(Session session, SCFrameworkVersion scFrameworkVersion, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  SCFrameworkVersion SCFrameworkVersionPersistenceImpl.getByG_A_PrevAndNext(Session session, SCFrameworkVersion scFrameworkVersion, long groupId, boolean active, OrderByComparator orderByComparator, boolean previous)
           
protected  SCFrameworkVersion SCFrameworkVersionPersistenceImpl.getByGroupId_PrevAndNext(Session session, SCFrameworkVersion scFrameworkVersion, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  SCFrameworkVersion SCFrameworkVersionPersistenceImpl.removeImpl(SCFrameworkVersion scFrameworkVersion)
           
static void SCProductVersionUtil.removeSCFrameworkVersion(long pk, SCFrameworkVersion scFrameworkVersion)
          Removes the association between the s c product version and the s c framework version.
 void SCProductVersionPersistence.removeSCFrameworkVersion(long pk, SCFrameworkVersion scFrameworkVersion)
          Removes the association between the s c product version and the s c framework version.
 void SCProductVersionPersistenceImpl.removeSCFrameworkVersion(long pk, SCFrameworkVersion scFrameworkVersion)
          Removes the association between the s c product version and the s c framework version.
protected  SCFrameworkVersion SCFrameworkVersionPersistenceImpl.toUnwrappedModel(SCFrameworkVersion scFrameworkVersion)
           
static SCFrameworkVersion SCFrameworkVersionUtil.update(SCFrameworkVersion scFrameworkVersion, boolean merge)
           
static SCFrameworkVersion SCFrameworkVersionUtil.update(SCFrameworkVersion scFrameworkVersion, boolean merge, ServiceContext serviceContext)
           
static SCFrameworkVersion SCFrameworkVersionUtil.updateImpl(SCFrameworkVersion scFrameworkVersion, boolean merge)
           
 SCFrameworkVersion SCFrameworkVersionPersistence.updateImpl(SCFrameworkVersion scFrameworkVersion, boolean merge)
           
 SCFrameworkVersion SCFrameworkVersionPersistenceImpl.updateImpl(SCFrameworkVersion scFrameworkVersion, boolean merge)
           
 

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


Liferay 6.1.2-ce-ga3