Interface IBeanController<BEANCLASS>
- All Known Implementing Classes:
BeanControllerBase,BeanControllerDOFW,DefaultController,DummyController
public interface IBeanController<BEANCLASS>
Controller interface that is expected by user interface
processing.
-
Method Summary
Modifier and TypeMethodDescriptiongetDescription(BEANCLASS object, String propertyName) getEncryption(BEANCLASS bean, String propertyName) booleanintgetFlushtimer(BEANCLASS bean, String propertyName) getFormatmask(BEANCLASS object, String propertyName) getLabelText(BEANCLASS object, String propertyName) getTimeZone(BEANCLASS object, String propertyName) org.eclnt.jsfserver.elements.util.ValidValuesBindinggetValidValues(BEANCLASS object, String propertyName) org.eclnt.ccee.logic.validation.ValidationResultbooleanbooleanbooleanisMandatory(BEANCLASS object, String propertyName) org.eclnt.ccee.logic.validation.ValidationResultorg.eclnt.ccee.logic.validation.ValidationResultorg.eclnt.ccee.logic.validation.ValidationResult
-
Method Details
-
isMandatory
-
isKey
-
getLabelText
-
getDescription
-
isEnabled
-
getValidValues
-
getFormat
-
getFormatmask
-
getTimeZone
-
getAlign
-
getEncryption
-
getFlush
-
getFlushtimer
-
validate
-
insert
-
update
-
remove
-