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 * ContactForms.java
021 */
022
023package com.echothree.control.user.contact.common;
024
025import com.echothree.control.user.contact.common.edit.*;
026import com.echothree.control.user.contact.common.form.*;
027import com.echothree.control.user.contact.common.spec.*;
028
029public interface ContactForms {
030
031    ContactEmailAddressEdit getContactEmailAddressEdit();
032    ContactMechanismAliasTypeDescriptionEdit getContactMechanismAliasTypeDescriptionEdit();
033    ContactMechanismAliasTypeEdit getContactMechanismAliasTypeEdit();
034    ContactMechanismEdit getContactMechanismEdit();
035    ContactPostalAddressEdit getContactPostalAddressEdit();
036    ContactTelephoneEdit getContactTelephoneEdit();
037    ContactWebAddressEdit getContactWebAddressEdit();
038    PartyContactMechanismEdit getPartyContactMechanismEdit();
039    PostalAddressElementTypeDescriptionEdit getPostalAddressElementTypeDescriptionEdit();
040    PostalAddressElementTypeEdit getPostalAddressElementTypeEdit();
041    PostalAddressFormatDescriptionEdit getPostalAddressFormatDescriptionEdit();
042    PostalAddressFormatEdit getPostalAddressFormatEdit();
043    PostalAddressLineEdit getPostalAddressLineEdit();
044    PostalAddressLineElementEdit getPostalAddressLineElementEdit();
045    CreateContactEmailAddressForm getCreateContactEmailAddressForm();
046    CreateContactMechanismAliasForm getCreateContactMechanismAliasForm();
047    CreateContactMechanismAliasTypeDescriptionForm getCreateContactMechanismAliasTypeDescriptionForm();
048    CreateContactMechanismAliasTypeForm getCreateContactMechanismAliasTypeForm();
049    CreateContactMechanismPurposeDescriptionForm getCreateContactMechanismPurposeDescriptionForm();
050    CreateContactMechanismPurposeForm getCreateContactMechanismPurposeForm();
051    CreateContactMechanismTypeDescriptionForm getCreateContactMechanismTypeDescriptionForm();
052    CreateContactMechanismTypeForm getCreateContactMechanismTypeForm();
053    CreateContactPostalAddressForm getCreateContactPostalAddressForm();
054    CreateContactTelephoneForm getCreateContactTelephoneForm();
055    CreateContactWebAddressForm getCreateContactWebAddressForm();
056    CreatePartyContactMechanismAliasForm getCreatePartyContactMechanismAliasForm();
057    CreatePartyContactMechanismPurposeForm getCreatePartyContactMechanismPurposeForm();
058    CreatePartyContactMechanismRelationshipForm getCreatePartyContactMechanismRelationshipForm();
059    CreatePostalAddressElementTypeDescriptionForm getCreatePostalAddressElementTypeDescriptionForm();
060    CreatePostalAddressElementTypeForm getCreatePostalAddressElementTypeForm();
061    CreatePostalAddressFormatDescriptionForm getCreatePostalAddressFormatDescriptionForm();
062    CreatePostalAddressFormatForm getCreatePostalAddressFormatForm();
063    CreatePostalAddressLineElementForm getCreatePostalAddressLineElementForm();
064    CreatePostalAddressLineForm getCreatePostalAddressLineForm();
065    DeleteContactMechanismAliasForm getDeleteContactMechanismAliasForm();
066    DeleteContactMechanismAliasTypeDescriptionForm getDeleteContactMechanismAliasTypeDescriptionForm();
067    DeleteContactMechanismAliasTypeForm getDeleteContactMechanismAliasTypeForm();
068    DeleteContactMechanismForm getDeleteContactMechanismForm();
069    DeletePartyContactMechanismAliasForm getDeletePartyContactMechanismAliasForm();
070    DeletePartyContactMechanismPurposeForm getDeletePartyContactMechanismPurposeForm();
071    DeletePartyContactMechanismRelationshipForm getDeletePartyContactMechanismRelationshipForm();
072    DeletePostalAddressFormatDescriptionForm getDeletePostalAddressFormatDescriptionForm();
073    DeletePostalAddressFormatForm getDeletePostalAddressFormatForm();
074    DeletePostalAddressLineElementForm getDeletePostalAddressLineElementForm();
075    DeletePostalAddressLineForm getDeletePostalAddressLineForm();
076    EditContactEmailAddressForm getEditContactEmailAddressForm();
077    EditContactMechanismAliasTypeDescriptionForm getEditContactMechanismAliasTypeDescriptionForm();
078    EditContactMechanismAliasTypeForm getEditContactMechanismAliasTypeForm();
079    EditContactPostalAddressForm getEditContactPostalAddressForm();
080    EditContactTelephoneForm getEditContactTelephoneForm();
081    EditContactWebAddressForm getEditContactWebAddressForm();
082    EditPostalAddressFormatDescriptionForm getEditPostalAddressFormatDescriptionForm();
083    EditPostalAddressFormatForm getEditPostalAddressFormatForm();
084    EditPostalAddressLineElementForm getEditPostalAddressLineElementForm();
085    EditPostalAddressLineForm getEditPostalAddressLineForm();
086    GetContactMechanismAliasTypeChoicesForm getGetContactMechanismAliasTypeChoicesForm();
087    GetContactMechanismAliasTypeDescriptionForm getGetContactMechanismAliasTypeDescriptionForm();
088    GetContactMechanismAliasTypeDescriptionsForm getGetContactMechanismAliasTypeDescriptionsForm();
089    GetContactMechanismAliasTypeForm getGetContactMechanismAliasTypeForm();
090    GetContactMechanismAliasTypesForm getGetContactMechanismAliasTypesForm();
091    GetContactMechanismChoicesForm getGetContactMechanismChoicesForm();
092    GetContactMechanismForm getGetContactMechanismForm();
093    GetContactMechanismPurposeChoicesForm getGetContactMechanismPurposeChoicesForm();
094    GetContactMechanismPurposesForm getGetContactMechanismPurposesForm();
095    GetContactMechanismTypeChoicesForm getGetContactMechanismTypeChoicesForm();
096    GetContactMechanismTypesForm getGetContactMechanismTypesForm();
097    GetEmailAddressStatusChoicesForm getGetEmailAddressStatusChoicesForm();
098    GetEmailAddressVerificationChoicesForm getGetEmailAddressVerificationChoicesForm();
099    GetPostalAddressElementTypeChoicesForm getGetPostalAddressElementTypeChoicesForm();
100    GetPostalAddressFormatChoicesForm getGetPostalAddressFormatChoicesForm();
101    GetPostalAddressFormatDescriptionsForm getGetPostalAddressFormatDescriptionsForm();
102    GetPostalAddressFormatForm getGetPostalAddressFormatForm();
103    GetPostalAddressFormatsForm getGetPostalAddressFormatsForm();
104    GetPostalAddressLineElementsForm getGetPostalAddressLineElementsForm();
105    GetPostalAddressLinesForm getGetPostalAddressLinesForm();
106    GetPostalAddressStatusChoicesForm getGetPostalAddressStatusChoicesForm();
107    GetTelephoneStatusChoicesForm getGetTelephoneStatusChoicesForm();
108    GetWebAddressStatusChoicesForm getGetWebAddressStatusChoicesForm();
109    SetDefaultContactMechanismAliasTypeForm getSetDefaultContactMechanismAliasTypeForm();
110    SetDefaultPartyContactMechanismPurposeForm getSetDefaultPartyContactMechanismPurposeForm();
111    SetDefaultPostalAddressFormatForm getSetDefaultPostalAddressFormatForm();
112    SetEmailAddressStatusForm getSetEmailAddressStatusForm();
113    SetEmailAddressVerificationForm getSetEmailAddressVerificationForm();
114    SetPostalAddressStatusForm getSetPostalAddressStatusForm();
115    SetTelephoneStatusForm getSetTelephoneStatusForm();
116    SetWebAddressStatusForm getSetWebAddressStatusForm();
117    ContactMechanismAliasSpec getContactMechanismAliasSpec();
118    ContactMechanismAliasTypeDescriptionSpec getContactMechanismAliasTypeDescriptionSpec();
119    ContactMechanismAliasTypeSpec getContactMechanismAliasTypeSpec();
120    ContactMechanismPurposeSpec getContactMechanismPurposeSpec();
121    ContactMechanismSpec getContactMechanismSpec();
122    ContactMechanismTypeDescriptionSpec getContactMechanismTypeDescriptionSpec();
123    ContactMechanismTypeSpec getContactMechanismTypeSpec();
124    PartyContactMechanismAliasSpec getPartyContactMechanismAliasSpec();
125    PartyContactMechanismPurposeSpec getPartyContactMechanismPurposeSpec();
126    PartyContactMechanismRelationshipSpec getPartyContactMechanismRelationshipSpec();
127    PartyContactMechanismSpec getPartyContactMechanismSpec();
128    PostalAddressElementTypeDescriptionSpec getPostalAddressElementTypeDescriptionSpec();
129    PostalAddressElementTypeSpec getPostalAddressElementTypeSpec();
130    PostalAddressFormatDescriptionSpec getPostalAddressFormatDescriptionSpec();
131    PostalAddressFormatSpec getPostalAddressFormatSpec();
132    PostalAddressLineElementSpec getPostalAddressLineElementSpec();
133    PostalAddressLineSpec getPostalAddressLineSpec();
134
135}