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
lastException
Fields inherited from class com.kheops.jmap.server.AbstractController
controllerFactory, server, userContext
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addAttributeQuery
(int projectId, int layerId, AttributeQueryInfo attributeQuery) addAttributeQueryGroup
(int projectId, AttributeQueryGroupInfo attributeQueryGroup) void
deleteAttributeQueries
(int projectId, int layerId, int[] attributeQueryIds) boolean
deleteAttributeQuery
(int projectId, int layerId, AttributeQueryInfo attributeQuery) void
deleteAttributeQueryGroup
(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 AttributeQueryController
static AttributeQueryController
getInstance
(int sessionId) Deprecated.static AttributeQueryController
getInstance
(SessionUser sessionUser) Deprecated.static AttributeQueryController
getInstance
(UserContext userContext) int
getNextAttributeQueryCategoryId
(int projectId) int
getNextAttributeQueryId
(int projectId, int layerId) int
getNextAttributeQueryId
(int projectId, int layerId, int minId) boolean
setAttributeQuery
(int projectId, int layerId, AttributeQueryInfo attributeQuery) void
setAttributeQueryGroup
(int projectId, AttributeQueryGroupInfo attributeQueryGroup) boolean
testAttributeQuery
(JMapServerProject serverProject, JMapServerVectorLayer serverVectorLayer, AttributeQueryInfo attributeQueryInfo) Methods inherited from class com.kheops.jmap.server.AbstractAdminController
getCurrentUser, getInstance, getLastException, isCurrentUserSuperAdmin, log, log, moveObjects, moveObjects, reserveId, unreserveId
Methods 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)
-