org.infoglue.cms.services
Interface BaseService
- All Known Implementing Classes:
- CoreContentService, CoreStructureService
public interface BaseService
|
Method Summary |
java.util.List |
selectMatchingEntities(java.util.HashMap argumentHashMap)
The method that fetches a list of 0..n entities from a distributed and/or local source. |
java.util.List |
selectMatchingEntities(java.util.HashMap argumentHashMap,
org.exolab.castor.jdo.Database db)
The method that fetches a list of 0..n entities from a distributed and/or local source within a transaction. |
selectMatchingEntities
java.util.List selectMatchingEntities(java.util.HashMap argumentHashMap)
throws java.lang.Exception
- The method that fetches a list of 0..n entities from a distributed and/or local source.
- Throws:
java.lang.Exception
selectMatchingEntities
java.util.List selectMatchingEntities(java.util.HashMap argumentHashMap,
org.exolab.castor.jdo.Database db)
throws java.lang.Exception
- The method that fetches a list of 0..n entities from a distributed and/or local source within a transaction.
- Throws:
java.lang.Exception
Copyright © 2005 InfoGlue.org All Rights Reserved.