|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bibalex.daf.entities.AdminModuleBase
public abstract class AdminModuleBase
This class considered as the parent of all entities it containes the basic 3 methods related to any entity 2 other methods are assumed to be
| Constructor Summary | |
|---|---|
AdminModuleBase()
|
|
| Method Summary | |
|---|---|
abstract OperationInfo |
add()
add new record |
abstract OperationInfo |
delete()
delete one record |
abstract OperationInfo |
update()
update one record |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AdminModuleBase()
| Method Detail |
|---|
public abstract OperationInfo add()
public abstract OperationInfo delete()
public abstract OperationInfo update()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||