Interface PublicationParameterQuery
- All Superinterfaces:
QueryBuilder<PublicationParameter>
Interface for querying
PublicationParameter entities.
Extends ParameterQuery and adds methods specific to querying publication parameters.
Provides method chaining for building complex queries.-
Method Summary
Modifier and TypeMethodDescriptionSets the group name of theParameterin the query.id(int id) Sets the ID of theParameterin the query.identifier(String identifier) Sets the identifier of theParameterin the query.Sets the name of theParameterin the query.parameterDefinitionId(int parameterDefinitionId) Sets the parameter definition ID in the query.publicationId(String publicationId) Sets the ID of thePublicationassociated with thePublicationParameterin the query.Methods inherited from interface com.priint.pubserverapi.query.QueryBuilder
list, singleResult
-
Method Details
-
id
Sets the ID of theParameterin the query.- Parameters:
id- the ID of the parameter- Returns:
- the current
PublicationParameterQueryinstance for method chaining
-
parameterDefinitionId
Sets the parameter definition ID in the query.- Parameters:
parameterDefinitionId- the parameter definition ID- Returns:
- the current
PublicationParameterQueryinstance for method chaining
-
name
Sets the name of theParameterin the query.- Parameters:
name- the name of the parameter- Returns:
- the current
PublicationParameterQueryinstance for method chaining
-
groupName
Sets the group name of theParameterin the query.- Parameters:
groupName- the group name of the parameter- Returns:
- the current
PublicationParameterQueryinstance for method chaining
-
identifier
Sets the identifier of theParameterin the query.- Parameters:
identifier- the identifier of the parameter- Returns:
- the current
PublicationParameterQueryinstance for method chaining
-
publicationId
Sets the ID of thePublicationassociated with thePublicationParameterin the query.- Parameters:
publicationId- the ID of the publication- Returns:
- the current
PublicationParameterQueryinstance for method chaining
-