| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface B2BShippingGroupRelationshipContainer
Implemented by a class that contains and manages B2BShippingGroupRelationship objects. This interface defines methods for getting, adding, and removing B2BShippingGroupRelationship objects.
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Method Summary | |
|---|---|
|  void | addShippingGroupRelationship(B2BShippingGroupRelationship pShippingGroupRelationship)Add the ShippingGroupRelationship to the container. | 
|  void | addShippingGroupRelationship(B2BShippingGroupRelationship pShippingGroupRelationship,
                             int pIndex)Add the ShippingGroupRelationship to the container at the given index. | 
|  B2BShippingGroupRelationship | getShippingGroupRelationship(java.lang.String pShippingGroupRelationshipId)Returns the ShippingGroupRelationship whose id is pShippingGroupRelationshipId. | 
|  int | getShippingGroupRelationshipCount()Returns the number of ShippingGroupRelationships in the container. | 
|  java.util.List | getShippingGroupRelationships()Returns a List of ShippingGroupRelationships | 
|  void | removeAllShippingGroupRelationships()Removes all ShippingGroupRelationships in the container. | 
|  B2BShippingGroupRelationship | removeShippingGroupRelationship(java.lang.String pShippingGroupRelationshipId)Removes a ShippingGroupRelationship whose id is passed in. | 
| Field Detail | 
|---|
static final java.lang.String CLASS_VERSION
| Method Detail | 
|---|
java.util.List getShippingGroupRelationships()
void addShippingGroupRelationship(B2BShippingGroupRelationship pShippingGroupRelationship)
                                  throws DuplicateRelationshipException,
                                         InvalidParameterException
DuplicateRelationshipException
InvalidParameterException
void addShippingGroupRelationship(B2BShippingGroupRelationship pShippingGroupRelationship,
                                  int pIndex)
                                  throws DuplicateRelationshipException,
                                         InvalidParameterException
DuplicateRelationshipException
InvalidParameterException
B2BShippingGroupRelationship removeShippingGroupRelationship(java.lang.String pShippingGroupRelationshipId)
                                                             throws RelationshipNotFoundException,
                                                                    InvalidParameterException
RelationshipNotFoundException
InvalidParameterExceptionvoid removeAllShippingGroupRelationships()
B2BShippingGroupRelationship getShippingGroupRelationship(java.lang.String pShippingGroupRelationshipId)
                                                          throws RelationshipNotFoundException,
                                                                 InvalidParameterException
RelationshipNotFoundException
InvalidParameterExceptionint getShippingGroupRelationshipCount()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||