Uses of Class
com.erudika.para.core.Votable.VoteValue
-
Packages that use Votable.VoteValue Package Description com.erudika.para.core Core domain classes for modeling the Para domain space.com.erudika.para.core.utils Utility classes. -
-
Uses of Votable.VoteValue in com.erudika.para.core
Methods in com.erudika.para.core that return Votable.VoteValue Modifier and Type Method Description static Votable.VoteValueVotable.VoteValue. valueOf(String name)Returns the enum constant of this type with the specified name.static Votable.VoteValue[]Votable.VoteValue. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.erudika.para.core with parameters of type Votable.VoteValue Constructor Description Vote(String voterid, String voteeid, Votable.VoteValue value)Default constructor. -
Uses of Votable.VoteValue in com.erudika.para.core.utils
Methods in com.erudika.para.core.utils with parameters of type Votable.VoteValue Modifier and Type Method Description abstract booleanCoreUtils. vote(ParaObject votable, String userid, Votable.VoteValue upDown)Casts a vote on a given object.abstract booleanCoreUtils. vote(ParaObject votable, String userid, Votable.VoteValue upDown, Integer expiresAfter, Integer lockedAfter)Casts a vote on a given object.
-