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.businesslogic.util
Methods in de.uplanet.lucy.server.businesslogic.util that return types with arguments of type IValueHolderModifier and TypeMethodDescriptionMap<String, IValueHolder<?>> IDataRangeDataService.getPreSelectFieldsVH()returns a map of preselect fieldMethods in de.uplanet.lucy.server.businesslogic.util with parameters of type IValueHolderModifier and TypeMethodDescriptionvoidIDataRangeDataService.setPropertyForEveryRowVH(String p_strFieldGuid, IValueHolder<?> p_vhValue) Set the property value for every row that exists -
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 TypeMethodDescriptionstatic 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! (when Null allowed use getIntFromVH(IValueHolder<?> p_vh, int nullValue)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! (when Null allowed use getIntFromVH(IValueHolder<?> p_vh, int nullValue)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! (when Null allowed use getIntFromVH(IValueHolder<?> p_vh, int nullValue)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! (when Null allowed use getDoubleFromVH(IValueHolder<?> p_vh, double p_dNullValue)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! (when Null allowed use getIntFromVH(IValueHolder<?> p_vh, int nullValue)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! (when Null allowed use getIntFromVH(IValueHolder<?> p_vh, int nullValue)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! (when Null allowed use getFloatFromVH(IValueHolder<?> p_vh, float p_fNullValue)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! (when Null allowed use getIntFromVH(IValueHolder<?> p_vh, int p_iNullValue)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! (when Null allowed use getLongFromVH(IValueHolder<?> p_vh, long p_lNullValue)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! (when Null allowd use getShortFromVH(IValueHolder<?> p_vh, short p_lNullValue)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
Classes in de.uplanet.lucy.server.scripting that implement IValueHolderModifier and TypeClassDescriptionfinal classThis class represents a data/time value as both ajava.sql.Timestampand as a.IDateTimeValueHolder -
Uses of IValueHolder in de.uplanet.lucy.server.scripting.bpee
Methods in de.uplanet.lucy.server.scripting.bpee that return IValueHolderModifier and TypeMethodDescriptionIValueHolder<?> ConvenientBpeeExecutionContext.getVariable(String p_strNamespace, String p_strLocalName) IValueHolder<?> ConvenientBpeeExecutionContext.getVariable(QName p_qnmVariable) IValueHolder<?> NamespaceAccessor.getVariable(String p_strLocalName) Methods in de.uplanet.lucy.server.scripting.bpee with parameters of type IValueHolderModifier and TypeMethodDescriptionvoidConvenientBpeeExecutionContext.putVariable(String p_strNamespace, String p_strLocalName, IValueHolder<?> p_vh) voidConvenientBpeeExecutionContext.putVariable(QName p_qnmVariable, IValueHolder<?> p_vh) voidNamespaceAccessor.putVariable(String p_strLocalName, IValueHolder<?> p_vh) -
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
Methods in de.uplanet.lucy.server.usermanager that return IValueHolderMethods in de.uplanet.lucy.server.usermanager that return types with arguments of type IValueHolder -
Uses of IValueHolder in de.uplanet.lucy.server.usermanager.ds
Methods in de.uplanet.lucy.server.usermanager.ds that return IValueHolderModifier and TypeMethodDescriptionIValueHolder<?> IDsUserRecord.getBirthdayVH()IValueHolder<?> IDsUserRecord.getBossVH()IValueHolder<?> IDsUserRecord.getCannotChangeVH()IValueHolder<?> IDsOrganizationRecord.getCityVH()IValueHolder<?> IDsOrgUnitRecord.getCityVH()IValueHolder<?> IDsUserRecord.getCityVH()IValueHolder<?> IDsObjectRecord.getClassIdVH()IValueHolder<?> IDsObjectRecord.getContainerGuidVH()IValueHolder<?> IDsObjectRecord.getContainerIdVH()IValueHolder<?> IDsOrganizationRecord.getCountryVH()IValueHolder<?> IDsOrgUnitRecord.getCountryVH()IValueHolder<?> IDsUserRecord.getCountryVH()IValueHolder<?> IDsUserRecord.getDefaultLanguageVH()IValueHolder<?> IDsUserRecord.getDefaultLayoutMobileVH()IValueHolder<?> IDsUserRecord.getDefaultLayoutVH()IValueHolder<?> IDsUserRecord.getDefaultLocaleVH()IValueHolder<?> IDsObjectRecord.getDeletableVH()IValueHolder<?> IDsObjectRecord.getDeletedVH()IValueHolder<?> IDsObjectRecord.getDescriptionVH()IValueHolder<?> IDsObjectRecord.getDisabledVH()IValueHolder<?> IDsObjectRecord.getDnVH()IValueHolder<?> IDsUserRecord.getEmailBizVH()IValueHolder<?> IDsUserRecord.getEmailHomeVH()IValueHolder<?> IDsUserRecord.getEmployeeNoVH()IValueHolder<?> IDsUserRecord.getEnterDateVH()IValueHolder<?> IDsObjectRecord.getExternalGuidVH()IValueHolder<?> IDsUserRecord.getExternalLogin1VH()IValueHolder<?> IDsUserRecord.getExternalLogin2VH()IValueHolder<?> IDsUserRecord.getExternalLogin3VH()IValueHolder<?> IDsUserRecord.getExternalPassword1VH()IValueHolder<?> IDsUserRecord.getExternalPassword2VH()IValueHolder<?> IDsUserRecord.getExternalPassword3VH()IValueHolder<?> IDsUserRecord.getExternalPrimaryGroupIdVH()IValueHolder<?> IDsUserRecord.getFirstNameVH()IValueHolder<?> IDsUserRecord.getFullNameVH()IValueHolder<?> IDsUserRecord.getGenderVH()IValueHolder<?> IDsObjectRecord.getGuidVH()IValueHolder<?> IDsObjectRecord.getInternalUsnVH()IValueHolder<?> IDsOrganizationRecord.getISOCountryCodeVH()IValueHolder<?> IDsOrgUnitRecord.getISOCountryCodeVH()IValueHolder<?> IDsUserRecord.getISOCountryCodeVH()IValueHolder<?> IDsUserRecord.getLastNameVH()IValueHolder<?> IDsUserRecord.getLockableVH()IValueHolder<?> IDsUserRecord.getLockedVH()IValueHolder<?> IDsUserRecord.getLoginAttemptsVH()IValueHolder<?> IDsUserRecord.getLoginDomainLwrVH()IValueHolder<?> IDsUserRecord.getLoginDomainVH()IValueHolder<?> IDsUserRecord.getLoginNameLwrVH()IValueHolder<?> IDsUserRecord.getLoginVH()IValueHolder<?> IDsDistListRecord.getMailVH()IValueHolder<?> IDsGroupRecord.getMailVH()IValueHolder<?> IDsUserRecord.getMiddleNameVH()IValueHolder<?> IDsUserRecord.getMustChangeVH()IValueHolder<?> IDsObjectRecord.getNameVH()IValueHolder<?> IDsUserRecord.getPasswordChangedDateVH()IValueHolder<?> IDsUserRecord.getPasswordChangedVH()IValueHolder<?> IDsUserRecord.getPasswordHashVH()IValueHolder<?> IDsUserRecord.getPhoneBizVH()IValueHolder<?> IDsUserRecord.getPhoneFaxVH()IValueHolder<?> IDsUserRecord.getPhoneHomeVH()IValueHolder<?> IDsUserRecord.getPhoneMobileBizVH()IValueHolder<?> IDsUserRecord.getPhoneMobileHomeVH()IValueHolder<?> IDsUserRecord.getPhonePagerVH()IValueHolder<?> IDsOrganizationRecord.getPoBoxVH()IValueHolder<?> IDsOrgUnitRecord.getPoBoxVH()IValueHolder<?> IDsUserRecord.getPoBoxVH()IValueHolder<?> IDsOrganizationRecord.getPostalCodeVH()IValueHolder<?> IDsOrgUnitRecord.getPostalCodeVH()IValueHolder<?> IDsUserRecord.getPostalCodeVH()IValueHolder<?> IDsRecord.getPrimaryKeyVH()IValueHolder<?> IDsObjectRecord.getPriorityVH()IValueHolder<?> IDsUserRecord.getProxyPersonVH()IValueHolder<?> IDsUserRecord.getPwdExpiresVH()IValueHolder<?> IDsUserRecord.getQualifiedLoginNameVH()IValueHolder<?> IDsObjectRecord.getRplGuidVH()IValueHolder<?> IDsUserRecord.getSaltVH()IValueHolder<?> IDsUserRecord.getShowUserVH()IValueHolder<?> IDsOrganizationRecord.getStateVH()IValueHolder<?> IDsOrgUnitRecord.getStateVH()IValueHolder<?> IDsUserRecord.getStateVH()IValueHolder<?> IDsOrganizationRecord.getStreetVH()IValueHolder<?> IDsOrgUnitRecord.getStreetVH()IValueHolder<?> IDsUserRecord.getStreetVH()IValueHolder<?> IDsUserRecord.getTimeZoneVH()IValueHolder<?> IDsUserRecord.getTitleVH()IValueHolder<?> IDsUserRecord.getUserImageContentTypeVH()IValueHolder<?> IDsUserRecord.getUserImageFileNameVH()IValueHolder<?> IDsUserRecord.getUserImageLastModifiedVH()IValueHolder<?> IDsUserRecord.getUserImageMetaInfoVH()IValueHolder<?> IDsUserRecord.getUserImageUrlVH()Methods in de.uplanet.lucy.server.usermanager.ds that return types with arguments of type IValueHolderModifier and TypeMethodDescriptionMap<String, IValueHolder<?>> IDsRecord.getCustomColumns()Map<String, IValueHolder<?>> IDsUserRecord.getCustomMapVH()Methods in de.uplanet.lucy.server.usermanager.ds with parameters of type IValueHolderModifier and TypeMethodDescriptionvoidIDsUserRecord.setBirthday(IValueHolder<?> p_valueHolder) voidIDsUserRecord.setBoss(IValueHolder<?> p_valueHolder) voidIDsUserRecord.setCannotChange(IValueHolder<?> p_valueHolder) voidIDsOrganizationRecord.setCity(IValueHolder<?> p_valueHolder) voidIDsOrgUnitRecord.setCity(IValueHolder<?> p_valueHolder) voidIDsUserRecord.setCity(IValueHolder<?> p_valueHolder) voidIDsObjectRecord.setClassId(IValueHolder<?> p_valueHolder) voidIDsObjectRecord.setContainerId(IValueHolder<?> p_valueHolder) voidIDsOrganizationRecord.setCountry(IValueHolder<?> p_valueHolder) voidIDsOrgUnitRecord.setCountry(IValueHolder<?> p_valueHolder) voidIDsUserRecord.setCountry(IValueHolder<?> p_valueHolder) voidIDsUserRecord.setDefaultLanguage(IValueHolder<?> p_vh) voidIDsUserRecord.setDefaultLayout(IValueHolder<?> p_valueHolder) voidIDsUserRecord.setDefaultLayoutMobile(IValueHolder<?> p_valueHolder) voidIDsUserRecord.setDefaultLocale(IValueHolder<?> p_vh) voidIDsObjectRecord.setDeletable(IValueHolder<?> p_valueHolder) voidIDsObjectRecord.setDeleted(IValueHolder<?> p_valueHolder) voidIDsObjectRecord.setDescription(IValueHolder<?> p_valueHolder) voidIDsObjectRecord.setDisabled(IValueHolder<?> p_valueHolder) voidIDsObjectRecord.setDn(IValueHolder<?> p_valueHolder) voidIDsUserRecord.setEmailBiz(IValueHolder<?> p_valueHolder) voidIDsUserRecord.setEmailHome(IValueHolder<?> p_valueHolder) voidIDsUserRecord.setEmployeeNo(IValueHolder<?> p_valueHolder) voidIDsUserRecord.setEnterDate(IValueHolder<?> p_valueHolder) voidIDsObjectRecord.setExternalGuid(IValueHolder<?> p_valueHolder) voidIDsUserRecord.setExternalLogin1(IValueHolder<?> p_valueHolder) voidIDsUserRecord.setExternalLogin2(IValueHolder<?> p_valueHolder) voidIDsUserRecord.setExternalLogin3(IValueHolder<?> p_valueHolder) voidIDsUserRecord.setExternalPassword1(IValueHolder<?> p_valueHolder) voidIDsUserRecord.setExternalPassword2(IValueHolder<?> p_valueHolder) voidIDsUserRecord.setExternalPassword3(IValueHolder<?> p_valueHolder) voidIDsUserRecord.setExternalPrimaryGroupId(IValueHolder<?> p_valueHolder) voidIDsUserRecord.setFirstName(IValueHolder<?> p_valueHolder) voidIDsUserRecord.setFullName(IValueHolder<?> p_valueHolder) voidIDsUserRecord.setGender(IValueHolder<?> p_valueHolder) voidIDsObjectRecord.setGuid(IValueHolder<?> p_valueHolder) voidIDsObjectRecord.setInternalUsn(IValueHolder<?> p_valueHolder) voidIDsOrganizationRecord.setISOCountryCode(IValueHolder<?> p_valueHolder) voidIDsOrgUnitRecord.setISOCountryCode(IValueHolder<?> p_valueHolder) voidIDsUserRecord.setISOCountryCode(IValueHolder<?> p_valueHolder) voidIDsUserRecord.setLastName(IValueHolder<?> p_valueHolder) voidIDsUserRecord.setLockable(IValueHolder<?> p_vh) voidIDsUserRecord.setLocked(IValueHolder<?> p_vh) voidIDsUserRecord.setLoginAttempts(IValueHolder<?> p_vh) voidIDsUserRecord.setLoginDomain(IValueHolder<?> p_valueHolder) voidIDsUserRecord.setLoginDomainLwr(IValueHolder<?> p_valueHolder) voidIDsUserRecord.setLoginName(IValueHolder<?> p_valueHolder) voidIDsUserRecord.setLoginNameLwr(IValueHolder<?> p_valueHolder) voidIDsDistListRecord.setMail(IValueHolder<?> p_valueHolder) voidIDsGroupRecord.setMail(IValueHolder<?> p_valueHolder) voidIDsUserRecord.setMiddleName(IValueHolder<?> p_valueHolder) voidIDsUserRecord.setMustChange(IValueHolder<?> p_valueHolder) voidIDsObjectRecord.setName(IValueHolder<?> p_valueHolder) voidIDsUserRecord.setPasswordChanged(IValueHolder<?> p_valueHolder) voidIDsUserRecord.setPasswordChangedDate(IValueHolder<?> p_valueHolder) voidIDsUserRecord.setPasswordHash(IValueHolder<?> p_valueHolder) voidIDsUserRecord.setPhoneBiz(IValueHolder<?> p_valueHolder) voidIDsUserRecord.setPhoneFax(IValueHolder<?> p_valueHolder) voidIDsUserRecord.setPhoneHome(IValueHolder<?> p_valueHolder) voidIDsUserRecord.setPhoneMobileBiz(IValueHolder<?> p_valueHolder) voidIDsUserRecord.setPhoneMobileHome(IValueHolder<?> p_valueHolder) voidIDsUserRecord.setPhonePager(IValueHolder<?> p_valueHolder) voidIDsOrganizationRecord.setPoBox(IValueHolder<?> p_valueHolder) voidIDsOrgUnitRecord.setPoBox(IValueHolder<?> p_valueHolder) voidIDsUserRecord.setPoBox(IValueHolder<?> p_value) voidIDsOrganizationRecord.setPostalCode(IValueHolder<?> p_valueHolder) voidIDsOrgUnitRecord.setPostalCode(IValueHolder<?> p_valueHolder) voidIDsUserRecord.setPostalCode(IValueHolder<?> p_valueHolder) voidIDsObjectRecord.setPriority(IValueHolder<?> p_valueHolder) voidIDsUserRecord.setProxyPerson(IValueHolder<?> p_valueHolder) voidIDsUserRecord.setPwdExpires(IValueHolder<?> p_valueHolder) voidIDsObjectRecord.setRplGuid(IValueHolder<?> p_valueHolder) voidIDsUserRecord.setSalt(IValueHolder<?> p_valueHolder) voidIDsUserRecord.setShowUser(IValueHolder<?> p_valueHolder) voidIDsOrganizationRecord.setState(IValueHolder<?> p_valueHolder) voidIDsOrgUnitRecord.setState(IValueHolder<?> p_valueHolder) voidIDsUserRecord.setState(IValueHolder<?> p_value) voidIDsOrganizationRecord.setStreet(IValueHolder<?> p_valueHolder) voidIDsOrgUnitRecord.setStreet(IValueHolder<?> p_valueHolder) voidIDsUserRecord.setStreet(IValueHolder<?> p_valueHolder) voidIDsUserRecord.setTimeZone(IValueHolder<?> p_valueHolder) voidIDsUserRecord.setTitle(IValueHolder<?> p_valueHolder) voidIDsUserRecord.setUserImageContentType(IValueHolder<?> p_valueHolder) voidIDsUserRecord.setUserImageFileName(IValueHolder<?> p_valueHolder) voidIDsUserRecord.setUserImageLastModified(IValueHolder<?> p_valueHolder) voidIDsUserRecord.setUserImageMetaInfo(IValueHolder<?> p_valueHolder) voidIDsUserRecord.setUserImageUrl(IValueHolder<?> p_valueHolder) -
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.usermanager.usecases
Methods in de.uplanet.lucy.server.usermanager.usecases with parameters of type IValueHolderModifier and TypeMethodDescriptionvoidIDsSelectFilter.addFieldFilter(String p_strFieldGuid, IValueHolder<?> p_vh) makes a field filter WHERE (FIELD = p_vh) (case sensitive)voidIDsSelectFilter.addFieldFilterByName(String p_strFieldName, IValueHolder<?> p_vh) makes a field filter WHERE (FIELD = p_vh) (case sensitive) -
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)