public class TypeServiceImpl extends Object implements TypeServiceAPI
| Constructor and Description |
|---|
TypeServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
List |
getItemTypes()
Return list of item TypeIfcs.
|
List |
getListByAuthorityDomain(String authority,
String domain)
Get list of types for authority/domain.
|
TypeIfc |
getTypeById(String typeId)
Get type for id
|
public TypeIfc getTypeById(String typeId)
getTypeById in interface TypeServiceAPItypeId - the idpublic List getListByAuthorityDomain(String authority, String domain)
getListByAuthorityDomain in interface TypeServiceAPIauthority - the authoritydomain - the domainpublic List getItemTypes()
getItemTypes in interface TypeServiceAPICopyright © 2005–2017 Sakai Project. All rights reserved.