Uses of Class
io.gs2.showcase.model.DisplayItemMaster
Packages that use DisplayItemMaster
-
Uses of DisplayItemMaster in io.gs2.showcase.model
Methods in io.gs2.showcase.model that return DisplayItemMasterModifier and TypeMethodDescriptionstatic DisplayItemMasterDisplayItemMaster.fromJson(com.fasterxml.jackson.databind.JsonNode data) DisplayItemMaster.withDisplayItemId(String displayItemId) DisplayItemMaster.withRevision(Long revision) DisplayItemMaster.withSalesItemGroupName(String salesItemGroupName) DisplayItemMaster.withSalesItemName(String salesItemName) DisplayItemMaster.withSalesPeriodEventId(String salesPeriodEventId) Methods in io.gs2.showcase.model that return types with arguments of type DisplayItemMasterMethod parameters in io.gs2.showcase.model with type arguments of type DisplayItemMasterModifier and TypeMethodDescriptionvoidShowcaseMaster.setDisplayItems(List<DisplayItemMaster> displayItems) ShowcaseMaster.withDisplayItems(List<DisplayItemMaster> displayItems) -
Uses of DisplayItemMaster in io.gs2.showcase.request
Methods in io.gs2.showcase.request that return types with arguments of type DisplayItemMasterModifier and TypeMethodDescriptionCreateShowcaseMasterRequest.getDisplayItems()UpdateShowcaseMasterRequest.getDisplayItems()Method parameters in io.gs2.showcase.request with type arguments of type DisplayItemMasterModifier and TypeMethodDescriptionvoidCreateShowcaseMasterRequest.setDisplayItems(List<DisplayItemMaster> displayItems) voidUpdateShowcaseMasterRequest.setDisplayItems(List<DisplayItemMaster> displayItems) CreateShowcaseMasterRequest.withDisplayItems(List<DisplayItemMaster> displayItems) UpdateShowcaseMasterRequest.withDisplayItems(List<DisplayItemMaster> displayItems)