| Package | Description |
|---|---|
| com.northernwall.hadrian.db | |
| com.northernwall.hadrian.db.cassandra | |
| com.northernwall.hadrian.domain | |
| com.northernwall.hadrian.handlers.service.dao |
| Modifier and Type | Method and Description |
|---|---|
CustomFunction |
DataAccess.getCustomFunction(java.lang.String serviceId,
java.lang.String customFunctionId) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CustomFunction> |
DataAccess.getCustomFunctions(java.lang.String serviceId) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataAccess.saveCustomFunction(CustomFunction customFunction) |
void |
DataAccess.updateCustomFunction(CustomFunction customFunction) |
| Modifier and Type | Method and Description |
|---|---|
CustomFunction |
CassandraDataAccess.getCustomFunction(java.lang.String serviceId,
java.lang.String customFunctionId) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CustomFunction> |
CassandraDataAccess.getCustomFunctions(java.lang.String serviceId) |
| Modifier and Type | Method and Description |
|---|---|
void |
CassandraDataAccess.saveCustomFunction(CustomFunction customFunction) |
void |
CassandraDataAccess.updateCustomFunction(CustomFunction customFunction) |
| Modifier and Type | Method and Description |
|---|---|
int |
CustomFunction.compareTo(CustomFunction o) |
| Modifier and Type | Method and Description |
|---|---|
static GetCustomFunctionData |
GetCustomFunctionData.create(CustomFunction customFunction) |
Copyright © 2017 Richard Thurston. All Rights Reserved.