public interface TypeFacadeQueriesAPI
| Modifier and Type | Method and Description |
|---|---|
List |
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) |
Map |
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.
|
Map<Long,TypeFacade> |
getTypeFacadeMap()
get the typeFacadeMap
|
void |
setFacadeItemTypes() |
void |
setTypeFacadeMap()
set the typeFacadeMap for TypeFacadeQueries
|
void setTypeFacadeMap()
Map<Long,TypeFacade> getTypeFacadeMap()
TypeFacade getTypeFacadeById(Long typeId)
typeId - org.osid.shared.Type getTypeById(Long typeId)
typeId - List getArrayListByAuthorityDomain(String authority, String domain)
authority - domain - Map getHashMapByAuthorityDomain(String authority, String domain)
authority - domain - List getListByAuthorityDomain(String authority, String domain)
authority - domain - List getFacadeItemTypes()
void setFacadeItemTypes()
Copyright © 2003–2020 Sakai Project. All rights reserved.