Uses of Class
com.echothree.model.data.core.server.value.AppearanceDescriptionValue
Packages that use AppearanceDescriptionValue
Package
Description
-
Uses of AppearanceDescriptionValue in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return AppearanceDescriptionValueModifier and TypeMethodDescriptionCoreControl.getAppearanceDescriptionValue
(AppearanceDescription appearanceDescription) CoreControl.getAppearanceDescriptionValueForUpdate
(Appearance appearance, Language language) Methods in com.echothree.model.control.core.server.control with parameters of type AppearanceDescriptionValueModifier and TypeMethodDescriptionvoid
CoreControl.updateAppearanceDescriptionFromValue
(AppearanceDescriptionValue appearanceDescriptionValue, BasePK updatedBy) -
Uses of AppearanceDescriptionValue in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return AppearanceDescriptionValueMethods in com.echothree.model.data.core.server.entity with parameters of type AppearanceDescriptionValueModifier and TypeMethodDescriptionvoid
AppearanceDescription.setAppearanceDescriptionValue
(AppearanceDescriptionValue value) Constructors in com.echothree.model.data.core.server.entity with parameters of type AppearanceDescriptionValueModifierConstructorDescriptionAppearanceDescription
(AppearanceDescriptionValue value, EntityPermission entityPermission) Creates a new instance of AppearanceDescription -
Uses of AppearanceDescriptionValue in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return AppearanceDescriptionValueModifier and TypeMethodDescriptionAppearanceDescriptionFactory.getValueFromPK
(Session session, AppearanceDescriptionPK pk) AppearanceDescriptionFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type AppearanceDescriptionValueModifier and TypeMethodDescriptionAppearanceDescriptionFactory.getValuesFromPKs
(Session session, Collection<AppearanceDescriptionPK> pks) AppearanceDescriptionFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type AppearanceDescriptionValueModifier and TypeMethodDescriptionAppearanceDescriptionFactory.getEntityFromValue
(EntityPermission entityPermission, AppearanceDescriptionValue value) AppearanceDescriptionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, AppearanceDescriptionValue value) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type AppearanceDescriptionValueModifier and TypeMethodDescriptionvoid
AppearanceDescriptionFactory.create
(Session session, Collection<AppearanceDescriptionValue> _values) void
AppearanceDescriptionFactory.create
(Collection<AppearanceDescriptionValue> _values) -
Uses of AppearanceDescriptionValue in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return AppearanceDescriptionValue