com.sapmarkets.tpd.master
Interface TradingPartnerInterface

All Superinterfaces:
java.io.Serializable

public interface TradingPartnerInterface
extends java.io.Serializable

Describes a trading partner. Access methods to read one only. No creation.


Method Summary
 AddressInterface getAddress()
          Deprecated. not used or supported by UME
 java.lang.String getCreateTimestamp()
          Deprecated. not used or supported by UME
 java.lang.String getCurrency()
          Deprecated. not used or supported by UME
 java.lang.String getDescription()
          Deprecated. not used or supported by UME
 boolean getDisabled()
          Deprecated. not used or supported by UME
 java.lang.String getDisplayName()
          Gets the displayName attribute of the TradingPartnerInterface object
 java.lang.String getDUNS()
          Deprecated. not used or supported by UME
 java.lang.String getEmail()
          Deprecated. not used or supported by UME
 java.lang.String getFax()
          Deprecated. not used or supported by UME
 java.lang.String[] getGroupNames()
          Deprecated.  
 java.lang.String getId()
          Deprecated. Please use getPartnerID instead. Then call PartnerID.toString() to get the String representation of the ID.
 java.lang.String getLanguage()
          Deprecated. not used or supported by UME
 java.lang.String getLogoURL()
          Deprecated. not used or supported by UME
 java.lang.String getModifyTimestamp()
          Deprecated. not used or supported by UME
 java.lang.String getMpid()
          Deprecated. Please use getPartnerID instead. Then call PartnerID.toString() to get the String representation of the ID.
 java.lang.String getName()
          Deprecated. Use getDisplayName instead.
 java.lang.String getOrgId()
          Deprecated. Please use getPartnerID instead. Then call PartnerID.toString() to get the String representation of the ID.
 PartnerID getPartnerID()
          Gets the partnerID attribute of the TradingPartnerInterface object.
 java.lang.String[] getRoleIDs()
          Gets the technically role IDs of the TradingPartnerInterface object
 java.lang.String getTandC()
          Deprecated. not used or supported by UME
 java.lang.String getTelephone()
          Deprecated. not used or supported by UME
 java.lang.String getTimezone()
          Deprecated. not used or supported by UME
 java.lang.String getTPOrderBy()
          Deprecated. not used or supported by UME
 java.lang.String getTPShortName()
          Deprecated. not used or supported by UME
 java.lang.String getType()
          Deprecated. not used or supported by UME
 java.lang.String getVisibility()
          Deprecated. not used or supported by UME
 java.lang.String getWebsite()
          Deprecated. not used or supported by UME
 boolean isSameTradingPartner(TradingPartnerInterface otherPartner)
          Compare one TP to another.
 

Method Detail

getPartnerID

public PartnerID getPartnerID()
Gets the partnerID attribute of the TradingPartnerInterface object.
Returns:
The partnerID value

getDisplayName

public java.lang.String getDisplayName()
Gets the displayName attribute of the TradingPartnerInterface object
Returns:
The displayName value

getRoleIDs

public java.lang.String[] getRoleIDs()
                              throws TpdException
Gets the technically role IDs of the TradingPartnerInterface object
Returns:
the role IDs
Throws:
TpdException -  

isSameTradingPartner

public boolean isSameTradingPartner(TradingPartnerInterface otherPartner)
Compare one TP to another.
Parameters:
otherPartner - Description of Parameter
Returns:
The sameTradingPartner value

getGroupNames

public java.lang.String[] getGroupNames()
Deprecated.  

Gets the group names of this trading partner
Returns:
array of group names

getAddress

public AddressInterface getAddress()
Deprecated. not used or supported by UME

Gets the address attribute of the TradingPartnerInterface object
Returns:
The address value

getCreateTimestamp

public java.lang.String getCreateTimestamp()
Deprecated. not used or supported by UME

