org.caleigo.core
Interface IControlledProxy

All Known Implementing Classes:
ControlledProxyEntity, ControlledProxySelection

public interface IControlledProxy

Version:
1.00
Author:
Dennis Zikovic

Method Summary
 void finalizeTransaction(boolean successful)
           
 IProxyController getController()
           
 IEntityDescriptor getEntityDescriptor()
           
 IEntityRelationPath getRelationPath()
           
 boolean isDirty()
           
 boolean isEditable()
           
 void prepareLoad(IDataTransaction transaction)
           
 void prepareStore(IDataTransaction transaction)
           
 

Method Detail

getController

public IProxyController getController()

getEntityDescriptor

public IEntityDescriptor getEntityDescriptor()

getRelationPath

public IEntityRelationPath getRelationPath()

isEditable

public boolean isEditable()

isDirty

public boolean isDirty()

prepareLoad

public void prepareLoad(IDataTransaction transaction)

prepareStore

public void prepareStore(IDataTransaction transaction)

finalizeTransaction

public void finalizeTransaction(boolean successful)


Copyright © 2005 Caleigo. All Rights Reserved.