public class PasswordType extends AbstractAttributeType
| Modifier and Type | Field and Description |
|---|---|
static ConfigureInfo |
CONFIG |
static java.lang.String |
NAME |
OQL_NULL_STRINGINDEX_TYPE_AUTO, INDEX_TYPE_BRIN, INDEX_TYPE_BRIN_FB_BTREE, INDEX_TYPE_BTREE, INDEX_TYPE_CUSTOM, INDEX_TYPE_GIN, INDEX_TYPE_GIN_FB_BTREE, INDEX_TYPE_NONE, INDEX_TYPE_TRIGRAM, INDEX_TYPES, INDEX_TYPES_HR, MARSHALLED_NULL_VALUE, NO_CUSTOM_INDEX_VERSION| Constructor and Description |
|---|
PasswordType() |
PasswordType(AttributeTypeI _base,
electric.xml.Element _parms) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowsValue(java.lang.Object value) |
boolean |
applySetHook(java.lang.String vn,
MethodGeneratorI setmeth) |
void |
checkConstraints(java.lang.Object value)
Checks if the given value (object) matches the constraints (limits,
etc. - if any) set for this type.
|
int |
compareImpl(java.lang.Object o1,
java.lang.Object o2) |
void |
configure() |
java.lang.String |
formatAsInlineParameter(java.lang.String s)
Converts the passed String s to a String representation our OQL-query-engine can use in the query.
|
java.lang.String |
getAsString(java.lang.Object o) |
java.lang.String |
getCastorFieldType()
From the Castor docs:
"The field element includes an optional attribute called type which can be
used to specify the Java type of the field.
|
java.lang.String |
getCastorSqlType()
From the Castor docs:
"Castor JDO implements automatic type conversion between Java and SQL.
|
AttributeTypeCodeGen<JavaMethodGen,JavaClassGen,PasswordType> |
getCodeGenerator(java.lang.String attrName) |
java.lang.String |
getDAUType()
User-friendly l10n-ed name for the type, to be used for user interaction.
|
java.lang.String |
getExternalizePostfix()
Used for the Schema serialization/diffs and for the naming of the
read/write externalization methods (of which the standard set is defined in
de.ipcon.db.core.BO).
|
java.lang.Class |
getJavaClass()
The not null type/Class of the field in the Java object (the MyTISM BO).
|
int |
getJdbcType()
Type/Class that the JDBC driver returns for the column/field.
|
java.lang.Boolean |
getMakeLowerCase() |
java.lang.Boolean |
getMakeUpperCase() |
java.lang.Integer |
getMaxLength() |
java.lang.Integer |
getMinLength() |
java.lang.String |
getName() |
java.lang.String |
getSecret(java.lang.Object o) |
java.lang.String |
getSqlType()
SQL column type in the relational database.
|
java.lang.Integer |
getStandardExpectedWidth() |
boolean |
hasSetHook() |
boolean |
isMandatory() |
java.lang.String |
marshal(java.lang.Object o) |
java.lang.String |
marshal(java.lang.Object o,
CryptoHandlerI c) |
void |
setMakeLowerCase(java.lang.Boolean $2) |
void |
setMakeUpperCase(java.lang.Boolean $1) |
void |
setMaxLength(java.lang.Integer $3) |
void |
setMinLength(java.lang.Integer $4) |
java.lang.Object |
stringToValueWithTypeTip(java.lang.String typeName,
java.lang.String str)
Tries to parse/transform the given string into a valid value (object) for
this type.
|
java.lang.Object |
unMarshal(java.lang.String s) |
applyCustomExternalization, applySetBOLoaderHook, castToNumber, castToOwnType, checkConstraints, compare, formatAsInlineParameter, getAsString, getAsString, getAsString, getBase, getBool, getCastorCollectionType, getCastorJavaClass, getComponentSqlType, getDef, getDefinition, getExpectedWidth, getFilter, getFloat, getIndexType, getInt, getLong, getNullable, getPositiveInt, getUnique, hasAdditionalEtters, hasCustomExternalization, hasSetBOLoaderHook, isCore, isIndexed, nullable, setAsString, setAsString, setAsString, setBase, setDef, setExpectedWidth, setIndexType, setNullable, setUnique, stringToValue, stringToValue, stringToValue, stringToValue, stringToValueWithTypeTip, stringToValueWithTypeTip, stringToValueWithTypeTip, stringToValueWithTypeTip, toXML, toXMLStringequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplyAdditionalEtters, applyAdditionalEtters, getAsUserFriendlyRawString, getHumanReadableIndexType, getJavaClassFQNForImport, getJavaClassnameForClassAccessInCode, getJavaClassnameForCode, getNonNullDefaultValue, getNullDefaultType, hasCodeBuilderForScalarVirtualEtters, processAttributeTypeParameterspublic static final java.lang.String NAME
public static final ConfigureInfo CONFIG
public PasswordType()
public PasswordType(AttributeTypeI _base, electric.xml.Element _parms)
public java.lang.String getName()
public void configure()
configure in interface AttributeTypeIconfigure in class AbstractAttributeTypepublic java.lang.String getAsString(java.lang.Object o)
public java.lang.String formatAsInlineParameter(java.lang.String s)
AttributeTypeIformatAsInlineParameter in interface AttributeTypeIformatAsInlineParameter in class AbstractAttributeTypepublic java.lang.String getSecret(java.lang.Object o)
public java.lang.Object stringToValueWithTypeTip(java.lang.String typeName,
java.lang.String str)
throws ValueSettingException
ValueSettingExceptionpublic void checkConstraints(java.lang.Object value)
throws ValueSettingException
checkConstraints in interface AttributeTypeIcheckConstraints in class AbstractAttributeTypeValueSettingExceptionpublic java.lang.String marshal(java.lang.Object o)
public java.lang.Object unMarshal(java.lang.String s)
public java.lang.String marshal(java.lang.Object o,
CryptoHandlerI c)
marshal in interface AttributeTypeImarshal in class AbstractAttributeTypepublic java.lang.Class getJavaClass()
AttributeTypeIpublic java.lang.String getCastorFieldType()
AttributeTypeIpublic java.lang.String getCastorSqlType()
AttributeTypeIpublic java.lang.String getSqlType()
AttributeTypeIpublic java.lang.String getDAUType()
AttributeTypeIpublic int getJdbcType()
AttributeTypeIpublic java.lang.Integer getStandardExpectedWidth()
public java.lang.String getExternalizePostfix()
AttributeTypeIpublic AttributeTypeCodeGen<JavaMethodGen,JavaClassGen,PasswordType> getCodeGenerator(java.lang.String attrName)
public boolean hasSetHook()
hasSetHook in interface AttributeTypeIhasSetHook in class AbstractAttributeTypepublic boolean applySetHook(java.lang.String vn,
MethodGeneratorI setmeth)
applySetHook in interface AttributeTypeIapplySetHook in class AbstractAttributeTypepublic boolean isMandatory()
isMandatory in interface AttributeTypeIisMandatory in class AbstractAttributeTypepublic int compareImpl(java.lang.Object o1,
java.lang.Object o2)
compareImpl in class AbstractAttributeTypepublic boolean allowsValue(java.lang.Object value)
allowsValue in interface AttributeTypeIallowsValue in class AbstractAttributeTypepublic java.lang.Boolean getMakeUpperCase()
public void setMakeUpperCase(java.lang.Boolean $1)
public java.lang.Boolean getMakeLowerCase()
public void setMakeLowerCase(java.lang.Boolean $2)
public java.lang.Integer getMaxLength()
public void setMaxLength(java.lang.Integer $3)
public java.lang.Integer getMinLength()
public void setMinLength(java.lang.Integer $4)
Copyright © 2000-2026 OAshi S.à r.l. All Rights Reserved.