public class FormDomain extends Object
| Constructor and Description |
|---|
FormDomain(CacheDatabase cache,
JobQueueDomain jobQueueDomain,
StampSheetConfiguration stampSheetConfiguration,
Gs2RestSession session,
String namespaceName,
String userId,
String moldName,
Integer index) |
| Modifier and Type | Method and Description |
|---|---|
StampSheetDomain |
acquireActionsToProperties(AcquireActionsToFormPropertiesRequest request) |
static String |
createCacheKey(String index) |
static String |
createCacheParentKey(String namespaceName,
String userId,
String moldName,
String index,
String childType) |
FormDomain |
delete(DeleteFormByUserIdRequest request) |
String |
getBody() |
Integer |
getIndex() |
String |
getMoldName() |
String |
getNamespaceName() |
String |
getSignature() |
String |
getUserId() |
FormDomain |
getWithSignature(GetFormWithSignatureByUserIdRequest request) |
Form |
model() |
FormDomain |
set(SetFormByUserIdRequest request) |
public FormDomain(CacheDatabase cache, JobQueueDomain jobQueueDomain, StampSheetConfiguration stampSheetConfiguration, Gs2RestSession session, String namespaceName, String userId, String moldName, Integer index)
public String getBody()
public String getSignature()
public String getNamespaceName()
public String getUserId()
public String getMoldName()
public Integer getIndex()
public FormDomain getWithSignature(GetFormWithSignatureByUserIdRequest request)
public FormDomain set(SetFormByUserIdRequest request)
public StampSheetDomain acquireActionsToProperties(AcquireActionsToFormPropertiesRequest request)
public FormDomain delete(DeleteFormByUserIdRequest request)
public static String createCacheParentKey(String namespaceName, String userId, String moldName, String index, String childType)
public Form model()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.