public class EntryModelMasterDomain extends Object
| Constructor and Description |
|---|
EntryModelMasterDomain(CacheDatabase cache,
JobQueueDomain jobQueueDomain,
StampSheetConfiguration stampSheetConfiguration,
Gs2RestSession session,
String namespaceName,
String entryName) |
| Modifier and Type | Method and Description |
|---|---|
static String |
createCacheKey(String entryName) |
static String |
createCacheParentKey(String namespaceName,
String entryName,
String childType) |
EntryModelMasterDomain |
delete(DeleteEntryModelMasterRequest request) |
String |
getEntryName() |
String |
getNamespaceName() |
EntryModelMaster |
model() |
EntryModelMasterDomain |
update(UpdateEntryModelMasterRequest request) |
public EntryModelMasterDomain(CacheDatabase cache, JobQueueDomain jobQueueDomain, StampSheetConfiguration stampSheetConfiguration, Gs2RestSession session, String namespaceName, String entryName)
public String getNamespaceName()
public String getEntryName()
public EntryModelMasterDomain update(UpdateEntryModelMasterRequest request)
public EntryModelMasterDomain delete(DeleteEntryModelMasterRequest request)
public static String createCacheParentKey(String namespaceName, String entryName, String childType)
public EntryModelMaster model()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.