public class FooUtil extends Object
FooUtil()
static void
addFoo(Foo foo)
deleteFoo(long id)
static Foo
getFoo(long id)
static List
getFoos()
updateFoo(Foo foo)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public FooUtil()
public static void addFoo(Foo foo) throws Exception
Exception
public static void deleteFoo(long id) throws Exception
public static Foo getFoo(long id) throws Exception
public static List getFoos() throws Exception
public static void updateFoo(Foo foo) throws Exception
Copyright © 2016. All Rights Reserved.