public class LookupEntryClientImpl extends Object implements LookupEntryClient
LookupEntryClient.| Constructor and Description |
|---|
LookupEntryClientImpl(LookupEntryService lookupEntryService,
LookupEntryReferenceType reference) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
This method deletes the lookup entry instance.
|
List<AclReferenceType> |
getACLs()
This method loads the ACLs that are currently set on this lookup entry.
|
LookupEntryListItemType |
load()
This method loads the lookup entry instance.
|
SearchClient<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,PropertyType> properties)
This method updates a Lookup entry instance.
|
void |
update(UpdateLookupEntryInputType properties)
This method updates a Lookup entry instance.
|
public LookupEntryClientImpl(LookupEntryService lookupEntryService, LookupEntryReferenceType reference)
public void update(Map<String,PropertyType> properties) throws EcmException
LookupEntryClientupdate in interface LookupEntryClientproperties - the properties to updateEcmException - indicates any system errorpublic void update(UpdateLookupEntryInputType properties) throws EcmException
LookupEntryClientupdate in interface LookupEntryClientproperties - the properties to updateEcmException - indicates any system errorpublic void delete()
throws EcmException
LookupEntryClientdelete in interface LookupEntryClientEcmException - indicates any system errorpublic LookupEntryListItemType load() throws EcmException
LookupEntryClientload in interface LookupEntryClientEcmException - indicates any system errorpublic SearchClient<PropertyType> searchMultiValueField(String fieldName) throws EcmException
LookupEntryClientsearchMultiValueField in interface LookupEntryClientfieldName - the name of the multi value fieldEcmExceptionpublic List<AclReferenceType> getACLs() throws EcmException
LookupEntryClientgetACLs in interface LookupEntryClientEcmException - when the ACLs could not be loadedCopyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.