ca.bc.gov.webade.user
Interface BusinessPartnerUserInfo

All Superinterfaces:
WebADEUserInfo
All Known Implementing Classes:
DefaultBusinessPartnerUserInfo

public interface BusinessPartnerUserInfo
extends WebADEUserInfo

Author:
jross

Field Summary
static java.lang.String BUSINESS_ACTIVATION_CODE
          The reserved attribute name for the business activation code attribute.
static java.lang.String BUSINESS_GUID
          The reserved attribute name for the business GUID attribute.
static java.lang.String BUSINESS_LEGAL_NAME
          The reserved attribute name for the business legal name attribute.
static java.lang.String BUSINESS_NUMBER
          The reserved attribute name for the business number attribute.
static java.lang.String BUSINESS_TRADING_NAME
          The reserved attribute name for the business trading name attribute.
static java.lang.String EXTRA_PROVINCIAL_REGISTRATION_NUMBER
          The reserved attribute name for the extra provincial registration number attribute.
static java.lang.String INCORPORATION_NUMBER
          The reserved attribute name for the incorporation number attribute.
 
Fields inherited from interface ca.bc.gov.webade.user.WebADEUserInfo
DISPLAY_NAME, EMAIL_ADDRESS, EXPIRY_DATE, FIRST_NAME, IS_VISIBLE, LAST_NAME, MIDDLE_INITIAL, PHONE_NUMBER, USER_CREDENTIALS
 
Method Summary
 java.lang.String getBusinessActivationCode()
           
 GUID getBusinessGUID()
           
 java.lang.String getBusinessLegalName()
           
 java.lang.String getBusinessNumber()
           
 java.lang.String getBusinessTradingName()
           
 java.lang.String getExtraProvincialRegistrationNumber()
           
 java.lang.String getIncorporationNumber()
           
 
Methods inherited from interface ca.bc.gov.webade.user.WebADEUserInfo
clone, getAttributeNames, getAttributeValue, getDisplayName, getEmailAddress, getExpiryDate, getFirstName, getLastName, getMiddleInitial, getPhoneNumber, getUserCredentials, hasAttribute, isReadOnly, isVisible, setReadOnly
 

Field Detail

BUSINESS_GUID

public static final java.lang.String BUSINESS_GUID
The reserved attribute name for the business GUID attribute. Used by the getAttributeValue, getAttributeNames, and hasAttribute methods.

See Also:
Constant Field Values

BUSINESS_LEGAL_NAME

public static final java.lang.String BUSINESS_LEGAL_NAME
The reserved attribute name for the business legal name attribute. Used by the getAttributeValue, getAttributeNames, and hasAttribute methods.

See Also:
Constant Field Values

BUSINESS_TRADING_NAME

public static final java.lang.String BUSINESS_TRADING_NAME
The reserved attribute name for the business trading name attribute. Used by the getAttributeValue, getAttributeNames, and hasAttribute methods.

See Also:
Constant Field Values

BUSINESS_ACTIVATION_CODE

public static final java.lang.String BUSINESS_ACTIVATION_CODE
The reserved attribute name for the business activation code attribute. Used by the getAttributeValue, getAttributeNames, and hasAttribute methods.

See Also:
Constant Field Values

BUSINESS_NUMBER

public static final java.lang.String BUSINESS_NUMBER
The reserved attribute name for the business number attribute. Used by the getAttributeValue, getAttributeNames, and hasAttribute methods.

See Also:
Constant Field Values

INCORPORATION_NUMBER

public static final java.lang.String INCORPORATION_NUMBER
The reserved attribute name for the incorporation number attribute. Used by the getAttributeValue, getAttributeNames, and hasAttribute methods.

See Also:
Constant Field Values

EXTRA_PROVINCIAL_REGISTRATION_NUMBER

public static final java.lang.String EXTRA_PROVINCIAL_REGISTRATION_NUMBER
The reserved attribute name for the extra provincial registration number attribute. Used by the getAttributeValue, getAttributeNames, and hasAttribute methods.

See Also:
Constant Field Values
Method Detail

getBusinessGUID

public GUID getBusinessGUID()
Returns:
The user's associated business' GUID.

getBusinessLegalName

public java.lang.String getBusinessLegalName()
Returns:
The user's associated business' legal name.

getBusinessTradingName

public java.lang.String getBusinessTradingName()
Returns:
The user's associated business' trading name.

getBusinessActivationCode

public java.lang.String getBusinessActivationCode()
Returns:
The user's associated business' activation code.

getBusinessNumber

public java.lang.String getBusinessNumber()
Returns:
The user's associated business' business number.

getIncorporationNumber

public java.lang.String getIncorporationNumber()
Returns:
The user's associated business' incorporation number.

getExtraProvincialRegistrationNumber

public java.lang.String getExtraProvincialRegistrationNumber()
Returns:
The user's associated business' extra provincial registration number.