| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ShippingGroupRelationshipContainer
Implemented by a class that contains and manages ShippingGroupRelationship objects. This interface defines methods for getting, adding, and removing ShippingGroupRelationship objects.
| Field Summary | |
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string  | 
| Method Summary | |
|---|---|
 void | 
addShippingGroupRelationship(ShippingGroupRelationship pShippingGroupRelationship)
Add the ShippingGroupRelationship to the container.  | 
 void | 
addShippingGroupRelationship(ShippingGroupRelationship pShippingGroupRelationship,
                             int pIndex)
Add the ShippingGroupRelationship to the container at the given index.  | 
 ShippingGroupRelationship | 
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.  | 
 ShippingGroupRelationship | 
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(ShippingGroupRelationship pShippingGroupRelationship)
                                  throws DuplicateRelationshipException,
                                         InvalidParameterException
DuplicateRelationshipException
InvalidParameterException
void addShippingGroupRelationship(ShippingGroupRelationship pShippingGroupRelationship,
                                  int pIndex)
                                  throws DuplicateRelationshipException,
                                         InvalidParameterException
DuplicateRelationshipException
InvalidParameterException
ShippingGroupRelationship removeShippingGroupRelationship(java.lang.String pShippingGroupRelationshipId)
                                                          throws RelationshipNotFoundException,
                                                                 InvalidParameterException
RelationshipNotFoundException
InvalidParameterExceptionvoid removeAllShippingGroupRelationships()
ShippingGroupRelationship 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 | ||||||||