Uses of Class
fr.paris.lutece.plugins.document.business.attributes.AttributeTypeParameter

Packages that use AttributeTypeParameter
fr.paris.lutece.plugins.document.business.attributes   
fr.paris.lutece.plugins.document.service   
fr.paris.lutece.plugins.document.service.attributes   
 

Uses of AttributeTypeParameter in fr.paris.lutece.plugins.document.business.attributes
 

Methods in fr.paris.lutece.plugins.document.business.attributes that return types with arguments of type AttributeTypeParameter
static java.util.Collection<AttributeTypeParameter> DocumentAttributeHome.getAttributeParametersValues(int nAttributeId, java.util.Locale locale)
           
static java.util.List<AttributeTypeParameter> AttributeTypeHome.getAttributeTypeParameterList(java.lang.String strAttributeTypeCode, java.util.Locale locale)
          Get Attribute type parameters list
 java.util.List<AttributeTypeParameter> DocumentAttribute.getParameters()
          Gets parameters list
 java.util.List<AttributeTypeParameter> IDocumentAttributeDAO.selectAttributeParametersValues(int nAttributeId)
          Gets Attribute parameters values
 java.util.List<AttributeTypeParameter> DocumentAttributeDAO.selectAttributeParametersValues(int nAttributeId)
          Gets Attribute parameters values
 java.util.List<AttributeTypeParameter> IAttributeTypeDAO.selectAttributeTypeParameterList(java.lang.String strAttributeTypeCode)
          Load the list of attributeTypeParameters
 java.util.List<AttributeTypeParameter> AttributeTypeDAO.selectAttributeTypeParameterList(java.lang.String strAttributeTypeCode)
          Load the list of attributeTypeParameters
 

Method parameters in fr.paris.lutece.plugins.document.business.attributes with type arguments of type AttributeTypeParameter
 void DocumentAttribute.setParameters(java.util.List<AttributeTypeParameter> listParameters)
          Sets parameters list
 

Uses of AttributeTypeParameter in fr.paris.lutece.plugins.document.service
 

Methods in fr.paris.lutece.plugins.document.service that return types with arguments of type AttributeTypeParameter
 java.util.List<AttributeTypeParameter> AttributeManager.getExtraParameters(java.util.Locale locale)
          Gets extra parameters for the attribute
 

Method parameters in fr.paris.lutece.plugins.document.service with type arguments of type AttributeTypeParameter
 java.lang.String AttributeManager.validateValueParameters(java.util.List<AttributeTypeParameter> listParameters, java.util.Locale locale)
          Validate the value for the parameters
 

Uses of AttributeTypeParameter in fr.paris.lutece.plugins.document.service.attributes
 

Methods in fr.paris.lutece.plugins.document.service.attributes that return types with arguments of type AttributeTypeParameter
 java.util.Collection<AttributeTypeParameter> DefaultManager.getAttributeParametersValues(int nAttributeId, java.util.Locale locale)
          Gets parameters values for the attribute
 java.util.Collection<AttributeTypeParameter> DateManager.getAttributeParametersValues(int nAttributeId, java.util.Locale locale)
          Gets parameters values for the attribute
 java.util.List<AttributeTypeParameter> DefaultManager.getExtraParameters(java.util.Locale locale)
          Gets extra parameters for the attribute
 java.util.Collection<AttributeTypeParameter> DefaultManager.getExtraParametersValues(java.util.Locale locale, int nAttributeId)
          Gets extra parameters values for the attribute
 

Method parameters in fr.paris.lutece.plugins.document.service.attributes with type arguments of type AttributeTypeParameter
 java.lang.String TextManager.validateValueParameters(java.util.List<AttributeTypeParameter> listParameters, java.util.Locale locale)
          Validate the value for the parameters
 java.lang.String ListBoxManager.validateValueParameters(java.util.List<AttributeTypeParameter> listParameters, java.util.Locale locale)
          Validate the value for the parameters
 java.lang.String DefaultManager.validateValueParameters(java.util.List<AttributeTypeParameter> listParameters, java.util.Locale locale)
          Validate the value for the parameters
 java.lang.String DateManager.validateValueParameters(java.util.List<AttributeTypeParameter> listParameters, java.util.Locale locale)
          Validate the value for the parameters
 



Copyright © 2009 Mairie de Paris. All Rights Reserved.