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
InternalException
Subscription[] findAllByCardId(java.lang.String idCard) throws InternalException, NoClientFoundException