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
DAOException
List<Owner> getAccountOwners(Account account) throws DAOException
DAOException
Owner createOwner(Owner owner) throws DAOException
DAOException
Owner removeOwner(Owner owner) throws DAOException
DAOException
List<Owner> findOwners(String queryName, Map<String,Object> params, int index, int count) throws DAOException
DAOException
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.