Class DefaultController<BEANCLASS>
java.lang.Object
org.eclnt.ccaddons.pojo.controller.DefaultController<BEANCLASS>
- All Implemented Interfaces:
IBeanController<BEANCLASS>
- Direct Known Subclasses:
BeanControllerBase,DummyController
public abstract class DefaultController<BEANCLASS>
extends Object
implements IBeanController<BEANCLASS>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDescription(BEANCLASS bean, String propertyName) getEncryption(BEANCLASS bean, String propertyName) booleanintgetFlushtimer(BEANCLASS bean, String propertyName) getFormatmask(BEANCLASS object, String propertyName) getLabelText(BEANCLASS bean, String propertyName) getTimeZone(BEANCLASS object, String propertyName) org.eclnt.jsfserver.elements.util.ValidValuesBindinggetValidValues(BEANCLASS object, String propertyName) booleanbooleanbooleanisMandatory(BEANCLASS bean, String propertyName) org.eclnt.ccee.logic.validation.ValidationResultMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclnt.ccaddons.pojo.controller.IBeanController
insert, remove, update
-
Constructor Details
-
DefaultController
public DefaultController()
-
-
Method Details
-
isMandatory
- Specified by:
isMandatoryin interfaceIBeanController<BEANCLASS>
-
isKey
- Specified by:
isKeyin interfaceIBeanController<BEANCLASS>
-
getLabelText
- Specified by:
getLabelTextin interfaceIBeanController<BEANCLASS>
-
getDescription
- Specified by:
getDescriptionin interfaceIBeanController<BEANCLASS>
-
isEnabled
- Specified by:
isEnabledin interfaceIBeanController<BEANCLASS>
-
getValidValues
public org.eclnt.jsfserver.elements.util.ValidValuesBinding getValidValues(BEANCLASS object, String propertyName) - Specified by:
getValidValuesin interfaceIBeanController<BEANCLASS>
-
validate
- Specified by:
validatein interfaceIBeanController<BEANCLASS>
-
getFormat
- Specified by:
getFormatin interfaceIBeanController<BEANCLASS>
-
getFormatmask
- Specified by:
getFormatmaskin interfaceIBeanController<BEANCLASS>
-
getTimeZone
- Specified by:
getTimeZonein interfaceIBeanController<BEANCLASS>
-
getAlign
- Specified by:
getAlignin interfaceIBeanController<BEANCLASS>
-
getEncryption
- Specified by:
getEncryptionin interfaceIBeanController<BEANCLASS>
-
getFlush
- Specified by:
getFlushin interfaceIBeanController<BEANCLASS>
-
getFlushtimer
- Specified by:
getFlushtimerin interfaceIBeanController<BEANCLASS>
-