Uses of Class
org.axway.grapes.server.db.datamodel.DbLicense

Packages that use DbLicense
org.axway.grapes.server.core   
org.axway.grapes.server.core.options   
org.axway.grapes.server.db   
org.axway.grapes.server.db.datamodel   
org.axway.grapes.server.db.mongo   
 

Uses of DbLicense in org.axway.grapes.server.core
 

Methods in org.axway.grapes.server.core that return DbLicense
 DbLicense LicenseHandler.getLicense(String name)
          Return a html view that contains the targeted license
 DbLicense LicenseHandler.resolve(String licenseId)
          Resolve the targeted license thanks to the license ID Return null if no license is matching the licenseId
 

Methods in org.axway.grapes.server.core that return types with arguments of type DbLicense
 List<DbLicense> ArtifactHandler.getArtifactLicenses(String gavc, FiltersHolder filters)
          Return the list of licenses attached to an artifact
 List<DbLicense> ModuleHandler.getModuleLicenses(String moduleId)
          Return a licenses view of the targeted module
 

Methods in org.axway.grapes.server.core with parameters of type DbLicense
 void LicenseHandler.store(DbLicense dbLicense)
          Add or update a license to the database
 

Uses of DbLicense in org.axway.grapes.server.core.options
 

Methods in org.axway.grapes.server.core.options with parameters of type DbLicense
 boolean FiltersHolder.shouldBeInReport(DbLicense license)
           
 

Uses of DbLicense in org.axway.grapes.server.db
 

Methods in org.axway.grapes.server.db that return DbLicense
 DbLicense ModelMapper.getDbLicense(License license)
          Transform a license from client/server model to database model
 DbLicense RepositoryHandler.getLicense(String name)
          Retrieve the targeted license from the database
 

Methods in org.axway.grapes.server.db that return types with arguments of type DbLicense
 List<DbLicense> RepositoryHandler.getAllLicenses()
          Retrieve all licenses from the database
 

Methods in org.axway.grapes.server.db with parameters of type DbLicense
 void RepositoryHandler.approveLicense(DbLicense license, Boolean approved)
          Approve or reject a license
 License ModelMapper.getLicense(DbLicense dbLicense)
          Transform a license from database model to client/server model
 void RepositoryHandler.store(DbLicense license)
          Store a new license or update an existing one
 

Uses of DbLicense in org.axway.grapes.server.db.datamodel
 

Methods in org.axway.grapes.server.db.datamodel with parameters of type DbLicense
 void DbArtifact.addLicense(DbLicense license)
           
 

Uses of DbLicense in org.axway.grapes.server.db.mongo
 

Methods in org.axway.grapes.server.db.mongo that return DbLicense
 DbLicense MongodbHandler.getLicense(String name)
           
 

Methods in org.axway.grapes.server.db.mongo that return types with arguments of type DbLicense
 List<DbLicense> MongodbHandler.getAllLicenses()
           
 

Methods in org.axway.grapes.server.db.mongo with parameters of type DbLicense
 void MongodbHandler.approveLicense(DbLicense license, Boolean approved)
           
 void MongodbHandler.store(DbLicense license)
           
 



Copyright © 2014. All Rights Reserved.