Class GeneratedCatalogVersion

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
CatalogVersion

public abstract class GeneratedCatalogVersion extends GenericItem
Generated class for type CatalogVersion.
See Also:
  • Field Details

    • ACTIVE

      public static final String ACTIVE
      Qualifier of the CatalogVersion.active attribute
      See Also:
    • VERSION

      public static final String VERSION
      Qualifier of the CatalogVersion.version attribute
      See Also:
    • MIMEROOTDIRECTORY

      public static final String MIMEROOTDIRECTORY
      Qualifier of the CatalogVersion.mimeRootDirectory attribute
      See Also:
    • GENERATIONDATE

      public static final String GENERATIONDATE
      Qualifier of the CatalogVersion.generationDate attribute
      See Also:
    • DEFAULTCURRENCY

      public static final String DEFAULTCURRENCY
      Qualifier of the CatalogVersion.defaultCurrency attribute
      See Also:
    • INCLFREIGHT

      public static final String INCLFREIGHT
      Qualifier of the CatalogVersion.inclFreight attribute
      See Also:
    • INCLPACKING

      public static final String INCLPACKING
      Qualifier of the CatalogVersion.inclPacking attribute
      See Also:
    • INCLASSURANCE

      public static final String INCLASSURANCE
      Qualifier of the CatalogVersion.inclAssurance attribute
      See Also:
    • INCLDUTY

      public static final String INCLDUTY
      Qualifier of the CatalogVersion.inclDuty attribute
      See Also:
    • TERRITORIES

      public static final String TERRITORIES
      Qualifier of the CatalogVersion.territories attribute
      See Also:
    • LANGUAGES

      public static final String LANGUAGES
      Qualifier of the CatalogVersion.languages attribute
      See Also:
    • GENERATORINFO

      public static final String GENERATORINFO
      Qualifier of the CatalogVersion.generatorInfo attribute
      See Also:
    • CATEGORYSYSTEMID

      public static final String CATEGORYSYSTEMID
      Qualifier of the CatalogVersion.categorySystemID attribute
      See Also:
    • CATEGORYSYSTEMNAME

      public static final String CATEGORYSYSTEMNAME
      Qualifier of the CatalogVersion.categorySystemName attribute
      See Also:
    • CATEGORYSYSTEMDESCRIPTION

      public static final String CATEGORYSYSTEMDESCRIPTION
      Qualifier of the CatalogVersion.categorySystemDescription attribute
      See Also:
    • PREVIOUSUPDATEVERSION

      public static final String PREVIOUSUPDATEVERSION
      Qualifier of the CatalogVersion.previousUpdateVersion attribute
      See Also:
    • CATALOG

      public static final String CATALOG
      Qualifier of the CatalogVersion.catalog attribute
      See Also:
    • SYNCHRONIZATIONS

      public static final String SYNCHRONIZATIONS
      Qualifier of the CatalogVersion.synchronizations attribute
      See Also:
    • INCOMINGSYNCHRONIZATIONS

      public static final String INCOMINGSYNCHRONIZATIONS
      Qualifier of the CatalogVersion.incomingSynchronizations attribute
      See Also:
    • AGREEMENTS

      public static final String AGREEMENTS
      Qualifier of the CatalogVersion.agreements attribute
      See Also:
    • WRITEPRINCIPALS

      public static final String WRITEPRINCIPALS
      Qualifier of the CatalogVersion.writePrincipals attribute
      See Also:
    • PRINCIPAL2WRITEABLECATALOGVERSIONRELATION_SRC_ORDERED

      protected static String PRINCIPAL2WRITEABLECATALOGVERSIONRELATION_SRC_ORDERED
      Relation ordering override parameter constants for Principal2WriteableCatalogVersionRelation from ((catalog))
    • PRINCIPAL2WRITEABLECATALOGVERSIONRELATION_TGT_ORDERED

      protected static String PRINCIPAL2WRITEABLECATALOGVERSIONRELATION_TGT_ORDERED
    • PRINCIPAL2WRITEABLECATALOGVERSIONRELATION_MARKMODIFIED

      protected static String PRINCIPAL2WRITEABLECATALOGVERSIONRELATION_MARKMODIFIED
      Relation disable markmodifed parameter constants for Principal2WriteableCatalogVersionRelation from ((catalog))
    • READPRINCIPALS

      public static final String READPRINCIPALS
      Qualifier of the CatalogVersion.readPrincipals attribute
      See Also:
    • PRINCIPAL2READABLECATALOGVERSIONRELATION_SRC_ORDERED

      protected static String PRINCIPAL2READABLECATALOGVERSIONRELATION_SRC_ORDERED
      Relation ordering override parameter constants for Principal2ReadableCatalogVersionRelation from ((catalog))
    • PRINCIPAL2READABLECATALOGVERSIONRELATION_TGT_ORDERED

      protected static String PRINCIPAL2READABLECATALOGVERSIONRELATION_TGT_ORDERED
    • PRINCIPAL2READABLECATALOGVERSIONRELATION_MARKMODIFIED

      protected static String PRINCIPAL2READABLECATALOGVERSIONRELATION_MARKMODIFIED
      Relation disable markmodifed parameter constants for Principal2ReadableCatalogVersionRelation from ((catalog))
    • CATALOGHANDLER

      protected static final BidirectionalOneToManyHandler<GeneratedCatalogVersion> CATALOGHANDLER
      BidirectionalOneToManyHandler for handling 1:n CATALOG's relation attributes from 'one' side.
    • SYNCHRONIZATIONSHANDLER

      protected static final OneToManyHandler<SyncItemJob> SYNCHRONIZATIONSHANDLER
      OneToManyHandler for handling 1:n SYNCHRONIZATIONS's relation attributes from 'many' side.
    • INCOMINGSYNCHRONIZATIONSHANDLER

      protected static final OneToManyHandler<SyncItemJob> INCOMINGSYNCHRONIZATIONSHANDLER
      OneToManyHandler for handling 1:n INCOMINGSYNCHRONIZATIONS's relation attributes from 'many' side.
    • AGREEMENTSHANDLER

      protected static final OneToManyHandler<Agreement> AGREEMENTSHANDLER
      OneToManyHandler for handling 1:n AGREEMENTS's relation attributes from 'many' side.
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedCatalogVersion

      public GeneratedCatalogVersion()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • isActive

      public Boolean isActive(SessionContext ctx)
      Generated method - Getter of the CatalogVersion.active attribute.
      Returns:
      the active - active flag
    • isActive

      public Boolean isActive()
      Generated method - Getter of the CatalogVersion.active attribute.
      Returns:
      the active - active flag
    • isActiveAsPrimitive

      public boolean isActiveAsPrimitive(SessionContext ctx)
      Generated method - Getter of the CatalogVersion.active attribute.
      Returns:
      the active - active flag
    • isActiveAsPrimitive

      public boolean isActiveAsPrimitive()
      Generated method - Getter of the CatalogVersion.active attribute.
      Returns:
      the active - active flag
    • setActive

      public void setActive(SessionContext ctx, Boolean value)
      Generated method - Setter of the CatalogVersion.active attribute.
      Parameters:
      value - the active - active flag
    • setActive

      public void setActive(Boolean value)
      Generated method - Setter of the CatalogVersion.active attribute.
      Parameters:
      value - the active - active flag
    • setActive

      public void setActive(SessionContext ctx, boolean value)
      Generated method - Setter of the CatalogVersion.active attribute.
      Parameters:
      value - the active - active flag
    • setActive

      public void setActive(boolean value)
      Generated method - Setter of the CatalogVersion.active attribute.
      Parameters:
      value - the active - active flag
    • getAgreements

      public List<Agreement> getAgreements(SessionContext ctx)
      Generated method - Getter of the CatalogVersion.agreements attribute.
      Returns:
      the agreements
    • getAgreements

      public List<Agreement> getAgreements()
      Generated method - Getter of the CatalogVersion.agreements attribute.
      Returns:
      the agreements
    • setAgreements

      public void setAgreements(SessionContext ctx, List<Agreement> value)
      Generated method - Setter of the CatalogVersion.agreements attribute.
      Parameters:
      value - the agreements
    • setAgreements

      public void setAgreements(List<Agreement> value)
      Generated method - Setter of the CatalogVersion.agreements attribute.
      Parameters:
      value - the agreements
    • addToAgreements

      public void addToAgreements(SessionContext ctx, Agreement value)
      Generated method - Adds value to agreements.
      Parameters:
      value - the item to add to agreements
    • addToAgreements

      public void addToAgreements(Agreement value)
      Generated method - Adds value to agreements.
      Parameters:
      value - the item to add to agreements
    • removeFromAgreements

      public void removeFromAgreements(SessionContext ctx, Agreement value)
      Generated method - Removes value from agreements.
      Parameters:
      value - the item to remove from agreements
    • removeFromAgreements

      public void removeFromAgreements(Agreement value)
      Generated method - Removes value from agreements.
      Parameters:
      value - the item to remove from agreements
    • getCatalog

      public Catalog getCatalog(SessionContext ctx)
      Generated method - Getter of the CatalogVersion.catalog attribute.
      Returns:
      the catalog
    • getCatalog

      public Catalog getCatalog()
      Generated method - Getter of the CatalogVersion.catalog attribute.
      Returns:
      the catalog
    • setCatalog

      protected void setCatalog(SessionContext ctx, Catalog value)
      Generated method - Setter of the CatalogVersion.catalog attribute.
      Parameters:
      value - the catalog
    • setCatalog

      protected void setCatalog(Catalog value)
      Generated method - Setter of the CatalogVersion.catalog attribute.
      Parameters:
      value - the catalog
    • getCategorySystemDescription

      public String getCategorySystemDescription(SessionContext ctx)
      Generated method - Getter of the CatalogVersion.categorySystemDescription attribute.
      Returns:
      the categorySystemDescription
    • getCategorySystemDescription

      public String getCategorySystemDescription()
      Generated method - Getter of the CatalogVersion.categorySystemDescription attribute.
      Returns:
      the categorySystemDescription
    • getAllCategorySystemDescription

      public Map<Language,String> getAllCategorySystemDescription(SessionContext ctx)
      Generated method - Getter of the CatalogVersion.categorySystemDescription attribute.
      Returns:
      the localized categorySystemDescription
    • getAllCategorySystemDescription

      public Map<Language,String> getAllCategorySystemDescription()
      Generated method - Getter of the CatalogVersion.categorySystemDescription attribute.
      Returns:
      the localized categorySystemDescription
    • setCategorySystemDescription

      public void setCategorySystemDescription(SessionContext ctx, String value)
      Generated method - Setter of the CatalogVersion.categorySystemDescription attribute.
      Parameters:
      value - the categorySystemDescription
    • setCategorySystemDescription

      public void setCategorySystemDescription(String value)
      Generated method - Setter of the CatalogVersion.categorySystemDescription attribute.
      Parameters:
      value - the categorySystemDescription
    • setAllCategorySystemDescription

      public void setAllCategorySystemDescription(SessionContext ctx, Map<Language,String> value)
      Generated method - Setter of the CatalogVersion.categorySystemDescription attribute.
      Parameters:
      value - the categorySystemDescription
    • setAllCategorySystemDescription

      public void setAllCategorySystemDescription(Map<Language,String> value)
      Generated method - Setter of the CatalogVersion.categorySystemDescription attribute.
      Parameters:
      value - the categorySystemDescription
    • getCategorySystemID

      public String getCategorySystemID(SessionContext ctx)
      Generated method - Getter of the CatalogVersion.categorySystemID attribute.
      Returns:
      the categorySystemID
    • getCategorySystemID

      public String getCategorySystemID()
      Generated method - Getter of the CatalogVersion.categorySystemID attribute.
      Returns:
      the categorySystemID
    • setCategorySystemID

      public void setCategorySystemID(SessionContext ctx, String value)
      Generated method - Setter of the CatalogVersion.categorySystemID attribute.
      Parameters:
      value - the categorySystemID
    • setCategorySystemID

      public void setCategorySystemID(String value)
      Generated method - Setter of the CatalogVersion.categorySystemID attribute.
      Parameters:
      value - the categorySystemID
    • getCategorySystemName

      public String getCategorySystemName(SessionContext ctx)
      Generated method - Getter of the CatalogVersion.categorySystemName attribute.
      Returns:
      the categorySystemName
    • getCategorySystemName

      public String getCategorySystemName()
      Generated method - Getter of the CatalogVersion.categorySystemName attribute.
      Returns:
      the categorySystemName
    • getAllCategorySystemName

      public Map<Language,String> getAllCategorySystemName(SessionContext ctx)
      Generated method - Getter of the CatalogVersion.categorySystemName attribute.
      Returns:
      the localized categorySystemName
    • getAllCategorySystemName

      public Map<Language,String> getAllCategorySystemName()
      Generated method - Getter of the CatalogVersion.categorySystemName attribute.
      Returns:
      the localized categorySystemName
    • setCategorySystemName

      public void setCategorySystemName(SessionContext ctx, String value)
      Generated method - Setter of the CatalogVersion.categorySystemName attribute.
      Parameters:
      value - the categorySystemName
    • setCategorySystemName

      public void setCategorySystemName(String value)
      Generated method - Setter of the CatalogVersion.categorySystemName attribute.
      Parameters:
      value - the categorySystemName
    • setAllCategorySystemName

      public void setAllCategorySystemName(SessionContext ctx, Map<Language,String> value)
      Generated method - Setter of the CatalogVersion.categorySystemName attribute.
      Parameters:
      value - the categorySystemName
    • setAllCategorySystemName

      public void setAllCategorySystemName(Map<Language,String> value)
      Generated method - Setter of the CatalogVersion.categorySystemName attribute.
      Parameters:
      value - the categorySystemName
    • createItem

      protected Item createItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes) throws JaloBusinessException
      Description copied from class: Item
      Has to be implemented for each concrete subtype of item. This method is responsible for creating a new item instance ( by calling managers, ejb homes, etc. ) during ComposedType.newInstance(Map).

      In case this method uses any of the attribute values during creation it is required to override Item.getNonInitialAttributes(SessionContext, ItemAttributeMap) too.
      Sn example:

      
       public static final String MY_ATTRIBUTE = "someAttribute"; ... protected Item createItem(SessionContext
       ctx, ComposedType type, Map allAttributes ) throws JaloBusinessException { MyManager man = ... return
       man.createMyItem( (String)allAttributes.get(MY_ATTRIBUTE) );
       // here MY_ATTRIBUTE is used for creation, so it must not be set again } protected Map getNonInitialAttributes(
       SessionContext ctx, Map allAttributes ) { // let superclass remove its own initial attributes Map ret =
       super.getNonInitialAttributes( ctx, allAttributes );
       // remove MY_ATTRIBUTE from all attributes since if has already been set ret.remove(MY_ATTRIBUTE); return ret; }
      
       
      Overrides:
      createItem in class GenericItem
      Parameters:
      ctx - the current session context which this item is created within
      type - the actual item type ( since subtypes may not provide a own jalo class this may be different from the type which this method was implemented for )
      Returns:
      the new item instance
      Throws:
      JaloBusinessException - indicates an error during creation - any changes will be rollbacked
    • getDefaultCurrency

      public Currency getDefaultCurrency(SessionContext ctx)
      Generated method - Getter of the CatalogVersion.defaultCurrency attribute.
      Returns:
      the defaultCurrency - Default Currency
    • getDefaultCurrency

      public Currency getDefaultCurrency()
      Generated method - Getter of the CatalogVersion.defaultCurrency attribute.
      Returns:
      the defaultCurrency - Default Currency
    • setDefaultCurrency

      public void setDefaultCurrency(SessionContext ctx, Currency value)
      Generated method - Setter of the CatalogVersion.defaultCurrency attribute.
      Parameters:
      value - the defaultCurrency - Default Currency
    • setDefaultCurrency

      public void setDefaultCurrency(Currency value)
      Generated method - Setter of the CatalogVersion.defaultCurrency attribute.
      Parameters:
      value - the defaultCurrency - Default Currency
    • getGenerationDate

      public Date getGenerationDate(SessionContext ctx)
      Generated method - Getter of the CatalogVersion.generationDate attribute.
      Returns:
      the generationDate - Generation Date
    • getGenerationDate

      public Date getGenerationDate()
      Generated method - Getter of the CatalogVersion.generationDate attribute.
      Returns:
      the generationDate - Generation Date
    • setGenerationDate

      public void setGenerationDate(SessionContext ctx, Date value)
      Generated method - Setter of the CatalogVersion.generationDate attribute.
      Parameters:
      value - the generationDate - Generation Date
    • setGenerationDate

      public void setGenerationDate(Date value)
      Generated method - Setter of the CatalogVersion.generationDate attribute.
      Parameters:
      value - the generationDate - Generation Date
    • getGeneratorInfo

      public String getGeneratorInfo(SessionContext ctx)
      Generated method - Getter of the CatalogVersion.generatorInfo attribute.
      Returns:
      the generatorInfo - Generator Info
    • getGeneratorInfo

      public String getGeneratorInfo()
      Generated method - Getter of the CatalogVersion.generatorInfo attribute.
      Returns:
      the generatorInfo - Generator Info
    • setGeneratorInfo

      public void setGeneratorInfo(SessionContext ctx, String value)
      Generated method - Setter of the CatalogVersion.generatorInfo attribute.
      Parameters:
      value - the generatorInfo - Generator Info
    • setGeneratorInfo

      public void setGeneratorInfo(String value)
      Generated method - Setter of the CatalogVersion.generatorInfo attribute.
      Parameters:
      value - the generatorInfo - Generator Info
    • isInclAssurance

      public Boolean isInclAssurance(SessionContext ctx)
      Generated method - Getter of the CatalogVersion.inclAssurance attribute.
      Returns:
      the inclAssurance - incl.Assurance
    • isInclAssurance

      public Boolean isInclAssurance()
      Generated method - Getter of the CatalogVersion.inclAssurance attribute.
      Returns:
      the inclAssurance - incl.Assurance
    • isInclAssuranceAsPrimitive

      public boolean isInclAssuranceAsPrimitive(SessionContext ctx)
      Generated method - Getter of the CatalogVersion.inclAssurance attribute.
      Returns:
      the inclAssurance - incl.Assurance
    • isInclAssuranceAsPrimitive

      public boolean isInclAssuranceAsPrimitive()
      Generated method - Getter of the CatalogVersion.inclAssurance attribute.
      Returns:
      the inclAssurance - incl.Assurance
    • setInclAssurance

      public void setInclAssurance(SessionContext ctx, Boolean value)
      Generated method - Setter of the CatalogVersion.inclAssurance attribute.
      Parameters:
      value - the inclAssurance - incl.Assurance
    • setInclAssurance

      public void setInclAssurance(Boolean value)
      Generated method - Setter of the CatalogVersion.inclAssurance attribute.
      Parameters:
      value - the inclAssurance - incl.Assurance
    • setInclAssurance

      public void setInclAssurance(SessionContext ctx, boolean value)
      Generated method - Setter of the CatalogVersion.inclAssurance attribute.
      Parameters:
      value - the inclAssurance - incl.Assurance
    • setInclAssurance

      public void setInclAssurance(boolean value)
      Generated method - Setter of the CatalogVersion.inclAssurance attribute.
      Parameters:
      value - the inclAssurance - incl.Assurance
    • isInclDuty

      public Boolean isInclDuty(SessionContext ctx)
      Generated method - Getter of the CatalogVersion.inclDuty attribute.
      Returns:
      the inclDuty - incl.Duty
    • isInclDuty

      public Boolean isInclDuty()
      Generated method - Getter of the CatalogVersion.inclDuty attribute.
      Returns:
      the inclDuty - incl.Duty
    • isInclDutyAsPrimitive

      public boolean isInclDutyAsPrimitive(SessionContext ctx)
      Generated method - Getter of the CatalogVersion.inclDuty attribute.
      Returns:
      the inclDuty - incl.Duty
    • isInclDutyAsPrimitive

      public boolean isInclDutyAsPrimitive()
      Generated method - Getter of the CatalogVersion.inclDuty attribute.
      Returns:
      the inclDuty - incl.Duty
    • setInclDuty

      public void setInclDuty(SessionContext ctx, Boolean value)
      Generated method - Setter of the CatalogVersion.inclDuty attribute.
      Parameters:
      value - the inclDuty - incl.Duty
    • setInclDuty

      public void setInclDuty(Boolean value)
      Generated method - Setter of the CatalogVersion.inclDuty attribute.
      Parameters:
      value - the inclDuty - incl.Duty
    • setInclDuty

      public void setInclDuty(SessionContext ctx, boolean value)
      Generated method - Setter of the CatalogVersion.inclDuty attribute.
      Parameters:
      value - the inclDuty - incl.Duty
    • setInclDuty

      public void setInclDuty(boolean value)
      Generated method - Setter of the CatalogVersion.inclDuty attribute.
      Parameters:
      value - the inclDuty - incl.Duty
    • isInclFreight

      public Boolean isInclFreight(SessionContext ctx)
      Generated method - Getter of the CatalogVersion.inclFreight attribute.
      Returns:
      the inclFreight - incl.Freight
    • isInclFreight

      public Boolean isInclFreight()
      Generated method - Getter of the CatalogVersion.inclFreight attribute.
      Returns:
      the inclFreight - incl.Freight
    • isInclFreightAsPrimitive

      public boolean isInclFreightAsPrimitive(SessionContext ctx)
      Generated method - Getter of the CatalogVersion.inclFreight attribute.
      Returns:
      the inclFreight - incl.Freight
    • isInclFreightAsPrimitive

      public boolean isInclFreightAsPrimitive()
      Generated method - Getter of the CatalogVersion.inclFreight attribute.
      Returns:
      the inclFreight - incl.Freight
    • setInclFreight

      public void setInclFreight(SessionContext ctx, Boolean value)
      Generated method - Setter of the CatalogVersion.inclFreight attribute.
      Parameters:
      value - the inclFreight - incl.Freight
    • setInclFreight

      public void setInclFreight(Boolean value)
      Generated method - Setter of the CatalogVersion.inclFreight attribute.
      Parameters:
      value - the inclFreight - incl.Freight
    • setInclFreight

      public void setInclFreight(SessionContext ctx, boolean value)
      Generated method - Setter of the CatalogVersion.inclFreight attribute.
      Parameters:
      value - the inclFreight - incl.Freight
    • setInclFreight

      public void setInclFreight(boolean value)
      Generated method - Setter of the CatalogVersion.inclFreight attribute.
      Parameters:
      value - the inclFreight - incl.Freight
    • isInclPacking

      public Boolean isInclPacking(SessionContext ctx)
      Generated method - Getter of the CatalogVersion.inclPacking attribute.
      Returns:
      the inclPacking - incl.Packing
    • isInclPacking

      public Boolean isInclPacking()
      Generated method - Getter of the CatalogVersion.inclPacking attribute.
      Returns:
      the inclPacking - incl.Packing
    • isInclPackingAsPrimitive

      public boolean isInclPackingAsPrimitive(SessionContext ctx)
      Generated method - Getter of the CatalogVersion.inclPacking attribute.
      Returns:
      the inclPacking - incl.Packing
    • isInclPackingAsPrimitive

      public boolean isInclPackingAsPrimitive()
      Generated method - Getter of the CatalogVersion.inclPacking attribute.
      Returns:
      the inclPacking - incl.Packing
    • setInclPacking

      public void setInclPacking(SessionContext ctx, Boolean value)
      Generated method - Setter of the CatalogVersion.inclPacking attribute.
      Parameters:
      value - the inclPacking - incl.Packing
    • setInclPacking

      public void setInclPacking(Boolean value)
      Generated method - Setter of the CatalogVersion.inclPacking attribute.
      Parameters:
      value - the inclPacking - incl.Packing
    • setInclPacking

      public void setInclPacking(SessionContext ctx, boolean value)
      Generated method - Setter of the CatalogVersion.inclPacking attribute.
      Parameters:
      value - the inclPacking - incl.Packing
    • setInclPacking

      public void setInclPacking(boolean value)
      Generated method - Setter of the CatalogVersion.inclPacking attribute.
      Parameters:
      value - the inclPacking - incl.Packing
    • getIncomingSynchronizations

      public List<SyncItemJob> getIncomingSynchronizations(SessionContext ctx)
      Generated method - Getter of the CatalogVersion.incomingSynchronizations attribute.
      Returns:
      the incomingSynchronizations
    • getIncomingSynchronizations

      public List<SyncItemJob> getIncomingSynchronizations()
      Generated method - Getter of the CatalogVersion.incomingSynchronizations attribute.
      Returns:
      the incomingSynchronizations
    • isMarkModifiedDisabled

      @Deprecated(since="2105", forRemoval=true) public boolean isMarkModifiedDisabled(Item referencedItem)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      isMarkModifiedDisabled in class Item
    • getLanguages

      public Collection<Language> getLanguages(SessionContext ctx)
      Generated method - Getter of the CatalogVersion.languages attribute.
      Returns:
      the languages - languages
    • getLanguages

      public Collection<Language> getLanguages()
      Generated method - Getter of the CatalogVersion.languages attribute.
      Returns:
      the languages - languages
    • setLanguages

      public void setLanguages(SessionContext ctx, Collection<Language> value)
      Generated method - Setter of the CatalogVersion.languages attribute.
      Parameters:
      value - the languages - languages
    • setLanguages

      public void setLanguages(Collection<Language> value)
      Generated method - Setter of the CatalogVersion.languages attribute.
      Parameters:
      value - the languages - languages
    • getMimeRootDirectory

      public String getMimeRootDirectory(SessionContext ctx)
      Generated method - Getter of the CatalogVersion.mimeRootDirectory attribute.
      Returns:
      the mimeRootDirectory - Mime Root Directory
    • getMimeRootDirectory

      public String getMimeRootDirectory()
      Generated method - Getter of the CatalogVersion.mimeRootDirectory attribute.
      Returns:
      the mimeRootDirectory - Mime Root Directory
    • setMimeRootDirectory

      public void setMimeRootDirectory(SessionContext ctx, String value)
      Generated method - Setter of the CatalogVersion.mimeRootDirectory attribute.
      Parameters:
      value - the mimeRootDirectory - Mime Root Directory
    • setMimeRootDirectory

      public void setMimeRootDirectory(String value)
      Generated method - Setter of the CatalogVersion.mimeRootDirectory attribute.
      Parameters:
      value - the mimeRootDirectory - Mime Root Directory
    • getPreviousUpdateVersion

      public Integer getPreviousUpdateVersion(SessionContext ctx)
      Generated method - Getter of the CatalogVersion.previousUpdateVersion attribute.
      Returns:
      the previousUpdateVersion
    • getPreviousUpdateVersion

      public Integer getPreviousUpdateVersion()
      Generated method - Getter of the CatalogVersion.previousUpdateVersion attribute.
      Returns:
      the previousUpdateVersion
    • getPreviousUpdateVersionAsPrimitive

      public int getPreviousUpdateVersionAsPrimitive(SessionContext ctx)
      Generated method - Getter of the CatalogVersion.previousUpdateVersion attribute.
      Returns:
      the previousUpdateVersion
    • getPreviousUpdateVersionAsPrimitive

      public int getPreviousUpdateVersionAsPrimitive()
      Generated method - Getter of the CatalogVersion.previousUpdateVersion attribute.
      Returns:
      the previousUpdateVersion
    • setPreviousUpdateVersion

      public void setPreviousUpdateVersion(SessionContext ctx, Integer value)
      Generated method - Setter of the CatalogVersion.previousUpdateVersion attribute.
      Parameters:
      value - the previousUpdateVersion
    • setPreviousUpdateVersion

      public void setPreviousUpdateVersion(Integer value)
      Generated method - Setter of the CatalogVersion.previousUpdateVersion attribute.
      Parameters:
      value - the previousUpdateVersion
    • setPreviousUpdateVersion

      public void setPreviousUpdateVersion(SessionContext ctx, int value)
      Generated method - Setter of the CatalogVersion.previousUpdateVersion attribute.
      Parameters:
      value - the previousUpdateVersion
    • setPreviousUpdateVersion

      public void setPreviousUpdateVersion(int value)
      Generated method - Setter of the CatalogVersion.previousUpdateVersion attribute.
      Parameters:
      value - the previousUpdateVersion
    • getReadPrincipals

      public List<Principal> getReadPrincipals(SessionContext ctx)
      Generated method - Getter of the CatalogVersion.readPrincipals attribute.
      Returns:
      the readPrincipals
    • getReadPrincipals

      public List<Principal> getReadPrincipals()
      Generated method - Getter of the CatalogVersion.readPrincipals attribute.
      Returns:
      the readPrincipals
    • getReadPrincipalsCount

      public long getReadPrincipalsCount(SessionContext ctx)
    • getReadPrincipalsCount

      public long getReadPrincipalsCount()
    • setReadPrincipals

      public void setReadPrincipals(SessionContext ctx, List<Principal> value)
      Generated method - Setter of the CatalogVersion.readPrincipals attribute.
      Parameters:
      value - the readPrincipals
    • setReadPrincipals

      public void setReadPrincipals(List<Principal> value)
      Generated method - Setter of the CatalogVersion.readPrincipals attribute.
      Parameters:
      value - the readPrincipals
    • addToReadPrincipals

      public void addToReadPrincipals(SessionContext ctx, Principal value)
      Generated method - Adds value to readPrincipals.
      Parameters:
      value - the item to add to readPrincipals
    • addToReadPrincipals

      public void addToReadPrincipals(Principal value)
      Generated method - Adds value to readPrincipals.
      Parameters:
      value - the item to add to readPrincipals
    • removeFromReadPrincipals

      public void removeFromReadPrincipals(SessionContext ctx, Principal value)
      Generated method - Removes value from readPrincipals.
      Parameters:
      value - the item to remove from readPrincipals
    • removeFromReadPrincipals

      public void removeFromReadPrincipals(Principal value)
      Generated method - Removes value from readPrincipals.
      Parameters:
      value - the item to remove from readPrincipals
    • getSynchronizations

      public List<SyncItemJob> getSynchronizations(SessionContext ctx)
      Generated method - Getter of the CatalogVersion.synchronizations attribute.
      Returns:
      the synchronizations
    • getSynchronizations

      public List<SyncItemJob> getSynchronizations()
      Generated method - Getter of the CatalogVersion.synchronizations attribute.
      Returns:
      the synchronizations
    • setSynchronizations

      public void setSynchronizations(SessionContext ctx, List<SyncItemJob> value)
      Generated method - Setter of the CatalogVersion.synchronizations attribute.
      Parameters:
      value - the synchronizations
    • setSynchronizations

      public void setSynchronizations(List<SyncItemJob> value)
      Generated method - Setter of the CatalogVersion.synchronizations attribute.
      Parameters:
      value - the synchronizations
    • addToSynchronizations

      public void addToSynchronizations(SessionContext ctx, SyncItemJob value)
      Generated method - Adds value to synchronizations.
      Parameters:
      value - the item to add to synchronizations
    • addToSynchronizations

      public void addToSynchronizations(SyncItemJob value)
      Generated method - Adds value to synchronizations.
      Parameters:
      value - the item to add to synchronizations
    • removeFromSynchronizations

      public void removeFromSynchronizations(SessionContext ctx, SyncItemJob value)
      Generated method - Removes value from synchronizations.
      Parameters:
      value - the item to remove from synchronizations
    • removeFromSynchronizations

      public void removeFromSynchronizations(SyncItemJob value)
      Generated method - Removes value from synchronizations.
      Parameters:
      value - the item to remove from synchronizations
    • getTerritories

      public Collection<Country> getTerritories(SessionContext ctx)
      Generated method - Getter of the CatalogVersion.territories attribute.
      Returns:
      the territories - Territory
    • getTerritories

      public Collection<Country> getTerritories()
      Generated method - Getter of the CatalogVersion.territories attribute.
      Returns:
      the territories - Territory
    • setTerritories

      public void setTerritories(SessionContext ctx, Collection<Country> value)
      Generated method - Setter of the CatalogVersion.territories attribute.
      Parameters:
      value - the territories - Territory
    • setTerritories

      public void setTerritories(Collection<Country> value)
      Generated method - Setter of the CatalogVersion.territories attribute.
      Parameters:
      value - the territories - Territory
    • getVersion

      public String getVersion(SessionContext ctx)
      Generated method - Getter of the CatalogVersion.version attribute.
      Returns:
      the version - version
    • getVersion

      public String getVersion()
      Generated method - Getter of the CatalogVersion.version attribute.
      Returns:
      the version - version
    • setVersion

      public void setVersion(SessionContext ctx, String value)
      Generated method - Setter of the CatalogVersion.version attribute.
      Parameters:
      value - the version - version
    • setVersion

      public void setVersion(String value)
      Generated method - Setter of the CatalogVersion.version attribute.
      Parameters:
      value - the version - version
    • getWritePrincipals

      public List<Principal> getWritePrincipals(SessionContext ctx)
      Generated method - Getter of the CatalogVersion.writePrincipals attribute.
      Returns:
      the writePrincipals
    • getWritePrincipals

      public List<Principal> getWritePrincipals()
      Generated method - Getter of the CatalogVersion.writePrincipals attribute.
      Returns:
      the writePrincipals
    • getWritePrincipalsCount

      public long getWritePrincipalsCount(SessionContext ctx)
    • getWritePrincipalsCount

      public long getWritePrincipalsCount()
    • setWritePrincipals

      public void setWritePrincipals(SessionContext ctx, List<Principal> value)
      Generated method - Setter of the CatalogVersion.writePrincipals attribute.
      Parameters:
      value - the writePrincipals
    • setWritePrincipals

      public void setWritePrincipals(List<Principal> value)
      Generated method - Setter of the CatalogVersion.writePrincipals attribute.
      Parameters:
      value - the writePrincipals
    • addToWritePrincipals

      public void addToWritePrincipals(SessionContext ctx, Principal value)
      Generated method - Adds value to writePrincipals.
      Parameters:
      value - the item to add to writePrincipals
    • addToWritePrincipals

      public void addToWritePrincipals(Principal value)
      Generated method - Adds value to writePrincipals.
      Parameters:
      value - the item to add to writePrincipals
    • removeFromWritePrincipals

      public void removeFromWritePrincipals(SessionContext ctx, Principal value)
      Generated method - Removes value from writePrincipals.
      Parameters:
      value - the item to remove from writePrincipals
    • removeFromWritePrincipals

      public void removeFromWritePrincipals(Principal value)
      Generated method - Removes value from writePrincipals.
      Parameters:
      value - the item to remove from writePrincipals