|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||