com.sun.mdm.index.ejb.codelookup
Interface UserCodeLookup

All Known Subinterfaces:
UserCodeLookupRemote
All Known Implementing Classes:
UserCodeLookupEJB

public interface UserCodeLookup

Interface for UserCodeLookupEJB


Method Summary
 java.util.Map getAllCodes()
          Get all codes for given application
 java.util.Map getCodesByModule(java.lang.String module)
          Get all codes for given application and module
 

Method Detail

getAllCodes

public java.util.Map getAllCodes()
                          throws CodeLookupException
Get all codes for given application

Returns:
map of UserCode
Throws:
CodeLookupException - an error occured

getCodesByModule

public java.util.Map getCodesByModule(java.lang.String module)
                               throws CodeLookupException
Get all codes for given application and module

Parameters:
module - module
Returns:
map of UserCode
Throws:
CodeLookupException - an error occured


Sun Microsystems, Inc.