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