Uses of Class
org.iternine.jeppetto.dao.NoSuchItemException

Packages that use NoSuchItemException
org.iternine.jeppetto.dao   
 

Uses of NoSuchItemException in org.iternine.jeppetto.dao
 

Methods in org.iternine.jeppetto.dao that throw NoSuchItemException
 T GenericDAO.findById(ID id)
          Find an object T with the specified id.
 T QueryModelDAO.findUniqueUsingQueryModel(QueryModel queryModel)
          Find an object T that satisfies the QueryModel.
 AccessType AccessControllable.getGrantedAccess(ID id, String accessId)
           
 Map<String,AccessType> AccessControllable.getGrantedAccesses(ID id)
           
 void AccessControllable.grantAccess(ID id, String accessId, AccessType accessType)
           
 void AccessControllable.revokeAccess(ID id, String accessId)
           
 



Copyright © 2012. All Rights Reserved.