Uses of Class
org.azzyzt.jee.runtime.exception.AccessDeniedException

Packages that use AccessDeniedException
org.azzyzt.jee.runtime.eao   
org.azzyzt.jee.runtime.meta   
org.azzyzt.jee.runtime.util   
 

Uses of AccessDeniedException in org.azzyzt.jee.runtime.eao
 

Methods in org.azzyzt.jee.runtime.eao that throw AccessDeniedException
 void MultiObjectDeleter.delete(EaoBase eao, TypeMetaInfoInterface tmi, java.util.List dtos)
          Uses an EAO and type meta information to delete the entities corresponding to a list of DTOs.
<I,T extends EntityBase<I>>
java.util.List<T>
EaoBase.list(QuerySpec qs, java.lang.Class<T> clazz, TypeMetaInfoInterface tmi)
          Returns the result of a typed query.
 java.lang.Object[] MultiObjectSaver.store(EaoBase eao, InvocationRegistryInterface invocationRegistry, TypeMetaInfoInterface tmi, java.util.List dtos)
          Uses an EAO and type meta information to persist the entities corresponding to a list of DTOs.
 

Uses of AccessDeniedException in org.azzyzt.jee.runtime.meta
 

Methods in org.azzyzt.jee.runtime.meta that throw AccessDeniedException
 void TypeMetaInfoBase.fieldVerification(java.lang.Class<?> clazz, java.lang.String name)
           
 void TypeMetaInfoInterface.fieldVerification(java.lang.Class<?> clazz, java.lang.String name)
           
 java.lang.Class<?> TypeMetaInfoBase.getFieldType(java.lang.Class<?> clazz, java.lang.String name)
          Returns the type of either the field of "clazz" or of the field pointed to from "clazz" via path "name"
 java.lang.Class<?> TypeMetaInfoInterface.getFieldType(java.lang.Class<?> clazz, java.lang.String name)
           
 

Uses of AccessDeniedException in org.azzyzt.jee.runtime.util
 

Methods in org.azzyzt.jee.runtime.util that throw AccessDeniedException
 javax.persistence.TypedQuery<T> QueryBuilder.build()
          builds the typed query