Class GeneratedB2BReportingSet

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

public abstract class GeneratedB2BReportingSet extends GenericItem
Generated class for type B2BReportingSet.
See Also:
  • Field Details

    • CODE

      public static final String CODE
      Qualifier of the B2BReportingSet.code attribute
      See Also:
    • REPORTINGENTRIES

      public static final String REPORTINGENTRIES
      Qualifier of the B2BReportingSet.ReportingEntries attribute
      See Also:
    • B2BREPORTINGENTRY_SRC_ORDERED

      protected static String B2BREPORTINGENTRY_SRC_ORDERED
      Relation ordering override parameter constants for B2BReportingEntry from ((b2bcommerce))
    • B2BREPORTINGENTRY_TGT_ORDERED

      protected static String B2BREPORTINGENTRY_TGT_ORDERED
    • B2BREPORTINGENTRY_MARKMODIFIED

      protected static String B2BREPORTINGENTRY_MARKMODIFIED
      Relation disable markmodifed parameter constants for B2BReportingEntry from ((b2bcommerce))
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedB2BReportingSet

      public GeneratedB2BReportingSet()
  • Method Details

    • getDefaultAttributeModes

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

      public String getCode(SessionContext ctx)
      Generated method - Getter of the B2BReportingSet.code attribute.
      Returns:
      the code
    • getCode

      public String getCode()
      Generated method - Getter of the B2BReportingSet.code attribute.
      Returns:
      the code
    • setCode

      public void setCode(SessionContext ctx, String value)
      Generated method - Setter of the B2BReportingSet.code attribute.
      Parameters:
      value - the code
    • setCode

      public void setCode(String value)
      Generated method - Setter of the B2BReportingSet.code attribute.
      Parameters:
      value - the code
    • 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
    • getReportingEntries

      public Set<Item> getReportingEntries(SessionContext ctx)
      Generated method - Getter of the B2BReportingSet.ReportingEntries attribute.
      Returns:
      the ReportingEntries
    • getReportingEntries

      public Set<Item> getReportingEntries()
      Generated method - Getter of the B2BReportingSet.ReportingEntries attribute.
      Returns:
      the ReportingEntries
    • getReportingEntriesCount

      public long getReportingEntriesCount(SessionContext ctx)
    • getReportingEntriesCount

      public long getReportingEntriesCount()
    • setReportingEntries

      public void setReportingEntries(SessionContext ctx, Set<Item> value)
      Generated method - Setter of the B2BReportingSet.ReportingEntries attribute.
      Parameters:
      value - the ReportingEntries
    • setReportingEntries

      public void setReportingEntries(Set<Item> value)
      Generated method - Setter of the B2BReportingSet.ReportingEntries attribute.
      Parameters:
      value - the ReportingEntries
    • addToReportingEntries

      public void addToReportingEntries(SessionContext ctx, Item value)
      Generated method - Adds value to ReportingEntries.
      Parameters:
      value - the item to add to ReportingEntries
    • addToReportingEntries

      public void addToReportingEntries(Item value)
      Generated method - Adds value to ReportingEntries.
      Parameters:
      value - the item to add to ReportingEntries
    • removeFromReportingEntries

      public void removeFromReportingEntries(SessionContext ctx, Item value)
      Generated method - Removes value from ReportingEntries.
      Parameters:
      value - the item to remove from ReportingEntries
    • removeFromReportingEntries

      public void removeFromReportingEntries(Item value)
      Generated method - Removes value from ReportingEntries.
      Parameters:
      value - the item to remove from ReportingEntries