| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRecordManager<T extends Record> |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Record,E extends AbstractRecordManager<T>> |
ManagerFactory.getByRecord(T record) |
static <T extends Record,E extends AbstractRecordManager<T>> |
ManagerFactory.getByRecordID(long id) |
static <T extends Record> |
ManagerFactory.getList(Class<T> clazz) |
static <E extends Record> |
AbstractRecordManager.getListByClass(Class<E> clazz) |
static <T extends Record,E extends AbstractRecordManager<T>> |
ManagerFactory.registerNew(T toRegister) |
| Modifier and Type | Method and Description |
|---|---|
static Record |
AbstractRecordManager.getByID(long id) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<Record> |
ManagerFactory.getList() |
static Collection<Record> |
AbstractRecordManager.getList() |
| Modifier and Type | Class and Description |
|---|---|
class |
Concessione |
| Modifier and Type | Class and Description |
|---|---|
class |
ContentHandler<T extends Record> |
| Constructor and Description |
|---|
WorkspaceManager(Record record) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Record> |
Serialization.asJSON(T toSerialize) |
static <T extends Record> |
Serialization.readObject(String jsonString,
Class<T> clazz) |
Copyright © 2020. All Rights Reserved.