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 -
Uses of PartyFreeOnBoardPK in com.echothree.model.jooq.server.records.shipment
Methods in com.echothree.model.jooq.server.records.shipment that return PartyFreeOnBoardPKModifier and TypeMethodDescriptionPartyFreeOnBoards.PartyFreeOnBoard()Getter forpartyfreeonboards.pfob_partyfreeonboardid.Methods in com.echothree.model.jooq.server.records.shipment that return types with arguments of type PartyFreeOnBoardPKMethods in com.echothree.model.jooq.server.records.shipment with parameters of type PartyFreeOnBoardPKModifier and TypeMethodDescriptionvoidPartyFreeOnBoards.PartyFreeOnBoard(PartyFreeOnBoardPK value) Setter forpartyfreeonboards.pfob_partyfreeonboardid.Constructors in com.echothree.model.jooq.server.records.shipment with parameters of type PartyFreeOnBoardPKModifierConstructorDescriptionPartyFreeOnBoards(PartyFreeOnBoardPK PartyFreeOnBoard, PartyPK Party, FreeOnBoardPK FreeOnBoard, Long FromTime, Long ThruTime) Create a detached, initialised PartyFreeOnBoards -
Uses of PartyFreeOnBoardPK in com.echothree.model.jooq.server.tables.shipment
Fields in com.echothree.model.jooq.server.tables.shipment with type parameters of type PartyFreeOnBoardPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<PartyFreeOnBoards, PartyFreeOnBoardPK> PartyFreeOnBoards.PARTY_FREE_ON_BOARDThe columnpartyfreeonboards.pfob_partyfreeonboardid.