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(PartyFreeOnBoardPK pk) PartyFreeOnBoardFactory.getEntityFromPK(EntityPermission entityPermission, PartyFreeOnBoardPK pk) PartyFreeOnBoardFactory.getValueFromPK(PartyFreeOnBoardPK pk) voidPartyFreeOnBoardFactory.remove(PartyFreeOnBoardPK pk) booleanPartyFreeOnBoardFactory.validPK(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.getValuesFromPKs(Collection<PartyFreeOnBoardPK> pks) voidPartyFreeOnBoardFactory.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