com.monad.homerun.config
Interface LoadService


public interface LoadService

LoadService provides methods to load data objects into the object store, localizing values if present


Method Summary
 java.lang.String loadObjects(java.io.InputStream in, java.util.Properties localizers)
          Loads the contents of the stream into the data object store
 java.lang.String loadObjects(java.io.InputStream in, java.lang.String pkgUrl)
          Loads the contents of the stream into the data object store
 

Method Detail

loadObjects

java.lang.String loadObjects(java.io.InputStream in,
                             java.util.Properties localizers)
Loads the contents of the stream into the data object store

Parameters:
in - the data object input stream
localizers - localization properties
Returns:
status "OK" if objects successfully loaded, else error message

loadObjects

java.lang.String loadObjects(java.io.InputStream in,
                             java.lang.String pkgUrl)
Loads the contents of the stream into the data object store

Parameters:
in - the data object input stream
pkgUrl - URL of package containing localization data
Returns:
status "OK" if objects successfully loaded, else error message


Copyright © 2006-2009 Richard Rodgers. All Rights Reserved.