Uses of Class
com.echothree.model.data.core.server.value.EntityAppearanceValue
Packages that use EntityAppearanceValue
Package
Description
-
Uses of EntityAppearanceValue in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return EntityAppearanceValueModifier and TypeMethodDescriptionAppearanceControl.getEntityAppearanceValue(EntityAppearance entityAppearance) AppearanceControl.getEntityAppearanceValueForUpdate(EntityInstance entityInstance) Methods in com.echothree.model.control.core.server.control with parameters of type EntityAppearanceValueModifier and TypeMethodDescriptionvoidAppearanceControl.updateEntityAppearanceFromValue(EntityAppearanceValue entityAppearanceValue, BasePK updatedBy) -
Uses of EntityAppearanceValue in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityAppearanceValueMethods in com.echothree.model.data.core.server.entity with parameters of type EntityAppearanceValueModifier and TypeMethodDescriptionvoidEntityAppearance.setEntityAppearanceValue(EntityAppearanceValue value) Constructors in com.echothree.model.data.core.server.entity with parameters of type EntityAppearanceValueModifierConstructorDescriptionEntityAppearance(EntityAppearanceValue value, EntityPermission entityPermission) Creates a new instance of EntityAppearance -
Uses of EntityAppearanceValue in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityAppearanceValueModifier and TypeMethodDescriptionEntityAppearanceFactory.getValueFromPK(Session session, EntityAppearancePK pk) EntityAppearanceFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityAppearanceValueModifier and TypeMethodDescriptionEntityAppearanceFactory.getValuesFromPKs(Session session, Collection<EntityAppearancePK> pks) EntityAppearanceFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityAppearanceValueModifier and TypeMethodDescriptionEntityAppearanceFactory.getEntityFromValue(EntityPermission entityPermission, EntityAppearanceValue value) EntityAppearanceFactory.getEntityFromValue(Session session, EntityPermission entityPermission, EntityAppearanceValue value) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityAppearanceValueModifier and TypeMethodDescriptionvoidEntityAppearanceFactory.create(Session session, Collection<EntityAppearanceValue> _values) voidEntityAppearanceFactory.create(Collection<EntityAppearanceValue> _values) -
Uses of EntityAppearanceValue in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityAppearanceValue