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
LookupEntryClient
update
in interface LookupEntryClient
properties
- the properties to updateEcmException
- indicates any system errorpublic void update(UpdateLookupEntryInputType properties) throws EcmException
LookupEntryClient
update
in interface LookupEntryClient
properties
- the properties to updateEcmException
- indicates any system errorpublic void delete() throws EcmException
LookupEntryClient
delete
in interface LookupEntryClient
EcmException
- indicates any system errorpublic LookupEntryListItemType load() throws EcmException
LookupEntryClient
load
in interface LookupEntryClient
EcmException
- indicates any system errorpublic SearchClient<PropertyType> searchMultiValueField(String fieldName) throws EcmException
LookupEntryClient
searchMultiValueField
in interface LookupEntryClient
fieldName
- the name of the multi value fieldEcmException
public List<AclReferenceType> getACLs() throws EcmException
LookupEntryClient
getACLs
in interface LookupEntryClient
EcmException
- when the ACLs could not be loadedCopyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.