| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface B2BOrderRelationshipContainer
Implemented by a class that contains and manages B2BOrderRelationship objects. This interface defines methods for adding and removing B2BOrderRelationship objects.
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Method Summary | |
|---|---|
|  void | addOrderRelationship(B2BOrderRelationship pOrderRelationship)Add the OrderRelationship to the container. | 
|  B2BOrderRelationship | getOrderRelationship()Returns the OrderRelationship. | 
|  int | getOrderRelationshipCount()Returns the number of OrderRelationships in the container. | 
|  B2BOrderRelationship | removeOrderRelationship()Removes a OrderRelationship. | 
| Field Detail | 
|---|
static final java.lang.String CLASS_VERSION
| Method Detail | 
|---|
void addOrderRelationship(B2BOrderRelationship pOrderRelationship)
                          throws DuplicateRelationshipException,
                                 InvalidParameterException
DuplicateRelationshipException
InvalidParameterException
B2BOrderRelationship removeOrderRelationship()
                                             throws RelationshipNotFoundException,
                                                    InvalidParameterException
RelationshipNotFoundException
InvalidParameterException
B2BOrderRelationship getOrderRelationship()
                                          throws RelationshipNotFoundException,
                                                 InvalidParameterException
RelationshipNotFoundException
InvalidParameterExceptionint getOrderRelationshipCount()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||