Uses of Class
org.javlo.component.web2.ReactionComponent.Reaction
-
Packages that use ReactionComponent.Reaction Package Description org.javlo.component.web2 org.javlo.module.comments -
-
Uses of ReactionComponent.Reaction in org.javlo.component.web2
Methods in org.javlo.component.web2 that return types with arguments of type ReactionComponent.Reaction Modifier and Type Method Description Collection<ReactionComponent.Reaction>
ReactionComponent. getAllDeletedReactions(ContentContext ctx)
Collection<ReactionComponent.Reaction>
ReactionComponent. getAllReactions(ContentContext ctx)
Collection<ReactionComponent.Reaction>
ReactionComponent. getDeletedReactions(ContentContext ctx)
Collection<ReactionComponent.Reaction>
ReactionComponent. getReactions(ContentContext ctx)
Methods in org.javlo.component.web2 with parameters of type ReactionComponent.Reaction Modifier and Type Method Description int
ReactionComponent.Reaction.OrderCreation. compare(ReactionComponent.Reaction reaction1, ReactionComponent.Reaction reaction2)
-
Uses of ReactionComponent.Reaction in org.javlo.module.comments
Methods in org.javlo.module.comments that return types with arguments of type ReactionComponent.Reaction Modifier and Type Method Description Collection<ReactionComponent.Reaction>
CommentsAction.CommentsContainer. getComments()
Collection<ReactionComponent.Reaction>
CommentsAction.CommentsContainer. getDeletedComments()
-