Class LookupEntryClientImpl
java.lang.Object
com.lexmark.saperion.client.implementation.lookup.LookupEntryClientImpl
- All Implemented Interfaces:
- LookupEntryClient
This is the default implementation of 
LookupEntryClient.- Author:
- jschwarz
- 
Constructor SummaryConstructorsConstructorDescriptionLookupEntryClientImpl(com.lexmark.saperion.lookup.LookupEntryService lookupEntryService, com.lexmark.saperion.lookup.LookupEntryReferenceType reference) 
- 
Method SummaryModifier and TypeMethodDescriptionvoiddelete()This method deletes the lookup entry instance.List<com.lexmark.saperion.administration.AclReferenceType>getACLs()This method loads the ACLs that are currently set on this lookup entry.com.lexmark.saperion.lookup.LookupEntryListItemTypeload()This method loads the lookup entry instance.SearchClient<com.lexmark.saperion.PropertyType>searchMultiValueField(String fieldName) This method returns a search client for the content of the given multi value field of the given lookup entry.voidupdate(com.lexmark.saperion.lookup.UpdateLookupEntryInputType properties) This method updates a Lookup entry instance.voidThis method updates a Lookup entry instance.
- 
Constructor Details- 
LookupEntryClientImplpublic LookupEntryClientImpl(com.lexmark.saperion.lookup.LookupEntryService lookupEntryService, com.lexmark.saperion.lookup.LookupEntryReferenceType reference) 
 
- 
- 
Method Details- 
updatepublic void update(Map<String, com.lexmark.saperion.PropertyType> properties) throws com.lexmark.saperion.exceptions.EcmExceptionDescription copied from interface:LookupEntryClientThis method updates a Lookup entry instance.- Specified by:
- updatein interface- LookupEntryClient
- Parameters:
- properties- the properties to update
- Throws:
- com.lexmark.saperion.exceptions.EcmException- indicates any system error
 
- 
updatepublic void update(com.lexmark.saperion.lookup.UpdateLookupEntryInputType properties) throws com.lexmark.saperion.exceptions.EcmException Description copied from interface:LookupEntryClientThis method updates a Lookup entry instance.- Specified by:
- updatein interface- LookupEntryClient
- Parameters:
- properties- the properties to update
- Throws:
- com.lexmark.saperion.exceptions.EcmException- indicates any system error
 
- 
deletepublic void delete() throws com.lexmark.saperion.exceptions.EcmExceptionDescription copied from interface:LookupEntryClientThis method deletes the lookup entry instance.- Specified by:
- deletein interface- LookupEntryClient
- Throws:
- com.lexmark.saperion.exceptions.EcmException- indicates any system error
 
- 
loadpublic com.lexmark.saperion.lookup.LookupEntryListItemType load() throws com.lexmark.saperion.exceptions.EcmExceptionDescription copied from interface:LookupEntryClientThis method loads the lookup entry instance.- Specified by:
- loadin interface- LookupEntryClient
- Returns:
- the lookup entry instance
- Throws:
- com.lexmark.saperion.exceptions.EcmException- indicates any system error
 
- 
searchMultiValueFieldpublic SearchClient<com.lexmark.saperion.PropertyType> searchMultiValueField(String fieldName) throws com.lexmark.saperion.exceptions.EcmException Description copied from interface:LookupEntryClientThis method returns a search client for the content of the given multi value field of the given lookup entry.- Specified by:
- searchMultiValueFieldin interface- LookupEntryClient
- Parameters:
- fieldName- the name of the multi value field
- Returns:
- a search client for the content of the given multi value field of the given lookup entry
- Throws:
- com.lexmark.saperion.exceptions.EcmException
 
- 
getACLspublic List<com.lexmark.saperion.administration.AclReferenceType> getACLs() throws com.lexmark.saperion.exceptions.EcmExceptionDescription copied from interface:LookupEntryClientThis method loads the ACLs that are currently set on this lookup entry.- Specified by:
- getACLsin interface- LookupEntryClient
- Returns:
- a list of references to the entry's ACLs
- Throws:
- com.lexmark.saperion.exceptions.EcmException- when the ACLs could not be loaded
 
 
-