Uses of Interface
de.uplanet.lucy.server.dataobjects.IValueHolder
Package
Description
-
Uses of IValueHolder in de.uplanet.lucy.server.businesslogic.exchange.util
Modifier and TypeMethodDescriptionIValueHolder<?>
IExchangeItem.getUserDefinedFieldValue
(String p_strColumnName) Returns a user defined field value for the current item.Modifier and TypeMethodDescriptionvoid
IExchangeItem.setUserDefinedFieldValue
(String p_strColumnName, IValueHolder<?> p_vh) Sets a user defined field value. -
Uses of IValueHolder in de.uplanet.lucy.server.businesslogic.scripting.groovy
Modifier and TypeMethodDescriptionIValueHolder<?>
AbstractGroovyRecord.IGroovyRecord.getValueHolderByFieldGuid
(String p_strKey) Modifier and TypeMethodDescriptionvoid
AbstractGroovyRecord.IGroovyRecord.setValue
(String p_strFieldGuid, IValueHolder<?> p_vh) Sets a value of the record. -
Uses of IValueHolder in de.uplanet.lucy.server.dataobjects
Modifier and TypeInterfaceDescriptioninterface
interface
A type-safety wrapper interface aroundIValueHolder<Date>
.interface
interface
interface
interface
interface
Modifier and TypeFieldDescriptionstatic final IValueHolder<?>
NO_VALUE_HOLDER.INSTANCE
An instance of an immutable value holder.Modifier and TypeMethodDescriptionstatic <T> IValueHolder<T>
NO_VALUE_HOLDER.instance()
ReturnNO_VALUE_HOLDER.INSTANCE
with the correct generic type. -
Uses of IValueHolder in de.uplanet.lucy.server.dataobjects.impl
Modifier and TypeClassDescriptionclass
class
final class
final class
Note: This class is intended to be used in scripting environments.final class
final class
final class
Note: This class is intended to be used in scripting environments.final class
Holds information about a file.final class
final class
final class
final class
Convention: Normally you set a value-holder tonull
if you can't find the requestedattribute/field/...
.final class
final class
final class
final class
final class
final class
final class
final class
final class
Modifier and TypeMethodDescriptionstatic IValueHolder<?>
ValueHolderFactory.createValueHolderWithDataType
(String p_strDefault, de.uplanet.lucy.types.UP_TYPE p_dataType, TimeZone p_tz) static IValueHolder<?>
ValueHolderFactory.getIxValueHolder
(Object p_value, QName p_qnmType) Get a standard value holder for the given Intrexx datatype.static IValueHolder<?>
ValueHolderFactory.getNullValueHolder()
Get a value holder that holds axsd:anySimpleType
typednull
value.static IValueHolder<?>
ValueHolderFactory.getNullValueHolder
(QName p_qnmType) Get a value holder that holds a typednull
value.static IValueHolder<?>
ValueHolderFactory.getNullValueHolderForControlType
(de.uplanet.lucy.types.CONTROL_TYPE p_controlDataType) static IValueHolder<?>
ValueHolderFactory.getNullValueHolderForDBType
(de.uplanet.lucy.types.UP_TYPE p_eType) static IValueHolder<?>
ValueHolderFactory.getValueHolder
(boolean p_bValue) static IValueHolder<?>
ValueHolderFactory.getValueHolder
(byte p_byValue) static IValueHolder<?>
ValueHolderFactory.getValueHolder
(double p_dblValue) static IValueHolder<?>
ValueHolderFactory.getValueHolder
(float p_fValue) static IValueHolder<?>
ValueHolderFactory.getValueHolder
(int p_iValue) static IValueHolder<?>
ValueHolderFactory.getValueHolder
(long p_lValue) static IValueHolder<?>
ValueHolderFactory.getValueHolder
(short p_sValue) static IValueHolder<?>
ValueHolderFactory.getValueHolder
(IValueHolder<?> p_valueHolder) Deprecated.Do not use this antipattern.static IValueHolder<?>
ValueHolderFactory.getValueHolder
(Boolean p_bValue) static IValueHolder<?>
ValueHolderFactory.getValueHolder
(Byte p_byteValue) static IValueHolder<?>
ValueHolderFactory.getValueHolder
(Double p_dblValue) static IValueHolder<?>
ValueHolderFactory.getValueHolder
(Float p_fltValue) static IValueHolder<?>
ValueHolderFactory.getValueHolder
(Integer p_intValue) static IValueHolder<?>
ValueHolderFactory.getValueHolder
(Long p_lngValue) static IValueHolder<?>
ValueHolderFactory.getValueHolder
(Object p_value) Get a value holder that wraps the given value.static IValueHolder<?>
ValueHolderFactory.getValueHolder
(Short p_sValue) static IValueHolder<?>
ValueHolderFactory.getValueHolder
(BigDecimal p_decValue) Modifier and TypeMethodDescriptionstatic Map<QName,
IValueHolder<?>> ValueHolderFactory.getBeanProperties
(String p_strNamespaceUri, Object p_obj) Get bean properties from the given object.Modifier and TypeMethodDescriptionint
ValueHolderHelper.VhComparator.compare
(IValueHolder<?> p_vh1, IValueHolder<?> p_vh2) static final boolean
ValueHolderHelper.getBooleanFromVH
(IValueHolder<?> p_vh) returns the boolean value of the ValueHolder throws Null pointer Exception when isNull(p_vh) is true or an RuntimeException if p_vh.getValue() is not an int, long or a String that cannot parsed to an int!static final boolean
ValueHolderHelper.getBooleanFromVH
(IValueHolder<?> p_vh, boolean p_dNullValue) returns the float value of the ValueHolder throws an RuntimeException when p_vh.getValue is not an int or a String cannot parsed to an Int!static final Boolean
ValueHolderHelper.getBooleanFromVH
(IValueHolder<?> p_vh, Boolean p_dNullValue) returns the float value of the ValueHolder throws an RuntimeException when p_vh.getValue is not an int or a String cannot parsed to an Int!static final Date
ValueHolderHelper.getDateFromVH
(IValueHolder<?> p_vh) static final Calendar
ValueHolderHelper.getDateFromVH
(IValueHolder<?> p_vh, TimeZone p_tz) returns an UPCalendar from a ValueHolder throws an Exception when the getValue() is not an Date type!static final double
ValueHolderHelper.getDoubleFromVH
(IValueHolder<?> p_vh) returns the double value of the ValueHolder throws Null pointer Exception when isNull(p_vh) is true or an RuntimeException if p_vh.getValue() is not an int, long, float, double or a String that cannot parsed to an double!static final double
ValueHolderHelper.getDoubleFromVH
(IValueHolder<?> p_vh, double p_dNullValue) returns the double value of the ValueHolder throws an RuntimeException when p_vh.getValue() is not an int, long, double, float or a String that cannot parsed to an double!static final Double
ValueHolderHelper.getDoubleFromVH
(IValueHolder<?> p_vh, Double p_dNullValue) returns the double value of the ValueHolder throws an RuntimeException when p_vh.getValue() is not an int, long, double, float or a String that cannot parsed to an double!static final float
ValueHolderHelper.getFloatFromVH
(IValueHolder<?> p_vh) returns the float value of the ValueHolder throws Null pointer Exception when isNull(p_vh) is true or an RuntimeException if p_vh.getValue() is not an int, long, float, double or a String that cannot parsed to an float!static final float
ValueHolderHelper.getFloatFromVH
(IValueHolder<?> p_vh, float p_fNullValue) returns the float value of the ValueHolder throws an RuntimeException when p_vh.getValue is not an float, double, long, int or a String that cannot parsed to an float!static final Float
ValueHolderHelper.getFloatFromVH
(IValueHolder<?> p_vh, Float p_fNullValue) returns the float value of the ValueHolder throws an RuntimeException when p_vh.getValue is not an float, double, long, int or a String that cannot parsed to an float!static final int
ValueHolderHelper.getIntFromVH
(IValueHolder<?> p_vh) returns the integer value of the ValueHolder throws Null pointer Exception when isNull(p_vh) is true or an RuntimeException if p_vh.getValue() is not an int, long or a String that cannot parsed to an int!static final int
ValueHolderHelper.getIntFromVH
(IValueHolder<?> p_vh, int p_iNullValue) returns the int value of the ValueHolder throws an RuntimeException when p_vh.getValue is not an int, long or a String that cannot parsed to an Int!static final Integer
ValueHolderHelper.getIntFromVH
(IValueHolder<?> p_vh, Integer p_iNullValue) returns the int value of the ValueHolder throws an RuntimeException when p_vh.getValue is not an int, long or a String that cannot parsed to an Int!static final long
ValueHolderHelper.getLongFromVH
(IValueHolder<?> p_vh) returns the long value of the ValueHolder throws Null pointer Exception when isNull(p_vh) is true or an RuntimeException if p_vh.getValue() is not an int, long or a String that cannot parsed to an int!static final long
ValueHolderHelper.getLongFromVH
(IValueHolder<?> p_vh, long p_iNullValue) returns the long value of the ValueHolder throws an RuntimeException when p_vh.getValue is not an int, long or a String that cannot parsed to an long!static final Long
ValueHolderHelper.getLongFromVH
(IValueHolder<?> p_vh, Long p_iNullValue) returns the long value of the ValueHolder throws an RuntimeException when p_vh.getValue is not an int, long or a String that cannot parsed to an long!static final short
ValueHolderHelper.getShortFromVH
(IValueHolder<?> p_vh) returns the short value of the ValueHolder throws Nullpointer Exception when isNull(p_vh) is true or an RuntimeException if p_vh.getValue() is not an short or a String that cannot parsed to an int!static final short
ValueHolderHelper.getShortFromVH
(IValueHolder<?> p_vh, short p_sNullValue) returns the short value of the ValueHolder throws an RuntimeException when p_vh.getValue is not an short or a String that cannot parsed to an short!static final Short
ValueHolderHelper.getShortFromVH
(IValueHolder<?> p_vh, Short p_sNullValue) returns the short value of the ValueHolder throws an RuntimeException when p_vh.getValue is not an short or a String that cannot parsed to an short!static String
ValueHolderHelper.getStringFromVH
(IValueHolder<?> p_vh) Converts the contents of a value holder to string.static String
ValueHolderHelper.getStringFromVH
(IValueHolder<?> p_vh, String p_strNullValue) static final long
ValueHolderHelper.getTimeInMillisFromVH
(IValueHolder<?> p_vh) static final long
ValueHolderHelper.getTimeInMillisFromVH
(IValueHolder<?> p_vh, long p_lNullValue) static final Long
ValueHolderHelper.getTimeInMillisFromVH
(IValueHolder<?> p_vh, Long p_lNullValue) static final Timestamp
ValueHolderHelper.getTimestampFromVH
(IValueHolder<?> p_vh) static final Calendar
ValueHolderHelper.getUTCDateFromVH
(IValueHolder<?> p_vh) returns an UPCalendar from a ValueHolder throws an Exception when the getValue() is not an Date type!static IValueHolder<?>
ValueHolderFactory.getValueHolder
(IValueHolder<?> p_valueHolder) Deprecated.Do not use this antipattern.static final boolean
ValueHolderHelper.isNull
(IValueHolder<?> p_vh) static final boolean
ValueHolderHelper.isNullOrEmpty
(IValueHolder<?> p_vh) static final boolean
ValueHolderHelper.isRawNull
(IValueHolder<?> p_vh) -
Uses of IValueHolder in de.uplanet.lucy.server.ixvalue
Modifier and TypeMethodDescriptionIValueHolder<?>
AbstractIxStringValue.asValueHolder()
IValueHolder<?>
IIxValue.asValueHolder()
Returns the value as an value holder.IValueHolder<?>
IxBigDecimalValue.asValueHolder()
IValueHolder<?>
IxBooleanValue.asValueHolder()
IValueHolder<?>
IxDateTimeValue.asValueHolder()
IValueHolder<?>
IxDoubleValue.asValueHolder()
IValueHolder<?>
IxIntValue.asValueHolder()
IValueHolder<?>
IxKeyValue.asValueHolder()
IValueHolder<?>
IxLongValue.asValueHolder()
IValueHolder<?>
IxObjectValue.asValueHolder()
-
Uses of IValueHolder in de.uplanet.lucy.server.mail
Modifier and TypeMethodDescriptionstatic IValueHolder<?>
MailUtil.getValueHolderFromField
(IBusinessLogicProcessingContext p_ctx, String p_strAppGuid, String p_strDgGuid, String p_strFieldGuid, String p_strRecId) Note: Do not use this method in scripts.Modifier and TypeMethodDescriptionstatic final String
MailUtil.buildSubject
(IProcessingContext p_ctx, String p_strStaticPart, IValueHolder<?> p_vhDynamicPart) Deprecated.static final String
MailUtil.buildSubject
(IProcessingContext p_ctx, String p_strStaticPart, IValueHolder<?> p_vhDynamicPart, String p_strLanguage) Note: Do not use this method in scripts.static String
MailUtil.getRenderedValue
(IProcessingContext p_ctx, IValueHolder<?> p_vh) Note: Do not use this method in scripts. -
Uses of IValueHolder in de.uplanet.lucy.server.portlet.groovy
Modifier and TypeMethodDescriptionIValueHolder<?>
GroovyDataCollection.getValueHolder
(String p_guid) -
Uses of IValueHolder in de.uplanet.lucy.server.scripting.groovy
Modifier and TypeMethodDescriptionIValueHolder<?>
GroovySystemDataGroup.getValueHolderByFieldGuid
(String p_strFieldGuid) Get the value of the given system data group field.Modifier and TypeMethodDescriptionstatic boolean
GroovyIntrexxValueHolderCategory.isCase
(IValueHolder<?> p_vhSelf, Object p_obj) -
Uses of IValueHolder in de.uplanet.lucy.server.usermanager.ds.filter
ModifierConstructorDescriptionDNAndClassFilter
(IValueHolder<?> p_vhDN, int p_iClassID) FindExternalGuidFilter
(IValueHolder<?> p_vhExternalGuid) FindFilter
(IValueHolder<?> p_vhName, IValueHolder<?> p_vhContainerId, IValueHolder<?> p_vhClassId) InsertFilter
(IValueHolder<?> p_vhName, IValueHolder<?> p_vhContainerId, IValueHolder<?> p_vhClassId) LoginFilter
(IValueHolder<?> p_vhLogin, IValueHolder<?> p_vhDomain) NameFilter
(IValueHolder<?> p_vhDN) -
Uses of IValueHolder in de.uplanet.lucy.server.usermanager.groovy
Modifier and TypeMethodDescriptionIValueHolder<?>
GroovyUser.getValueHolder
(String p_strAttributGuid) Note: do not use this property in scripts.Modifier and TypeMethodDescriptionMap<String,
IValueHolder<?>> GroovyUser.getCustomMapVH()
Note: do not use this property in scripts. -
Uses of IValueHolder in de.uplanet.lucy.server.util.db
Modifier and TypeMethodDescriptionIValueHolder<?>
DbPreparedStatement.executeAndGetScalarValueHolder()
Get the value of the first column in the first row of the result set.IValueHolder<?>
DbQuery.executeAndGetScalarValueHolder
(de.uplanet.jdbc.JdbcConnection p_conn, String p_strQuery) IValueHolder<?>
IDbPreparedStatement.executeAndGetScalarValueHolder()
Get the value of the first column in the first row of the result set.IValueHolder<?>
IDbQuery.executeAndGetScalarValueHolder
(de.uplanet.jdbc.JdbcConnection p_conn, String p_strQuery) Get the value of the first column in the first row of the result set.IValueHolder<?>
DbDisconnectedRow.getValueHolder
(int p_iIdx) IValueHolder<?>
DbDisconnectedRow.getValueHolder
(int p_iIdx, String p_strDataTypeAsSerializedQName) IValueHolder<?>
DbDisconnectedRow.getValueHolder
(int p_iIdx, String p_strDataTypeAsSerializedQName, IValueHolder<?> p_vhIfNull) IValueHolder<?>
DbDisconnectedRow.getValueHolder
(int p_iIdx, QName p_qmnDataType) IValueHolder<?>
DbDisconnectedRow.getValueHolder
(int p_iIdx, QName p_qmnDataType, IValueHolder<?> p_vhIfNull) IValueHolder<?>
DbResultSet.getValueHolder
(int p_iIdx) IValueHolder<?>
DbResultSet.getValueHolder
(int p_iIdx, String p_strDataTypeAsSerializedQName) IValueHolder<?>
DbResultSet.getValueHolder
(int p_iIdx, String p_strDataTypeAsSerializedQName, IValueHolder<?> p_valueIfNull) IValueHolder<?>
DbResultSet.getValueHolder
(int p_iIdx, QName p_qmnDataType) IValueHolder<?>
DbResultSet.getValueHolder
(int p_iIdx, QName p_qmnDataType, IValueHolder<?> p_valueIfNull) IValueHolder<?>
IValueHolderAccess.getValueHolder
(int p_iIdx) IValueHolder<?>
IValueHolderAccess.getValueHolder
(int p_iIdx, String p_strDataTypeAsSerializedQName) IValueHolder<?>
IValueHolderAccess.getValueHolder
(int p_iIdx, String p_strDataTypeAsSerializedQName, IValueHolder<?> p_vhIfNull) IValueHolder<?>
IValueHolderAccess.getValueHolder
(int p_iIdx, QName p_qmnDataType) IValueHolder<?>
IValueHolderAccess.getValueHolder
(int p_iIdx, QName p_qmnDataType, IValueHolder<?> p_vhIfNull) Modifier and TypeMethodDescriptionIValueHolder<?>
DbDisconnectedRow.getValueHolder
(int p_iIdx, String p_strDataTypeAsSerializedQName, IValueHolder<?> p_vhIfNull) IValueHolder<?>
DbDisconnectedRow.getValueHolder
(int p_iIdx, QName p_qmnDataType, IValueHolder<?> p_vhIfNull) IValueHolder<?>
DbResultSet.getValueHolder
(int p_iIdx, String p_strDataTypeAsSerializedQName, IValueHolder<?> p_valueIfNull) IValueHolder<?>
DbResultSet.getValueHolder
(int p_iIdx, QName p_qmnDataType, IValueHolder<?> p_valueIfNull) IValueHolder<?>
IValueHolderAccess.getValueHolder
(int p_iIdx, String p_strDataTypeAsSerializedQName, IValueHolder<?> p_vhIfNull) IValueHolder<?>
IValueHolderAccess.getValueHolder
(int p_iIdx, QName p_qmnDataType, IValueHolder<?> p_vhIfNull)