public interface SubscriptionsDAO
| Modifier and Type | Method and Description |
|---|---|
Subscription |
create(Subscription subscription) |
Subscription[] |
findAllByCardId(java.lang.String idCard) |
Subscription create(Subscription subscription) throws InternalException
InternalExceptionSubscription[] findAllByCardId(java.lang.String idCard) throws InternalException, NoClientFoundException