org.bibalex.daf.entities
Class AdminModuleBase

java.lang.Object
  extended by org.bibalex.daf.entities.AdminModuleBase
Direct Known Subclasses:
Batch, Collection, Job, JobCondition, JobType, Phase, Role, User, WorkStation

public abstract class AdminModuleBase
extends java.lang.Object

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

Author:
Mohammed.abuouda

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

AdminModuleBase

public AdminModuleBase()
Method Detail

add

public abstract OperationInfo add()
add new record

Returns:
Resulset of the added record

delete

public abstract OperationInfo delete()
delete one record

Returns:
True in success, false in failure

update

public abstract OperationInfo update()
update one record

Returns:
Resulset of the affected record