|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EISMappingDao
Data access interface for EISMapping business objects.
Method Summary | |
---|---|
EISMapping |
getEISMapping(long id)
Retrieve the resource mapping having this identifier |
java.util.List |
getEISMappingsForEIS(EIS eis,
java.util.Date startDate,
java.util.Date endDate)
Retrieve a list of resource mappings done onto a resource during a specified interval |
java.util.List |
getEISMappingsForGateway(Gateway gateway,
java.util.Date startDate,
java.util.Date endDate)
Retrieve a list of resource mappings done onto an environment during a specified interval. |
Methods inherited from interface org.figure8.join.core.persistence.ObjectDao |
---|
findAll, findAllSorted, getPersistentClass, initialize, initializeAssociation, isInitialized, refresh, remove, replicate, save |
Method Detail |
---|
EISMapping getEISMapping(long id)
id
- The unique identifier of mapping to retrieve
java.util.List getEISMappingsForEIS(EIS eis, java.util.Date startDate, java.util.Date endDate)
eis
- The EIS to retrieve mappings forstartDate
- The starting date of time interval to searchendDate
- The ending date of time interval to search
org.figure8.join.businessobjects.environment.EISMapping
objectsjava.util.List getEISMappingsForGateway(Gateway gateway, java.util.Date startDate, java.util.Date endDate)
gateway
- The gateway to retrieve mappings forstartDate
- The starting date of time interval to searchendDate
- The ending date of time interval to search
org.figure8.join.businessobjects.environment.EISMapping
objects
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |