public class LookupEntryClientImpl extends Object implements LookupEntryClient
LookupEntryClient
.Constructor and Description |
---|
LookupEntryClientImpl(com.lexmark.saperion.lookup.LookupEntryService lookupEntryService,
com.lexmark.saperion.lookup.LookupEntryReferenceType reference) |
Modifier and Type | Method and Description |
---|---|
void |
delete()
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.LookupEntryListItemType |
load()
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.
|
void |
update(Map<String,com.lexmark.saperion.PropertyType> properties)
This method updates a Lookup entry instance.
|
void |
update(com.lexmark.saperion.lookup.UpdateLookupEntryInputType properties)
This method updates a Lookup entry instance.
|
public LookupEntryClientImpl(com.lexmark.saperion.lookup.LookupEntryService lookupEntryService, com.lexmark.saperion.lookup.LookupEntryReferenceType reference)
public void update(Map<String,com.lexmark.saperion.PropertyType> properties) throws com.lexmark.saperion.exceptions.EcmException
LookupEntryClient
update
in interface LookupEntryClient
properties
- the properties to updatecom.lexmark.saperion.exceptions.EcmException
- indicates any system errorpublic void update(com.lexmark.saperion.lookup.UpdateLookupEntryInputType properties) throws com.lexmark.saperion.exceptions.EcmException
LookupEntryClient
update
in interface LookupEntryClient
properties
- the properties to updatecom.lexmark.saperion.exceptions.EcmException
- indicates any system errorpublic void delete() throws com.lexmark.saperion.exceptions.EcmException
LookupEntryClient
delete
in interface LookupEntryClient
com.lexmark.saperion.exceptions.EcmException
- indicates any system errorpublic com.lexmark.saperion.lookup.LookupEntryListItemType load() throws com.lexmark.saperion.exceptions.EcmException
LookupEntryClient
load
in interface LookupEntryClient
com.lexmark.saperion.exceptions.EcmException
- indicates any system errorpublic SearchClient<com.lexmark.saperion.PropertyType> searchMultiValueField(String fieldName) throws com.lexmark.saperion.exceptions.EcmException
LookupEntryClient
searchMultiValueField
in interface LookupEntryClient
fieldName
- the name of the multi value fieldcom.lexmark.saperion.exceptions.EcmException
public List<com.lexmark.saperion.administration.AclReferenceType> getACLs() throws com.lexmark.saperion.exceptions.EcmException
LookupEntryClient
getACLs
in interface LookupEntryClient
com.lexmark.saperion.exceptions.EcmException
- when the ACLs could not be loadedCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.