Uses of Class
com.echothree.model.data.carrier.common.pk.CarrierPK
Packages that use CarrierPK
Package
Description
-
Uses of CarrierPK in com.echothree.model.data.carrier.server.entity
Methods in com.echothree.model.data.carrier.server.entity that return CarrierPK -
Uses of CarrierPK in com.echothree.model.data.carrier.server.factory
Methods in com.echothree.model.data.carrier.server.factory that return CarrierPKModifier and TypeMethodDescriptionCarrierFactory.getNextPK()CarrierFactory.getPKFromQuery(PreparedStatement ps, Object... params) CarrierFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.carrier.server.factory that return types with arguments of type CarrierPKModifier and TypeMethodDescriptionCarrierFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) CarrierFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) CarrierFactory.getPKsFromResultSetAsList(ResultSet rs) CarrierFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.carrier.server.factory with parameters of type CarrierPKModifier and TypeMethodDescriptionCarrierFactory.getEntityFromCache(CarrierPK pk) CarrierFactory.getEntityFromPK(EntityPermission entityPermission, CarrierPK pk) CarrierFactory.getValueFromPK(CarrierPK pk) voidbooleanMethod parameters in com.echothree.model.data.carrier.server.factory with type arguments of type CarrierPKModifier and TypeMethodDescriptionCarrierFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<CarrierPK> pks) CarrierFactory.getValuesFromPKs(Collection<CarrierPK> pks) voidCarrierFactory.remove(Collection<CarrierPK> pks) -
Uses of CarrierPK in com.echothree.model.data.carrier.server.value
Methods in com.echothree.model.data.carrier.server.value that return CarrierPKConstructors in com.echothree.model.data.carrier.server.value with parameters of type CarrierPKModifierConstructorDescriptionCarrierValue(CarrierPK carrierPK, PartyPK partyPK, String carrierName, CarrierTypePK carrierTypePK, SelectorPK geoCodeSelectorPK, SelectorPK itemSelectorPK, String accountValidationPattern, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CarrierValue -
Uses of CarrierPK in com.echothree.model.jooq.server.records.carrier
Methods in com.echothree.model.jooq.server.records.carrier that return CarrierPKMethods in com.echothree.model.jooq.server.records.carrier that return types with arguments of type CarrierPKMethods in com.echothree.model.jooq.server.records.carrier with parameters of type CarrierPKModifier and TypeMethodDescriptionvoidSetter forcarriers.crr_carrierid.Constructors in com.echothree.model.jooq.server.records.carrier with parameters of type CarrierPKModifierConstructorDescriptionCarriers(CarrierPK Carrier, PartyPK Party, String CarrierName, CarrierTypePK CarrierType, SelectorPK GeoCodeSelector, SelectorPK ItemSelector, String AccountValidationPattern, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised Carriers -
Uses of CarrierPK in com.echothree.model.jooq.server.tables.carrier
Fields in com.echothree.model.jooq.server.tables.carrier with type parameters of type CarrierPK