001// -------------------------------------------------------------------------------- 002// Copyright 2002-2024 Echo Three, LLC 003// 004// Licensed under the Apache License, Version 2.0 (the "License"); 005// you may not use this file except in compliance with the License. 006// You may obtain a copy of the License at 007// 008// http://www.apache.org/licenses/LICENSE-2.0 009// 010// Unless required by applicable law or agreed to in writing, software 011// distributed under the License is distributed on an "AS IS" BASIS, 012// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 013// See the License for the specific language governing permissions and 014// limitations under the License. 015// -------------------------------------------------------------------------------- 016// Generated File -- DO NOT EDIT BY HAND 017// -------------------------------------------------------------------------------- 018 019/** 020 * VendorResultFactory.java 021 */ 022 023package com.echothree.control.user.vendor.common.result; 024 025import com.echothree.util.common.command.BaseResultFactory; 026 027public class VendorResultFactory 028 extends BaseResultFactory { 029 030 static public CreateItemPurchasingCategoryResult getCreateItemPurchasingCategoryResult() { 031 return createResult(CreateItemPurchasingCategoryResult.class); 032 } 033 034 static public CreateVendorItemResult getCreateVendorItemResult() { 035 return createResult(CreateVendorItemResult.class); 036 } 037 038 static public CreateVendorTypeResult getCreateVendorTypeResult() { 039 return createResult(CreateVendorTypeResult.class); 040 } 041 042 static public EditItemPurchasingCategoryDescriptionResult getEditItemPurchasingCategoryDescriptionResult() { 043 return createResult(EditItemPurchasingCategoryDescriptionResult.class); 044 } 045 046 static public EditItemPurchasingCategoryResult getEditItemPurchasingCategoryResult() { 047 return createResult(EditItemPurchasingCategoryResult.class); 048 } 049 050 static public EditVendorItemCostResult getEditVendorItemCostResult() { 051 return createResult(EditVendorItemCostResult.class); 052 } 053 054 static public EditVendorItemResult getEditVendorItemResult() { 055 return createResult(EditVendorItemResult.class); 056 } 057 058 static public EditVendorResult getEditVendorResult() { 059 return createResult(EditVendorResult.class); 060 } 061 062 static public EditVendorTypeDescriptionResult getEditVendorTypeDescriptionResult() { 063 return createResult(EditVendorTypeDescriptionResult.class); 064 } 065 066 static public EditVendorTypeResult getEditVendorTypeResult() { 067 return createResult(EditVendorTypeResult.class); 068 } 069 070 static public GetItemPurchasingCategoriesResult getGetItemPurchasingCategoriesResult() { 071 return createResult(GetItemPurchasingCategoriesResult.class); 072 } 073 074 static public GetItemPurchasingCategoryChoicesResult getGetItemPurchasingCategoryChoicesResult() { 075 return createResult(GetItemPurchasingCategoryChoicesResult.class); 076 } 077 078 static public GetItemPurchasingCategoryDescriptionResult getGetItemPurchasingCategoryDescriptionResult() { 079 return createResult(GetItemPurchasingCategoryDescriptionResult.class); 080 } 081 082 static public GetItemPurchasingCategoryDescriptionsResult getGetItemPurchasingCategoryDescriptionsResult() { 083 return createResult(GetItemPurchasingCategoryDescriptionsResult.class); 084 } 085 086 static public GetItemPurchasingCategoryResult getGetItemPurchasingCategoryResult() { 087 return createResult(GetItemPurchasingCategoryResult.class); 088 } 089 090 static public GetVendorItemCostResult getGetVendorItemCostResult() { 091 return createResult(GetVendorItemCostResult.class); 092 } 093 094 static public GetVendorItemCostsResult getGetVendorItemCostsResult() { 095 return createResult(GetVendorItemCostsResult.class); 096 } 097 098 static public GetVendorItemResult getGetVendorItemResult() { 099 return createResult(GetVendorItemResult.class); 100 } 101 102 static public GetVendorItemStatusChoicesResult getGetVendorItemStatusChoicesResult() { 103 return createResult(GetVendorItemStatusChoicesResult.class); 104 } 105 106 static public GetVendorItemsResult getGetVendorItemsResult() { 107 return createResult(GetVendorItemsResult.class); 108 } 109 110 static public GetVendorResult getGetVendorResult() { 111 return createResult(GetVendorResult.class); 112 } 113 114 static public GetVendorTypeChoicesResult getGetVendorTypeChoicesResult() { 115 return createResult(GetVendorTypeChoicesResult.class); 116 } 117 118 static public GetVendorTypeDescriptionResult getGetVendorTypeDescriptionResult() { 119 return createResult(GetVendorTypeDescriptionResult.class); 120 } 121 122 static public GetVendorTypeDescriptionsResult getGetVendorTypeDescriptionsResult() { 123 return createResult(GetVendorTypeDescriptionsResult.class); 124 } 125 126 static public GetVendorTypeResult getGetVendorTypeResult() { 127 return createResult(GetVendorTypeResult.class); 128 } 129 130 static public GetVendorTypesResult getGetVendorTypesResult() { 131 return createResult(GetVendorTypesResult.class); 132 } 133 134 static public GetVendorsResult getGetVendorsResult() { 135 return createResult(GetVendorsResult.class); 136 } 137 138}