Class GeneratedCatalogVersionSyncJob

    • Field Detail

      • COPYCACHESIZE

        public static final java.lang.String COPYCACHESIZE
        Qualifier of the CatalogVersionSyncJob.copyCacheSize attribute
        See Also:
        Constant Field Values
      • ENABLETRANSACTIONS

        public static final java.lang.String ENABLETRANSACTIONS
        Qualifier of the CatalogVersionSyncJob.enableTransactions attribute
        See Also:
        Constant Field Values
      • MAXTHREADS

        public static final java.lang.String MAXTHREADS
        Qualifier of the CatalogVersionSyncJob.maxThreads attribute
        See Also:
        Constant Field Values
      • MAXSCHEDULERTHREADS

        public static final java.lang.String MAXSCHEDULERTHREADS
        Qualifier of the CatalogVersionSyncJob.maxSchedulerThreads attribute
        See Also:
        Constant Field Values
      • DEPENDENTSYNCJOBS

        public static final java.lang.String DEPENDENTSYNCJOBS
        Qualifier of the CatalogVersionSyncJob.dependentSyncJobs attribute
        See Also:
        Constant Field Values
      • DEPENDENTCATALOGVERSIONSYNCJOBRELATION_SRC_ORDERED

        protected static java.lang.String DEPENDENTCATALOGVERSIONSYNCJOBRELATION_SRC_ORDERED
        Relation ordering override parameter constants for DependentCatalogVersionSyncJobRelation from ((catalog))
      • DEPENDENTCATALOGVERSIONSYNCJOBRELATION_TGT_ORDERED

        protected static java.lang.String DEPENDENTCATALOGVERSIONSYNCJOBRELATION_TGT_ORDERED
      • DEPENDENTCATALOGVERSIONSYNCJOBRELATION_MARKMODIFIED

        protected static java.lang.String DEPENDENTCATALOGVERSIONSYNCJOBRELATION_MARKMODIFIED
        Relation disable markmodifed parameter constants for DependentCatalogVersionSyncJobRelation from ((catalog))
      • DEPENDSONSYNCJOBS

        public static final java.lang.String DEPENDSONSYNCJOBS
        Qualifier of the CatalogVersionSyncJob.dependsOnSyncJobs attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedCatalogVersionSyncJob

        public GeneratedCatalogVersionSyncJob()
    • Method Detail

      • getCopyCacheSize

        public java.lang.Integer getCopyCacheSize​(SessionContext ctx)
        Generated method - Getter of the CatalogVersionSyncJob.copyCacheSize attribute.
        Returns:
        the copyCacheSize
      • getCopyCacheSize

        public java.lang.Integer getCopyCacheSize()
        Generated method - Getter of the CatalogVersionSyncJob.copyCacheSize attribute.
        Returns:
        the copyCacheSize
      • getCopyCacheSizeAsPrimitive

        public int getCopyCacheSizeAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the CatalogVersionSyncJob.copyCacheSize attribute.
        Returns:
        the copyCacheSize
      • getCopyCacheSizeAsPrimitive

        public int getCopyCacheSizeAsPrimitive()
        Generated method - Getter of the CatalogVersionSyncJob.copyCacheSize attribute.
        Returns:
        the copyCacheSize
      • setCopyCacheSize

        public void setCopyCacheSize​(SessionContext ctx,
                                     java.lang.Integer value)
        Generated method - Setter of the CatalogVersionSyncJob.copyCacheSize attribute.
        Parameters:
        value - the copyCacheSize
      • setCopyCacheSize

        public void setCopyCacheSize​(java.lang.Integer value)
        Generated method - Setter of the CatalogVersionSyncJob.copyCacheSize attribute.
        Parameters:
        value - the copyCacheSize
      • setCopyCacheSize

        public void setCopyCacheSize​(SessionContext ctx,
                                     int value)
        Generated method - Setter of the CatalogVersionSyncJob.copyCacheSize attribute.
        Parameters:
        value - the copyCacheSize
      • setCopyCacheSize

        public void setCopyCacheSize​(int value)
        Generated method - Setter of the CatalogVersionSyncJob.copyCacheSize attribute.
        Parameters:
        value - the copyCacheSize
      • getDependentSyncJobs

        public java.util.Set<CatalogVersionSyncJob> getDependentSyncJobs​(SessionContext ctx)
        Generated method - Getter of the CatalogVersionSyncJob.dependentSyncJobs attribute.
        Returns:
        the dependentSyncJobs
      • getDependentSyncJobs

        public java.util.Set<CatalogVersionSyncJob> getDependentSyncJobs()
        Generated method - Getter of the CatalogVersionSyncJob.dependentSyncJobs attribute.
        Returns:
        the dependentSyncJobs
      • getDependentSyncJobsCount

        public long getDependentSyncJobsCount​(SessionContext ctx)
      • getDependentSyncJobsCount

        public long getDependentSyncJobsCount()
      • setDependentSyncJobs

        public void setDependentSyncJobs​(SessionContext ctx,
                                         java.util.Set<CatalogVersionSyncJob> value)
        Generated method - Setter of the CatalogVersionSyncJob.dependentSyncJobs attribute.
        Parameters:
        value - the dependentSyncJobs
      • setDependentSyncJobs

        public void setDependentSyncJobs​(java.util.Set<CatalogVersionSyncJob> value)
        Generated method - Setter of the CatalogVersionSyncJob.dependentSyncJobs attribute.
        Parameters:
        value - the dependentSyncJobs
      • addToDependentSyncJobs

        public void addToDependentSyncJobs​(SessionContext ctx,
                                           CatalogVersionSyncJob value)
        Generated method - Adds value to dependentSyncJobs.
        Parameters:
        value - the item to add to dependentSyncJobs
      • addToDependentSyncJobs

        public void addToDependentSyncJobs​(CatalogVersionSyncJob value)
        Generated method - Adds value to dependentSyncJobs.
        Parameters:
        value - the item to add to dependentSyncJobs
      • removeFromDependentSyncJobs

        public void removeFromDependentSyncJobs​(SessionContext ctx,
                                                CatalogVersionSyncJob value)
        Generated method - Removes value from dependentSyncJobs.
        Parameters:
        value - the item to remove from dependentSyncJobs
      • removeFromDependentSyncJobs

        public void removeFromDependentSyncJobs​(CatalogVersionSyncJob value)
        Generated method - Removes value from dependentSyncJobs.
        Parameters:
        value - the item to remove from dependentSyncJobs
      • getDependsOnSyncJobs

        public java.util.Set<CatalogVersionSyncJob> getDependsOnSyncJobs​(SessionContext ctx)
        Generated method - Getter of the CatalogVersionSyncJob.dependsOnSyncJobs attribute.
        Returns:
        the dependsOnSyncJobs
      • getDependsOnSyncJobs

        public java.util.Set<CatalogVersionSyncJob> getDependsOnSyncJobs()
        Generated method - Getter of the CatalogVersionSyncJob.dependsOnSyncJobs attribute.
        Returns:
        the dependsOnSyncJobs
      • getDependsOnSyncJobsCount

        public long getDependsOnSyncJobsCount​(SessionContext ctx)
      • getDependsOnSyncJobsCount

        public long getDependsOnSyncJobsCount()
      • setDependsOnSyncJobs

        public void setDependsOnSyncJobs​(SessionContext ctx,
                                         java.util.Set<CatalogVersionSyncJob> value)
        Generated method - Setter of the CatalogVersionSyncJob.dependsOnSyncJobs attribute.
        Parameters:
        value - the dependsOnSyncJobs
      • setDependsOnSyncJobs

        public void setDependsOnSyncJobs​(java.util.Set<CatalogVersionSyncJob> value)
        Generated method - Setter of the CatalogVersionSyncJob.dependsOnSyncJobs attribute.
        Parameters:
        value - the dependsOnSyncJobs
      • addToDependsOnSyncJobs

        public void addToDependsOnSyncJobs​(SessionContext ctx,
                                           CatalogVersionSyncJob value)
        Generated method - Adds value to dependsOnSyncJobs.
        Parameters:
        value - the item to add to dependsOnSyncJobs
      • addToDependsOnSyncJobs

        public void addToDependsOnSyncJobs​(CatalogVersionSyncJob value)
        Generated method - Adds value to dependsOnSyncJobs.
        Parameters:
        value - the item to add to dependsOnSyncJobs
      • removeFromDependsOnSyncJobs

        public void removeFromDependsOnSyncJobs​(SessionContext ctx,
                                                CatalogVersionSyncJob value)
        Generated method - Removes value from dependsOnSyncJobs.
        Parameters:
        value - the item to remove from dependsOnSyncJobs
      • removeFromDependsOnSyncJobs

        public void removeFromDependsOnSyncJobs​(CatalogVersionSyncJob value)
        Generated method - Removes value from dependsOnSyncJobs.
        Parameters:
        value - the item to remove from dependsOnSyncJobs
      • isEnableTransactions

        public java.lang.Boolean isEnableTransactions​(SessionContext ctx)
        Generated method - Getter of the CatalogVersionSyncJob.enableTransactions attribute.
        Returns:
        the enableTransactions
      • isEnableTransactions

        public java.lang.Boolean isEnableTransactions()
        Generated method - Getter of the CatalogVersionSyncJob.enableTransactions attribute.
        Returns:
        the enableTransactions
      • isEnableTransactionsAsPrimitive

        public boolean isEnableTransactionsAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the CatalogVersionSyncJob.enableTransactions attribute.
        Returns:
        the enableTransactions
      • isEnableTransactionsAsPrimitive

        public boolean isEnableTransactionsAsPrimitive()
        Generated method - Getter of the CatalogVersionSyncJob.enableTransactions attribute.
        Returns:
        the enableTransactions
      • setEnableTransactions

        public void setEnableTransactions​(SessionContext ctx,
                                          java.lang.Boolean value)
        Generated method - Setter of the CatalogVersionSyncJob.enableTransactions attribute.
        Parameters:
        value - the enableTransactions
      • setEnableTransactions

        public void setEnableTransactions​(java.lang.Boolean value)
        Generated method - Setter of the CatalogVersionSyncJob.enableTransactions attribute.
        Parameters:
        value - the enableTransactions
      • setEnableTransactions

        public void setEnableTransactions​(SessionContext ctx,
                                          boolean value)
        Generated method - Setter of the CatalogVersionSyncJob.enableTransactions attribute.
        Parameters:
        value - the enableTransactions
      • setEnableTransactions

        public void setEnableTransactions​(boolean value)
        Generated method - Setter of the CatalogVersionSyncJob.enableTransactions attribute.
        Parameters:
        value - the enableTransactions
      • getMaxSchedulerThreads

        public java.lang.Integer getMaxSchedulerThreads​(SessionContext ctx)
        Generated method - Getter of the CatalogVersionSyncJob.maxSchedulerThreads attribute.
        Returns:
        the maxSchedulerThreads
      • getMaxSchedulerThreads

        public java.lang.Integer getMaxSchedulerThreads()
        Generated method - Getter of the CatalogVersionSyncJob.maxSchedulerThreads attribute.
        Returns:
        the maxSchedulerThreads
      • getMaxSchedulerThreadsAsPrimitive

        public int getMaxSchedulerThreadsAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the CatalogVersionSyncJob.maxSchedulerThreads attribute.
        Returns:
        the maxSchedulerThreads
      • getMaxSchedulerThreadsAsPrimitive

        public int getMaxSchedulerThreadsAsPrimitive()
        Generated method - Getter of the CatalogVersionSyncJob.maxSchedulerThreads attribute.
        Returns:
        the maxSchedulerThreads
      • setMaxSchedulerThreads

        public void setMaxSchedulerThreads​(SessionContext ctx,
                                           java.lang.Integer value)
        Generated method - Setter of the CatalogVersionSyncJob.maxSchedulerThreads attribute.
        Parameters:
        value - the maxSchedulerThreads
      • setMaxSchedulerThreads

        public void setMaxSchedulerThreads​(java.lang.Integer value)
        Generated method - Setter of the CatalogVersionSyncJob.maxSchedulerThreads attribute.
        Parameters:
        value - the maxSchedulerThreads
      • setMaxSchedulerThreads

        public void setMaxSchedulerThreads​(SessionContext ctx,
                                           int value)
        Generated method - Setter of the CatalogVersionSyncJob.maxSchedulerThreads attribute.
        Parameters:
        value - the maxSchedulerThreads
      • setMaxSchedulerThreads

        public void setMaxSchedulerThreads​(int value)
        Generated method - Setter of the CatalogVersionSyncJob.maxSchedulerThreads attribute.
        Parameters:
        value - the maxSchedulerThreads
      • getMaxThreads

        public java.lang.Integer getMaxThreads​(SessionContext ctx)
        Generated method - Getter of the CatalogVersionSyncJob.maxThreads attribute.
        Returns:
        the maxThreads
      • getMaxThreads

        public java.lang.Integer getMaxThreads()
        Generated method - Getter of the CatalogVersionSyncJob.maxThreads attribute.
        Returns:
        the maxThreads
      • getMaxThreadsAsPrimitive

        public int getMaxThreadsAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the CatalogVersionSyncJob.maxThreads attribute.
        Returns:
        the maxThreads
      • getMaxThreadsAsPrimitive

        public int getMaxThreadsAsPrimitive()
        Generated method - Getter of the CatalogVersionSyncJob.maxThreads attribute.
        Returns:
        the maxThreads
      • setMaxThreads

        public void setMaxThreads​(SessionContext ctx,
                                  java.lang.Integer value)
        Generated method - Setter of the CatalogVersionSyncJob.maxThreads attribute.
        Parameters:
        value - the maxThreads
      • setMaxThreads

        public void setMaxThreads​(java.lang.Integer value)
        Generated method - Setter of the CatalogVersionSyncJob.maxThreads attribute.
        Parameters:
        value - the maxThreads
      • setMaxThreads

        public void setMaxThreads​(SessionContext ctx,
                                  int value)
        Generated method - Setter of the CatalogVersionSyncJob.maxThreads attribute.
        Parameters:
        value - the maxThreads
      • setMaxThreads

        public void setMaxThreads​(int value)
        Generated method - Setter of the CatalogVersionSyncJob.maxThreads attribute.
        Parameters:
        value - the maxThreads