|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DistributionGroup
This interface defines methods for DistributionGroup.
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
void |
addDistribution(Distribution distribution)
Adds a distribution to this distribution group |
void |
delete()
Deletes this distribution group Note that any distribution contained in the distribution group will not be deleted. |
java.util.Collection<Distribution> |
getDistributions()
Returns the collection of all distributions in this distribution group |
java.lang.String |
getName()
Retrieves the name of this distribution |
void |
removeDistribution(Distribution distribution)
Removes a distribution from this distribution group |
void |
save()
Saves the changes done to this distribution group |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
void addDistribution(Distribution distribution)
distribution
- The distribution to be added to this group
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- Reserved for future use
java.lang.IllegalArgumentException
- If the distribution argument passed is null
java.lang.IllegalStateException
- If the distribution argument passed has not been savedvoid removeDistribution(Distribution distribution)
distribution
- The distribution to be removed from this group
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- Reserved for future use
java.lang.IllegalArgumentException
- If the distribution argument passed is null
java.lang.IllegalStateException
- If the distribution argument passed has not been savedjava.lang.String getName()
PIMInternalException
- If an internal error occursjava.util.Collection<Distribution> getDistributions()
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- Reserved for future usevoid delete()
PIMInternalException
- If an internal error occurs while performing this operation
PIMAuthorizationException
- Reserved for future usevoid save()
PIMInternalException
- If an internal error occurs while performing this operation
PIMAuthorizationException
- Reserved for future use
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |