| 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 |
|---|---|
CustomFunction |
InMemoryDataAccess.getCustomFunction(java.lang.String serviceId,
java.lang.String customFunctionId) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CustomFunction> |
InMemoryDataAccess.getCustomFunctions(java.lang.String serviceId) |
| Modifier and Type | Method and Description |
|---|---|
void |
InMemoryDataAccess.saveCustomFunction(CustomFunction customFunction) |
void |
InMemoryDataAccess.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.