Tim Keefer > eBay-API > eBay::API::XML::DataType::StoreThemeType

Download:
eBay-API-0.25.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  0
View/Report Bugs
Source  

NAME ^

eBay::API::XML::DataType::StoreThemeType

DESCRIPTION ^

Store theme.

SYNOPSIS ^

INHERITANCE ^

eBay::API::XML::DataType::StoreThemeType inherits from the eBay::API::XML::BaseDataType class

Subroutines: ^

setColorScheme()

Theme color scheme.

  Calls: SetStore
  RequiredInput: Conditionally

# Argument: 'ns:StoreColorSchemeType'

getColorScheme()

  Calls: GetStore
  Returned: Conditionally

  Calls: GetStoreOptions
  Returned: Always
  Context: BasicThemeArray

# Returns: 'ns:StoreColorSchemeType'

setName()

Store theme name. Provides a user-friendly name for the theme.

  Calls: SetStore
  RequiredInput: Conditionally

# Argument: 'xs:string'

getName()

  Calls: GetStore
  Returned: Conditionally

  Calls: GetStoreOptions
  Returned: Always

# Returns: 'xs:string'

setThemeID()

Store theme ID (use GetStoreOptions to get the list of valid theme IDs).

  Calls: SetStore
  RequiredInput: Conditionally

# Argument: 'xs:int'

getThemeID()

  Calls: GetStore
  Returned: Conditionally

  Calls: GetStoreOptions
  Returned: Always

# Returns: 'xs:int'

syntax highlighting: