コード例 #1
0
 public String getWebKey() {
   // AcSqlResultsVoBase and AcSqlResultsVoPk must match.
   ScEncoder b = new ScEncoder();
   b.encodeAny(getSchemaName());
   b.encodeAny(getIndex());
   return b.toString();
 }
コード例 #2
0
 public String getWebKey() {
   // AcUspsInternationalCandidateRouteLegBase and AcUspsInternationalCandidateRouteLegPk must
   // match.
   ScEncoder b = new ScEncoder();
   b.encodeAny(_id);
   return b.toString();
 }
コード例 #3
0
 public String getWebKey() {
   // AcTravelPlanConfirmationEdiMessageBase and AcTravelPlanConfirmationEdiMessagePk must match.
   ScEncoder b = new ScEncoder();
   b.encodeAny(getTravelPlanConfirmationId());
   b.encodeAny(getReceivedEdiMessageId());
   return b.toString();
 }
コード例 #4
0
 public String getWebKey() {
   // AcUserAirportMobileDeviceCacheBase and AcUserAirportMobileDeviceCachePk must match.
   ScEncoder b = new ScEncoder();
   b.encodeAny(_login);
   b.encodeAny(_airportCode);
   return b.toString();
 }
コード例 #5
0
 public String getWebKey() {
   // AcGlobalUspsInternationalDemandCategoryBase and AcGlobalUspsInternationalDemandCategoryPk
   // must match.
   ScEncoder b = new ScEncoder();
   b.encodeAny(_code);
   return b.toString();
 }
コード例 #6
0
 public String getWebKey() {
   // AcSentFileMessageVoBase and AcSentFileMessageVoPk must match.
   ScEncoder b = new ScEncoder();
   b.encodeAny(getSentEdiInterchangeId());
   b.encodeAny(getSentMessageId());
   b.encodeAny(getSentFileId());
   return b.toString();
 }
 public String getWebKey() {
   // AcSentEdiInterchangeUspsInternationalCandidateRouteMessageBase and
   // AcSentEdiInterchangeUspsInternationalCandidateRouteMessagePk must match.
   ScEncoder b = new ScEncoder();
   b.encodeAny(getSentEdiInterchangeId());
   b.encodeAny(getUspsInternationalCandidateRouteMessageId());
   return b.toString();
 }
コード例 #8
0
 public String getWebKey() {
   // AcGb0901MarketPayComponentSummaryBase and AcGb0901MarketPayComponentSummaryPk must match.
   ScEncoder b = new ScEncoder();
   b.encodeAny(getFirstResultUtcDt());
   b.encodeAny(getCarrierOrigin());
   b.encodeAny(getCarrierDestination());
   b.encodeAny(getContractedParty());
   b.encodeAny(getSubcontractedCarriers());
   b.encodeAny(getCarrierOperated());
   return b.toString();
 }
 public String getWebKey() {
   // AcUspsInternationalCgrWorkLegFlightConflictSummaryVoBase and
   // AcUspsInternationalCgrWorkLegFlightConflictSummaryVoPk must match.
   ScEncoder b = new ScEncoder();
   b.encodeAny(getLegDepartureLocalTm());
   b.encodeAny(getLegArrivalLocalTm());
   b.encodeAny(getLegArrivalDayOffset());
   b.encodeAny(getLegStopCount());
   b.encodeAny(getLegEquipment());
   return b.toString();
 }
コード例 #10
0
 public String getWebKey() {
   // AcHomeBy2300SummaryVoBase and AcHomeBy2300SummaryVoPk must match.
   ScEncoder b = new ScEncoder();
   b.encodeAny(getDueDt());
   return b.toString();
 }
コード例 #11
0
 public String getWebKey() {
   // AcBatchStatisticBase and AcBatchStatisticPk must match.
   ScEncoder b = new ScEncoder();
   b.encodeAny(_id);
   return b.toString();
 }
コード例 #12
0
 public String getWebKey() {
   // AcGlobalJobLogBase and AcGlobalJobLogPk must match.
   ScEncoder b = new ScEncoder();
   b.encodeAny(_id);
   return b.toString();
 }
コード例 #13
0
 public String getWebKey() {
   // AcSentEdiInterchangeBase and AcSentEdiInterchangePk must match.
   ScEncoder b = new ScEncoder();
   b.encodeAny(_id);
   return b.toString();
 }
コード例 #14
0
 public String getWebKey() {
   // AcTravelPlanConfirmationContainerBase and AcTravelPlanConfirmationContainerPk must match.
   ScEncoder b = new ScEncoder();
   b.encodeAny(_id);
   return b.toString();
 }
コード例 #15
0
 public String getWebKey() {
   // AcCustodySummaryVoBase and AcCustodySummaryVoPk must match.
   ScEncoder b = new ScEncoder();
   b.encodeAny(_hashKey);
   return b.toString();
 }
コード例 #16
0
 public String getWebKey() {
   // AcUspsDomesticSkeletonRouteOfferBase and AcUspsDomesticSkeletonRouteOfferPk must match.
   ScEncoder b = new ScEncoder();
   b.encodeAny(getId());
   return b.toString();
 }
コード例 #17
0
 public String getWebKey() {
   // AcMobileProfileBase and AcMobileProfilePk must match.
   ScEncoder b = new ScEncoder();
   b.encodeAny(_name);
   return b.toString();
 }
コード例 #18
0
 public String getWebKey() {
   // AcAccountInclusionOperatorVoBase and AcAccountInclusionOperatorVoPk must match.
   ScEncoder b = new ScEncoder();
   b.encodeAny(_accountCode);
   return b.toString();
 }