Modifier and Type | Method and Description |
---|---|
LuiSetInfo |
LuiSetEntity.toDto() |
Modifier and Type | Method and Description |
---|---|
LuiSetInfo |
LuiServiceDecorator.createLuiSet(String luiSetTypeKey,
LuiSetInfo luiSetInfo,
ContextInfo contextInfo) |
LuiSetInfo |
LuiServiceValidationDecorator.createLuiSet(String luiSetTypeKey,
LuiSetInfo luiSetInfo,
ContextInfo contextInfo) |
LuiSetInfo |
LuiServiceDecorator.getLuiSet(String luiSetId,
ContextInfo contextInfo) |
LuiSetInfo |
LuiServiceDecorator.updateLuiSet(String luiSetId,
LuiSetInfo luiSetInfo,
ContextInfo contextInfo) |
LuiSetInfo |
LuiServiceValidationDecorator.updateLuiSet(String luiSetId,
LuiSetInfo luiSetInfo,
ContextInfo contextInfo) |
Modifier and Type | Method and Description |
---|---|
List<LuiSetInfo> |
LuiServiceDecorator.getLuiSetsByIds(List<String> luiSetIds,
ContextInfo contextInfo) |
List<LuiSetInfo> |
LuiServiceDecorator.getLuiSetsByLui(String luiId,
ContextInfo contextInfo) |
Modifier and Type | Method and Description |
---|---|
LuiSetInfo |
LuiServiceDecorator.createLuiSet(String luiSetTypeKey,
LuiSetInfo luiSetInfo,
ContextInfo contextInfo) |
LuiSetInfo |
LuiServiceValidationDecorator.createLuiSet(String luiSetTypeKey,
LuiSetInfo luiSetInfo,
ContextInfo contextInfo) |
LuiSetInfo |
LuiServiceDecorator.updateLuiSet(String luiSetId,
LuiSetInfo luiSetInfo,
ContextInfo contextInfo) |
LuiSetInfo |
LuiServiceValidationDecorator.updateLuiSet(String luiSetId,
LuiSetInfo luiSetInfo,
ContextInfo contextInfo) |
List<ValidationResultInfo> |
LuiServiceDecorator.validateLuiSet(String validationTypeKey,
String luiSetTypeKey,
LuiSetInfo LuiSetInfo,
ContextInfo contextInfo) |
List<ValidationResultInfo> |
LuiServiceValidationDecorator.validateLuiSet(String validationTypeKey,
String luiSetTypeKey,
LuiSetInfo LuiSetInfo,
ContextInfo contextInfo) |
Modifier and Type | Method and Description |
---|---|
LuiSetInfo |
LuiServiceImpl.createLuiSet(String luiSetTypeKey,
LuiSetInfo luiSetInfo,
ContextInfo contextInfo) |
LuiSetInfo |
LuiServiceImpl.getLuiSet(String luiSetId,
ContextInfo contextInfo) |
LuiSetInfo |
LuiServiceImpl.updateLuiSet(String luiSetId,
LuiSetInfo luiSetInfo,
ContextInfo contextInfo) |
Modifier and Type | Method and Description |
---|---|
List<LuiSetInfo> |
LuiServiceImpl.getLuiSetsByIds(List<String> luiSetIds,
ContextInfo contextInfo) |
List<LuiSetInfo> |
LuiServiceImpl.getLuiSetsByLui(String luiId,
ContextInfo contextInfo) |
Modifier and Type | Method and Description |
---|---|
LuiSetInfo |
LuiServiceImpl.createLuiSet(String luiSetTypeKey,
LuiSetInfo luiSetInfo,
ContextInfo contextInfo) |
LuiSetInfo |
LuiServiceImpl.updateLuiSet(String luiSetId,
LuiSetInfo luiSetInfo,
ContextInfo contextInfo) |
List<ValidationResultInfo> |
LuiServiceImpl.validateLuiSet(String validationTypeKey,
String luiSetTypeKey,
LuiSetInfo LuiSetInfo,
ContextInfo contextInfo) |
Modifier and Type | Method and Description |
---|---|
LuiSetInfo |
LuiService.createLuiSet(String luiSetTypeKey,
LuiSetInfo luiSetInfo,
ContextInfo contextInfo)
Creates a Lui set.
|
LuiSetInfo |
LuiService.getLuiSet(String luiSetId,
ContextInfo contextInfo)
Retrieves information on a Lui set.
|
LuiSetInfo |
LuiService.updateLuiSet(String luiSetId,
LuiSetInfo luiSetInfo,
ContextInfo contextInfo)
Update the information for a Lui set
|
Modifier and Type | Method and Description |
---|---|
List<LuiSetInfo> |
LuiService.getLuiSetsByIds(List<String> luiSetIds,
ContextInfo contextInfo)
Retrieve information on Lui sets from a list of LuiSet Ids.
|
List<LuiSetInfo> |
LuiService.getLuiSetsByLui(String luiId,
ContextInfo contextInfo)
Given a Lui, retrieves the LuiSets that it belongs to.
|
Modifier and Type | Method and Description |
---|---|
LuiSetInfo |
LuiService.createLuiSet(String luiSetTypeKey,
LuiSetInfo luiSetInfo,
ContextInfo contextInfo)
Creates a Lui set.
|
LuiSetInfo |
LuiService.updateLuiSet(String luiSetId,
LuiSetInfo luiSetInfo,
ContextInfo contextInfo)
Update the information for a Lui set
|
List<ValidationResultInfo> |
LuiService.validateLuiSet(String validationTypeKey,
String luiSetTypeKey,
LuiSetInfo LuiSetInfo,
ContextInfo contextInfo)
Validates information about a Lui set.
|
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.