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 * LicenseFormsImpl.java 021 */ 022 023package com.echothree.control.user.license.server; 024 025import com.echothree.control.user.license.common.edit.*; 026import com.echothree.control.user.license.common.form.*; 027import com.echothree.control.user.license.common.spec.*; 028 029public class LicenseFormsImpl { 030 031 public LicenseTypeDescriptionEdit getLicenseTypeDescriptionEdit() { 032 return LicenseEditFactory.getLicenseTypeDescriptionEdit(); 033 } 034 035 public LicenseTypeEdit getLicenseTypeEdit() { 036 return LicenseEditFactory.getLicenseTypeEdit(); 037 } 038 039 public CreateLicenseTypeDescriptionForm getCreateLicenseTypeDescriptionForm() { 040 return LicenseFormFactory.getCreateLicenseTypeDescriptionForm(); 041 } 042 043 public CreateLicenseTypeForm getCreateLicenseTypeForm() { 044 return LicenseFormFactory.getCreateLicenseTypeForm(); 045 } 046 047 public DeleteLicenseTypeDescriptionForm getDeleteLicenseTypeDescriptionForm() { 048 return LicenseFormFactory.getDeleteLicenseTypeDescriptionForm(); 049 } 050 051 public DeleteLicenseTypeForm getDeleteLicenseTypeForm() { 052 return LicenseFormFactory.getDeleteLicenseTypeForm(); 053 } 054 055 public EditLicenseTypeDescriptionForm getEditLicenseTypeDescriptionForm() { 056 return LicenseFormFactory.getEditLicenseTypeDescriptionForm(); 057 } 058 059 public EditLicenseTypeForm getEditLicenseTypeForm() { 060 return LicenseFormFactory.getEditLicenseTypeForm(); 061 } 062 063 public GetLicenseTypeChoicesForm getGetLicenseTypeChoicesForm() { 064 return LicenseFormFactory.getGetLicenseTypeChoicesForm(); 065 } 066 067 public GetLicenseTypeDescriptionForm getGetLicenseTypeDescriptionForm() { 068 return LicenseFormFactory.getGetLicenseTypeDescriptionForm(); 069 } 070 071 public GetLicenseTypeDescriptionsForm getGetLicenseTypeDescriptionsForm() { 072 return LicenseFormFactory.getGetLicenseTypeDescriptionsForm(); 073 } 074 075 public GetLicenseTypeForm getGetLicenseTypeForm() { 076 return LicenseFormFactory.getGetLicenseTypeForm(); 077 } 078 079 public GetLicenseTypesForm getGetLicenseTypesForm() { 080 return LicenseFormFactory.getGetLicenseTypesForm(); 081 } 082 083 public SetDefaultLicenseTypeForm getSetDefaultLicenseTypeForm() { 084 return LicenseFormFactory.getSetDefaultLicenseTypeForm(); 085 } 086 087 public LicenseTypeDescriptionSpec getLicenseTypeDescriptionSpec() { 088 return LicenseSpecFactory.getLicenseTypeDescriptionSpec(); 089 } 090 091 public LicenseTypeSpec getLicenseTypeSpec() { 092 return LicenseSpecFactory.getLicenseTypeSpec(); 093 } 094 095}