Uses of Class
com.echothree.model.data.item.common.pk.ItemStringDescriptionPK
Packages that use ItemStringDescriptionPK
Package
Description
-
Uses of ItemStringDescriptionPK in com.echothree.model.data.item.server.entity
Methods in com.echothree.model.data.item.server.entity that return ItemStringDescriptionPK -
Uses of ItemStringDescriptionPK in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory that return ItemStringDescriptionPKModifier and TypeMethodDescriptionItemStringDescriptionFactory.getNextPK()
ItemStringDescriptionFactory.getPKFromQuery
(PreparedStatement ps, Object... params) ItemStringDescriptionFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type ItemStringDescriptionPKModifier and TypeMethodDescriptionItemStringDescriptionFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) ItemStringDescriptionFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) ItemStringDescriptionFactory.getPKsFromResultSetAsList
(ResultSet rs) ItemStringDescriptionFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type ItemStringDescriptionPKModifier and TypeMethodDescriptionItemStringDescriptionFactory.getEntityFromCache
(Session session, ItemStringDescriptionPK pk) ItemStringDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, ItemStringDescriptionPK pk) ItemStringDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ItemStringDescriptionPK pk) ItemStringDescriptionFactory.getValueFromPK
(Session session, ItemStringDescriptionPK pk) void
ItemStringDescriptionFactory.remove
(Session session, ItemStringDescriptionPK pk) boolean
ItemStringDescriptionFactory.validPK
(Session session, ItemStringDescriptionPK pk) Method parameters in com.echothree.model.data.item.server.factory with type arguments of type ItemStringDescriptionPKModifier and TypeMethodDescriptionItemStringDescriptionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ItemStringDescriptionPK> pks) ItemStringDescriptionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ItemStringDescriptionPK> pks) ItemStringDescriptionFactory.getValuesFromPKs
(Session session, Collection<ItemStringDescriptionPK> pks) void
ItemStringDescriptionFactory.remove
(Session session, Collection<ItemStringDescriptionPK> pks) void
ItemStringDescriptionFactory.remove
(Collection<ItemStringDescriptionPK> pks) -
Uses of ItemStringDescriptionPK in com.echothree.model.data.item.server.value
Methods in com.echothree.model.data.item.server.value that return ItemStringDescriptionPKConstructors in com.echothree.model.data.item.server.value with parameters of type ItemStringDescriptionPKModifierConstructorDescriptionItemStringDescriptionValue
(ItemStringDescriptionPK itemStringDescriptionPK, ItemDescriptionPK itemDescriptionPK, String stringDescription, Long fromTime, Long thruTime) Creates a new instance of ItemStringDescriptionValue