pt.digitalis.dif.dem.managers.impl
Class CustomFormManagerDummyImpl

java.lang.Object
  extended by pt.digitalis.dif.dem.managers.impl.CustomFormManagerDummyImpl
All Implemented Interfaces:
ICustomFormManager

public class CustomFormManagerDummyImpl
extends Object
implements ICustomFormManager

Author:
Pedro Viegas pviegas@digitalis.pt
Created on:
29/01/2014

Constructor Summary
CustomFormManagerDummyImpl()
           
 
Method Summary
 ICustomFormDefinition getConfiguration(IStageInstance stageInstance, String businessConfigurationID)
          Reads from the underlying repository the current form customized configuration
 ICustomFormDefinition getConfiguration(String stageID, String formName, String businessConfigurationID)
          Reads from the underlying repository the current form customized configuration
 void updateConfiguration(ICustomFormDefinition definition)
          Updates the given form configuration in the underlying repository
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomFormManagerDummyImpl

public CustomFormManagerDummyImpl()
Method Detail

getConfiguration

public final ICustomFormDefinition getConfiguration(IStageInstance stageInstance,
                                                    String businessConfigurationID)
Description copied from interface: ICustomFormManager
Reads from the underlying repository the current form customized configuration

Specified by:
getConfiguration in interface ICustomFormManager
Parameters:
stageInstance - the current stage instance from where the form submited will be infered
businessConfigurationID - the business form instance ID
Returns:
the current configuration for the given form
See Also:
ICustomFormManager.getConfiguration(pt.digitalis.dif.dem.interfaces.IStageInstance, java.lang.String)

getConfiguration

public ICustomFormDefinition getConfiguration(String stageID,
                                              String formName,
                                              String businessConfigurationID)
Description copied from interface: ICustomFormManager
Reads from the underlying repository the current form customized configuration

Specified by:
getConfiguration in interface ICustomFormManager
Parameters:
stageID - the form stage ID
formName - the form name
businessConfigurationID - the business form instance ID
Returns:
the current configuration for the given form
See Also:
ICustomFormManager.getConfiguration(java.lang.String, java.lang.String, java.lang.String)

updateConfiguration

public void updateConfiguration(ICustomFormDefinition definition)
Description copied from interface: ICustomFormManager
Updates the given form configuration in the underlying repository

Specified by:
updateConfiguration in interface ICustomFormManager
Parameters:
definition - the form definition to save
See Also:
ICustomFormManager.updateConfiguration(pt.digitalis.dif.dem.interfaces.ICustomFormDefinition)


Copyright © 2014 Digitalis Informática Lda. All Rights Reserved.