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 SummaryFields inherited from class com.kheops.jmap.server.AbstractAdminControllerlastExceptionFields inherited from class com.kheops.jmap.server.AbstractControllercontrollerFactory, server, userContext
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.AbstractAdminControllergetCurrentUser, getInstance, getLastException, isCurrentUserSuperAdmin, log, log, moveObjects, moveObjects, reserveId, unreserveIdMethods inherited from class com.kheops.jmap.server.AbstractControllergetNextSequenceValue, getSystemDatabase, initializeSequence, isSequenceExists
- 
Constructor Details- 
AttributeQueryController
 
- 
- 
Method Details- 
getDefaultInstance
- 
getInstance
- 
getInstanceDeprecated.
- 
getInstanceDeprecated.
- 
getAttributeQueries
- 
getAttributeQueries
- 
getAttributeQuery
- 
getAttributeQuery
- 
addAttributeQueryGrouppublic AttributeQueryGroupInfo addAttributeQueryGroup(int projectId, AttributeQueryGroupInfo attributeQueryGroup) 
- 
setAttributeQueryGroup
- 
deleteAttributeQueryGrouppublic void deleteAttributeQueryGroup(int projectId, int groupId) 
- 
deleteAttributeQueriespublic void deleteAttributeQueries(int projectId, int layerId, int[] attributeQueryIds) 
- 
addAttributeQuery
- 
deleteAttributeQuery
- 
setAttributeQuery
- 
testAttributeQuerypublic boolean testAttributeQuery(JMapServerProject serverProject, JMapServerVectorLayer serverVectorLayer, AttributeQueryInfo attributeQueryInfo) 
- 
getNextAttributeQueryCategoryIdpublic int getNextAttributeQueryCategoryId(int projectId) 
- 
getNextAttributeQueryIdpublic int getNextAttributeQueryId(int projectId, int layerId) 
- 
getNextAttributeQueryIdpublic int getNextAttributeQueryId(int projectId, int layerId, int minId) 
 
-