public interface SubscriberAccountVisitor
| Modifier and Type | Method and Description |
|---|---|
void |
end() |
boolean |
visit(CreditLimitBalanceModel creditLimitBalance) |
boolean |
visit(ExternalAccountModel externalAccount) |
boolean |
visit(PrepaidAccountModel prepaidAccount) |
boolean |
visit(SubscriberAccountModel subscriberAccount) |
boolean visit(SubscriberAccountModel subscriberAccount) throws InvalidSubscriberAccountException, DisabledFeatureException
boolean visit(PrepaidAccountModel prepaidAccount) throws InvalidSubscriberAccountException, DisabledFeatureException
boolean visit(ExternalAccountModel externalAccount) throws InvalidSubscriberAccountException, DisabledFeatureException
boolean visit(CreditLimitBalanceModel creditLimitBalance) throws InvalidSubscriberAccountException, DisabledFeatureException
void end() throws InvalidSubscriberAccountException, DisabledFeatureException