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
public 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.
java.lang.Exception
selectMatchingEntities
public 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.
java.lang.Exception