public class FooAccountPersistenceUtil
extends java.lang.Object
Constructor and Description |
---|
FooAccountPersistenceUtil() |
Modifier and Type | Method and Description |
---|---|
static FooAccount |
getFooCredential(java.lang.String accountName)
To get the object of Foo by passing the AccountName.
|
static void |
persistCollectedInventory(java.lang.String accountName) |
public static void persistCollectedInventory(java.lang.String accountName) throws java.lang.Exception
java.lang.Exception
public static FooAccount getFooCredential(java.lang.String accountName) throws java.lang.Exception
accountName
- java.lang.Exception