public interface UserDefinedListService
| Modifier and Type | Method and Description |
|---|---|
String |
createUserDefinedListEntry(InforContext context,
UDLProperty property,
UDLEntry entry) |
void |
deleteUDLFromEntity(InforContext context,
String entityType,
String code) |
String |
deleteUserDefinedListEntry(InforContext context,
UDLProperty property) |
void |
readUDLToEntity(InforContext context,
UserDefinedListHelpable entity,
String entityType,
String code) |
List<UDLEntry> |
readUserDefinedListEntries(InforContext context,
UDLProperty property) |
String |
setUserDefinedList(InforContext context,
UDLProperty property,
List<UDLEntry> entries) |
String |
updateUserDefinedListEntry(InforContext context,
UDLProperty oldProperty,
UDLEntry newEntry) |
void |
writeUDLToEntity(InforContext context,
UserDefinedListHelpable entity,
String entityType,
String code) |
void |
writeUDLToEntityCopyFrom(InforContext context,
UserDefinedListHelpable entity,
String entityType,
String code) |
String createUserDefinedListEntry(InforContext context, UDLProperty property, UDLEntry entry) throws InforException
InforExceptionList<UDLEntry> readUserDefinedListEntries(InforContext context, UDLProperty property) throws InforException
InforExceptionString updateUserDefinedListEntry(InforContext context, UDLProperty oldProperty, UDLEntry newEntry) throws InforException
InforExceptionString deleteUserDefinedListEntry(InforContext context, UDLProperty property) throws InforException
InforExceptionString setUserDefinedList(InforContext context, UDLProperty property, List<UDLEntry> entries) throws InforException
InforExceptionvoid readUDLToEntity(InforContext context, UserDefinedListHelpable entity, String entityType, String code)
void writeUDLToEntityCopyFrom(InforContext context, UserDefinedListHelpable entity, String entityType, String code)
void writeUDLToEntity(InforContext context, UserDefinedListHelpable entity, String entityType, String code)
void deleteUDLFromEntity(InforContext context, String entityType, String code)
Copyright © 2020 CERN European Organization for Nuclear Research. All rights reserved.