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 * TrackFormsImpl.java 021 */ 022 023package com.echothree.control.user.track.server; 024 025import com.echothree.control.user.track.common.edit.*; 026import com.echothree.control.user.track.common.form.*; 027import com.echothree.control.user.track.common.spec.*; 028 029public class TrackFormsImpl { 030 031 public TrackDescriptionEdit getTrackDescriptionEdit() { 032 return TrackEditFactory.getTrackDescriptionEdit(); 033 } 034 035 public TrackEdit getTrackEdit() { 036 return TrackEditFactory.getTrackEdit(); 037 } 038 039 public CreateTrackDescriptionForm getCreateTrackDescriptionForm() { 040 return TrackFormFactory.getCreateTrackDescriptionForm(); 041 } 042 043 public CreateTrackForm getCreateTrackForm() { 044 return TrackFormFactory.getCreateTrackForm(); 045 } 046 047 public CreateUserVisitTrackForm getCreateUserVisitTrackForm() { 048 return TrackFormFactory.getCreateUserVisitTrackForm(); 049 } 050 051 public DeleteTrackDescriptionForm getDeleteTrackDescriptionForm() { 052 return TrackFormFactory.getDeleteTrackDescriptionForm(); 053 } 054 055 public DeleteTrackForm getDeleteTrackForm() { 056 return TrackFormFactory.getDeleteTrackForm(); 057 } 058 059 public EditTrackDescriptionForm getEditTrackDescriptionForm() { 060 return TrackFormFactory.getEditTrackDescriptionForm(); 061 } 062 063 public EditTrackForm getEditTrackForm() { 064 return TrackFormFactory.getEditTrackForm(); 065 } 066 067 public GetTrackChoicesForm getGetTrackChoicesForm() { 068 return TrackFormFactory.getGetTrackChoicesForm(); 069 } 070 071 public GetTrackDescriptionForm getGetTrackDescriptionForm() { 072 return TrackFormFactory.getGetTrackDescriptionForm(); 073 } 074 075 public GetTrackDescriptionsForm getGetTrackDescriptionsForm() { 076 return TrackFormFactory.getGetTrackDescriptionsForm(); 077 } 078 079 public GetTrackForm getGetTrackForm() { 080 return TrackFormFactory.getGetTrackForm(); 081 } 082 083 public GetTrackStatusChoicesForm getGetTrackStatusChoicesForm() { 084 return TrackFormFactory.getGetTrackStatusChoicesForm(); 085 } 086 087 public GetTracksForm getGetTracksForm() { 088 return TrackFormFactory.getGetTracksForm(); 089 } 090 091 public SetDefaultTrackForm getSetDefaultTrackForm() { 092 return TrackFormFactory.getSetDefaultTrackForm(); 093 } 094 095 public SetTrackStatusForm getSetTrackStatusForm() { 096 return TrackFormFactory.getSetTrackStatusForm(); 097 } 098 099 public TrackDescriptionSpec getTrackDescriptionSpec() { 100 return TrackSpecFactory.getTrackDescriptionSpec(); 101 } 102 103 public TrackSpec getTrackSpec() { 104 return TrackSpecFactory.getTrackSpec(); 105 } 106 107}