Uses of Class
com.echothree.model.data.item.server.value.ItemAliasValue
Packages that use ItemAliasValue
Package
Description
-
Uses of ItemAliasValue in com.echothree.model.control.item.server.control
Methods in com.echothree.model.control.item.server.control that return ItemAliasValueModifier and TypeMethodDescriptionItemControl.getItemAliasValue(ItemAlias itemAlias) ItemControl.getItemAliasValueByAliasForUpdate(String alias) Methods in com.echothree.model.control.item.server.control with parameters of type ItemAliasValueModifier and TypeMethodDescriptionvoidItemControl.updateItemAliasFromValue(ItemAliasValue itemAliasValue, BasePK updatedBy) -
Uses of ItemAliasValue in com.echothree.model.data.item.server.entity
Methods in com.echothree.model.data.item.server.entity that return ItemAliasValueMethods in com.echothree.model.data.item.server.entity with parameters of type ItemAliasValueConstructors in com.echothree.model.data.item.server.entity with parameters of type ItemAliasValueModifierConstructorDescriptionItemAlias(ItemAliasValue value, EntityPermission entityPermission) Creates a new instance of ItemAlias -
Uses of ItemAliasValue in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory that return ItemAliasValueModifier and TypeMethodDescriptionItemAliasFactory.getValueFromPK(Session session, ItemAliasPK pk) ItemAliasFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type ItemAliasValueModifier and TypeMethodDescriptionItemAliasFactory.getValuesFromPKs(Session session, Collection<ItemAliasPK> pks) ItemAliasFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type ItemAliasValueModifier and TypeMethodDescriptionItemAliasFactory.getEntityFromValue(EntityPermission entityPermission, ItemAliasValue value) ItemAliasFactory.getEntityFromValue(Session session, EntityPermission entityPermission, ItemAliasValue value) Method parameters in com.echothree.model.data.item.server.factory with type arguments of type ItemAliasValueModifier and TypeMethodDescriptionvoidItemAliasFactory.create(Session session, Collection<ItemAliasValue> _values) voidItemAliasFactory.create(Collection<ItemAliasValue> _values) -
Uses of ItemAliasValue in com.echothree.model.data.item.server.value
Methods in com.echothree.model.data.item.server.value that return ItemAliasValue