Package com.kheops.jmap.server
Class AttributeQueryController
java.lang.Object
com.kheops.jmap.server.AbstractController
com.kheops.jmap.server.AbstractAdminController
com.kheops.jmap.server.AttributeQueryController
-
Field Summary
Fields inherited from class com.kheops.jmap.server.AbstractAdminController
lastExceptionFields inherited from class com.kheops.jmap.server.AbstractController
controllerFactory, server, userContext -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAttributeQuery(int projectId, int layerId, AttributeQueryInfo attributeQuery) addAttributeQueryGroup(int projectId, AttributeQueryGroupInfo attributeQueryGroup) voiddeleteAttributeQueries(int projectId, int layerId, int[] attributeQueryIds) booleandeleteAttributeQuery(int projectId, int layerId, AttributeQueryInfo attributeQuery) voiddeleteAttributeQueryGroup(int projectId, int groupId) getAttributeQueries(int projectId) getAttributeQueries(int projectId, int groupId) getAttributeQuery(int projectId, int layerId) getAttributeQuery(int projectId, int layerId, int attributeQueryId) static AttributeQueryControllerstatic AttributeQueryControllergetInstance(int sessionId) Deprecated.static AttributeQueryControllergetInstance(SessionUser sessionUser) Deprecated.static AttributeQueryControllergetInstance(UserContext userContext) intgetNextAttributeQueryCategoryId(int projectId) intgetNextAttributeQueryId(int projectId, int layerId) intgetNextAttributeQueryId(int projectId, int layerId, int minId) booleansetAttributeQuery(int projectId, int layerId, AttributeQueryInfo attributeQuery) voidsetAttributeQueryGroup(int projectId, AttributeQueryGroupInfo attributeQueryGroup) booleantestAttributeQuery(JMapServerProject serverProject, JMapServerVectorLayer serverVectorLayer, AttributeQueryInfo attributeQueryInfo) Methods inherited from class com.kheops.jmap.server.AbstractAdminController
getCurrentUser, getInstance, getLastException, isCurrentUserSuperAdmin, log, log, moveObjects, moveObjects, reserveId, unreserveIdMethods inherited from class com.kheops.jmap.server.AbstractController
getNextSequenceValue, getSystemDatabase, initializeSequence, isSequenceExists
-
Constructor Details
-
AttributeQueryController
-
-
Method Details
-
getDefaultInstance
-
getInstance
-
getInstance
Deprecated. -
getInstance
Deprecated. -
getAttributeQueries
-
getAttributeQueries
-
getAttributeQuery
-
getAttributeQuery
-
addAttributeQueryGroup
public AttributeQueryGroupInfo addAttributeQueryGroup(int projectId, AttributeQueryGroupInfo attributeQueryGroup) -
setAttributeQueryGroup
-
deleteAttributeQueryGroup
public void deleteAttributeQueryGroup(int projectId, int groupId) -
deleteAttributeQueries
public void deleteAttributeQueries(int projectId, int layerId, int[] attributeQueryIds) -
addAttributeQuery
-
deleteAttributeQuery
-
setAttributeQuery
-
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)
-