Class GeneratedBaseStoreTimeRestriction

    • Field Detail

      • PASSIFSTOREDOESNTMATCH

        public static final java.lang.String PASSIFSTOREDOESNTMATCH
        Qualifier of the CMSBaseStoreTimeRestriction.passIfStoreDoesntMatch attribute
        See Also:
        Constant Field Values
      • BASESTORES

        public static final java.lang.String BASESTORES
        Qualifier of the CMSBaseStoreTimeRestriction.baseStores attribute
        See Also:
        Constant Field Values
      • STORETIMERESTRICTION2BASESTORE_SRC_ORDERED

        protected static java.lang.String STORETIMERESTRICTION2BASESTORE_SRC_ORDERED
        Relation ordering override parameter constants for StoreTimeRestriction2BaseStore from ((cms2))
      • STORETIMERESTRICTION2BASESTORE_TGT_ORDERED

        protected static java.lang.String STORETIMERESTRICTION2BASESTORE_TGT_ORDERED
      • STORETIMERESTRICTION2BASESTORE_MARKMODIFIED

        protected static java.lang.String STORETIMERESTRICTION2BASESTORE_MARKMODIFIED
        Relation disable markmodifed parameter constants for StoreTimeRestriction2BaseStore from ((cms2))
      • DEFAULT_INITIAL_ATTRIBUTES

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

      • GeneratedBaseStoreTimeRestriction

        public GeneratedBaseStoreTimeRestriction()
    • Method Detail

      • getBaseStores

        public java.util.Collection<BaseStore> getBaseStores​(SessionContext ctx)
        Generated method - Getter of the CMSBaseStoreTimeRestriction.baseStores attribute.
        Returns:
        the baseStores
      • getBaseStores

        public java.util.Collection<BaseStore> getBaseStores()
        Generated method - Getter of the CMSBaseStoreTimeRestriction.baseStores attribute.
        Returns:
        the baseStores
      • getBaseStoresCount

        public long getBaseStoresCount​(SessionContext ctx)
      • getBaseStoresCount

        public long getBaseStoresCount()
      • setBaseStores

        public void setBaseStores​(SessionContext ctx,
                                  java.util.Collection<BaseStore> value)
        Generated method - Setter of the CMSBaseStoreTimeRestriction.baseStores attribute.
        Parameters:
        value - the baseStores
      • setBaseStores

        public void setBaseStores​(java.util.Collection<BaseStore> value)
        Generated method - Setter of the CMSBaseStoreTimeRestriction.baseStores attribute.
        Parameters:
        value - the baseStores
      • addToBaseStores

        public void addToBaseStores​(SessionContext ctx,
                                    BaseStore value)
        Generated method - Adds value to baseStores.
        Parameters:
        value - the item to add to baseStores
      • addToBaseStores

        public void addToBaseStores​(BaseStore value)
        Generated method - Adds value to baseStores.
        Parameters:
        value - the item to add to baseStores
      • removeFromBaseStores

        public void removeFromBaseStores​(SessionContext ctx,
                                         BaseStore value)
        Generated method - Removes value from baseStores.
        Parameters:
        value - the item to remove from baseStores
      • removeFromBaseStores

        public void removeFromBaseStores​(BaseStore value)
        Generated method - Removes value from baseStores.
        Parameters:
        value - the item to remove from baseStores
      • isPassIfStoreDoesntMatch

        public java.lang.Boolean isPassIfStoreDoesntMatch​(SessionContext ctx)
        Generated method - Getter of the CMSBaseStoreTimeRestriction.passIfStoreDoesntMatch attribute.
        Returns:
        the passIfStoreDoesntMatch - If session store doesn't match store of the restriction then allow a pass
      • isPassIfStoreDoesntMatch

        public java.lang.Boolean isPassIfStoreDoesntMatch()
        Generated method - Getter of the CMSBaseStoreTimeRestriction.passIfStoreDoesntMatch attribute.
        Returns:
        the passIfStoreDoesntMatch - If session store doesn't match store of the restriction then allow a pass
      • isPassIfStoreDoesntMatchAsPrimitive

        public boolean isPassIfStoreDoesntMatchAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the CMSBaseStoreTimeRestriction.passIfStoreDoesntMatch attribute.
        Returns:
        the passIfStoreDoesntMatch - If session store doesn't match store of the restriction then allow a pass
      • isPassIfStoreDoesntMatchAsPrimitive

        public boolean isPassIfStoreDoesntMatchAsPrimitive()
        Generated method - Getter of the CMSBaseStoreTimeRestriction.passIfStoreDoesntMatch attribute.
        Returns:
        the passIfStoreDoesntMatch - If session store doesn't match store of the restriction then allow a pass
      • setPassIfStoreDoesntMatch

        public void setPassIfStoreDoesntMatch​(SessionContext ctx,
                                              java.lang.Boolean value)
        Generated method - Setter of the CMSBaseStoreTimeRestriction.passIfStoreDoesntMatch attribute.
        Parameters:
        value - the passIfStoreDoesntMatch - If session store doesn't match store of the restriction then allow a pass
      • setPassIfStoreDoesntMatch

        public void setPassIfStoreDoesntMatch​(java.lang.Boolean value)
        Generated method - Setter of the CMSBaseStoreTimeRestriction.passIfStoreDoesntMatch attribute.
        Parameters:
        value - the passIfStoreDoesntMatch - If session store doesn't match store of the restriction then allow a pass
      • setPassIfStoreDoesntMatch

        public void setPassIfStoreDoesntMatch​(SessionContext ctx,
                                              boolean value)
        Generated method - Setter of the CMSBaseStoreTimeRestriction.passIfStoreDoesntMatch attribute.
        Parameters:
        value - the passIfStoreDoesntMatch - If session store doesn't match store of the restriction then allow a pass
      • setPassIfStoreDoesntMatch

        public void setPassIfStoreDoesntMatch​(boolean value)
        Generated method - Setter of the CMSBaseStoreTimeRestriction.passIfStoreDoesntMatch attribute.
        Parameters:
        value - the passIfStoreDoesntMatch - If session store doesn't match store of the restriction then allow a pass