public abstract class EnvironmentalizedField
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected com.vordel.common.crypto.PasswordCipher |
cipher |
protected com.vordel.es.EntityStore |
store |
Constructor and Description |
---|
EnvironmentalizedField() |
Modifier and Type | Method and Description |
---|---|
protected void |
checkTypeMatches(java.lang.String fieldname, com.vordel.es.Entity valueEntity, com.vordel.es.Entity serverConfigEntity) |
abstract java.lang.String |
getType() |
abstract java.lang.Object |
getValue(com.vordel.es.Entity envFieldEntity) |
abstract java.lang.String |
getValueAsString(com.vordel.es.Entity envFieldEntity) |
void |
setEntityStore(com.vordel.es.EntityStore store) |
abstract void |
setEnvironmentSpecificValue(java.lang.String fieldname, int index, com.vordel.es.Entity envFieldEntity, com.vordel.es.Entity serverConfigEntity) |
protected void |
setMultiValuedField(java.lang.String fieldname, int index, com.vordel.es.Entity valueEntity, com.vordel.es.Entity serverConfigEntity) |
void |
setPasswordCipher(com.vordel.common.crypto.PasswordCipher cipher) |
abstract void |
setValue(com.vordel.es.Entity envFieldEntity, java.lang.Object value) |
abstract void |
setValueAsString(com.vordel.es.Entity envFieldEntity, java.lang.String value) |
protected com.vordel.common.crypto.PasswordCipher cipher
protected com.vordel.es.EntityStore store
public void setEntityStore(com.vordel.es.EntityStore store)
public void setPasswordCipher(com.vordel.common.crypto.PasswordCipher cipher)
public abstract void setEnvironmentSpecificValue(java.lang.String fieldname, int index, com.vordel.es.Entity envFieldEntity, com.vordel.es.Entity serverConfigEntity) throws com.vordel.es.EntityStoreException
com.vordel.es.EntityStoreException
public abstract java.lang.String getValueAsString(com.vordel.es.Entity envFieldEntity) throws com.vordel.es.EntityStoreException
com.vordel.es.EntityStoreException
public abstract void setValueAsString(com.vordel.es.Entity envFieldEntity, java.lang.String value) throws com.vordel.es.EntityStoreException
com.vordel.es.EntityStoreException
public abstract java.lang.Object getValue(com.vordel.es.Entity envFieldEntity) throws com.vordel.es.EntityStoreException
com.vordel.es.EntityStoreException
public abstract void setValue(com.vordel.es.Entity envFieldEntity, java.lang.Object value) throws com.vordel.es.EntityStoreException
com.vordel.es.EntityStoreException
public abstract java.lang.String getType()
protected void setMultiValuedField(java.lang.String fieldname, int index, com.vordel.es.Entity valueEntity, com.vordel.es.Entity serverConfigEntity) throws com.vordel.es.EntityStoreException
com.vordel.es.EntityStoreException
protected void checkTypeMatches(java.lang.String fieldname, com.vordel.es.Entity valueEntity, com.vordel.es.Entity serverConfigEntity) throws com.vordel.es.EntityStoreException
com.vordel.es.EntityStoreException
This documentation and all its contents and graphics, copyright � 1999 - 2011 Vordel