public class EntryDomain extends Object
| Constructor and Description |
|---|
EntryDomain(CacheDatabase cache,
JobQueueDomain jobQueueDomain,
StampSheetConfiguration stampSheetConfiguration,
Gs2RestSession session,
String namespaceName,
String userId,
String entryModelName) |
| Modifier and Type | Method and Description |
|---|---|
static String |
createCacheKey(String entryModelName) |
static String |
createCacheParentKey(String namespaceName,
String userId,
String entryModelName,
String childType) |
String |
getBody() |
String |
getEntryModelName() |
String |
getNamespaceName() |
String |
getSignature() |
String |
getUserId() |
EntryDomain |
getWithSignature(GetEntryWithSignatureByUserIdRequest request) |
Entry |
model() |
public EntryDomain(CacheDatabase cache, JobQueueDomain jobQueueDomain, StampSheetConfiguration stampSheetConfiguration, Gs2RestSession session, String namespaceName, String userId, String entryModelName)
public String getBody()
public String getSignature()
public String getNamespaceName()
public String getUserId()
public String getEntryModelName()
public EntryDomain getWithSignature(GetEntryWithSignatureByUserIdRequest request)
public static String createCacheParentKey(String namespaceName, String userId, String entryModelName, String childType)
public Entry model()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.