Class AttributeQueryController


public class AttributeQueryController extends AbstractAdminController
  • Constructor Details

    • AttributeQueryController

      public AttributeQueryController(UserContext userContext)
  • Method Details

    • getDefaultInstance

      public static AttributeQueryController getDefaultInstance()
    • getInstance

      public static AttributeQueryController getInstance(UserContext userContext)
    • getInstance

      @Deprecated public static AttributeQueryController getInstance(SessionUser sessionUser)
      Deprecated.
    • getInstance

      @Deprecated public static AttributeQueryController getInstance(int sessionId)
      Deprecated.
    • getAttributeQueries

      public List<AttributeQueryInfoWrapper> getAttributeQueries(int projectId)
    • getAttributeQueries

      public List<AttributeQueryInfoWrapper> getAttributeQueries(int projectId, int groupId)
    • getAttributeQuery

      public AttributeQueryInfo getAttributeQuery(int projectId, int layerId, int attributeQueryId)
    • getAttributeQuery

      public List<AttributeQueryInfo> getAttributeQuery(int projectId, int layerId)
    • addAttributeQueryGroup

      public AttributeQueryGroupInfo addAttributeQueryGroup(int projectId, AttributeQueryGroupInfo attributeQueryGroup)
    • setAttributeQueryGroup

      public void setAttributeQueryGroup(int projectId, AttributeQueryGroupInfo attributeQueryGroup)
    • deleteAttributeQueryGroup

      public void deleteAttributeQueryGroup(int projectId, int groupId)
    • deleteAttributeQueries

      public void deleteAttributeQueries(int projectId, int layerId, int[] attributeQueryIds)
    • addAttributeQuery

      public void addAttributeQuery(int projectId, int layerId, AttributeQueryInfo attributeQuery)
    • deleteAttributeQuery

      public boolean deleteAttributeQuery(int projectId, int layerId, AttributeQueryInfo attributeQuery)
    • setAttributeQuery

      public boolean setAttributeQuery(int projectId, int layerId, AttributeQueryInfo attributeQuery)
    • testAttributeQuery

      public boolean testAttributeQuery(JMapServerProject serverProject, JMapServerVectorLayer serverVectorLayer, AttributeQueryInfo attributeQueryInfo)
    • getNextAttributeQueryCategoryId

      public int getNextAttributeQueryCategoryId(int projectId)
    • getNextAttributeQueryId

      public int getNextAttributeQueryId(int projectId, int layerId)
    • getNextAttributeQueryId

      public int getNextAttributeQueryId(int projectId, int layerId, int minId)