public interface OwnerDAO
| Modifier and Type | Field and Description |
|---|---|
static String |
GET_OWNERS_QUERY |
| Modifier and Type | Method and Description |
|---|---|
Owner |
createOwner(Owner owner) |
List<Owner> |
findOwners(String queryName,
Map<String,Object> params,
int index,
int count) |
List<Owner> |
getAccountOwners(Account account) |
Owner |
getOwnerById(long id) |
Owner |
removeOwner(Owner owner) |
static final String GET_OWNERS_QUERY
Owner getOwnerById(long id) throws DAOException
DAOExceptionList<Owner> getAccountOwners(Account account) throws DAOException
DAOExceptionOwner createOwner(Owner owner) throws DAOException
DAOExceptionOwner removeOwner(Owner owner) throws DAOException
DAOExceptionList<Owner> findOwners(String queryName, Map<String,Object> params, int index, int count) throws DAOException
DAOExceptionCopyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.