public interface UserDefinedListService
Map<String,ArrayList<UDLValue>> readUserDefinedLists(InforContext context, UDLEntryId entryId) throws InforException
InforExceptionString setUserDefinedLists(InforContext context, EntityId entityId, Map<String,ArrayList<UDLValue>> values) throws InforException
InforExceptionList<UDLEntry> readUserDefinedListEntries(InforContext context, UDLEntryId filters) throws InforException
InforExceptionString createUserDefinedListEntry(InforContext context, UDLEntry entry) throws InforException
InforExceptionString updateUserDefinedListEntry(InforContext context, UDLEntry entry) throws InforException
InforExceptionString deleteUserDefinedListEntries(InforContext context, UDLEntryId filters) throws InforException
InforExceptionvoid readUDLToEntity(InforContext context, UserDefinedListHelpable entity, EntityId entityId)
context - infor contextentity - the entity that you are readingentityId - the id of the entity that you are readingvoid writeUDLToEntityCopyFrom(InforContext context, UserDefinedListHelpable entity, EntityId entityId)
context - infor contextentity - the entity that you are creatingentityId - the id of the entity that you are readingvoid writeUDLToEntity(InforContext context, UserDefinedListHelpable entity, EntityId entityId)
context - infor contextentity - the entity that you are updatingentityId - the id of the entity that you are readingvoid deleteUDLFromEntity(InforContext context, EntityId entityId)
context - infor contextentityId - the id of the entity that you are readingCopyright © 2021 CERN European Organization for Nuclear Research. All rights reserved.