|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProductClassification | |
|---|---|
| org.opencrx.application.shop1.datatypes | |
| org.opencrx.application.shop1.service | |
| org.opencrx.kernel.product1.jmi1 | |
| Uses of ProductClassification in org.opencrx.application.shop1.datatypes |
|---|
| Method parameters in org.opencrx.application.shop1.datatypes with type arguments of type ProductClassification | |
|---|---|
List<String> |
DatatypeMappers.mapProductClassifications(List<ProductClassification> classifications)
|
| Uses of ProductClassification in org.opencrx.application.shop1.service |
|---|
| Methods in org.opencrx.application.shop1.service that return ProductClassification | |
|---|---|
ProductClassification |
ShopServiceImpl.findProductClassification(String classificationName)
|
| Uses of ProductClassification in org.opencrx.kernel.product1.jmi1 |
|---|
| Methods in org.opencrx.kernel.product1.jmi1 with type parameters of type ProductClassification | ||
|---|---|---|
|
Segment.getProductClassification(ProductClassificationQuery query)
Retrieves the value for the reference productClassification for the specified query. |
|
| Methods in org.opencrx.kernel.product1.jmi1 that return ProductClassification | |
|---|---|
ProductClassification |
ProductClassificationClass.createProductClassification()
Creates an instance of class ProductClassification. |
ProductClassification |
ProductClassificationRelationship.getClassification()
Retrieves the value for the reference classification. |
ProductClassification |
Segment.getProductClassification(boolean idIsPersistent,
String id)
Retrieves the value for the reference productClassification for the specified qualifier attribute value. |
ProductClassification |
ProductClassificationClass.getProductClassification(Object object)
Creates an instance of class ProductClassification based on the specified Object instance. |
ProductClassification |
Segment.getProductClassification(String id)
Retrieves the value for the reference productClassification for the specified qualifier attribute value. |
ProductClassification |
ProductClassificationRelationship.getRelationshipTo()
Retrieves the value for the reference relationshipTo. |
| Methods in org.opencrx.kernel.product1.jmi1 with parameters of type ProductClassification | |
|---|---|
void |
Segment.addProductClassification(boolean idIsPersistent,
String id,
ProductClassification productClassification)
Adds the specified element to the set of the values for the reference productClassification. |
void |
Segment.addProductClassification(ProductClassification productClassification)
Adds the specified element to the set of the values for the reference productClassification using an implementation-specific, reassignable qualifier. |
void |
Segment.addProductClassification(String id,
ProductClassification productClassification)
Adds the specified element to the set of the values for the reference productClassification using a reassignable qualifier. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||