| Package | Description |
|---|---|
| com.erudika.para.core |
Core domain classes for modeling the Para domain space.
|
| com.erudika.para.core.utils |
Core utilities - helper methods for implementing ParaObject and and links.
|
| Modifier and Type | Method and Description |
|---|---|
static Votable.VoteValue |
Votable.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.
|
| Constructor and Description |
|---|
Vote(String voterid,
String voteeid,
Votable.VoteValue value)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
CoreUtils.vote(ParaObject votable,
String userid,
Votable.VoteValue upDown)
Casts a vote on a given object.
|
Copyright © 2018 Erudika. All rights reserved.