Package com.lexmark.saperion.delegate
Class AbstractLookupEntryDelegateService
java.lang.Object
com.lexmark.saperion.delegate.AbstractDelegateService<com.lexmark.saperion.lookup.LookupEntryService>
com.lexmark.saperion.delegate.AbstractLookupEntryDelegateService
- All Implemented Interfaces:
- com.lexmark.saperion.lookup.LookupEntryService
- Direct Known Subclasses:
- LookupEntryDelegateService
public abstract class AbstractLookupEntryDelegateService
extends AbstractDelegateService<com.lexmark.saperion.lookup.LookupEntryService>
implements com.lexmark.saperion.lookup.LookupEntryService
This 
LookupEntryService simply delegates to another instance.- Author:
- jschwarz
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncom.lexmark.saperion.lookup.LookupEntryReferenceTypecreateLookupEntry(com.lexmark.saperion.archive.ArchiveReferenceType archiveReference, Map<String, com.lexmark.saperion.PropertyType> properties) com.lexmark.saperion.lookup.LookupEntryReferenceTypecreateLookupEntry(com.lexmark.saperion.lookup.CreateLookupEntryInputType properties) voiddeleteLookupEntry(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.LookupEntryListItemTypegetLookupEntry(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) voidupdateLookupEntry(com.lexmark.saperion.lookup.LookupEntryReferenceType id, com.lexmark.saperion.lookup.UpdateLookupEntryInputType properties, Boolean recycleBinAware) voidupdateLookupEntry(com.lexmark.saperion.lookup.LookupEntryReferenceType id, Map<String, com.lexmark.saperion.PropertyType> properties, Boolean recycleBinAware) Methods inherited from class com.lexmark.saperion.delegate.AbstractDelegateServicegetDelegate, wrapSearchExecutionService
- 
Constructor Details- 
AbstractLookupEntryDelegateServicepublic AbstractLookupEntryDelegateService()
 
- 
- 
Method Details- 
createLookupEntrypublic 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- Specified by:
- createLookupEntryin interface- com.lexmark.saperion.lookup.LookupEntryService
- Throws:
- com.lexmark.saperion.exceptions.EcmException
 
- 
createLookupEntrypublic com.lexmark.saperion.lookup.LookupEntryReferenceType createLookupEntry(com.lexmark.saperion.lookup.CreateLookupEntryInputType properties) throws com.lexmark.saperion.exceptions.EcmException - Specified by:
- createLookupEntryin interface- com.lexmark.saperion.lookup.LookupEntryService
- Throws:
- com.lexmark.saperion.exceptions.EcmException
 
- 
updateLookupEntrypublic void updateLookupEntry(com.lexmark.saperion.lookup.LookupEntryReferenceType id, com.lexmark.saperion.lookup.UpdateLookupEntryInputType properties, Boolean recycleBinAware) throws com.lexmark.saperion.exceptions.EcmException - Specified by:
- updateLookupEntryin interface- com.lexmark.saperion.lookup.LookupEntryService
- Throws:
- com.lexmark.saperion.exceptions.EcmException
 
- 
updateLookupEntrypublic void updateLookupEntry(com.lexmark.saperion.lookup.LookupEntryReferenceType id, Map<String, com.lexmark.saperion.PropertyType> properties, Boolean recycleBinAware) throws com.lexmark.saperion.exceptions.EcmException- Specified by:
- updateLookupEntryin interface- com.lexmark.saperion.lookup.LookupEntryService
- Throws:
- com.lexmark.saperion.exceptions.EcmException
 
- 
getACLspublic List<com.lexmark.saperion.administration.AclReferenceType> getACLs(com.lexmark.saperion.lookup.LookupEntryReferenceType id) throws com.lexmark.saperion.exceptions.EcmException - Specified by:
- getACLsin interface- com.lexmark.saperion.lookup.LookupEntryService
- Throws:
- com.lexmark.saperion.exceptions.EcmException
 
- 
deleteLookupEntrypublic void deleteLookupEntry(com.lexmark.saperion.lookup.LookupEntryReferenceType id, Boolean recycleBinAware) throws com.lexmark.saperion.exceptions.EcmException - Specified by:
- deleteLookupEntryin interface- com.lexmark.saperion.lookup.LookupEntryService
- Throws:
- com.lexmark.saperion.exceptions.EcmException
 
- 
getLookupEntrypublic com.lexmark.saperion.lookup.LookupEntryListItemType getLookupEntry(com.lexmark.saperion.lookup.LookupEntryReferenceType reference) throws com.lexmark.saperion.exceptions.EcmException - Specified by:
- getLookupEntryin interface- com.lexmark.saperion.lookup.LookupEntryService
- Throws:
- com.lexmark.saperion.exceptions.EcmException
 
- 
newSearchServicepublic com.lexmark.saperion.search.SearchExecutionService<com.lexmark.saperion.lookup.LookupEntryListItemType> newSearchService(com.lexmark.saperion.archive.ArchiveReferenceType archive) throws com.lexmark.saperion.exceptions.EcmException - Specified by:
- newSearchServicein interface- com.lexmark.saperion.lookup.LookupEntryService
- Throws:
- com.lexmark.saperion.exceptions.EcmException
 
- 
newMultiValueFieldSearchServicepublic com.lexmark.saperion.search.SearchExecutionService<com.lexmark.saperion.PropertyType> newMultiValueFieldSearchService(com.lexmark.saperion.lookup.LookupEntryReferenceType lookupEntry, String fieldName) throws com.lexmark.saperion.exceptions.EcmException - Specified by:
- newMultiValueFieldSearchServicein interface- com.lexmark.saperion.lookup.LookupEntryService
- Throws:
- com.lexmark.saperion.exceptions.EcmException
 
 
-