Gets the createTimestamp attribute of the TradingPartnerInterface object
Returns:
The createTimestamp value

getCurrency

public java.lang.String getCurrency()
Deprecated. not used or supported by UME

Gets the currency attribute of the TradingPartnerInterface object
Returns:
The currency value

getDescription

public java.lang.String getDescription()
Deprecated. not used or supported by UME

Gets the description attribute of the TradingPartnerInterface object
Returns:
The description value

getDisabled

public boolean getDisabled()
Deprecated. not used or supported by UME

Gets the disabled attribute of the TradingPartnerInterface object
Returns:
The disabled value

getEmail

public java.lang.String getEmail()
Deprecated. not used or supported by UME

Gets the email attribute of the TradingPartnerInterface object
Returns:
The email value

getFax

public java.lang.String getFax()
Deprecated. not used or supported by UME

Gets the fax attribute of the TradingPartnerInterface object
Returns:
The fax value

getLanguage

public java.lang.String getLanguage()
Deprecated. not used or supported by UME

Gets the language attribute of the TradingPartnerInterface object
Returns:
The language value

getLogoURL

public java.lang.String getLogoURL()
Deprecated. not used or supported by UME

Gets the logoURL attribute of the TradingPartnerInterface object
Returns:
The logoURL value

getModifyTimestamp

public java.lang.String getModifyTimestamp()
Deprecated. not used or supported by UME

Gets the modifyTimestamp attribute of the TradingPartnerInterface object
Returns:
The modifyTimestamp value

getTandC

public java.lang.String getTandC()
Deprecated. not used or supported by UME

Gets the tandC attribute of the TradingPartnerInterface object
Returns:
The tandC value

getTelephone

public java.lang.String getTelephone()
Deprecated. not used or supported by UME

Gets the telephone attribute of the TradingPartnerInterface object
Returns:
The telephone value

getTimezone

public java.lang.String getTimezone()
Deprecated. not used or supported by UME

Gets the timezone attribute of the TradingPartnerInterface object
Returns:
The timezone value

getTPOrderBy

public java.lang.String getTPOrderBy()
Deprecated. not used or supported by UME

Gets the tPOrderBy attribute of the TradingPartnerInterface object
Returns:
The tPOrderBy value

getTPShortName

public java.lang.String getTPShortName()
Deprecated. not used or supported by UME

Gets the tPShortName attribute of the TradingPartnerInterface object
Returns:
The tPShortName value

getType

public java.lang.String getType()
Deprecated. not used or supported by UME

Gets the type attribute of the TradingPartnerInterface object
Returns:
The type value

getVisibility

public java.lang.String getVisibility()
Deprecated. not used or supported by UME

Gets the visibility attribute of the TradingPartnerInterface object
Returns:
The visibility value

getWebsite

public java.lang.String getWebsite()
Deprecated. not used or supported by UME

Gets the website attribute of the TradingPartnerInterface object
Returns:
The website value

getDUNS

public java.lang.String getDUNS()
Deprecated. not used or supported by UME

Get Dun & Bradstreet (DUNS) number.
Returns:
The dUNS value

getId

public java.lang.String getId()
Deprecated. Please use getPartnerID instead. Then call PartnerID.toString() to get the String representation of the ID.

Gets the id attribute of the TradingPartnerInterface object
Returns:
The id value

getName

public java.lang.String getName()
Deprecated. Use getDisplayName instead.

Gets the name attribute of the TradingPartnerInterface object
Returns:
The name value

getMpid

public java.lang.String getMpid()
Deprecated. Please use getPartnerID instead. Then call PartnerID.toString() to get the String representation of the ID.

Get the marketplace ID.
Returns:
The mpid value

getOrgId

public java.lang.String getOrgId()
Deprecated. Please use getPartnerID instead. Then call PartnerID.toString() to get the String representation of the ID.

Gets the orgId attribute of the TradingPartnerInterface object
Returns:
The orgId value