Uses of Class
com.echothree.model.data.selector.server.value.SelectorDetailValue
Packages that use SelectorDetailValue
Package
Description
-
Uses of SelectorDetailValue in com.echothree.model.control.selector.server.control
Methods in com.echothree.model.control.selector.server.control that return SelectorDetailValueModifier and TypeMethodDescriptionSelectorControl.getDefaultSelectorDetailValueForUpdate(SelectorType selectorType) SelectorControl.getSelectorDetailValueByNameForUpdate(SelectorType selectorType, String selectorName) SelectorControl.getSelectorDetailValueForUpdate(Selector selector) Methods in com.echothree.model.control.selector.server.control with parameters of type SelectorDetailValueModifier and TypeMethodDescriptionvoidSelectorControl.updateSelectorFromValue(SelectorDetailValue selectorDetailValue, BasePK updatedBy) -
Uses of SelectorDetailValue in com.echothree.model.data.selector.server.entity
Methods in com.echothree.model.data.selector.server.entity that return SelectorDetailValueMethods in com.echothree.model.data.selector.server.entity with parameters of type SelectorDetailValueModifier and TypeMethodDescriptionvoidSelectorDetail.setSelectorDetailValue(SelectorDetailValue value) Constructors in com.echothree.model.data.selector.server.entity with parameters of type SelectorDetailValueModifierConstructorDescriptionSelectorDetail(SelectorDetailValue value, EntityPermission entityPermission) Creates a new instance of SelectorDetail -
Uses of SelectorDetailValue in com.echothree.model.data.selector.server.factory
Methods in com.echothree.model.data.selector.server.factory that return SelectorDetailValueModifier and TypeMethodDescriptionSelectorDetailFactory.getValueFromPK(SelectorDetailPK pk) SelectorDetailFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.selector.server.factory that return types with arguments of type SelectorDetailValueModifier and TypeMethodDescriptionSelectorDetailFactory.getValuesFromPKs(Collection<SelectorDetailPK> pks) SelectorDetailFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.selector.server.factory with parameters of type SelectorDetailValueModifier and TypeMethodDescriptionSelectorDetailFactory.getEntityFromValue(EntityPermission entityPermission, SelectorDetailValue value) Method parameters in com.echothree.model.data.selector.server.factory with type arguments of type SelectorDetailValueModifier and TypeMethodDescriptionvoidSelectorDetailFactory.create(Collection<SelectorDetailValue> _values) -
Uses of SelectorDetailValue in com.echothree.model.data.selector.server.value
Methods in com.echothree.model.data.selector.server.value that return SelectorDetailValue