public interface ParameterService extends com.ocs.dynamo.service.BaseService<Integer,Parameter>
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getValueAsBoolean(String parameterName)
Returns the value of a parameter as a boolean
|
Integer |
getValueAsInteger(String parameterName)
Returns the value of a parameter as an integer
|
String |
getValueAsString(String parameterName)
Returns the value of a parameter as a string
|
count, count, createNewEntity, delete, delete, fetch, fetch, fetch, fetch, fetchById, fetchByIds, fetchByIds, fetchByUniqueProperty, find, find, findAll, findAll, findById, findByUniqueProperty, findDistinct, findDistinctInCollectionTable, findIds, getEntityClass, save, save, update, validateInteger getValueAsInteger(String parameterName)
parameterName - the name of the parameterBoolean getValueAsBoolean(String parameterName)
parameterName - the name of the parameterCopyright © 2019 Open Circle Solutions. All rights reserved.