@Service(value="parameterService") public class ParameterServiceImpl extends BaseServiceImpl<Integer,Parameter> implements ParameterService
| Constructor and Description |
|---|
ParameterServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected com.ocs.dynamo.dao.BaseDao<Integer,Parameter> |
getDao() |
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, findIdenticalEntity, findIds, getEntityClass, getMessageService, identicalEntityExists, message, message, save, save, update, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, 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, validateprotected com.ocs.dynamo.dao.BaseDao<Integer,Parameter> getDao()
getDao in class BaseServiceImpl<Integer,Parameter>public Integer getValueAsInteger(String parameterName)
ParameterServicegetValueAsInteger in interface ParameterServiceparameterName - the name of the parameterpublic Boolean getValueAsBoolean(String parameterName)
ParameterServicegetValueAsBoolean in interface ParameterServiceparameterName - the name of the parameterpublic String getValueAsString(String parameterName)
ParameterServicegetValueAsString in interface ParameterServiceparameterName - the name of the parameterCopyright © 2019 Open Circle Solutions. All rights reserved.