| Package | Description |
|---|---|
| org.mycontroller.standalone.api | |
| org.mycontroller.standalone.api.jaxrs | |
| org.mycontroller.standalone.db.dao | |
| org.mycontroller.standalone.db.tables |
| Modifier and Type | Method and Description |
|---|---|
void |
SystemApi.purgeResourcesLogs(ResourcesLogs resourcesLogs) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
ResourcesLogsHandler.purge(ResourcesLogs resourcesLogs) |
| Modifier and Type | Method and Description |
|---|---|
List<ResourcesLogs> |
ResourcesLogsDao.getAll() |
List<ResourcesLogs> |
ResourcesLogsDaoImpl.getAll() |
List<ResourcesLogs> |
ResourcesLogsDao.getAll(AppProperties.RESOURCE_TYPE resourceType,
Integer resourceId) |
List<ResourcesLogs> |
ResourcesLogsDaoImpl.getAll(AppProperties.RESOURCE_TYPE resourceType,
Integer resourceId) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourcesLogsDao.add(ResourcesLogs resourcesLogs) |
void |
ResourcesLogsDaoImpl.add(ResourcesLogs resourcesLogs) |
void |
ResourcesLogsDao.delete(ResourcesLogs resourcesLogs) |
void |
ResourcesLogsDaoImpl.delete(ResourcesLogs resourcesLogs) |
void |
ResourcesLogsDao.deleteAll(ResourcesLogs resourcesLogs) |
void |
ResourcesLogsDaoImpl.deleteAll(ResourcesLogs resourcesLogs) |
| Modifier and Type | Method and Description |
|---|---|
static ResourcesLogs |
ResourcesLogs.get(HashMap<String,Object> filters) |
Copyright © 2015–2019. All rights reserved.