org.janux.bus.security
Interface AccountPartyDaoGeneric<T extends AccountParty>

All Superinterfaces:
GenericDaoReadOnly<T,Integer,org.janux.bus.search.SearchCriteria>, GenericDaoReadOnlyWithFacets<T,Integer,org.janux.bus.search.SearchCriteria,AccountPartyFacet>, GenericDaoWrite<T,Integer>

public interface AccountPartyDaoGeneric<T extends AccountParty>
extends GenericDaoWrite<T,Integer>, GenericDaoReadOnlyWithFacets<T,Integer,org.janux.bus.search.SearchCriteria,AccountPartyFacet>


Method Summary
 Account getAccount(Integer partyId)
           
 Party getParty(Integer accountId)
           
 SortedSet<AccountParty> loadAll()
          Loads all AccountParties defined in the system
 
Methods inherited from interface org.janux.bus.persistence.GenericDaoWrite
attachClean, clear, delete, evict, flush, merge, refresh, save, saveOrUpdate, update
 
Methods inherited from interface org.janux.bus.persistence.GenericDaoReadOnlyWithFacets
getDefaultFacetSetOnLoad, initialize, initialize, load, setDefaultFacetSetOnLoad
 
Methods inherited from interface org.janux.bus.persistence.GenericDaoReadOnly
count, findByCriteria, load
 

Method Detail

loadAll

SortedSet<AccountParty> loadAll()
Loads all AccountParties defined in the system


getAccount

Account getAccount(Integer partyId)

getParty

Party getParty(Integer accountId)


Copyright © 2005-2013 Janux. All Rights Reserved.