Uses of Class
com.echothree.model.data.item.common.pk.ItemAliasPK
Packages that use ItemAliasPK
Package
Description
-
Uses of ItemAliasPK in com.echothree.model.data.item.server.entity
Methods in com.echothree.model.data.item.server.entity that return ItemAliasPK -
Uses of ItemAliasPK in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory that return ItemAliasPKModifier and TypeMethodDescriptionItemAliasFactory.getNextPK()ItemAliasFactory.getPKFromQuery(PreparedStatement ps, Object... params) ItemAliasFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type ItemAliasPKModifier and TypeMethodDescriptionItemAliasFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ItemAliasFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ItemAliasFactory.getPKsFromResultSetAsList(ResultSet rs) ItemAliasFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type ItemAliasPKModifier and TypeMethodDescriptionItemAliasFactory.getEntityFromCache(ItemAliasPK pk) ItemAliasFactory.getEntityFromPK(EntityPermission entityPermission, ItemAliasPK pk) ItemAliasFactory.getValueFromPK(ItemAliasPK pk) voidItemAliasFactory.remove(ItemAliasPK pk) booleanItemAliasFactory.validPK(ItemAliasPK pk) Method parameters in com.echothree.model.data.item.server.factory with type arguments of type ItemAliasPKModifier and TypeMethodDescriptionItemAliasFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ItemAliasPK> pks) ItemAliasFactory.getValuesFromPKs(Collection<ItemAliasPK> pks) voidItemAliasFactory.remove(Collection<ItemAliasPK> pks) -
Uses of ItemAliasPK in com.echothree.model.data.item.server.value
Methods in com.echothree.model.data.item.server.value that return ItemAliasPKConstructors in com.echothree.model.data.item.server.value with parameters of type ItemAliasPKModifierConstructorDescriptionItemAliasValue(ItemAliasPK itemAliasPK, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, ItemAliasTypePK itemAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of ItemAliasValue -
Uses of ItemAliasPK in com.echothree.model.jooq.server.records.item
Methods in com.echothree.model.jooq.server.records.item that return ItemAliasPKModifier and TypeMethodDescriptionItemAliases.ItemAlias()Getter foritemaliases.itmal_itemaliasid.Methods in com.echothree.model.jooq.server.records.item that return types with arguments of type ItemAliasPKMethods in com.echothree.model.jooq.server.records.item with parameters of type ItemAliasPKModifier and TypeMethodDescriptionvoidItemAliases.ItemAlias(ItemAliasPK value) Setter foritemaliases.itmal_itemaliasid.Constructors in com.echothree.model.jooq.server.records.item with parameters of type ItemAliasPKModifierConstructorDescriptionItemAliases(ItemAliasPK ItemAlias, ItemPK Item, UnitOfMeasureTypePK UnitOfMeasureType, ItemAliasTypePK ItemAliasType, String Alias, Long FromTime, Long ThruTime) Create a detached, initialised ItemAliases -
Uses of ItemAliasPK in com.echothree.model.jooq.server.tables.item
Fields in com.echothree.model.jooq.server.tables.item with type parameters of type ItemAliasPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ItemAliases, ItemAliasPK> ItemAliases.ITEM_ALIASThe columnitemaliases.itmal_itemaliasid.