Uses of Class
com.echothree.model.data.selector.server.value.SelectorKindDetailValue
Packages that use SelectorKindDetailValue
Package
Description
-
Uses of SelectorKindDetailValue in com.echothree.model.control.selector.server.control
Methods in com.echothree.model.control.selector.server.control that return SelectorKindDetailValueModifier and TypeMethodDescriptionSelectorControl.getDefaultSelectorKindDetailValueForUpdate()
SelectorControl.getSelectorKindDetailValueByNameForUpdate
(String selectorKindName) SelectorControl.getSelectorKindDetailValueForUpdate
(SelectorKind selectorKind) Methods in com.echothree.model.control.selector.server.control with parameters of type SelectorKindDetailValueModifier and TypeMethodDescriptionvoid
SelectorControl.updateSelectorKindFromValue
(SelectorKindDetailValue selectorKindDetailValue, BasePK updatedBy) -
Uses of SelectorKindDetailValue in com.echothree.model.data.selector.server.entity
Methods in com.echothree.model.data.selector.server.entity that return SelectorKindDetailValueMethods in com.echothree.model.data.selector.server.entity with parameters of type SelectorKindDetailValueModifier and TypeMethodDescriptionvoid
SelectorKindDetail.setSelectorKindDetailValue
(SelectorKindDetailValue value) Constructors in com.echothree.model.data.selector.server.entity with parameters of type SelectorKindDetailValueModifierConstructorDescriptionSelectorKindDetail
(SelectorKindDetailValue value, EntityPermission entityPermission) Creates a new instance of SelectorKindDetail -
Uses of SelectorKindDetailValue in com.echothree.model.data.selector.server.factory
Methods in com.echothree.model.data.selector.server.factory that return SelectorKindDetailValueModifier and TypeMethodDescriptionSelectorKindDetailFactory.getValueFromPK
(Session session, SelectorKindDetailPK pk) SelectorKindDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.selector.server.factory that return types with arguments of type SelectorKindDetailValueModifier and TypeMethodDescriptionSelectorKindDetailFactory.getValuesFromPKs
(Session session, Collection<SelectorKindDetailPK> pks) SelectorKindDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.selector.server.factory with parameters of type SelectorKindDetailValueModifier and TypeMethodDescriptionSelectorKindDetailFactory.getEntityFromValue
(EntityPermission entityPermission, SelectorKindDetailValue value) SelectorKindDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, SelectorKindDetailValue value) Method parameters in com.echothree.model.data.selector.server.factory with type arguments of type SelectorKindDetailValueModifier and TypeMethodDescriptionvoid
SelectorKindDetailFactory.create
(Session session, Collection<SelectorKindDetailValue> _values) void
SelectorKindDetailFactory.create
(Collection<SelectorKindDetailValue> _values) -
Uses of SelectorKindDetailValue in com.echothree.model.data.selector.server.value
Methods in com.echothree.model.data.selector.server.value that return SelectorKindDetailValue