Uses of Class
com.echothree.model.data.shipment.common.pk.FreeOnBoardDetailPK
Packages that use FreeOnBoardDetailPK
Package
Description
-
Uses of FreeOnBoardDetailPK in com.echothree.model.data.shipment.server.entity
Methods in com.echothree.model.data.shipment.server.entity that return FreeOnBoardDetailPKModifier and TypeMethodDescriptionFreeOnBoard.getActiveDetailPK()
FreeOnBoard.getLastDetailPK()
FreeOnBoardDetail.getPrimaryKey()
Methods in com.echothree.model.data.shipment.server.entity with parameters of type FreeOnBoardDetailPKModifier and TypeMethodDescriptionvoid
FreeOnBoard.setActiveDetailPK
(FreeOnBoardDetailPK activeDetailPK) void
FreeOnBoard.setLastDetailPK
(FreeOnBoardDetailPK lastDetailPK) -
Uses of FreeOnBoardDetailPK in com.echothree.model.data.shipment.server.factory
Methods in com.echothree.model.data.shipment.server.factory that return FreeOnBoardDetailPKModifier and TypeMethodDescriptionFreeOnBoardDetailFactory.getNextPK()
FreeOnBoardDetailFactory.getPKFromQuery
(PreparedStatement ps, Object... params) FreeOnBoardDetailFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory that return types with arguments of type FreeOnBoardDetailPKModifier and TypeMethodDescriptionFreeOnBoardDetailFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) FreeOnBoardDetailFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) FreeOnBoardDetailFactory.getPKsFromResultSetAsList
(ResultSet rs) FreeOnBoardDetailFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory with parameters of type FreeOnBoardDetailPKModifier and TypeMethodDescriptionFreeOnBoardFactory.create
(FreeOnBoardDetailPK activeDetailPK, FreeOnBoardDetailPK lastDetailPK) FreeOnBoardFactory.create
(Session session, FreeOnBoardDetailPK activeDetailPK, FreeOnBoardDetailPK lastDetailPK) FreeOnBoardDetailFactory.getEntityFromCache
(Session session, FreeOnBoardDetailPK pk) FreeOnBoardDetailFactory.getEntityFromPK
(EntityPermission entityPermission, FreeOnBoardDetailPK pk) FreeOnBoardDetailFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, FreeOnBoardDetailPK pk) FreeOnBoardDetailFactory.getValueFromPK
(Session session, FreeOnBoardDetailPK pk) void
FreeOnBoardDetailFactory.remove
(Session session, FreeOnBoardDetailPK pk) boolean
FreeOnBoardDetailFactory.validPK
(Session session, FreeOnBoardDetailPK pk) Method parameters in com.echothree.model.data.shipment.server.factory with type arguments of type FreeOnBoardDetailPKModifier and TypeMethodDescriptionFreeOnBoardDetailFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<FreeOnBoardDetailPK> pks) FreeOnBoardDetailFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<FreeOnBoardDetailPK> pks) FreeOnBoardDetailFactory.getValuesFromPKs
(Session session, Collection<FreeOnBoardDetailPK> pks) void
FreeOnBoardDetailFactory.remove
(Session session, Collection<FreeOnBoardDetailPK> pks) void
FreeOnBoardDetailFactory.remove
(Collection<FreeOnBoardDetailPK> pks) -
Uses of FreeOnBoardDetailPK in com.echothree.model.data.shipment.server.value
Methods in com.echothree.model.data.shipment.server.value that return FreeOnBoardDetailPKModifier and TypeMethodDescriptionFreeOnBoardValue.getActiveDetailPK()
FreeOnBoardValue.getLastDetailPK()
FreeOnBoardDetailValue.getPrimaryKey()
Methods in com.echothree.model.data.shipment.server.value with parameters of type FreeOnBoardDetailPKModifier and TypeMethodDescriptionvoid
FreeOnBoardValue.setActiveDetailPK
(FreeOnBoardDetailPK activeDetailPK) void
FreeOnBoardValue.setLastDetailPK
(FreeOnBoardDetailPK lastDetailPK) Constructors in com.echothree.model.data.shipment.server.value with parameters of type FreeOnBoardDetailPKModifierConstructorDescriptionFreeOnBoardDetailValue
(FreeOnBoardDetailPK freeOnBoardDetailPK, FreeOnBoardPK freeOnBoardPK, String freeOnBoardName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of FreeOnBoardDetailValueFreeOnBoardValue
(FreeOnBoardDetailPK activeDetailPK, FreeOnBoardDetailPK lastDetailPK) Creates a new instance of FreeOnBoardValueFreeOnBoardValue
(FreeOnBoardPK freeOnBoardPK, FreeOnBoardDetailPK activeDetailPK, FreeOnBoardDetailPK lastDetailPK) Creates a new instance of FreeOnBoardValue