com.josesandoval.demo.business
Class DemoBO

java.lang.Object
  extended by com.josesandoval.demo.business.DemoBO

public class DemoBO
extends java.lang.Object

DemoBO



Version:
3-Apr-2005
Author:
Sandoval Software Solutions Inc.

Constructor Summary
DemoBO()
           
 
Method Summary
static void create(DemoVO vo)
          Create record.
static java.util.List retrieve()
          Retrieve all records.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DemoBO

public DemoBO()
Method Detail

create

public static void create(DemoVO vo)
                   throws java.lang.Exception
Create record.

Parameters:
vo -
Throws:
java.lang.Exception

retrieve

public static java.util.List retrieve()
                               throws java.lang.Exception
Retrieve all records.

Returns:
Throws:
java.lang.Exception