Package io.gs2.cdk.experience.ref
Class NamespaceRef
java.lang.Object
io.gs2.cdk.experience.ref.NamespaceRef
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddExperience(String experienceName, String propertyId, Long experienceValue) addExperience(String experienceName, String propertyId, Long experienceValue, String userId) addRankCap(String experienceName, String propertyId, Long rankCapValue) addRankCap(String experienceName, String propertyId, Long rankCapValue, String userId) experienceModel(String experienceName) grn()multiplyAcquireActions(String experienceName, String propertyId, String rateName, List<AcquireAction> acquireActions) multiplyAcquireActions(String experienceName, String propertyId, String rateName, List<AcquireAction> acquireActions, String userId) setRankCap(String experienceName, String propertyId, Long rankCapValue) setRankCap(String experienceName, String propertyId, Long rankCapValue, String userId) subExperience(String experienceName, String propertyId, Long experienceValue) subExperience(String experienceName, String propertyId, Long experienceValue, String userId) subRankCap(String experienceName, String propertyId, Long rankCapValue) subRankCap(String experienceName, String propertyId, Long rankCapValue, String userId) verifyRank(String experienceName, String verifyType, String propertyId, Long rankValue) verifyRank(String experienceName, String verifyType, String propertyId, Long rankValue, String userId) verifyRankCap(String experienceName, String verifyType, String propertyId, Long rankCapValue) verifyRankCap(String experienceName, String verifyType, String propertyId, Long rankCapValue, String userId)
-
Constructor Details
-
NamespaceRef
-
-
Method Details
-
experienceModel
-
addExperience
public AddExperienceByUserId addExperience(String experienceName, String propertyId, Long experienceValue, String userId) -
addExperience
public AddExperienceByUserId addExperience(String experienceName, String propertyId, Long experienceValue) -
addRankCap
public AddRankCapByUserId addRankCap(String experienceName, String propertyId, Long rankCapValue, String userId) -
addRankCap
-
setRankCap
public SetRankCapByUserId setRankCap(String experienceName, String propertyId, Long rankCapValue, String userId) -
setRankCap
-
multiplyAcquireActions
public MultiplyAcquireActionsByUserId multiplyAcquireActions(String experienceName, String propertyId, String rateName, List<AcquireAction> acquireActions, String userId) -
multiplyAcquireActions
public MultiplyAcquireActionsByUserId multiplyAcquireActions(String experienceName, String propertyId, String rateName, List<AcquireAction> acquireActions) -
subExperience
public SubExperienceByUserId subExperience(String experienceName, String propertyId, Long experienceValue, String userId) -
subExperience
public SubExperienceByUserId subExperience(String experienceName, String propertyId, Long experienceValue) -
subRankCap
public SubRankCapByUserId subRankCap(String experienceName, String propertyId, Long rankCapValue, String userId) -
subRankCap
-
verifyRank
-
verifyRank
public VerifyRankByUserId verifyRank(String experienceName, String verifyType, String propertyId, Long rankValue) -
verifyRankCap
-
verifyRankCap
public VerifyRankCapByUserId verifyRankCap(String experienceName, String verifyType, String propertyId, Long rankCapValue) -
grn
-