| Package | Description |
|---|---|
| io.gs2.showcase.model | |
| io.gs2.showcase.request |
| Modifier and Type | Field and Description |
|---|---|
protected List<DisplayItemMaster> |
ShowcaseMaster.displayItems
陳列する商品モデル一覧
|
| Modifier and Type | Method and Description |
|---|---|
DisplayItemMaster |
DisplayItemMaster.withDisplayItemId(String displayItemId)
陳列商品IDを設定
|
DisplayItemMaster |
DisplayItemMaster.withSalesItemGroupName(String salesItemGroupName)
陳列する商品グループの名前を設定
|
DisplayItemMaster |
DisplayItemMaster.withSalesItemName(String salesItemName)
陳列する商品の名前を設定
|
DisplayItemMaster |
DisplayItemMaster.withSalesPeriodEventId(String salesPeriodEventId)
販売期間とするイベントマスター のGRNを設定
|
DisplayItemMaster |
DisplayItemMaster.withType(String type)
種類を設定
|
| Modifier and Type | Method and Description |
|---|---|
List<DisplayItemMaster> |
ShowcaseMaster.getDisplayItems()
陳列する商品モデル一覧を取得
|
| Modifier and Type | Method and Description |
|---|---|
int |
DisplayItemMaster.compareTo(DisplayItemMaster o) |
| Modifier and Type | Method and Description |
|---|---|
void |
ShowcaseMaster.setDisplayItems(List<DisplayItemMaster> displayItems)
陳列する商品モデル一覧を設定
|
ShowcaseMaster |
ShowcaseMaster.withDisplayItems(List<DisplayItemMaster> displayItems)
陳列する商品モデル一覧を設定
|
| Modifier and Type | Method and Description |
|---|---|
List<DisplayItemMaster> |
UpdateShowcaseMasterRequest.getDisplayItems()
陳列する商品モデル一覧を取得
|
List<DisplayItemMaster> |
CreateShowcaseMasterRequest.getDisplayItems()
陳列する商品モデル一覧を取得
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateShowcaseMasterRequest.setDisplayItems(List<DisplayItemMaster> displayItems)
陳列する商品モデル一覧を設定
|
void |
CreateShowcaseMasterRequest.setDisplayItems(List<DisplayItemMaster> displayItems)
陳列する商品モデル一覧を設定
|
UpdateShowcaseMasterRequest |
UpdateShowcaseMasterRequest.withDisplayItems(List<DisplayItemMaster> displayItems)
陳列する商品モデル一覧を設定
|
CreateShowcaseMasterRequest |
CreateShowcaseMasterRequest.withDisplayItems(List<DisplayItemMaster> displayItems)
陳列する商品モデル一覧を設定
|
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.