Liferay 6.0.3

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.getWrappedSCFrameworkVersion()
           
 SCFrameworkVersion SCFrameworkVersionWrapper.toEscapedModel()
           
 SCFrameworkVersion SCFrameworkVersionModel.toEscapedModel()
           
 

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

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 SCFrameworkVersionImpl
           
 

Methods in com.liferay.portlet.softwarecatalog.model.impl that return SCFrameworkVersion
 SCFrameworkVersion SCFrameworkVersionModelImpl.toEscapedModel()
           
static SCFrameworkVersion SCFrameworkVersionModelImpl.toModel(SCFrameworkVersionSoap soapModel)
           
 

Methods in com.liferay.portlet.softwarecatalog.model.impl that return types with arguments of type SCFrameworkVersion
 List<SCFrameworkVersion> SCProductVersionImpl.getFrameworkVersions()
           
static List<SCFrameworkVersion> SCFrameworkVersionModelImpl.toModels(SCFrameworkVersionSoap[] soapModels)
           
 

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
 SCFrameworkVersion SCFrameworkVersionLocalServiceWrapper.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 SCFrameworkVersionLocalService.addFrameworkVersion(long userId, 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 SCFrameworkVersionService.addFrameworkVersion(String name, String url, boolean active, int priority, ServiceContext serviceContext)
           
 SCFrameworkVersion SCFrameworkVersionLocalServiceWrapper.addSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
           
static SCFrameworkVersion SCFrameworkVersionLocalServiceUtil.addSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
           
 SCFrameworkVersion SCFrameworkVersionLocalService.addSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
           
 SCFrameworkVersion SCFrameworkVersionLocalServiceWrapper.createSCFrameworkVersion(long frameworkVersionId)
           
static SCFrameworkVersion SCFrameworkVersionLocalServiceUtil.createSCFrameworkVersion(long frameworkVersionId)
           
 SCFrameworkVersion SCFrameworkVersionLocalService.createSCFrameworkVersion(long frameworkVersionId)
           
 SCFrameworkVersion SCFrameworkVersionServiceWrapper.getFrameworkVersion(long frameworkVersionId)
           
static SCFrameworkVersion SCFrameworkVersionServiceUtil.getFrameworkVersion(long frameworkVersionId)
           
 SCFrameworkVersion SCFrameworkVersionService.getFrameworkVersion(long frameworkVersionId)
           
 SCFrameworkVersion SCFrameworkVersionLocalServiceWrapper.getFrameworkVersion(long frameworkVersionId)
           
static SCFrameworkVersion SCFrameworkVersionLocalServiceUtil.getFrameworkVersion(long frameworkVersionId)
           
 SCFrameworkVersion SCFrameworkVersionLocalService.getFrameworkVersion(long frameworkVersionId)
           
 SCFrameworkVersion SCFrameworkVersionLocalServiceWrapper.getSCFrameworkVersion(long frameworkVersionId)
           
static SCFrameworkVersion SCFrameworkVersionLocalServiceUtil.getSCFrameworkVersion(long frameworkVersionId)
           
 SCFrameworkVersion SCFrameworkVersionLocalService.getSCFrameworkVersion(long frameworkVersionId)
           
 SCFrameworkVersion SCFrameworkVersionServiceWrapper.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 SCFrameworkVersionLocalServiceWrapper.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 SCFrameworkVersionLocalService.updateFrameworkVersion(long frameworkVersionId, String name, String url, boolean active, int priority)
           
 SCFrameworkVersion SCFrameworkVersionLocalServiceWrapper.updateSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
           
static SCFrameworkVersion SCFrameworkVersionLocalServiceUtil.updateSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
           
 SCFrameworkVersion SCFrameworkVersionLocalService.updateSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
           
 SCFrameworkVersion SCFrameworkVersionLocalServiceWrapper.updateSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion, boolean merge)
           
static SCFrameworkVersion SCFrameworkVersionLocalServiceUtil.updateSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion, boolean merge)
           
 SCFrameworkVersion SCFrameworkVersionLocalService.updateSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion, boolean merge)
           
 

Methods in com.liferay.portlet.softwarecatalog.service that return types with arguments of type SCFrameworkVersion
 List<SCFrameworkVersion> SCFrameworkVersionServiceWrapper.getFrameworkVersions(long groupId, boolean active)
           
