Class CometTableInsertMethod
java.lang.Object
com.priint.pubserver.tagging.TaggingObject
com.priint.pubserver.comet.entity.CometEntity
com.priint.pubserver.comet.entity.statement.CometStatement
com.priint.pubserver.comet.entity.statement.CometScript
com.priint.pubserver.comet.entity.table.CometTableInsertMethod
- All Implemented Interfaces:
CometContextRuleConfiguration,CometDataProviderLink,Serializable
@CometTypeConstraints(referenceBinding=TIGHT)
public class CometTableInsertMethod
extends CometScript
implements CometDataProviderLink, CometContextRuleConfiguration
Java class for the Table Select Script configuration type
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe Enum ScriptTarget.Nested classes/interfaces inherited from class com.priint.pubserver.comet.entity.statement.CometScript
CometScript.FrontRowLinkNested classes/interfaces inherited from class com.priint.pubserver.comet.entity.CometEntity
CometEntity.CategoryNested classes/interfaces inherited from class com.priint.pubserver.tagging.TaggingObject
TaggingObject.LinkedSetWrapper<T> -
Field Summary
Fields inherited from class com.priint.pubserver.comet.entity.CometEntity
id, TAG_DOMAIN_QUALIFIER, TAG_GROUP_QUALIFIER, TAG_TYPE_QUALIFIERFields inherited from class com.priint.pubserver.tagging.TaggingObject
tagsSet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCan use project default.Gets the context rule assortment.Gets the context rule country.Gets the context rule document.Gets the context rule language.Gets the context rule market name.Gets the context rule publication.Gets the context rule target group.Gets the context rule well.Gets the data processing load.Gets the data processing store.Gets the data provider.Gets the repository filename.Gets the repository path.Gets the target.Gets the use parent.booleanGets the use project default.voidsetContextRuleAssortment(PluginMethod contextRuleAssortment) Sets the context rule assortment.voidsetContextRuleCountry(PluginMethod contextRuleCountry) Sets the context rule country.voidsetContextRuleDocument(PluginMethod contextRuleDocument) Sets the context rule document.voidsetContextRuleLanguage(PluginMethod contextRuleLanguage) Sets the context rule language.voidsetContextRuleMarketName(PluginMethod contextRuleMarketName) Sets the context rule market name.voidsetContextRulePublication(PluginMethod contextRulePublication) Sets the context rule publication.voidsetContextRuleTargetGroup(PluginMethod contextRuleTargetGroup) Sets the context rule target group.voidsetContextRuleWell(PluginMethod contextRuleWell) Sets the context rule well.voidsetDataProcessingLoad(List<PluginMethod> dataProcessingLoad) Sets the data processing load.voidsetDataProvider(CometPlaceholder.DataProvider dataProvider) Sets the data provider.voidSets the target.voidsetUseParent(Boolean useParent) Sets the use parent.voidsetUseProjectDefault(boolean useProjectDefault) Sets the use project default.booleanSupports extended context criteria.Methods inherited from class com.priint.pubserver.comet.entity.statement.CometScript
getFrontRowLink, getHierarchy, getInput, getOutput, getScriptEnvironment, getShortcut, getStatement, getTag, isAction, isActive, setActive, setFrontRowLink, setHierarchy, setInput, setOutput, setShortcut, setStatement, setTagMethods inherited from class com.priint.pubserver.comet.entity.statement.CometStatement
getDescription, getEntityId, getLabel, getSequence, getTypeIdentifier, setDescription, setEntityId, setLabel, setSequence, setTypeIdentifierMethods inherited from class com.priint.pubserver.comet.entity.CometEntity
checkMinimalConstraints, entityEquals, equals, getEntityDescription, getEntityLabel, getId, getReferenceConstraints, hashCode, initDefaultValues, initDefaultValues, setIdMethods inherited from class com.priint.pubserver.tagging.TaggingObject
addToTags, getTags, getTagValue, inTags, isA, removeFromTags, searchListByTags, setTags, setTagsMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.priint.pubserver.comet.entity.CometDataProviderLink
getId, getLabel
-
Constructor Details
-
CometTableInsertMethod
public CometTableInsertMethod()Instantiates a new comet table insert method.
-
-
Method Details
-
getContextRuleAssortment
Gets the context rule assortment.- Specified by:
getContextRuleAssortmentin interfaceCometContextRuleConfiguration- Returns:
- the context rule assortment
-
getContextRuleCountry
Gets the context rule country.- Specified by:
getContextRuleCountryin interfaceCometContextRuleConfiguration- Returns:
- the context rule country
-
getContextRuleDocument
Gets the context rule document.- Specified by:
getContextRuleDocumentin interfaceCometContextRuleConfiguration- Returns:
- the context rule document
-
getContextRuleLanguage
Gets the context rule language.- Specified by:
getContextRuleLanguagein interfaceCometContextRuleConfiguration- Returns:
- the context rule language
-
getContextRulePublication
Gets the context rule publication.- Specified by:
getContextRulePublicationin interfaceCometContextRuleConfiguration- Returns:
- the context rule publication
-
getContextRuleWell
Gets the context rule well.- Specified by:
getContextRuleWellin interfaceCometContextRuleConfiguration- Returns:
- the context rule well
-
getDataProcessingLoad
Gets the data processing load.- Specified by:
getDataProcessingLoadin interfaceCometDataProviderLink- Returns:
- the data processing load
-
getDataProvider
Gets the data provider.- Specified by:
getDataProviderin interfaceCometDataProviderLink- Returns:
- the data provider
-
getRepositoryFilename
Gets the repository filename.- Overrides:
getRepositoryFilenamein classCometEntity- Returns:
- the repository filename
- Throws:
CometException- the comet exception
-
getRepositoryPath
Gets the repository path.- Overrides:
getRepositoryPathin classCometEntity- Returns:
- the repository path
- Throws:
CometException- the comet exception
-
getTarget
Gets the target.- Returns:
- the target
-
getUseParent
Gets the use parent.- Returns:
- the use parent
-
setContextRuleAssortment
Sets the context rule assortment.- Specified by:
setContextRuleAssortmentin interfaceCometContextRuleConfiguration- Parameters:
contextRuleAssortment- the new context rule assortment
-
setContextRuleCountry
Sets the context rule country.- Specified by:
setContextRuleCountryin interfaceCometContextRuleConfiguration- Parameters:
contextRuleCountry- the new context rule country
-
setContextRuleDocument
Sets the context rule document.- Specified by:
setContextRuleDocumentin interfaceCometContextRuleConfiguration- Parameters:
contextRuleDocument- the new context rule document
-
setContextRuleLanguage
Sets the context rule language.- Specified by:
setContextRuleLanguagein interfaceCometContextRuleConfiguration- Parameters:
contextRuleLanguage- the new context rule language
-
setContextRulePublication
Sets the context rule publication.- Specified by:
setContextRulePublicationin interfaceCometContextRuleConfiguration- Parameters:
contextRulePublication- the new context rule publication
-
setContextRuleWell
Sets the context rule well.- Specified by:
setContextRuleWellin interfaceCometContextRuleConfiguration- Parameters:
contextRuleWell- the new context rule well
-
setDataProcessingLoad
Sets the data processing load.- Parameters:
dataProcessingLoad- the new data processing load
-
getDataProcessingStore
Gets the data processing store.- Specified by:
getDataProcessingStorein interfaceCometDataProviderLink- Returns:
- the data processing store
-
setDataProvider
Sets the data provider.- Parameters:
dataProvider- the new data provider
-
setTarget
Sets the target.- Parameters:
target- the new target
-
setUseParent
Sets the use parent.- Parameters:
useParent- the new use parent
-
getContextRuleTargetGroup
Gets the context rule target group.- Specified by:
getContextRuleTargetGroupin interfaceCometContextRuleConfiguration- Returns:
- the context rule target group
-
setContextRuleTargetGroup
Sets the context rule target group.- Specified by:
setContextRuleTargetGroupin interfaceCometContextRuleConfiguration- Parameters:
contextRuleTargetGroup- the new context rule target group
-
getContextRuleMarketName
Gets the context rule market name.- Specified by:
getContextRuleMarketNamein interfaceCometContextRuleConfiguration- Returns:
- the context rule market name
-
setContextRuleMarketName
Sets the context rule market name.- Specified by:
setContextRuleMarketNamein interfaceCometContextRuleConfiguration- Parameters:
contextRuleMarketName- the new context rule market name
-
supportsExtendedContextCriteria
public boolean supportsExtendedContextCriteria()Supports extended context criteria.- Returns:
- true, if successful
-
getUseProjectDefault
public boolean getUseProjectDefault()Gets the use project default.- Specified by:
getUseProjectDefaultin interfaceCometContextRuleConfiguration- Returns:
- the use project default
-
setUseProjectDefault
public void setUseProjectDefault(boolean useProjectDefault) Sets the use project default.- Specified by:
setUseProjectDefaultin interfaceCometContextRuleConfiguration- Parameters:
useProjectDefault- the new use project default
-
canUseProjectDefault
public boolean canUseProjectDefault()Can use project default.- Specified by:
canUseProjectDefaultin interfaceCometContextRuleConfiguration- Returns:
- true, if successful
-