|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NamespaceService
Method Summary | |
---|---|
List<Namespace> |
findAllNamespaces()
Returns all Namespaces. |
Namespace |
getNamespace(String code)
Gets a Namespace from a namespace code. |
Method Detail |
---|
@Cacheable(value="http://rice.kuali.org/core/v2_0/NamespaceType", key="\'key=\' + #p0") Namespace getNamespace(String code) throws RiceIllegalArgumentException
Namespace
from a namespace code.
This method will return null if the namespace does not exist.
code
- the code to retrieve the namespace by. cannot be blank.
Namespace
or null
IllegalArgumentException
- if the code is blank
RiceIllegalArgumentException
@Cacheable(value="http://rice.kuali.org/core/v2_0/NamespaceType", key="\'all\'") List<Namespace> findAllNamespaces()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |