portal.core.api
Class AbstractFileFieldUpdater

java.lang.Object
  extended byportal.core.api.AbstractFileFieldUpdater
All Implemented Interfaces:
IUpdater, java.io.Serializable

public abstract class AbstractFileFieldUpdater
extends java.lang.Object
implements IUpdater

See Also:
Serialized Form

Constructor Summary
AbstractFileFieldUpdater()
           
 
Method Summary
abstract  void update(FileItem fileItem)
           
 void update(java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractFileFieldUpdater

public AbstractFileFieldUpdater()
Method Detail

update

public final void update(java.lang.Object value)
Specified by:
update in interface IUpdater

update

public abstract void update(FileItem fileItem)