Snapper 1.1 API

org.enhydra.snapperPreviewer.business
Class DocumentGroupImpl

java.lang.Object
  extended by org.enhydra.snapperPreviewer.business.DocumentGroupImpl
All Implemented Interfaces:
DocumentGroup

public class DocumentGroupImpl
extends java.lang.Object
implements DocumentGroup

Author:
Milin Radivoj

Constructor Summary
DocumentGroupImpl()
           
 
Method Summary
 FileType[] getListOfAllFILETYPES()
           
 java.util.List getListOfDocumentGroup()
           
 FileType[] getListOfFILETYPES(java.lang.String groupName)
           
 void init(DOCUMENTGROUPLIST list)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentGroupImpl

public DocumentGroupImpl()
Method Detail

getListOfDocumentGroup

public java.util.List getListOfDocumentGroup()
                                      throws java.lang.Exception
Specified by:
getListOfDocumentGroup in interface DocumentGroup
Throws:
java.lang.Exception

getListOfFILETYPES

public FileType[] getListOfFILETYPES(java.lang.String groupName)
                              throws java.lang.Exception
Specified by:
getListOfFILETYPES in interface DocumentGroup
Throws:
java.lang.Exception

getListOfAllFILETYPES

public FileType[] getListOfAllFILETYPES()
                                 throws java.lang.Exception
Throws:
java.lang.Exception

init

public void init(DOCUMENTGROUPLIST list)

Snapper 1.1 API