public boolean uspsDomesticSupplyExists(AcUspsDomesticSupplyPkIF pk) {
   return _delegate.uspsDomesticSupplyExists(pk);
 }
 public boolean uspsDomesticSupplyExists(Integer id) {
   return _delegate.uspsDomesticSupplyExists(id);
 }