Uses of Class
eu.beesoft.abeona.Product

Uses of Product in eu.beesoft.abeona
 

Methods in eu.beesoft.abeona that return Product
 Product Database.getProduct(java.lang.Integer id)
          Returns copy of Product instance with given id..
 

Methods in eu.beesoft.abeona that return types with arguments of type Product
 java.util.List<Product> Database.getProducts()
          Returns copies of all Product instances contained in database.
 

Methods in eu.beesoft.abeona with parameters of type Product
 java.util.Properties LicenseGenerator.generate(java.io.InputStream input, Product product)
          For properties from given input generates signed properties.
 java.util.Properties LicenseGenerator.generate(java.util.List<java.lang.String> lines, Product product)
          For properties from given input List of Strings generates signed properties.
 java.util.Properties LicenseGenerator.generate(java.util.Properties properties, Product product)
          Generates resultant properties as license properties.
 java.util.Properties LicenseGenerator.generate(java.lang.String[] lines, Product product)
          For properties from given input array of Strings generates signed properties.
 java.util.Properties LicenseGenerator.generate(java.lang.String text, Product product)
          For properties from given input String generates signed properties.
 void Database.store(Product product)
          Stores given Product instance to database.
 void LicenseGenerator.storeLicense(java.util.Properties properties, Product product, java.lang.String fileName)
          Stores signed properties to file with given file name.
 

Constructors in eu.beesoft.abeona with parameters of type Product
Product(Product product)
          Copy constructor - creates instance of Product from given pattern.