biz.janux.people
Interface PartyDao


Deprecated. use PartyDaoGeneric

public interface PartyDao

Used to create, save, retrieve, update and delete Party objects from persistent storage

Version:
$Id: PartyDao.java,v 1.3 2006-02-18 03:05:46 philippe Exp $
Author:
Philippe Paravicini

Method Summary
 Party load(Integer id)
          Deprecated. loads a Party object from persistence using its id
 

Method Detail

load

Party load(Integer id)
           throws DataAccessException
Deprecated. 
loads a Party object from persistence using its id

Throws:
DataAccessException - if a Party object with that id is not found


Copyright © 2005-2013 Janux. All Rights Reserved.