|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.greenhopper.util.GenericValueUtils
public class GenericValueUtils
| Constructor Summary | |
|---|---|
GenericValueUtils()
|
|
| Method Summary | |
|---|---|
static java.lang.Long |
getLong(org.ofbiz.core.entity.GenericValue gv,
java.lang.String fieldName)
Read the given field from the GenericValue and convert it to
Long, if possible. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GenericValueUtils()
| Method Detail |
|---|
public static java.lang.Long getLong(org.ofbiz.core.entity.GenericValue gv,
java.lang.String fieldName)
GenericValue and convert it to
Long, if possible. Valid field types are Long, Integer and String.
gv - : The GenericValue objectfieldName - : The name of the field
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||