Uses of Class
com.echothree.model.data.core.server.value.AppearanceValue
Packages that use AppearanceValue
Package
Description
-
Uses of AppearanceValue in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return AppearanceValueMethods in com.echothree.model.data.core.server.entity with parameters of type AppearanceValueConstructors in com.echothree.model.data.core.server.entity with parameters of type AppearanceValueModifierConstructorDescriptionAppearance
(AppearanceValue value, EntityPermission entityPermission) Creates a new instance of Appearance -
Uses of AppearanceValue in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return AppearanceValueModifier and TypeMethodDescriptionAppearanceFactory.getValueFromPK
(Session session, AppearancePK pk) AppearanceFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type AppearanceValueModifier and TypeMethodDescriptionAppearanceFactory.getValuesFromPKs
(Session session, Collection<AppearancePK> pks) AppearanceFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type AppearanceValueModifier and TypeMethodDescriptionAppearanceFactory.getEntityFromValue
(EntityPermission entityPermission, AppearanceValue value) AppearanceFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, AppearanceValue value) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type AppearanceValueModifier and TypeMethodDescriptionvoid
AppearanceFactory.create
(Session session, Collection<AppearanceValue> _values) void
AppearanceFactory.create
(Collection<AppearanceValue> _values) -
Uses of AppearanceValue in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return AppearanceValue