Package io.meeds.gamification.model
Class RulePublication
java.lang.Object
io.meeds.gamification.model.RuleDTO
io.meeds.gamification.model.RulePublication
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsFields inherited from class io.meeds.gamification.model.RuleDTO
activityId, cacheTime, createdBy, createdDate, defaultRealizationStatus, deleted, description, enabled, endDate, event, id, lastModifiedBy, lastModifiedDate, prerequisiteRuleIds, program, recurrence, score, startDate, title, type -
Constructor Summary
ConstructorsConstructorDescriptionRulePublication(RuleDTO rule, long spaceId, String message, Map<String, String> templateParams, boolean publish) RulePublication(Long id, String title, String description, int score, ProgramDTO program, boolean enabled, boolean deleted, String createdBy, String createdDate, String lastModifiedBy, EventDTO event, String lastModifiedDate, String startDate, String endDate, long activityId, long cacheTime, Set<Long> prerequisiteRuleIds, EntityType type, RealizationStatus defaultRealizationStatus, RecurrenceType recurrence, long spaceId, String message, Map<String, String> templateParams, boolean publish) -
Method Summary
Methods inherited from class io.meeds.gamification.model.RuleDTO
getAudienceId, getManagers, getProgramId, getSpaceId, isOpen
-
Field Details
-
spaceId
protected long spaceId -
message
-
templateParams
-
publish
protected boolean publish
-
-
Constructor Details
-
RulePublication
-
RulePublication
public RulePublication(Long id, String title, String description, int score, ProgramDTO program, boolean enabled, boolean deleted, String createdBy, String createdDate, String lastModifiedBy, EventDTO event, String lastModifiedDate, String startDate, String endDate, long activityId, long cacheTime, Set<Long> prerequisiteRuleIds, EntityType type, RealizationStatus defaultRealizationStatus, RecurrenceType recurrence, long spaceId, String message, Map<String, String> templateParams, boolean publish)
-
-
Method Details