Uses of Interface
de.uplanet.lucy.server.dataobjects.IValueHolder
Packages that use IValueHolder
Package
Description
-
Uses of IValueHolder in de.uplanet.lucy.server.businesslogic.exchange.util
Methods in de.uplanet.lucy.server.businesslogic.exchange.util that return IValueHolderModifier and TypeMethodDescriptionIValueHolder<?>IExchangeItem.getUserDefinedFieldValue(String p_strColumnName) Returns a user defined field value for the current item.Methods in de.uplanet.lucy.server.businesslogic.exchange.util with parameters of type IValueHolderModifier and TypeMethodDescriptionvoidIExchangeItem.setUserDefinedFieldValue(String p_strColumnName, IValueHolder<?> p_vh) Sets a user defined field value. -
Uses of IValueHolder in de.uplanet.lucy.server.businesslogic.scripting.groovy
Methods in de.uplanet.lucy.server.businesslogic.scripting.groovy that return IValueHolderModifier and TypeMethodDescriptionIValueHolder<?>AbstractGroovyRecord.IGroovyRecord.getValueHolderByFieldGuid(String p_strKey) Methods in de.uplanet.lucy.server.businesslogic.scripting.groovy with parameters of type IValueHolderModifier and TypeMethodDescriptionvoidAbstractGroovyRecord.IGroovyRecord.setValue(String p_strFieldGuid, IValueHolder<?> p_vh) Sets a value of the record. -
Uses of IValueHolder in de.uplanet.lucy.server.dataobjects
Subinterfaces of IValueHolder in de.uplanet.lucy.server.dataobjectsModifier and TypeInterfaceDescriptioninterfaceinterfaceA type-safety wrapper interface aroundIValueHolder<Date>.interfaceinterfaceinterfaceinterfaceinterfaceFields in de.uplanet.lucy.server.dataobjects declared as IValueHolderModifier and TypeFieldDescriptionstatic final IValueHolder<?>NO_VALUE_HOLDER.INSTANCEAn instance of an immutable value holder.Methods in de.uplanet.lucy.server.dataobjects that return IValueHolderModifier and TypeMethodDescriptionstatic <T> IValueHolder<T>NO_VALUE_HOLDER.instance()ReturnNO_VALUE_HOLDER.INSTANCEwith the correct generic type. -
Uses of IValueHolder in de.uplanet.lucy.server.dataobjects.impl
Subinterfaces of IValueHolder in de.uplanet.lucy.server.dataobjects.implClasses in de.uplanet.lucy.server.dataobjects.impl that implement IValueHolderModifier and TypeClassDescriptionclassclassfinal classfinal classNote: This class is intended to be used in scripting environments.final classfinal classfinal classNote: This class is intended to be used in scripting environments.final classHolds information about a file.final classfinal classfinal classfinal classConvention: Normally you set a value-holder tonullif you can't find the requestedattribute/field/....final classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classMethods in de.uplanet.lucy.server.dataobjects.impl that return IValueHolderModifier 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:anySimpleTypetypednullvalue.static IValueHolder<?>ValueHolderFactory.getNullValueHolder(QName p_qnmType) Get a value holder that holds a typednullvalue.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) Methods in de.uplanet.lucy.server.dataobjects.impl that return types with arguments of type IValueHolderModifier and TypeMethodDescriptionstatic Map<QName,IValueHolder<?>> ValueHolderFactory.getBeanProperties(String p_strNamespaceUri, Object p_obj) Get bean properties from the given object.Methods in de.uplanet.lucy.server.dataobjects.impl with parameters of type IValueHolderModifier and TypeMethodDescriptionintValueHolderHelper.VhComparator.compare(IValueHolder<?> p_vh1, IValueHolder<?> p_vh2) static final booleanValueHolderHelper.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 booleanValueHolderHelper.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 BooleanValueHolderHelper.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 DateValueHolderHelper.getDateFromVH(IValueHolder<?> p_vh) static final CalendarValueHolderHelper.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 doubleValueHolderHelper.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 doubleValueHolderHelper.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 DoubleValueHolderHelper.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 floatValueHolderHelper.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 floatValueHolderHelper.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 FloatValueHolderHelper.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 intValueHolderHelper.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 intValueHolderHelper.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 IntegerValueHolderHelper.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 longValueHolderHelper.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 longValueHolderHelper.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 LongValueHolderHelper.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 shortValueHolderHelper.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 shortValueHolderHelper.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 ShortValueHolderHelper.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 StringValueHolderHelper.getStringFromVH(IValueHolder<?> p_vh) Converts the contents of a value holder to string.static StringValueHolderHelper.getStringFromVH(IValueHolder<?> p_vh, String p_strNullValue) static final longValueHolderHelper.getTimeInMillisFromVH(IValueHolder<?> p_vh) static final longValueHolderHelper.getTimeInMillisFromVH(IValueHolder<?> p_vh, long p_lNullValue) static final LongValueHolderHelper.getTimeInMillisFromVH(IValueHolder<?> p_vh, Long p_lNullValue) static final TimestampValueHolderHelper.getTimestampFromVH(IValueHolder<?> p_vh) static final CalendarValueHolderHelper.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 booleanValueHolderHelper.isNull(IValueHolder<?> p_vh) static final booleanValueHolderHelper.isNullOrEmpty(IValueHolder<?> p_vh) static final booleanValueHolderHelper.isRawNull(IValueHolder<?> p_vh) Constructors in de.uplanet.lucy.server.dataobjects.impl with parameters of type IValueHolder -
Uses of IValueHolder in de.uplanet.lucy.server.ixvalue
Methods in de.uplanet.lucy.server.ixvalue that return IValueHolderModifier 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()Methods in de.uplanet.lucy.server.ixvalue with parameters of type IValueHolder -
Uses of IValueHolder in de.uplanet.lucy.server.mail
Methods in de.uplanet.lucy.server.mail that return IValueHolderModifier 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.Methods in de.uplanet.lucy.server.mail with parameters of type IValueHolderModifier and TypeMethodDescriptionstatic final StringMailUtil.buildSubject(IProcessingContext p_ctx, String p_strStaticPart, IValueHolder<?> p_vhDynamicPart) Deprecated.static final StringMailUtil.buildSubject(IProcessingContext p_ctx, String p_strStaticPart, IValueHolder<?> p_vhDynamicPart, String p_strLanguage) Note: Do not use this method in scripts.static StringMailUtil.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
Methods in de.uplanet.lucy.server.portlet.groovy that return IValueHolderModifier and TypeMethodDescriptionIValueHolder<?>GroovyDataCollection.getValueHolder(String p_guid) -
Uses of IValueHolder in de.uplanet.lucy.server.scripting.groovy
Methods in de.uplanet.lucy.server.scripting.groovy that return IValueHolderModifier and TypeMethodDescriptionIValueHolder<?>GroovySystemDataGroup.getValueHolderByFieldGuid(String p_strFieldGuid) Get the value of the given system data group field.Methods in de.uplanet.lucy.server.scripting.groovy with parameters of type IValueHolderModifier and TypeMethodDescriptionstatic booleanGroovyIntrexxValueHolderCategory.isCase(IValueHolder<?> p_vhSelf, Object p_obj) -
Uses of IValueHolder in de.uplanet.lucy.server.usermanager.ds.filter
Constructors in de.uplanet.lucy.server.usermanager.ds.filter with parameters of type IValueHolderModifierConstructorDescriptionDNAndClassFilter(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
Methods in de.uplanet.lucy.server.usermanager.groovy that return IValueHolderModifier and TypeMethodDescriptionIValueHolder<?>GroovyUser.getValueHolder(String p_strAttributGuid) Note: do not use this property in scripts.Methods in de.uplanet.lucy.server.usermanager.groovy that return types with arguments of type IValueHolderModifier and TypeMethodDescriptionMap<String,IValueHolder<?>> GroovyUser.getCustomMapVH()Note: do not use this property in scripts. -
Uses of IValueHolder in de.uplanet.lucy.server.util.db
Methods in de.uplanet.lucy.server.util.db that return IValueHolderModifier 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) Methods in de.uplanet.lucy.server.util.db with parameters of type IValueHolderModifier 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)