Uses of Class
com.echothree.model.data.shipment.common.pk.FreeOnBoardDescriptionPK
Packages that use FreeOnBoardDescriptionPK
Package
Description
-
Uses of FreeOnBoardDescriptionPK in com.echothree.model.data.shipment.server.entity
Methods in com.echothree.model.data.shipment.server.entity that return FreeOnBoardDescriptionPK -
Uses of FreeOnBoardDescriptionPK in com.echothree.model.data.shipment.server.factory
Methods in com.echothree.model.data.shipment.server.factory that return FreeOnBoardDescriptionPKModifier and TypeMethodDescriptionFreeOnBoardDescriptionFactory.getNextPK()FreeOnBoardDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) FreeOnBoardDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory that return types with arguments of type FreeOnBoardDescriptionPKModifier and TypeMethodDescriptionFreeOnBoardDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) FreeOnBoardDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) FreeOnBoardDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) FreeOnBoardDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory with parameters of type FreeOnBoardDescriptionPKModifier and TypeMethodDescriptionFreeOnBoardDescriptionFactory.getEntityFromCache(FreeOnBoardDescriptionPK pk) FreeOnBoardDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, FreeOnBoardDescriptionPK pk) FreeOnBoardDescriptionFactory.getValueFromPK(FreeOnBoardDescriptionPK pk) voidFreeOnBoardDescriptionFactory.remove(FreeOnBoardDescriptionPK pk) booleanFreeOnBoardDescriptionFactory.validPK(FreeOnBoardDescriptionPK pk) Method parameters in com.echothree.model.data.shipment.server.factory with type arguments of type FreeOnBoardDescriptionPKModifier and TypeMethodDescriptionFreeOnBoardDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<FreeOnBoardDescriptionPK> pks) FreeOnBoardDescriptionFactory.getValuesFromPKs(Collection<FreeOnBoardDescriptionPK> pks) voidFreeOnBoardDescriptionFactory.remove(Collection<FreeOnBoardDescriptionPK> pks) -
Uses of FreeOnBoardDescriptionPK in com.echothree.model.data.shipment.server.value
Methods in com.echothree.model.data.shipment.server.value that return FreeOnBoardDescriptionPKConstructors in com.echothree.model.data.shipment.server.value with parameters of type FreeOnBoardDescriptionPKModifierConstructorDescriptionFreeOnBoardDescriptionValue(FreeOnBoardDescriptionPK freeOnBoardDescriptionPK, FreeOnBoardPK freeOnBoardPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of FreeOnBoardDescriptionValue