| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.b2bcommerce.order.B2BOrderRelationshipContainerImpl
public class B2BOrderRelationshipContainerImpl
A class which manages the containment of B2BOrderRelationship objects.
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Constructor Summary | |
|---|---|
| B2BOrderRelationshipContainerImpl()Constructs a OrderRelationshipContainerImpl object. | |
| 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. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail | 
|---|
public B2BOrderRelationshipContainerImpl()
| Method Detail | 
|---|
public void addOrderRelationship(B2BOrderRelationship pOrderRelationship)
                          throws DuplicateRelationshipException,
                                 InvalidParameterException
addOrderRelationship in interface B2BOrderRelationshipContainerDuplicateRelationshipException
InvalidParameterException
public B2BOrderRelationship removeOrderRelationship()
                                             throws RelationshipNotFoundException,
                                                    InvalidParameterException
removeOrderRelationship in interface B2BOrderRelationshipContainerRelationshipNotFoundException
InvalidParameterException
public B2BOrderRelationship getOrderRelationship()
                                          throws RelationshipNotFoundException,
                                                 InvalidParameterException
getOrderRelationship in interface B2BOrderRelationshipContainerRelationshipNotFoundException
InvalidParameterExceptionpublic int getOrderRelationshipCount()
getOrderRelationshipCount in interface B2BOrderRelationshipContainer| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||