public class ItemModelDomain extends Object
| Constructor and Description |
|---|
ItemModelDomain(CacheDatabase cache,
JobQueueDomain jobQueueDomain,
StampSheetConfiguration stampSheetConfiguration,
Gs2RestSession session,
String namespaceName,
String inventoryName,
String itemName) |
| Modifier and Type | Method and Description |
|---|---|
static String |
createCacheKey(String itemName) |
static String |
createCacheParentKey(String namespaceName,
String inventoryName,
String itemName,
String childType) |
String |
getInventoryName() |
String |
getItemName() |
String |
getNamespaceName() |
ItemModel |
model() |
public ItemModelDomain(CacheDatabase cache, JobQueueDomain jobQueueDomain, StampSheetConfiguration stampSheetConfiguration, Gs2RestSession session, String namespaceName, String inventoryName, String itemName)
public String getNamespaceName()
public String getInventoryName()
public String getItemName()
public static String createCacheParentKey(String namespaceName, String inventoryName, String itemName, String childType)
public ItemModel model()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.