com.counterclaim.openefm.model.court.ozone
Interface OzoneEFSPManager

All Superinterfaces:
java.lang.Comparable, EFSPManager, ModelObject, ObjectManager, OzoneModelObject, OzoneObjectManager, org.ozoneDB.OzoneRemote
All Known Implementing Classes:
OzoneEFSPManagerImpl, OzoneEFSPManagerImpl_Proxy

public interface OzoneEFSPManager
extends EFSPManager, OzoneObjectManager

 

Field Summary
 
Fields inherited from interface com.counterclaim.openefm.model.court.EFSPManager
NAME
 
Method Summary
 EFSP createEFSP()
           
 void removeEFSP(EFSP efsp)
           
 
Methods inherited from interface com.counterclaim.openefm.model.court.EFSPManager
findEfilingProviderByUsername, findEFSPByUsername, getAllEfilingProviders, getAllEFSPs, getEfilingProvider, getEFSP, validateEFSP
 
Methods inherited from interface com.counterclaim.openefm.model.ObjectManager
getModel, setModel
 
Methods inherited from interface com.counterclaim.openefm.model.ozone.OzoneObjectManager
postObjectModified, preObjectModified
 
Methods inherited from interface com.counterclaim.openefm.model.ozone.OzoneModelObject
setId, setObjectManager
 
Methods inherited from interface com.counterclaim.openefm.model.ModelObject
getId, getObjectManager
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

createEFSP

public EFSP createEFSP()
                throws ModelException
Specified by:
createEFSP in interface EFSPManager
Throws:
ModelException

removeEFSP

public void removeEFSP(EFSP efsp)
                throws ModelException
Specified by:
removeEFSP in interface EFSPManager
Throws:
ModelException


Copyright © 2002 counterclaim.com. All Rights Reserved.