| 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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CoreUtils.vote(ParaObject votable,
String userid,
Votable.VoteValue upDown)
Casts a vote on a given object.
|
Copyright © 2016 Erudika. All rights reserved.