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 TypeMethodDescriptionAppearanceControl.getAppearanceDescriptionValue(AppearanceDescription appearanceDescription) AppearanceControl.getAppearanceDescriptionValueForUpdate(Appearance appearance, Language language) Methods in com.echothree.model.control.core.server.control with parameters of type AppearanceDescriptionValueModifier and TypeMethodDescriptionvoidAppearanceControl.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 TypeMethodDescriptionvoidAppearanceDescription.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 TypeMethodDescriptionvoidAppearanceDescriptionFactory.create(Session session, Collection<AppearanceDescriptionValue> _values) voidAppearanceDescriptionFactory.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