public interface TypeFacadeQueriesAPI
| Modifier and Type | Method and Description |
|---|---|
ArrayList |
getArrayListByAuthorityDomain(String authority,
String domain)
This method return an ArrayList (Long typeId, TypeFacade typeFacade)
with the specified authority and domain.
|
List |
getFacadeItemTypes() |
List |
getFacadeListByAuthorityDomain(String authority,
String domain) |
HashMap |
getHashMapByAuthorityDomain(String authority,
String domain)
This method returns a Hashmap (Long typeId, TypeFacade typeFacade)
with the specified authority and domain.
|
List |
getListByAuthorityDomain(String authority,
String domain)
This method return a List of TypeD from DB or cache (Hibernate decides)
with the specified authority & domain
|
org.osid.shared.Type |
getTypeById(Long typeId)
This method return Type with a specified typeId, used by
ItemFacade.getItemType()
|
TypeFacade |
getTypeFacadeById(Long typeId)
This method returns the TypeFacade with the specified typeId found
in the typeFacadeMap that lives in cache.
|
HashMap |
getTypeFacadeMap()
get the typeFacadeMap
|
void |
setFacadeItemTypes() |
void |
setTypeFacadeMap()
set the typeFacadeMap for TypeFacadeQueries
|
void setTypeFacadeMap()
HashMap getTypeFacadeMap()
TypeFacade getTypeFacadeById(Long typeId)
typeId - org.osid.shared.Type getTypeById(Long typeId)
typeId - ArrayList getArrayListByAuthorityDomain(String authority, String domain)
authority - domain - HashMap getHashMapByAuthorityDomain(String authority, String domain)
authority - domain - List getListByAuthorityDomain(String authority, String domain)
authority - domain - List getFacadeItemTypes()
void setFacadeItemTypes()
Copyright © 2005–2017 Sakai Project. All rights reserved.