static List<SCFrameworkVersion> SCFrameworkVersionServiceUtil.getFrameworkVersions(long groupId, boolean active)
           
 List<SCFrameworkVersion> SCFrameworkVersionService.getFrameworkVersions(long groupId, boolean active)
           
 List<SCFrameworkVersion> SCFrameworkVersionLocalServiceWrapper.getFrameworkVersions(long groupId, boolean active)
           
static List<SCFrameworkVersion> SCFrameworkVersionLocalServiceUtil.getFrameworkVersions(long groupId, boolean active)
           
 List<SCFrameworkVersion> SCFrameworkVersionLocalService.getFrameworkVersions(long groupId, boolean active)
           
 List<SCFrameworkVersion> SCFrameworkVersionServiceWrapper.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> SCFrameworkVersionLocalServiceWrapper.getFrameworkVersions(long groupId, boolean active, int start, int end)
           
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)
           
 List<SCFrameworkVersion> SCFrameworkVersionLocalServiceWrapper.getFrameworkVersions(long groupId, 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.getProductVersionFrameworkVersions(long productVersionId)
           
static List<SCFrameworkVersion> SCFrameworkVersionLocalServiceUtil.getProductVersionFrameworkVersions(long productVersionId)
           
 List<SCFrameworkVersion> SCFrameworkVersionLocalService.getProductVersionFrameworkVersions(long productVersionId)
           
 List<SCFrameworkVersion> SCFrameworkVersionLocalServiceWrapper.getSCFrameworkVersions(int start, int end)
           
static List<SCFrameworkVersion> SCFrameworkVersionLocalServiceUtil.getSCFrameworkVersions(int start, int end)
           
 List<SCFrameworkVersion> SCFrameworkVersionLocalService.getSCFrameworkVersions(int start, int end)
           
 

Methods in com.liferay.portlet.softwarecatalog.service with parameters of type SCFrameworkVersion
 void SCFrameworkVersionLocalServiceWrapper.addFrameworkVersionResources(SCFrameworkVersion frameworkVersion, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void SCFrameworkVersionLocalServiceUtil.addFrameworkVersionResources(SCFrameworkVersion frameworkVersion, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void SCFrameworkVersionLocalService.addFrameworkVersionResources(SCFrameworkVersion frameworkVersion, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void SCFrameworkVersionLocalServiceWrapper.addFrameworkVersionResources(SCFrameworkVersion frameworkVersion, String[] communityPermissions, String[] guestPermissions)
           
static void SCFrameworkVersionLocalServiceUtil.addFrameworkVersionResources(SCFrameworkVersion frameworkVersion, String[] communityPermissions, String[] guestPermissions)
           
 void SCFrameworkVersionLocalService.addFrameworkVersionResources(SCFrameworkVersion frameworkVersion, String[] communityPermissions, String[] guestPermissions)
           
 SCFrameworkVersion SCFrameworkVersionLocalServiceWrapper.addSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
           
static SCFrameworkVersion SCFrameworkVersionLocalServiceUtil.addSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
           
 SCFrameworkVersion SCFrameworkVersionLocalService.addSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
           
 void SCFrameworkVersionLocalServiceWrapper.deleteFrameworkVersion(SCFrameworkVersion frameworkVersion)
           
static void SCFrameworkVersionLocalServiceUtil.deleteFrameworkVersion(SCFrameworkVersion frameworkVersion)
           
 void SCFrameworkVersionLocalService.deleteFrameworkVersion(SCFrameworkVersion frameworkVersion)
           
 void SCFrameworkVersionLocalServiceWrapper.deleteSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
           
static void SCFrameworkVersionLocalServiceUtil.deleteSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
           
 void SCFrameworkVersionLocalService.deleteSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
           
 SCFrameworkVersion SCFrameworkVersionLocalServiceWrapper.updateSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
           
static SCFrameworkVersion SCFrameworkVersionLocalServiceUtil.updateSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
           
 SCFrameworkVersion SCFrameworkVersionLocalService.updateSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
           
 SCFrameworkVersion SCFrameworkVersionLocalServiceWrapper.updateSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion, boolean merge)
           
static SCFrameworkVersion SCFrameworkVersionLocalServiceUtil.updateSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion, boolean merge)
           
 SCFrameworkVersion SCFrameworkVersionLocalService.updateSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion, boolean merge)
           
 

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)
           
 SCFrameworkVersion SCFrameworkVersionLocalServiceBaseImpl.createSCFrameworkVersion(long frameworkVersionId)
           
 SCFrameworkVersion SCFrameworkVersionLocalServiceBaseImpl.getSCFrameworkVersion(long frameworkVersionId)
           
 SCFrameworkVersion SCFrameworkVersionLocalServiceBaseImpl.updateSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
           
 SCFrameworkVersion SCFrameworkVersionLocalServiceBaseImpl.updateSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion, boolean merge)
           
 

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

