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) boolean
int
getFlushtimer
(BEANCLASS bean, String propertyName) getFormatmask
(BEANCLASS object, String propertyName) getLabelText
(BEANCLASS object, String propertyName) getTimeZone
(BEANCLASS object, String propertyName) org.eclnt.jsfserver.elements.util.ValidValuesBinding
getValidValues
(BEANCLASS object, String propertyName) org.eclnt.ccee.logic.validation.ValidationResult
boolean
boolean
boolean
isMandatory
(BEANCLASS object, String propertyName) org.eclnt.ccee.logic.validation.ValidationResult
org.eclnt.ccee.logic.validation.ValidationResult
org.eclnt.ccee.logic.validation.ValidationResult
-
Method Details
-
isMandatory
-
isKey
-
getLabelText
-
getDescription
-
isEnabled
-
getValidValues
-
getFormat
-
getFormatmask
-
getTimeZone
-
getAlign
-
getEncryption
-
getFlush
-
getFlushtimer
-
validate
-
insert
-
update
-
remove
-