Package com.sap.hybris.sapcustomerb2c
Interface CustomerConstantsUtils
-
- All Known Implementing Classes:
CustomerExportServiceTest,CustomerPublishActionTest
public interface CustomerConstantsUtilsInterface for JUnit constants
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringADDRESS_USAGE_DEDE constants for the address usagestatic java.lang.StringBASE_STOREbaseStore constants for the base storestatic java.lang.StringCONTACT_IDcontactID constants for the contact idstatic java.lang.StringCOUNTRYstatic java.lang.StringCOUNTRY_DEDE constants for the countrystatic java.lang.StringCUSTOMER_IDcustomerID constants for the customer idstatic java.lang.StringFAXstatic java.lang.StringFEEDfeed constants for the Data Hub feedstatic java.lang.StringFIRSTNAMEfirstname constants for the customer first namestatic java.lang.StringLASTNAMElastname constants for the customer last namestatic java.lang.StringOBJ_TYPE_KNA1KNA1 constants for the obj typestatic java.lang.StringPHONE1static java.lang.StringPOSTALCODEstatic java.lang.StringRAW_HYBRIS_CUSTOMERRawHybrisCustomer constants for the Data Hub model RawHybrisCustomerstatic java.lang.StringREGIONstatic java.lang.StringSESSION_LANGUAGEsessionLanguage constants for the session languagestatic java.lang.StringSTREETNAMEstatic java.lang.StringSTREETNUMBERstatic java.lang.StringTITLETitle constants for the customer titlestatic java.lang.StringTOWNstatic java.lang.StringUIDUID constants for the customer UID
-
-
-
Field Detail
-
TITLE
static final java.lang.String TITLE
Title constants for the customer title- See Also:
- Constant Field Values
-
SESSION_LANGUAGE
static final java.lang.String SESSION_LANGUAGE
sessionLanguage constants for the session language- See Also:
- Constant Field Values
-
FIRSTNAME
static final java.lang.String FIRSTNAME
firstname constants for the customer first name- See Also:
- Constant Field Values
-
LASTNAME
static final java.lang.String LASTNAME
lastname constants for the customer last name- See Also:
- Constant Field Values
-
CUSTOMER_ID
static final java.lang.String CUSTOMER_ID
customerID constants for the customer id- See Also:
- Constant Field Values
-
CONTACT_ID
static final java.lang.String CONTACT_ID
contactID constants for the contact id- See Also:
- Constant Field Values
-
UID
static final java.lang.String UID
UID constants for the customer UID- See Also:
- Constant Field Values
-
RAW_HYBRIS_CUSTOMER
static final java.lang.String RAW_HYBRIS_CUSTOMER
RawHybrisCustomer constants for the Data Hub model RawHybrisCustomer- See Also:
- Constant Field Values
-
FEED
static final java.lang.String FEED
feed constants for the Data Hub feed- See Also:
- Constant Field Values
-
BASE_STORE
static final java.lang.String BASE_STORE
baseStore constants for the base store- See Also:
- Constant Field Values
-
OBJ_TYPE_KNA1
static final java.lang.String OBJ_TYPE_KNA1
KNA1 constants for the obj type- See Also:
- Constant Field Values
-
ADDRESS_USAGE_DE
static final java.lang.String ADDRESS_USAGE_DE
DE constants for the address usage- See Also:
- Constant Field Values
-
COUNTRY_DE
static final java.lang.String COUNTRY_DE
DE constants for the country- See Also:
- Constant Field Values
-
STREETNAME
static final java.lang.String STREETNAME
- See Also:
- Constant Field Values
-
PHONE1
static final java.lang.String PHONE1
- See Also:
- Constant Field Values
-
FAX
static final java.lang.String FAX
- See Also:
- Constant Field Values
-
TOWN
static final java.lang.String TOWN
- See Also:
- Constant Field Values
-
POSTALCODE
static final java.lang.String POSTALCODE
- See Also:
- Constant Field Values
-
STREETNUMBER
static final java.lang.String STREETNUMBER
- See Also:
- Constant Field Values
-
REGION
static final java.lang.String REGION
- See Also:
- Constant Field Values
-
COUNTRY
static final java.lang.String COUNTRY
- See Also:
- Constant Field Values
-
-