|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataComponent | |
---|---|
biz.c24.io.api | Various utility classes. |
biz.c24.io.api.data | Data Model super and utility classes. |
biz.c24.io.api.data.saxon | XPath integration with Saxonica. |
biz.c24.io.api.data.sepa | Specialist API extensions for the SEPA libraries - used internally. |
biz.c24.io.api.data.swift | Specialist API extensions for the SWIFT libraries - used internally. |
biz.c24.io.api.data.target2 | |
biz.c24.io.api.presentation | Various classes for parsing and formatting data objects. |
biz.c24.io.api.web | Web components and tag libraries that uses the Java Servlet Technology. |
Uses of DataComponent in biz.c24.io.api |
---|
Methods in biz.c24.io.api that return DataComponent | |
---|---|
DataComponent |
ParserError.getComponent()
Returns the component withing the object which defined the invalid field. |
Methods in biz.c24.io.api with parameters of type DataComponent | |
---|---|
static Object |
Utils.createSimpleValue(DataComponent component,
String value)
Creates a value from the given string representation. |
static String |
Utils.formatObjectContent(DataComponent comp,
Object obj)
Formats the content of obj which should be defined by the element or attribute comp . |
static String |
Utils.formatObjectContent(DataComponent comp,
Object obj,
boolean includeComplexTypeContent)
Formats the content of obj which should be defined by the element or attribute comp . |
static String |
Utils.getPrefix(Object obj,
DataComponent component,
ComplexDataObject parent,
String uri,
boolean notEmpty)
Returns the prefix which should be used for obj with respect to parent . |
Constructors in biz.c24.io.api with parameters of type DataComponent | |
---|---|
LogEntry(String message,
DataComponent comp)
Creates a new instance with the specified message and component. |
|
ParserError(ValidationResultEnum result,
ComplexDataObject context,
DataComponent component,
EventMessage eventMessage,
StringBuffer fieldNameBuffer,
int offset,
int lineNumber,
int columnNumber)
|
|
ParserError(ValidationResultEnum result,
ComplexDataObject context,
DataComponent component,
Exception exception,
StringBuffer fieldNameBuffer,
int offset,
int lineNumber,
int columnNumber)
|
|
ParserError(ValidationResultEnum result,
ComplexDataObject context,
DataComponent component,
String message,
String fieldName,
int offset,
int lineNumber,
int columnNumber)
Constructs a new instance with the specified message, fieldName and result. |
Uses of DataComponent in biz.c24.io.api.data |
---|
Subclasses of DataComponent in biz.c24.io.api.data | |
---|---|
class |
AnyAttribute
An attribute wildcard. |
class |
AnyElement
An element wildcard. |
class |
Attribute
A declaration of an attribute. |
class |
BuiltInAttribute
A built-in attribute. |
class |
Element
A declaration of an element. |
Methods in biz.c24.io.api.data that return DataComponent | |
---|---|
DataComponent |
IOContext.getComponent()
Returns the component. |
DataComponent |
ValidationEvent.getComponent()
|
DataComponent |
ValidationException.getComponent()
|
DataComponent |
DataComponent.getRef()
Returns the component referenced by this component. |
DataComponent |
RedefineManager.redefine(DataComponent redefined)
Attempts to find a redefine for redefined among the registered models. |
Methods in biz.c24.io.api.data with parameters of type DataComponent | |
---|---|
boolean |
ComplexDataObject.containsChild(DataComponent child)
Returns whether this object contains an element or attribute child . |
protected Object |
ComplexDataType.createObject(DataComponent definingDataComponentDecl)
|
Object |
ComplexDataObject.getChild(DataComponent child,
int index)
Returns the instance at index of the element or attribute child . |
int |
ComplexDataObject.getChildCount(DataComponent child)
Returns the number of instances of the element or attribute child . |
int |
ComplexDataObject.getChildDeclIndex(DataComponent child)
Returns the index of the element or attribute child declaration. |
int |
ComplexDataObject.getChildIndex(DataComponent child,
Object value)
Returns the index of value of the element or attribute child . |
DataComponent |
RedefineManager.redefine(DataComponent redefined)
Attempts to find a redefine for redefined among the registered models. |
void |
ComplexDataObject.setChild(DataComponent child,
int index,
Object value)
Sets the instance at index of the element or attribute child . |
void |
IOContext.setComponent(DataComponent component)
Sets the component. |
void |
DataComponent.setRef(DataComponent ref)
Sets the ref of this component. |
void |
Attribute.setRef(DataComponent ref)
Sets the ref of this attribute. |
boolean |
DataType.validate(Object obj,
DataComponent comp,
ComplexDataObject context)
Deprecated. Use ValidationManager instead - this method will be removed in the next major version release. |
boolean |
ISO13616IBANValidator.validate(Object object,
DataComponent component,
ComplexDataObject context,
String rule,
ValidationManager manager)
Runs the validation routine and reports errors against the specified rule. |
boolean |
ContextualValidationRule.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
DefaultValidationRule.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
ISO3166CountryValidator.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
ISO3166CountryValidationRule.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
ISO4217CurrencyAmountValidator.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
ISO13616IBANValidator.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
SourcedEnumeration.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
Validator.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
Validate the given object. |
boolean |
ISO9362BICValidator.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
ISO4217CurrencyAttributeValidator.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
ISO4217CurrencyAmountAttributeValidator.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
ISO4217CurrencyValidator.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
MappedEnumeration.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
XsltValidator.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
XQueryRule.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
DomainConstraint.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
DatabaseLookupValidationRule.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
XPathRule.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
SimpleValidator.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
ISO9362BICValidationRule.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
DefaultEnumeration.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
ValidationManager.validateByEvents(Object object,
DataComponent component,
ComplexDataObject context)
Validate the given object and fire ValidationEvent s to registered listeners when validation failures are detected. |
void |
ValidationManager.validateByException(Object object,
DataComponent component,
ComplexDataObject context)
Validate the given object and throw an exception when the first validation failure is detected. |
boolean |
DataType.validateProperties(Object object,
ComplexDataObject context,
DataComponent comp,
ValidationConstraints constraints)
Deprecated. Use ValidationManager instead - this method will be removed in the next major version release. |
boolean |
AnyURIDataType.validateProperties(Object object,
DataComponent comp,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
NegativeIntegerDataType.validateProperties(Object object,
DataComponent comp,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
NonPositiveIntegerDataType.validateProperties(Object object,
DataComponent comp,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
PositiveIntegerDataType.validateProperties(Object object,
DataComponent comp,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
ComplexDataType.validateProperties(Object object,
DataComponent comp,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
NumberDataType.validateProperties(Object object,
DataComponent comp,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
SimpleDataType.validateProperties(Object object,
DataComponent comp,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
DataType.validateProperties(Object object,
DataComponent comp,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
StringDataType.validateProperties(Object object,
DataComponent comp,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
BinaryDataType.validateProperties(Object object,
DataComponent comp,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
NonNegativeIntegerDataType.validateProperties(Object object,
DataComponent comp,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
DataType.validateProperties(Object object,
DataComponent comp,
ComplexDataObject context,
ValidationManager manager,
boolean duringParsing)
|
Constructors in biz.c24.io.api.data with parameters of type DataComponent | |
---|---|
IOContext(ComplexDataObject parent,
Object instance,
DataComponent component)
Constructs a new instance. |
|
ValidationEvent(Object object,
DataComponent component,
ComplexDataObject context,
ValidationResultEnum reason)
|
|
ValidationEvent(Object object,
DataComponent component,
ComplexDataObject context,
ValidationResultEnum reason,
EventMessage message)
|
|
ValidationEvent(Object object,
DataComponent component,
ComplexDataObject context,
ValidationResultEnum reason,
String message)
|
|
ValidationEvent(Object object,
DataComponent component,
ComplexDataObject context,
ValidationResultEnum reason,
Throwable cause)
|
Uses of DataComponent in biz.c24.io.api.data.saxon |
---|
Methods in biz.c24.io.api.data.saxon that return DataComponent | |
---|---|
DataComponent |
ComplexElementNode.getUnderlyingComponent()
|
DataComponent |
ComponentNode.getUnderlyingComponent()
|
DataComponent |
AttributeNode.getUnderlyingComponent()
|
DataComponent |
SimpleElementNode.getUnderlyingComponent()
|
Uses of DataComponent in biz.c24.io.api.data.sepa |
---|
Methods in biz.c24.io.api.data.sepa with parameters of type DataComponent | |
---|---|
boolean |
IdentifierOfCreditorValidator.validate(Object object,
DataComponent component,
ComplexDataObject context,
String rule,
ValidationManager manager)
Runs the validation routine and reports errors against the specified rule. |
boolean |
IdentifierOfCreditorValidatorXT33.validate(Object object,
DataComponent component,
ComplexDataObject context,
String rule,
ValidationManager manager)
Runs the validation routine and reports errors against the specified rule. |
boolean |
IdentifierOfCreditorValidator.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
IdentifierOfCreditorValidatorXT33.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
Uses of DataComponent in biz.c24.io.api.data.swift |
---|
Methods in biz.c24.io.api.data.swift that return DataComponent | |
---|---|
DataComponent[] |
SwiftFieldDataType.QualifiedRestrictionMap.getOptions()
Returns the list of options. |
Methods in biz.c24.io.api.data.swift with parameters of type DataComponent | |
---|---|
void |
SwiftFieldDataType.addQualifiedRestrictionMap(String qualifier,
DataComponent[] options,
boolean dssPresent,
int[] dssRestrictionMap,
String subfieldName,
int[] restrictionMap)
Add a restriction map, which operates when qualifier |
boolean |
SwiftCurrency_PCT_REN_YLD_Validator.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
SwiftQualifierValidator.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
LTAddressValidator.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
SwiftPartyFieldJValidator.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
Validates an instance of a SWIFT Party Field with Option J according to the special rules defined by SWIFT for the use of this 5*40x free-format field. |
boolean |
SwiftFieldDataType.validateProperties(Object object,
DataComponent comp,
ComplexDataObject context,
ValidationManager manager)
|
Constructors in biz.c24.io.api.data.swift with parameters of type DataComponent | |
---|---|
SwiftFieldDataType.QualifiedRestrictionMap(String qualifier,
DataComponent[] options,
boolean dssPresent,
int[] dssRestrictionMap,
String subfieldName,
int[] restrictionMap)
Creates a new instances with the specified parameters. |
Uses of DataComponent in biz.c24.io.api.data.target2 |
---|
Methods in biz.c24.io.api.data.target2 with parameters of type DataComponent | |
---|---|
boolean |
TARGET2Validator.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
boolean |
ValueDateRule.validate(Object object,
DataComponent component,
ComplexDataObject context,
ValidationManager manager)
|
Uses of DataComponent in biz.c24.io.api.presentation |
---|
Methods in biz.c24.io.api.presentation with parameters of type DataComponent | |
---|---|
void |
SAXSource.registerRemoteComponent(DataComponent element)
Deprecated. please use Document Root instead |
void |
SAXSource.unregisterRemoteComponent(DataComponent element)
Deprecated. please use Document Root instead |
Uses of DataComponent in biz.c24.io.api.web |
---|
Methods in biz.c24.io.api.web with parameters of type DataComponent | |
---|---|
protected void |
StructureTag.generate(ComplexDataObject obj,
DataComponent c,
ValidationEvent[] errors,
boolean visible,
int thisDepth)
|
protected void |
StructureTag.generateAddRemoveButtons(ComplexDataObject obj,
DataComponent c,
ValidationEvent[] errors,
Object value,
int index,
int thisDepth,
boolean visible,
boolean parserError)
|
protected void |
StructureTag.generateName(ComplexDataObject obj,
DataComponent c,
ValidationEvent[] errors,
Object value,
int index,
int thisDepth,
boolean visible,
boolean parserError)
|
protected void |
StructureTag.generateRow(ComplexDataObject obj,
DataComponent c,
ValidationEvent[] errors,
Object value,
int index,
boolean visible,
boolean parserError,
int thisDepth)
|
protected void |
StructureTag.generateValue(ComplexDataObject obj,
DataComponent c,
ValidationEvent[] errors,
Object value,
int index,
int thisDepth,
boolean viewable,
boolean parserError)
|
protected void |
StructureTag.generateValueCustom(DataComponent c,
String value,
String xpath,
boolean valid)
|
protected boolean |
StructureTag.isGenerateValueCustom(DataComponent c)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |