Uses of Class
com.echothree.model.data.icon.server.value.IconUsageValue
Packages that use IconUsageValue
Package
Description
-
Uses of IconUsageValue in com.echothree.model.control.icon.server.control
Methods in com.echothree.model.control.icon.server.control that return IconUsageValueModifier and TypeMethodDescriptionIconControl.getDefaultIconUsageValueForUpdate
(IconUsageType iconUsageType) IconControl.getIconUsageValueForUpdate
(IconUsageType iconUsageType, Icon icon) Methods in com.echothree.model.control.icon.server.control with parameters of type IconUsageValueModifier and TypeMethodDescriptionvoid
IconControl.updateIconUsageFromValue
(IconUsageValue iconUsageValue, BasePK updatedBy) -
Uses of IconUsageValue in com.echothree.model.data.icon.server.entity
Methods in com.echothree.model.data.icon.server.entity that return IconUsageValueMethods in com.echothree.model.data.icon.server.entity with parameters of type IconUsageValueConstructors in com.echothree.model.data.icon.server.entity with parameters of type IconUsageValueModifierConstructorDescriptionIconUsage
(IconUsageValue value, EntityPermission entityPermission) Creates a new instance of IconUsage -
Uses of IconUsageValue in com.echothree.model.data.icon.server.factory
Methods in com.echothree.model.data.icon.server.factory that return IconUsageValueModifier and TypeMethodDescriptionIconUsageFactory.getValueFromPK
(Session session, IconUsagePK pk) IconUsageFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.icon.server.factory that return types with arguments of type IconUsageValueModifier and TypeMethodDescriptionIconUsageFactory.getValuesFromPKs
(Session session, Collection<IconUsagePK> pks) IconUsageFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.icon.server.factory with parameters of type IconUsageValueModifier and TypeMethodDescriptionIconUsageFactory.getEntityFromValue
(EntityPermission entityPermission, IconUsageValue value) IconUsageFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, IconUsageValue value) Method parameters in com.echothree.model.data.icon.server.factory with type arguments of type IconUsageValueModifier and TypeMethodDescriptionvoid
IconUsageFactory.create
(Session session, Collection<IconUsageValue> _values) void
IconUsageFactory.create
(Collection<IconUsageValue> _values) -
Uses of IconUsageValue in com.echothree.model.data.icon.server.value
Methods in com.echothree.model.data.icon.server.value that return IconUsageValue