Liferay 6.2-ce-ga5

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

Packages that use SCFrameworkVersion
com.liferay.portlet.softwarecatalog.model   
com.liferay.portlet.softwarecatalog.service   
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. As of 6.1.0, replaced by SCFrameworkVersionWrapper.getWrappedModel()
 SCFrameworkVersion SCFrameworkVersionModel.toEscapedModel()
           
 SCFrameworkVersion SCFrameworkVersionWrapper.toEscapedModel()
           
 SCFrameworkVersion SCFrameworkVersionModel.toUnescapedModel()
           
 SCFrameworkVersion SCFrameworkVersionWrapper.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> SCFrameworkVersionModel.toCacheModel()
           
 CacheModel<SCFrameworkVersion> SCFrameworkVersionWrapper.toCacheModel()
           
 

Methods in com.liferay.portlet.softwarecatalog.model with parameters of type SCFrameworkVersion
 int SCFrameworkVersionModel.compareTo(SCFrameworkVersion scFrameworkVersion)
           
 int SCFrameworkVersionWrapper.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.service
 

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

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

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

Methods in com.liferay.portlet.softwarecatalog.service.persistence that return SCFrameworkVersion
 SCFrameworkVersion SCFrameworkVersionPersistence.create(long frameworkVersionId)
          Creates a new s c framework version with the primary key.
static SCFrameworkVersion SCFrameworkVersionUtil.create(long frameworkVersionId)
          Creates a new s c framework version with the primary key.
 SCFrameworkVersion SCFrameworkVersionPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first s c framework version in the ordered set where companyId = ?.
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_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last 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.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_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_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.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.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first s c framework version in the ordered set where groupId = ?.
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_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last 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.fetchByPrimaryKey(long frameworkVersionId)
          Returns the s c framework version with the primary key or returns null if it could not be found.
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.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.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.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 = ?.
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.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first s c framework version in the ordered set where companyId = ?.
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_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last 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_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.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.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_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_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_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_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.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.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first s c framework version in the ordered set where groupId = ?.
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_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last 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_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.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.findByPrimaryKey(long frameworkVersionId)
          Returns the s c framework version with the primary key or throws a NoSuchFrameworkVersionException if it could not be found.
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.remove(long frameworkVersionId)
          Removes the s c framework version with the primary key from the database.
static SCFrameworkVersion SCFrameworkVersionUtil.remove(long frameworkVersionId)
          Removes the s c framework version with the primary key from the database.
static SCFrameworkVersion SCFrameworkVersionUtil.update(SCFrameworkVersion scFrameworkVersion)
           
static SCFrameworkVersion SCFrameworkVersionUtil.update(SCFrameworkVersion scFrameworkVersion, ServiceContext serviceContext)
           
 SCFrameworkVersion SCFrameworkVersionPersistence.updateImpl(SCFrameworkVersion scFrameworkVersion)
           
static SCFrameworkVersion SCFrameworkVersionUtil.updateImpl(SCFrameworkVersion scFrameworkVersion)
           
 

Methods in com.liferay.portlet.softwarecatalog.service.persistence that return types with arguments of type SCFrameworkVersion
 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 = ?.
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, 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)
          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, 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.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.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)
          Returns 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 = ?.
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, 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.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.findAll()
          Returns all the s c framework versions.
static List<SCFrameworkVersion> SCFrameworkVersionUtil.findAll()
          Returns all the s c framework versions.
 List<SCFrameworkVersion> SCFrameworkVersionPersistence.findAll(int start, int end)
          Returns a range of 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, OrderByComparator orderByComparator)
          Returns an ordered 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.findByCompanyId(long companyId)
          Returns all the s c framework versions where companyId = ?.
static List<SCFrameworkVersion> SCFrameworkVersionUtil.findByCompanyId(long companyId)
          Returns 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 = ?.
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, OrderByComparator orderByComparator)
          Returns an ordered 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.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)
          Returns 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 = ?.
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, OrderByComparator orderByComparator)
          Returns an ordered 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.findByGroupId(long groupId)
          Returns all the s c framework versions where groupId = ?.
static List<SCFrameworkVersion> SCFrameworkVersionUtil.findByGroupId(long groupId)
          Returns 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 = ?.
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, OrderByComparator orderByComparator)
          Returns an ordered 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 = ?.
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)
           
 List<SCFrameworkVersion> SCProductVersionPersistence.getSCFrameworkVersions(long pk)
          Returns all the s c framework versions associated with the s c product version.
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, 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)
          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, OrderByComparator orderByComparator)
          Returns an ordered 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.
 

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

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


Liferay 6.2-ce-ga5