|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.taggercat.handlers.AbstractRequestHandler
com.taggercat.handlers.InsertRequestHandler
public class InsertRequestHandler
A request handler to insert a new tcEntity without first doing an
insert action on the data source. This is not the handler used for
regular insert actions.

| Constructor Summary | |
|---|---|
InsertRequestHandler()
|
|
| Method Summary | |
|---|---|
boolean |
insertNewRow(DataSource datasource)
Updates data state for the data source referenced in request. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InsertRequestHandler()
| Method Detail |
|---|
public boolean insertNewRow(DataSource datasource)
throws java.lang.Exception
java.lang.Exceptiondatasource - the data source instance to insert the new tcEntity
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||