Methods in com.liferay.portlet.softwarecatalog.service.base with parameters of type SCFrameworkVersion
 SCFrameworkVersion SCFrameworkVersionLocalServiceBaseImpl.addSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
           
 void SCFrameworkVersionLocalServiceBaseImpl.deleteSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
           
 SCFrameworkVersion SCFrameworkVersionLocalServiceBaseImpl.updateSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
           
 SCFrameworkVersion SCFrameworkVersionLocalServiceBaseImpl.updateSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion, boolean merge)
           
 

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)
           
 

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

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

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 addCommunityPermissions, boolean addGuestPermissions)
           
 void SCFrameworkVersionLocalServiceImpl.addFrameworkVersionResources(SCFrameworkVersion frameworkVersion, String[] communityPermissions, 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)
           
 SCFrameworkVersion SCFrameworkVersionPersistence.create(long frameworkVersionId)
           
 SCFrameworkVersion SCFrameworkVersionPersistenceImpl.create(long frameworkVersionId)
           
static SCFrameworkVersion SCFrameworkVersionUtil.fetchByPrimaryKey(long frameworkVersionId)
           
 SCFrameworkVersion SCFrameworkVersionPersistence.fetchByPrimaryKey(long frameworkVersionId)
           
 SCFrameworkVersion SCFrameworkVersionPersistenceImpl.fetchByPrimaryKey(long frameworkVersionId)
           
 SCFrameworkVersion SCFrameworkVersionPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
           
static SCFrameworkVersion SCFrameworkVersionUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
 SCFrameworkVersion SCFrameworkVersionPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
 SCFrameworkVersion SCFrameworkVersionPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
static SCFrameworkVersion SCFrameworkVersionUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
 SCFrameworkVersion SCFrameworkVersionPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
 SCFrameworkVersion SCFrameworkVersionPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
static SCFrameworkVersion[] SCFrameworkVersionUtil.findByCompanyId_PrevAndNext(long frameworkVersionId, long companyId, OrderByComparator orderByComparator)
           
 SCFrameworkVersion[] SCFrameworkVersionPersistence.findByCompanyId_PrevAndNext(long frameworkVersionId, long companyId, OrderByComparator orderByComparator)
           
 SCFrameworkVersion[] SCFrameworkVersionPersistenceImpl.findByCompanyId_PrevAndNext(long frameworkVersionId, long companyId, OrderByComparator orderByComparator)
           
static SCFrameworkVersion SCFrameworkVersionUtil.findByG_A_First(long groupId, boolean active, OrderByComparator orderByComparator)
           
 SCFrameworkVersion SCFrameworkVersionPersistence.findByG_A_First(long groupId, boolean active, OrderByComparator orderByComparator)
           
 SCFrameworkVersion SCFrameworkVersionPersistenceImpl.findByG_A_First(long groupId, boolean active, OrderByComparator orderByComparator)
           
static SCFrameworkVersion SCFrameworkVersionUtil.findByG_A_Last(long groupId, boolean active, OrderByComparator orderByComparator)
           
 SCFrameworkVersion SCFrameworkVersionPersistence.findByG_A_Last(long groupId, boolean active, OrderByComparator orderByComparator)
           
 SCFrameworkVersion SCFrameworkVersionPersistenceImpl.findByG_A_Last(long groupId, boolean active, OrderByComparator orderByComparator)
           
static SCFrameworkVersion[] SCFrameworkVersionUtil.findByG_A_PrevAndNext(long frameworkVersionId, long groupId, boolean active, OrderByComparator orderByComparator)
           
 SCFrameworkVersion[] SCFrameworkVersionPersistence.findByG_A_PrevAndNext(long frameworkVersionId, long groupId, boolean active, OrderByComparator orderByComparator)
           
 SCFrameworkVersion[] SCFrameworkVersionPersistenceImpl.findByG_A_PrevAndNext(long frameworkVersionId, long groupId, boolean active, OrderByComparator orderByComparator)
           
static SCFrameworkVersion SCFrameworkVersionUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
 SCFrameworkVersion SCFrameworkVersionPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
 SCFrameworkVersion SCFrameworkVersionPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
static SCFrameworkVersion SCFrameworkVersionUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
 SCFrameworkVersion SCFrameworkVersionPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
 SCFrameworkVersion SCFrameworkVersionPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
static SCFrameworkVersion[] SCFrameworkVersionUtil.findByGroupId_PrevAndNext(long frameworkVersionId, long groupId, OrderByComparator orderByComparator)
           
 SCFrameworkVersion[] SCFrameworkVersionPersistence.findByGroupId_PrevAndNext(long frameworkVersionId, long groupId, OrderByComparator orderByComparator)
           
 SCFrameworkVersion[] SCFrameworkVersionPersistenceImpl.findByGroupId_PrevAndNext(long frameworkVersionId, long groupId, OrderByComparator orderByComparator)
           
static SCFrameworkVersion SCFrameworkVersionUtil.findByPrimaryKey(long frameworkVersionId)
           
 SCFrameworkVersion SCFrameworkVersionPersistence.findByPrimaryKey(long frameworkVersionId)
           
 SCFrameworkVersion SCFrameworkVersionPersistenceImpl.findByPrimaryKey(long frameworkVersionId)
           
 SCFrameworkVersion SCFrameworkVersionPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
           
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)
           
 SCFrameworkVersion SCFrameworkVersionPersistence.remove(long frameworkVersionId)
           
 SCFrameworkVersion SCFrameworkVersionPersistenceImpl.remove(long frameworkVersionId)
           
static SCFrameworkVersion SCFrameworkVersionUtil.remove(SCFrameworkVersion scFrameworkVersion)
           
 SCFrameworkVersion SCFrameworkVersionPersistenceImpl.remove(Serializable primaryKey)
           
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)
           
 List<SCFrameworkVersion> SCFrameworkVersionPersistence.filterFindByG_A(long groupId, boolean active)
           
 List<SCFrameworkVersion> SCFrameworkVersionPersistenceImpl.filterFindByG_A(long groupId, boolean active)
           
static List<SCFrameworkVersion> SCFrameworkVersionUtil.filterFindByG_A(long groupId, boolean active, int start, int end)
           
 List<SCFrameworkVersion> SCFrameworkVersionPersistence.filterFindByG_A(long groupId, boolean active, int start, int end)
           
 List<SCFrameworkVersion> SCFrameworkVersionPersistenceImpl.filterFindByG_A(long groupId, boolean active, int start, int end)
           
static List<SCFrameworkVersion> SCFrameworkVersionUtil.filterFindByG_A(long groupId, boolean active, int start, int end, OrderByComparator orderByComparator)
           
 List<SCFrameworkVersion> SCFrameworkVersionPersistence.filterFindByG_A(long groupId, boolean active, int start, int end, OrderByComparator orderByComparator)
           
 List<SCFrameworkVersion> SCFrameworkVersionPersistenceImpl.filterFindByG_A(long groupId, boolean active, int start, int end, OrderByComparator orderByComparator)
           
static List<SCFrameworkVersion> SCFrameworkVersionUtil.filterFindByGroupId(long groupId)
           
 List<SCFrameworkVersion> SCFrameworkVersionPersistence.filterFindByGroupId(long groupId)
           
 List<SCFrameworkVersion> SCFrameworkVersionPersistenceImpl.filterFindByGroupId(long groupId)
           
static List<SCFrameworkVersion> SCFrameworkVersionUtil.filterFindByGroupId(long groupId, int start, int end)
           
 List<SCFrameworkVersion> SCFrameworkVersionPersistence.filterFindByGroupId(long groupId, int start, int end)
           
 List<SCFrameworkVersion> SCFrameworkVersionPersistenceImpl.filterFindByGroupId(long groupId, int start, int end)
           
