|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Product | |
com.arsdigita.dmi | Automatically manage data model upgrade process. |
Uses of Product in com.arsdigita.dmi |
Methods in com.arsdigita.dmi that return Product | |
Product |
ProductVersion.getProduct()
returns the Product for which this is a version |
static Product |
Product.createProduct(String sName,
String sProdDesc,
String sInitVersionName,
String sInstallFile,
String sVersionDesc)
Creates and returns a new Product with initial version, sInitVersionName. |
static Product[] |
Product.getProducts()
Returns all the products that are currently installed |
Methods in com.arsdigita.dmi with parameters of type Product | |
static ProductVersion |
ProductVersion.createProductVersion(Product p,
String sName,
String sInstallFile,
String sDesc)
Creates and returns a new Product Version for p. |
Constructors in com.arsdigita.dmi with parameters of type Product | |
ProductVersion(BigDecimal versionID,
Product p)
Constructs a new ProductVersion for Product p with the ID, versionID |
|
ProductVersion(String sName,
Product p)
Constructs a new ProductVersion for Product p with the name, sName |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |