public interface PortalSubscribersDAO
| Modifier and Type | Method and Description |
|---|---|
void |
delete(String id) |
void |
deleteAll() |
List<PortalSubscribers> |
findAll() |
PortalSubscribers |
findById(String Id) |
PortalSubscribers |
findByPid(String Pid) |
PortalSubscribers |
save(PortalSubscribers portalSubscribers) |
List<PortalSubscribers> findAll()
PortalSubscribers findById(String Id)
PortalSubscribers findByPid(String Pid)
PortalSubscribers save(PortalSubscribers portalSubscribers)
void deleteAll()
void delete(String id)
Copyright © 2022. All rights reserved.