net.sf.wcfart.wcf.param.SqlValueMap Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wcf-art Show documentation
Show all versions of wcf-art Show documentation
jpivot-wcf code used by the ART reporting tool
The newest version!
/*
* ====================================================================
* This software is subject to the terms of the Common Public License
* Agreement, available at the following URL:
* http://www.opensource.org/licenses/cpl.html .
* Copyright (C) 2003-2004 TONBELLER AG.
* All Rights Reserved.
* You must accept the terms of that agreement to use this software.
* ====================================================================
*
*
*/
package net.sf.wcfart.wcf.param;
import java.util.Collection;
import java.util.Iterator;
import java.util.Map;
import java.util.Set;
/**
* implements a map that maps to the sqlValue property of
* the SessionParam's in the SessionParamPool.
* Not all methods are implemented but enough to use
* the map as a generic target for wcf forms.
*
* In a wcf:form xml definition, e.g. you can set the modelReference
* attribute to "sqlValue.foo". Then the user will be able to
* change the sqlValue of the SessionParam named "foo".
*
* If you put a value into the map, the corresponding SqlParam
* will be created.
*
* @author av
*/
public class SqlValueMap implements Map
© 2015 - 2025 Weber Informatics LLC | Privacy Policy