Domain Model POGOs

Appearance

Properties
id (String)
name (String)
colors [AppearanceColor]

AppearanceColor

Properties
index (String)
hexcode (String)

Article

Properties Methods
id (String) getPriceFormatted : String 
name (String)  
description (String)  
price (Double)  
shopId (String)  
shopURL String)  
currencyURL (String)  
productURL (String)  
productId (String)
 
product (Product)  
currency (Currency)  
shop (Shop)  

Currency

Properties Methods
id (String) format(Double amount) : String
symbol (String)  
plain (String)  
isoCode (String)  
decimalCount (Integer)  
pattern (String)  

Design

Properties
id (String)
name (String)
description (String)
width (Double)
height (Double)
created (Date)
userURL (String)
tags [String]
printTypeURLs [String]
printTypeIds [String]

DesignConfiguration

Properties
id (String)
name (String)
description (String)
width (Double)
height (Double)
created (Date)
userURL (String)
tags [String]
printTypeURLs [String]
printTypeIds [String]

PrintArea

Properties
id (String)
appearanceColorIndex (String)
defaultViewId (String)
boundingSizeUnit (String)
boundingSizeWidth (Double)
boundingSizeHeight (Double)
excludedPrintTypes [PrintType]

PrintType

Properties
id (String)
name (String)
description (String)
dpi (Double)
price (Double)
colors [PrintColor]

Product

Properties Methods
id (String) getAvailableSizes(String appearanceId): [Size]
name (String)  
productTypeId (String)  
appearanceId (String)  
defaultViewId (String)  
productTypeURL (String)  
freeColorSelection (boolean)  
configurations [DesignConfiguration|TextConfiguration]  
productType [ProductType]  
appearance [Appearance]  

ProductType

Properties
id (String)
name (String)
description (String)
brand (String)
price (Double)
currency (Currency)
currencyURL (String)
defaultViewId (String)
defaultAppearanceId (String)
views [View]
sizes [Size]
appearances [Appearance]
stockStates [StockState]
printAreas [PrintArea]

Shop

Properties
id (String)
name (String)
productTypesURL (String)
printTypesURL (String)
fontFamiliesURL (String)
productTypeDepartmentsURL (String)
designCategoriesURL (String)
countryURL (String)
languageURL (String)
currencyURL (String)
designsURL (String)
articleCategoriesURL (String)
articlesURL (String)
productsURL (String)
currenciesURL (String)
languagesURL (String)
countriesURL (String)
basketsURL (String)

Size

Properties
id (String)
name (String)

StockState

Properties
appearanceId (String)
sizeId (String)
available (Boolean)

User

Properties
id (String)
name (String)
shopsURL (String)
countryURL (String)
languageURL (String)
currencyURL (String)
productTypesURL (String)
printTypesURL (String)
fontFamiliesURL (String)
productTypeDepartmentsURL (String)
designCategoriesURL (String)
designsURL (String)
productsURL (String)
currenciesURL (String)
languagesURL (String)
countriesURL (String)
shops [Shop]
designs [Design]

View

Properties
id (String)
name (String)
dimensionUnit (String)
dimensionWidth (Double)
dimensionHeight (Double)
perspective (String)
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.