org.sakaiproject.tool.assessment.facade
Interface SectionFacadeQueriesAPI

All Known Implementing Classes:
SectionFacadeQueries

public interface SectionFacadeQueriesAPI


Method Summary
 void addSectionMetaData(Long sectionId, String label, String value)
           
 void deleteSectionMetaData(Long sectionId, String label)
           
 SectionFacade get(Long sectionId)
           
 IdImpl getId(long id)
           
 IdImpl getId(Long id)
           
 IdImpl getId(String id)
           
 SectionData load(Long sectionId)
           
 

Method Detail

getId

IdImpl getId(String id)

getId

IdImpl getId(Long id)

getId

IdImpl getId(long id)

get

SectionFacade get(Long sectionId)

load

SectionData load(Long sectionId)

addSectionMetaData

void addSectionMetaData(Long sectionId,
                        String label,
                        String value)

deleteSectionMetaData

void deleteSectionMetaData(Long sectionId,
                           String label)


Copyright © 2005-2013 Sakai Project. All Rights Reserved.