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, Boolean truncateExperienceWhenRankUp) addExperience(String experienceName, String propertyId, Long experienceValue, Boolean truncateExperienceWhenRankUp, 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) setExperience(String experienceName, String propertyId, Long experienceValue) setExperience(String experienceName, String propertyId, Long experienceValue, 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, Boolean multiplyValueSpecifyingQuantity) verifyRank(String experienceName, String verifyType, String propertyId, Long rankValue, Boolean multiplyValueSpecifyingQuantity, String userId) verifyRankCap(String experienceName, String verifyType, String propertyId, Long rankCapValue, Boolean multiplyValueSpecifyingQuantity) verifyRankCap(String experienceName, String verifyType, String propertyId, Long rankCapValue, Boolean multiplyValueSpecifyingQuantity, String userId)
-
Constructor Details
-
NamespaceRef
-
-
Method Details
-
experienceModel
-
addExperience
-
addExperience
public AddExperienceByUserId addExperience(String experienceName, String propertyId, Long experienceValue, Boolean truncateExperienceWhenRankUp) -
setExperience
public SetExperienceByUserId setExperience(String experienceName, String propertyId, Long experienceValue, String userId) -
setExperience
public SetExperienceByUserId setExperience(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
-
verifyRankCap
-
verifyRankCap
-
grn
-