Uses of Class
com.echothree.model.data.core.server.value.AppearanceDetailValue
Packages that use AppearanceDetailValue
Package
Description
-
Uses of AppearanceDetailValue in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return AppearanceDetailValueModifier and TypeMethodDescriptionAppearanceControl.getAppearanceDetailValueByNameForUpdate(String appearanceName) AppearanceControl.getAppearanceDetailValueForUpdate(Appearance appearance) AppearanceControl.getDefaultAppearanceDetailValueForUpdate()Methods in com.echothree.model.control.core.server.control with parameters of type AppearanceDetailValueModifier and TypeMethodDescriptionvoidAppearanceControl.updateAppearanceFromValue(AppearanceDetailValue appearanceDetailValue, BasePK updatedBy) -
Uses of AppearanceDetailValue in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return AppearanceDetailValueMethods in com.echothree.model.data.core.server.entity with parameters of type AppearanceDetailValueModifier and TypeMethodDescriptionvoidAppearanceDetail.setAppearanceDetailValue(AppearanceDetailValue value) Constructors in com.echothree.model.data.core.server.entity with parameters of type AppearanceDetailValueModifierConstructorDescriptionAppearanceDetail(AppearanceDetailValue value, EntityPermission entityPermission) Creates a new instance of AppearanceDetail -
Uses of AppearanceDetailValue in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return AppearanceDetailValueModifier and TypeMethodDescriptionAppearanceDetailFactory.getValueFromPK(Session session, AppearanceDetailPK pk) AppearanceDetailFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type AppearanceDetailValueModifier and TypeMethodDescriptionAppearanceDetailFactory.getValuesFromPKs(Session session, Collection<AppearanceDetailPK> pks) AppearanceDetailFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type AppearanceDetailValueModifier and TypeMethodDescriptionAppearanceDetailFactory.getEntityFromValue(EntityPermission entityPermission, AppearanceDetailValue value) AppearanceDetailFactory.getEntityFromValue(Session session, EntityPermission entityPermission, AppearanceDetailValue value) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type AppearanceDetailValueModifier and TypeMethodDescriptionvoidAppearanceDetailFactory.create(Session session, Collection<AppearanceDetailValue> _values) voidAppearanceDetailFactory.create(Collection<AppearanceDetailValue> _values) -
Uses of AppearanceDetailValue in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return AppearanceDetailValue