|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TypeFacadeQueriesAPI
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
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 getFacadeListByAuthorityDomain(String authority,
String domain)
List getFacadeItemTypes()
void setFacadeItemTypes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||