Index

C D E G I L M S 
All Classes and Interfaces|All Packages|Serialized Form

C

ConverterException - Exception Class in cz.masci.commons.springfx.exception
 
ConverterException(String, Throwable) - Constructor for exception class cz.masci.commons.springfx.exception.ConverterException
 
createReadException(Throwable) - Static method in exception class cz.masci.commons.springfx.exception.CrudException
 
createWriteException(Throwable) - Static method in exception class cz.masci.commons.springfx.exception.CrudException
 
CrudException - Exception Class in cz.masci.commons.springfx.exception
 
CrudException(String) - Constructor for exception class cz.masci.commons.springfx.exception.CrudException
 
CrudException(String, Throwable) - Constructor for exception class cz.masci.commons.springfx.exception.CrudException
 
CrudService<T> - Interface in cz.masci.commons.springfx.service
Service for CRUD operations on Modifiable children items.
cz.masci.commons.springfx.data - package cz.masci.commons.springfx.data
 
cz.masci.commons.springfx.exception - package cz.masci.commons.springfx.exception
 
cz.masci.commons.springfx.service - package cz.masci.commons.springfx.service
 

D

delete(T) - Method in interface cz.masci.commons.springfx.service.CrudService
Deletes item.

E

EditDialogControllerService<T> - Interface in cz.masci.commons.springfx.service
This service is used by Master-Detail View Controllers.

G

getId() - Method in interface cz.masci.commons.springfx.data.Identifiable
Returns the id
getResultConverter() - Method in interface cz.masci.commons.springfx.service.EditDialogControllerService
Returns converter from ButtonType to edited item type.

I

Identifiable<T> - Interface in cz.masci.commons.springfx.data
The Identifiable interface defines a contract for objects that have an identifier.
idProperty() - Method in interface cz.masci.commons.springfx.data.Identifiable
 

L

list() - Method in interface cz.masci.commons.springfx.service.CrudService
Get list of items to display in Master view table.

M

Modifiable - Interface in cz.masci.commons.springfx.data
Identifier of modifiable items.

S

save(T) - Method in interface cz.masci.commons.springfx.service.CrudService
Saves created/updated item from edit dialog or detail view.
setId(T) - Method in interface cz.masci.commons.springfx.data.Identifiable
Set the id
C D E G I L M S 
All Classes and Interfaces|All Packages|Serialized Form