|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface for our CommunityManager delegate. This mirrors the CommunityManager interface, without the RemoteExceptions.
| Method Summary | |
org.astrogrid.community.common.policy.data.CommunityData |
addCommunity(java.lang.String ident)
Add a new Community, given the Account ident. |
org.astrogrid.community.common.policy.data.CommunityData |
delCommunity(java.lang.String ident)
Delete a Community. |
org.astrogrid.community.common.policy.data.CommunityData |
getCommunity(java.lang.String ident)
Request a Community details, given the Community ident. |
java.lang.Object[] |
getCommunityList()
Request a list of Communities. |
org.astrogrid.community.common.policy.data.CommunityData |
setCommunity(org.astrogrid.community.common.policy.data.CommunityData community)
Update a Community. |
| Methods inherited from interface org.astrogrid.community.client.service.CommunityServiceDelegate |
getServiceStatus |
| Method Detail |
public org.astrogrid.community.common.policy.data.CommunityData addCommunity(java.lang.String ident)
throws org.astrogrid.community.common.exception.CommunityServiceException,
org.astrogrid.community.common.exception.CommunityIdentifierException,
org.astrogrid.community.common.exception.CommunityPolicyException
ident - The Community identifier.
org.astrogrid.community.common.exception.CommunityIdentifierException - If the identifier is not valid.
org.astrogrid.community.common.exception.CommunityPolicyException - If the identifier is already in the database.
org.astrogrid.community.common.exception.CommunityServiceException - If there is an internal error in the service.
public org.astrogrid.community.common.policy.data.CommunityData getCommunity(java.lang.String ident)
throws org.astrogrid.community.common.exception.CommunityServiceException,
org.astrogrid.community.common.exception.CommunityIdentifierException,
org.astrogrid.community.common.exception.CommunityPolicyException
ident - The Community identifier.
org.astrogrid.community.common.exception.CommunityIdentifierException - If the identifier is not valid.
org.astrogrid.community.common.exception.CommunityPolicyException - If the identifier is not in the database.
org.astrogrid.community.common.exception.CommunityServiceException - If there is an internal error in the service.
public org.astrogrid.community.common.policy.data.CommunityData setCommunity(org.astrogrid.community.common.policy.data.CommunityData community)
throws org.astrogrid.community.common.exception.CommunityServiceException,
org.astrogrid.community.common.exception.CommunityIdentifierException,
org.astrogrid.community.common.exception.CommunityPolicyException
community - The new CommunityData to update.
org.astrogrid.community.common.exception.CommunityIdentifierException - If the identifier is not valid.
org.astrogrid.community.common.exception.CommunityPolicyException - If the identifier is not in the database.
org.astrogrid.community.common.exception.CommunityServiceException - If there is an internal error in the service.
public org.astrogrid.community.common.policy.data.CommunityData delCommunity(java.lang.String ident)
throws org.astrogrid.community.common.exception.CommunityServiceException,
org.astrogrid.community.common.exception.CommunityIdentifierException,
org.astrogrid.community.common.exception.CommunityPolicyException
ident - The Community identifier.
org.astrogrid.community.common.exception.CommunityIdentifierException - If the identifier is not valid.
org.astrogrid.community.common.exception.CommunityPolicyException - If the identifier is not in the database.
org.astrogrid.community.common.exception.CommunityServiceException - If there is an internal error in the service.
public java.lang.Object[] getCommunityList()
throws org.astrogrid.community.common.exception.CommunityServiceException
org.astrogrid.community.common.exception.CommunityServiceException - If there is an internal error in the service.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||