static List<SCFrameworkVersion> SCFrameworkVersionUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<SCFrameworkVersion> SCFrameworkVersionPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<SCFrameworkVersion> SCFrameworkVersionPersistenceImpl.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
static List<SCFrameworkVersion> SCFrameworkVersionUtil.findAll()
           
 List<SCFrameworkVersion> SCFrameworkVersionPersistence.findAll()
           
 List<SCFrameworkVersion> SCFrameworkVersionPersistenceImpl.findAll()
           
static List<SCFrameworkVersion> SCFrameworkVersionUtil.findAll(int start, int end)
           
 List<SCFrameworkVersion> SCFrameworkVersionPersistence.findAll(int start, int end)
           
 List<SCFrameworkVersion> SCFrameworkVersionPersistenceImpl.findAll(int start, int end)
           
static List<SCFrameworkVersion> SCFrameworkVersionUtil.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<SCFrameworkVersion> SCFrameworkVersionPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<SCFrameworkVersion> SCFrameworkVersionPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
           
static List<SCFrameworkVersion> SCFrameworkVersionUtil.findByCompanyId(long companyId)
           
 List<SCFrameworkVersion> SCFrameworkVersionPersistence.findByCompanyId(long companyId)
           
 List<SCFrameworkVersion> SCFrameworkVersionPersistenceImpl.findByCompanyId(long companyId)
           
static List<SCFrameworkVersion> SCFrameworkVersionUtil.findByCompanyId(long companyId, int start, int end)
           
 List<SCFrameworkVersion> SCFrameworkVersionPersistence.findByCompanyId(long companyId, int start, int end)
           
 List<SCFrameworkVersion> SCFrameworkVersionPersistenceImpl.findByCompanyId(long companyId, int start, int end)
           
static List<SCFrameworkVersion> SCFrameworkVersionUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
           
 List<SCFrameworkVersion> SCFrameworkVersionPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
           
 List<SCFrameworkVersion> SCFrameworkVersionPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
           
static List<SCFrameworkVersion> SCFrameworkVersionUtil.findByG_A(long groupId, boolean active)
           
 List<SCFrameworkVersion> SCFrameworkVersionPersistence.findByG_A(long groupId, boolean active)
           
 List<SCFrameworkVersion> SCFrameworkVersionPersistenceImpl.findByG_A(long groupId, boolean active)
           
static List<SCFrameworkVersion> SCFrameworkVersionUtil.findByG_A(long groupId, boolean active, int start, int end)
           
 List<SCFrameworkVersion> SCFrameworkVersionPersistence.findByG_A(long groupId, boolean active, int start, int end)
           
 List<SCFrameworkVersion> SCFrameworkVersionPersistenceImpl.findByG_A(long groupId, boolean active, int start, int end)
           
static List<SCFrameworkVersion> SCFrameworkVersionUtil.findByG_A(long groupId, boolean active, int start, int end, OrderByComparator orderByComparator)
           
 List<SCFrameworkVersion> SCFrameworkVersionPersistence.findByG_A(long groupId, boolean active, int start, int end, OrderByComparator orderByComparator)
           
 List<SCFrameworkVersion> SCFrameworkVersionPersistenceImpl.findByG_A(long groupId, boolean active, int start, int end, OrderByComparator orderByComparator)
           
static List<SCFrameworkVersion> SCFrameworkVersionUtil.findByGroupId(long groupId)
           
 List<SCFrameworkVersion> SCFrameworkVersionPersistence.findByGroupId(long groupId)
           
 List<SCFrameworkVersion> SCFrameworkVersionPersistenceImpl.findByGroupId(long groupId)
           
static List<SCFrameworkVersion> SCFrameworkVersionUtil.findByGroupId(long groupId, int start, int end)
           
 List<SCFrameworkVersion> SCFrameworkVersionPersistence.findByGroupId(long groupId, int start, int end)
           
 List<SCFrameworkVersion> SCFrameworkVersionPersistenceImpl.findByGroupId(long groupId, int start, int end)
           
static List<SCFrameworkVersion> SCFrameworkVersionUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<SCFrameworkVersion> SCFrameworkVersionPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<SCFrameworkVersion> SCFrameworkVersionPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
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)
           
 List<SCFrameworkVersion> SCProductVersionPersistence.getSCFrameworkVersions(long pk)
           
 List<SCFrameworkVersion> SCProductVersionPersistenceImpl.getSCFrameworkVersions(long pk)
           
static List<SCFrameworkVersion> SCProductVersionUtil.getSCFrameworkVersions(long pk, int start, int end)
           
 List<SCFrameworkVersion> SCProductVersionPersistence.getSCFrameworkVersions(long pk, int start, int end)
           
 List<SCFrameworkVersion> SCProductVersionPersistenceImpl.getSCFrameworkVersions(long pk, int start, int end)
           
static List<SCFrameworkVersion> SCProductVersionUtil.getSCFrameworkVersions(long pk, int start, int end, OrderByComparator orderByComparator)
           
 List<SCFrameworkVersion> SCProductVersionPersistence.getSCFrameworkVersions(long pk, int start, int end, OrderByComparator orderByComparator)
           
 List<SCFrameworkVersion> SCProductVersionPersistenceImpl.getSCFrameworkVersions(long pk, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.softwarecatalog.service.persistence with parameters of type SCFrameworkVersion
static void SCProductVersionUtil.addSCFrameworkVersion(long pk, SCFrameworkVersion scFrameworkVersion)
           
 void SCProductVersionPersistence.addSCFrameworkVersion(long pk, SCFrameworkVersion scFrameworkVersion)
           
 void SCProductVersionPersistenceImpl.addSCFrameworkVersion(long pk, SCFrameworkVersion scFrameworkVersion)
           
static void SCFrameworkVersionUtil.cacheResult(SCFrameworkVersion scFrameworkVersion)
           
 void SCFrameworkVersionPersistence.cacheResult(SCFrameworkVersion scFrameworkVersion)
           
 void SCFrameworkVersionPersistenceImpl.cacheResult(SCFrameworkVersion scFrameworkVersion)
           
static void SCFrameworkVersionUtil.clearCache(SCFrameworkVersion scFrameworkVersion)
           
 void SCFrameworkVersionPersistenceImpl.clearCache(SCFrameworkVersion scFrameworkVersion)
           
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(SCFrameworkVersion scFrameworkVersion)
           
protected  SCFrameworkVersion SCFrameworkVersionPersistenceImpl.removeImpl(SCFrameworkVersion scFrameworkVersion)
           
static void SCProductVersionUtil.removeSCFrameworkVersion(long pk, SCFrameworkVersion scFrameworkVersion)
           
 void SCProductVersionPersistence.removeSCFrameworkVersion(long pk, SCFrameworkVersion scFrameworkVersion)
           
 void SCProductVersionPersistenceImpl.removeSCFrameworkVersion(long pk, 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)
           
 

Method parameters in com.liferay.portlet.softwarecatalog.service.persistence with type arguments of type SCFrameworkVersion
static void SCProductVersionUtil.addSCFrameworkVersions(long pk, List<SCFrameworkVersion> scFrameworkVersions)
           
 void SCProductVersionPersistence.addSCFrameworkVersions(long pk, List<SCFrameworkVersion> scFrameworkVersions)
           
 void SCProductVersionPersistenceImpl.addSCFrameworkVersions(long pk, List<SCFrameworkVersion> scFrameworkVersions)
           
static void SCFrameworkVersionUtil.cacheResult(List<SCFrameworkVersion> scFrameworkVersions)
           
 void SCFrameworkVersionPersistence.cacheResult(List<SCFrameworkVersion> scFrameworkVersions)
           
 void SCFrameworkVersionPersistenceImpl.cacheResult(List<SCFrameworkVersion> scFrameworkVersions)
           
static void SCProductVersionUtil.removeSCFrameworkVersions(long pk, List<SCFrameworkVersion> scFrameworkVersions)
           
 void SCProductVersionPersistence.removeSCFrameworkVersions(long pk, List<SCFrameworkVersion> scFrameworkVersions)
           
 void SCProductVersionPersistenceImpl.removeSCFrameworkVersions(long pk, List<SCFrameworkVersion> scFrameworkVersions)
           
static void SCProductVersionUtil.setSCFrameworkVersions(long pk, List<SCFrameworkVersion> scFrameworkVersions)
           
 void SCProductVersionPersistence.setSCFrameworkVersions(long pk, List<SCFrameworkVersion> scFrameworkVersions)
           
 void SCProductVersionPersistenceImpl.setSCFrameworkVersions(long pk, List<SCFrameworkVersion> scFrameworkVersions)
           
 


Liferay 6.0.3