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(Session session, SelectorDetailPK pk) SelectorDetailFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.selector.server.factory that return types with arguments of type SelectorDetailValueModifier and TypeMethodDescriptionSelectorDetailFactory.getValuesFromPKs(Session session, Collection<SelectorDetailPK> pks) SelectorDetailFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.selector.server.factory with parameters of type SelectorDetailValueModifier and TypeMethodDescriptionSelectorDetailFactory.getEntityFromValue(EntityPermission entityPermission, SelectorDetailValue value) SelectorDetailFactory.getEntityFromValue(Session session, EntityPermission entityPermission, SelectorDetailValue value) Method parameters in com.echothree.model.data.selector.server.factory with type arguments of type SelectorDetailValueModifier and TypeMethodDescriptionvoidSelectorDetailFactory.create(Session session, Collection<SelectorDetailValue> _values) voidSelectorDetailFactory.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