Uses of Interface
org.mycore.datamodel.common.MCRObjectIDDate

Packages that use MCRObjectIDDate
org.mycore.backend.hibernate   
org.mycore.backend.hibernate.tables   
org.mycore.datamodel.common   
org.mycore.datamodel.ifs2   
 

Uses of MCRObjectIDDate in org.mycore.backend.hibernate
 

Methods in org.mycore.backend.hibernate that return types with arguments of type MCRObjectIDDate
 List<MCRObjectIDDate> MCRHIBXMLStore.listObjectDates(String type)
           
 

Uses of MCRObjectIDDate in org.mycore.backend.hibernate.tables
 

Classes in org.mycore.backend.hibernate.tables that implement MCRObjectIDDate
 class MCRXMLTABLE
           
 

Uses of MCRObjectIDDate in org.mycore.datamodel.common
 

Methods in org.mycore.datamodel.common that return types with arguments of type MCRObjectIDDate
 List<MCRObjectIDDate> MCRXMLTableManager.listObjectDates(String type)
          lists objects of the specified type and their last modified date.
 List<MCRObjectIDDate> MCRXMLTableInterface.listObjectDates(String type)
          lists objects of the specified type and their last modified date.
 

Uses of MCRObjectIDDate in org.mycore.datamodel.ifs2
 

Classes in org.mycore.datamodel.ifs2 that implement MCRObjectIDDate
(package private)  class MCRObjectMetadataStoreIFS2.MyMCRObjectIDDate
           
 

Methods in org.mycore.datamodel.ifs2 that return types with arguments of type MCRObjectIDDate
 List<MCRObjectIDDate> MCRObjectMetadataStoreIFS2.listObjectDates(String type)