Uses of Class
com.echothree.model.data.shipment.common.pk.PartyFreeOnBoardPK
Packages that use PartyFreeOnBoardPK
Package
Description
-
Uses of PartyFreeOnBoardPK in com.echothree.model.data.shipment.server.entity
Methods in com.echothree.model.data.shipment.server.entity that return PartyFreeOnBoardPK -
Uses of PartyFreeOnBoardPK in com.echothree.model.data.shipment.server.factory
Methods in com.echothree.model.data.shipment.server.factory that return PartyFreeOnBoardPKModifier and TypeMethodDescriptionPartyFreeOnBoardFactory.getNextPK()
PartyFreeOnBoardFactory.getPKFromQuery
(PreparedStatement ps, Object... params) PartyFreeOnBoardFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory that return types with arguments of type PartyFreeOnBoardPKModifier and TypeMethodDescriptionPartyFreeOnBoardFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) PartyFreeOnBoardFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) PartyFreeOnBoardFactory.getPKsFromResultSetAsList
(ResultSet rs) PartyFreeOnBoardFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory with parameters of type PartyFreeOnBoardPKModifier and TypeMethodDescriptionPartyFreeOnBoardFactory.getEntityFromCache
(Session session, PartyFreeOnBoardPK pk) PartyFreeOnBoardFactory.getEntityFromPK
(EntityPermission entityPermission, PartyFreeOnBoardPK pk) PartyFreeOnBoardFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, PartyFreeOnBoardPK pk) PartyFreeOnBoardFactory.getValueFromPK
(Session session, PartyFreeOnBoardPK pk) void
PartyFreeOnBoardFactory.remove
(Session session, PartyFreeOnBoardPK pk) boolean
PartyFreeOnBoardFactory.validPK
(Session session, PartyFreeOnBoardPK pk) Method parameters in com.echothree.model.data.shipment.server.factory with type arguments of type PartyFreeOnBoardPKModifier and TypeMethodDescriptionPartyFreeOnBoardFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<PartyFreeOnBoardPK> pks) PartyFreeOnBoardFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<PartyFreeOnBoardPK> pks) PartyFreeOnBoardFactory.getValuesFromPKs
(Session session, Collection<PartyFreeOnBoardPK> pks) void
PartyFreeOnBoardFactory.remove
(Session session, Collection<PartyFreeOnBoardPK> pks) void
PartyFreeOnBoardFactory.remove
(Collection<PartyFreeOnBoardPK> pks) -
Uses of PartyFreeOnBoardPK in com.echothree.model.data.shipment.server.value
Methods in com.echothree.model.data.shipment.server.value that return PartyFreeOnBoardPKConstructors in com.echothree.model.data.shipment.server.value with parameters of type PartyFreeOnBoardPKModifierConstructorDescriptionPartyFreeOnBoardValue
(PartyFreeOnBoardPK partyFreeOnBoardPK, PartyPK partyPK, FreeOnBoardPK freeOnBoardPK, Long fromTime, Long thruTime) Creates a new instance of PartyFreeOnBoardValue