public abstract class AbstractLookupEntryDelegateService extends AbstractDelegateService<com.lexmark.saperion.lookup.LookupEntryService> implements com.lexmark.saperion.lookup.LookupEntryService
LookupEntryService
simply delegates to another instance.Constructor and Description |
---|
AbstractLookupEntryDelegateService() |
Modifier and Type | Method and Description |
---|---|
com.lexmark.saperion.lookup.LookupEntryReferenceType |
createLookupEntry(com.lexmark.saperion.archive.ArchiveReferenceType archiveReference,
Map<String,com.lexmark.saperion.PropertyType> properties) |
com.lexmark.saperion.lookup.LookupEntryReferenceType |
createLookupEntry(com.lexmark.saperion.lookup.CreateLookupEntryInputType properties) |
void |
deleteLookupEntry(com.lexmark.saperion.lookup.LookupEntryReferenceType id,
Boolean recycleBinAware) |
List<com.lexmark.saperion.administration.AclReferenceType> |
getACLs(com.lexmark.saperion.lookup.LookupEntryReferenceType id) |
com.lexmark.saperion.lookup.LookupEntryListItemType |
getLookupEntry(com.lexmark.saperion.lookup.LookupEntryReferenceType reference) |
com.lexmark.saperion.search.SearchExecutionService<com.lexmark.saperion.PropertyType> |
newMultiValueFieldSearchService(com.lexmark.saperion.lookup.LookupEntryReferenceType lookupEntry,
String fieldName) |
com.lexmark.saperion.search.SearchExecutionService<com.lexmark.saperion.lookup.LookupEntryListItemType> |
newSearchService(com.lexmark.saperion.archive.ArchiveReferenceType archive) |
void |
updateLookupEntry(com.lexmark.saperion.lookup.LookupEntryReferenceType id,
Map<String,com.lexmark.saperion.PropertyType> properties,
Boolean recycleBinAware) |
void |
updateLookupEntry(com.lexmark.saperion.lookup.LookupEntryReferenceType id,
com.lexmark.saperion.lookup.UpdateLookupEntryInputType properties,
Boolean recycleBinAware) |
getDelegate, wrapSearchExecutionService
public com.lexmark.saperion.lookup.LookupEntryReferenceType createLookupEntry(com.lexmark.saperion.archive.ArchiveReferenceType archiveReference, Map<String,com.lexmark.saperion.PropertyType> properties) throws com.lexmark.saperion.exceptions.EcmException
createLookupEntry
in interface com.lexmark.saperion.lookup.LookupEntryService
com.lexmark.saperion.exceptions.EcmException
public com.lexmark.saperion.lookup.LookupEntryReferenceType createLookupEntry(com.lexmark.saperion.lookup.CreateLookupEntryInputType properties) throws com.lexmark.saperion.exceptions.EcmException
createLookupEntry
in interface com.lexmark.saperion.lookup.LookupEntryService
com.lexmark.saperion.exceptions.EcmException
public void updateLookupEntry(com.lexmark.saperion.lookup.LookupEntryReferenceType id, com.lexmark.saperion.lookup.UpdateLookupEntryInputType properties, Boolean recycleBinAware) throws com.lexmark.saperion.exceptions.EcmException
updateLookupEntry
in interface com.lexmark.saperion.lookup.LookupEntryService
com.lexmark.saperion.exceptions.EcmException
public void updateLookupEntry(com.lexmark.saperion.lookup.LookupEntryReferenceType id, Map<String,com.lexmark.saperion.PropertyType> properties, Boolean recycleBinAware) throws com.lexmark.saperion.exceptions.EcmException
updateLookupEntry
in interface com.lexmark.saperion.lookup.LookupEntryService
com.lexmark.saperion.exceptions.EcmException
public List<com.lexmark.saperion.administration.AclReferenceType> getACLs(com.lexmark.saperion.lookup.LookupEntryReferenceType id) throws com.lexmark.saperion.exceptions.EcmException
getACLs
in interface com.lexmark.saperion.lookup.LookupEntryService
com.lexmark.saperion.exceptions.EcmException
public void deleteLookupEntry(com.lexmark.saperion.lookup.LookupEntryReferenceType id, Boolean recycleBinAware) throws com.lexmark.saperion.exceptions.EcmException
deleteLookupEntry
in interface com.lexmark.saperion.lookup.LookupEntryService
com.lexmark.saperion.exceptions.EcmException
public com.lexmark.saperion.lookup.LookupEntryListItemType getLookupEntry(com.lexmark.saperion.lookup.LookupEntryReferenceType reference) throws com.lexmark.saperion.exceptions.EcmException
getLookupEntry
in interface com.lexmark.saperion.lookup.LookupEntryService
com.lexmark.saperion.exceptions.EcmException
public com.lexmark.saperion.search.SearchExecutionService<com.lexmark.saperion.lookup.LookupEntryListItemType> newSearchService(com.lexmark.saperion.archive.ArchiveReferenceType archive) throws com.lexmark.saperion.exceptions.EcmException
newSearchService
in interface com.lexmark.saperion.lookup.LookupEntryService
com.lexmark.saperion.exceptions.EcmException
public com.lexmark.saperion.search.SearchExecutionService<com.lexmark.saperion.PropertyType> newMultiValueFieldSearchService(com.lexmark.saperion.lookup.LookupEntryReferenceType lookupEntry, String fieldName) throws com.lexmark.saperion.exceptions.EcmException
newMultiValueFieldSearchService
in interface com.lexmark.saperion.lookup.LookupEntryService
com.lexmark.saperion.exceptions.EcmException
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.