info.magnolia.module.admininterface
Interface FieldSaveHandler

All Known Implementing Classes:
MultiValueSaveHandler

public interface FieldSaveHandler

Custom save handler interface. You can associate a specific implementation to a single dialog field by specifying the full class name in a property named "saveHandler".

Version:
$Id$
Author:
molaschi

Method Summary
 void save(info.magnolia.cms.core.Content parentNode, info.magnolia.cms.core.Content configNode, String name, info.magnolia.cms.beans.runtime.MultipartForm form, int type, int valueType, int isRichEditValue, int encoding)
          save a property
 

Method Detail

save

void save(info.magnolia.cms.core.Content parentNode,
          info.magnolia.cms.core.Content configNode,
          String name,
          info.magnolia.cms.beans.runtime.MultipartForm form,
          int type,
          int valueType,
          int isRichEditValue,
          int encoding)
          throws javax.jcr.RepositoryException,
                 info.magnolia.cms.security.AccessDeniedException
save a property

Parameters:
parentNode - in node
configNode - configuration
name - property name
form - form
type - type
valueType - value type
isRichEditValue - is rich edit?
encoding - encoding
Throws:
javax.jcr.RepositoryException
info.magnolia.cms.security.AccessDeniedException


Copyright © 2003-2013 Magnolia International Ltd.. All Rights Reserved.