|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ElementNotFoundException | |
canguru | |
canguru.database | |
canguru.descriptor |
Uses of ElementNotFoundException in canguru |
Methods in canguru that throw ElementNotFoundException | |
java.util.Collection |
Canguru.CanguruSaver.getFilteredObjects()
Retorna Collection com os elementos que satisfaçam as condições do filtro |
Uses of ElementNotFoundException in canguru.database |
Methods in canguru.database that throw ElementNotFoundException | |
void |
ProxyDB.loadFiltered()
Carrega elementos do banco de dados de acordo com filtros definidos no descriptor associado ao proxy. |
Uses of ElementNotFoundException in canguru.descriptor |
Methods in canguru.descriptor that throw ElementNotFoundException | |
void |
Filtered.addElement(java.lang.Long id)
Adiciona um elemento |
Element |
Filtered.getElement(java.lang.Long id)
Retorna o elemento com o id informado |
void |
Filtered.load()
Carrega todos os elementos no banco de dados no Map de elementos |
void |
Descriptor.addAttribute(java.lang.Long elementId,
java.lang.String attributeName,
java.lang.Long attributeId,
java.lang.Object attributeValue)
Adiciona um atributo a um elemento |
void |
Descriptor.addSerializedForm(java.lang.Long elementId,
byte[] serializedForm)
Registra forma serializada do elemento |
Element |
Descriptor.getElement(java.lang.Long id)
Retorna o elemento com o id informado |
void |
Descriptor.loadFiltered()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |