org.broadleafcommerce.openadmin.client
Interface GeneratedMessagesEntityProfile

All Superinterfaces:
com.google.gwt.i18n.client.Constants, com.google.gwt.i18n.client.ConstantsWithLookup, com.google.gwt.i18n.shared.Localizable, com.google.gwt.i18n.client.LocalizableResource

public interface GeneratedMessagesEntityProfile
extends com.google.gwt.i18n.client.ConstantsWithLookup

Author:
ppatel

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.i18n.client.Constants
com.google.gwt.i18n.client.Constants.DefaultBooleanValue, com.google.gwt.i18n.client.Constants.DefaultDoubleValue, com.google.gwt.i18n.client.Constants.DefaultFloatValue, com.google.gwt.i18n.client.Constants.DefaultIntValue, com.google.gwt.i18n.client.Constants.DefaultStringArrayValue, com.google.gwt.i18n.client.Constants.DefaultStringMapValue, com.google.gwt.i18n.client.Constants.DefaultStringValue
 
Nested classes/interfaces inherited from interface com.google.gwt.i18n.client.LocalizableResource
com.google.gwt.i18n.client.LocalizableResource.DefaultLocale, com.google.gwt.i18n.client.LocalizableResource.Description, com.google.gwt.i18n.client.LocalizableResource.Generate, com.google.gwt.i18n.client.LocalizableResource.GeneratedFrom, com.google.gwt.i18n.client.LocalizableResource.GenerateKeys, com.google.gwt.i18n.client.LocalizableResource.Key, com.google.gwt.i18n.client.LocalizableResource.Meaning
 
Method Summary
 String AddressImpl_Active_Address()
           
 String AddressImpl_Address_1()
           
 String AddressImpl_Address_2()
           
 String AddressImpl_Address()
           
 String AddressImpl_Business_Address()
           
 String AddressImpl_City()
           
 String AddressImpl_Company_Name()
           
 String AddressImpl_Country()
           
 String AddressImpl_County()
           
 String AddressImpl_Default_Address()
           
 String AddressImpl_Email_Address()
           
 String AddressImpl_Fax()
           
 String AddressImpl_First_Name()
           
 String AddressImpl_Four_Digit_Zip()
           
 String AddressImpl_Last_Name()
           
 String AddressImpl_Postal_Code()
           
 String AddressImpl_Primary_Phone()
           
 String AddressImpl_Secondary_Phone()
           
 String AddressImpl_Standardized()
           
 String AddressImpl_State()
           
 String AddressImpl_Tokenized_Address()
           
 String AddressImpl_Verification_Level()
           
 String ChallengeQuestionImpl_baseChallengeQuestion()
           
 String ChallengeQuestionImpl_Challenge_Question()
           
 String ChallengeQuestionImpl_Customer()
           
 String CountryImpl_Address()
           
 String CountryImpl_baseCountry()
           
 String CountryImpl_Country()
           
 String CustomerAddressImpl_Address_Name()
           
 String CustomerAddressImpl_Address()
           
 String CustomerAddressImpl_Country()
           
 String CustomerAddressImpl_Identification()
           
 String CustomerAddressImpl_State()
           
 String CustomerAttributeImpl_Attribute_Name()
           
 String CustomerAttributeImpl_Attribute_Value()
           
 String CustomerImpl_Attributes()
           
 String CustomerImpl_baseCustomer()
           
 String CustomerImpl_Challenge_Question()
           
 String CustomerImpl_Customer_Deactivated()
           
 String CustomerImpl_Customer_Id()
           
 String CustomerImpl_Customer_Locale()
           
 String CustomerImpl_Customer_Receive_Email()
           
 String CustomerImpl_Customer_Registered()
           
 String CustomerImpl_Customer()
           
 String CustomerImpl_Email_Address()
           
 String CustomerImpl_First_Name()
           
 String CustomerImpl_Last_Name()
           
 String CustomerImpl_Primary_Key()
           
 String CustomerImpl_UserName()
           
 String PhoneImpl_Active_Phone()
           
 String PhoneImpl_Default_Phone()
           
 String PhoneImpl_Phone_Number()
           
 String PhoneImpl_Phone()
           
 String StateImpl_Address()
           
 String StateImpl_baseState()
           
 String StateImpl_State()
           
 
Methods inherited from interface com.google.gwt.i18n.client.ConstantsWithLookup
getBoolean, getDouble, getFloat, getInt, getMap, getString, getStringArray
 

Method Detail

AddressImpl_Address_1

String AddressImpl_Address_1()

AddressImpl_Address_2

String AddressImpl_Address_2()

AddressImpl_City

String AddressImpl_City()

AddressImpl_Postal_Code

String AddressImpl_Postal_Code()

AddressImpl_Fax

String AddressImpl_Fax()

AddressImpl_Email_Address

String AddressImpl_Email_Address()

AddressImpl_County

String AddressImpl_County()

AddressImpl_State

String AddressImpl_State()

AddressImpl_Country

String AddressImpl_Country()

AddressImpl_Tokenized_Address

String AddressImpl_Tokenized_Address()

AddressImpl_Standardized

String AddressImpl_Standardized()

AddressImpl_Four_Digit_Zip

String AddressImpl_Four_Digit_Zip()

AddressImpl_Company_Name

String AddressImpl_Company_Name()

AddressImpl_Default_Address

String AddressImpl_Default_Address()

AddressImpl_Active_Address

String AddressImpl_Active_Address()

AddressImpl_First_Name

String AddressImpl_First_Name()

AddressImpl_Last_Name

String AddressImpl_Last_Name()

AddressImpl_Primary_Phone

String AddressImpl_Primary_Phone()

AddressImpl_Secondary_Phone

String AddressImpl_Secondary_Phone()

AddressImpl_Business_Address

String AddressImpl_Business_Address()

AddressImpl_Verification_Level

String AddressImpl_Verification_Level()

ChallengeQuestionImpl_baseChallengeQuestion

String ChallengeQuestionImpl_baseChallengeQuestion()

ChallengeQuestionImpl_Challenge_Question

String ChallengeQuestionImpl_Challenge_Question()

CountryImpl_baseCountry

String CountryImpl_baseCountry()

CountryImpl_Country

String CountryImpl_Country()

CustomerAddressImpl_State

String CustomerAddressImpl_State()

CustomerAddressImpl_Country

String CustomerAddressImpl_Country()

CustomerAddressImpl_Address_Name

String CustomerAddressImpl_Address_Name()

CustomerImpl_baseCustomer

String CustomerImpl_baseCustomer()

CustomerImpl_Customer_Id

String CustomerImpl_Customer_Id()

CustomerImpl_UserName

String CustomerImpl_UserName()

CustomerImpl_First_Name

String CustomerImpl_First_Name()

CustomerImpl_Last_Name

String CustomerImpl_Last_Name()

CustomerImpl_Email_Address

String CustomerImpl_Email_Address()

CustomerImpl_Challenge_Question

String CustomerImpl_Challenge_Question()

CustomerImpl_Customer_Receive_Email

String CustomerImpl_Customer_Receive_Email()

CustomerImpl_Customer_Registered

String CustomerImpl_Customer_Registered()

CustomerImpl_Customer_Locale

String CustomerImpl_Customer_Locale()

PhoneImpl_Phone_Number

String PhoneImpl_Phone_Number()

PhoneImpl_Default_Phone

String PhoneImpl_Default_Phone()

PhoneImpl_Active_Phone

String PhoneImpl_Active_Phone()

StateImpl_baseState

String StateImpl_baseState()

StateImpl_State

String StateImpl_State()

AddressImpl_Address

String AddressImpl_Address()

ChallengeQuestionImpl_Customer

String ChallengeQuestionImpl_Customer()

CountryImpl_Address

String CountryImpl_Address()

CustomerAddressImpl_Address

String CustomerAddressImpl_Address()

CustomerAddressImpl_Identification

String CustomerAddressImpl_Identification()

CustomerImpl_Customer

String CustomerImpl_Customer()

CustomerImpl_Primary_Key

String CustomerImpl_Primary_Key()

PhoneImpl_Phone

String PhoneImpl_Phone()

StateImpl_Address

String StateImpl_Address()

CustomerImpl_Customer_Deactivated

String CustomerImpl_Customer_Deactivated()

CustomerImpl_Attributes

String CustomerImpl_Attributes()

CustomerAttributeImpl_Attribute_Name

String CustomerAttributeImpl_Attribute_Name()

CustomerAttributeImpl_Attribute_Value

String CustomerAttributeImpl_Attribute_Value()


Copyright © 2012. All Rights Reserved.