Interface IPropertyBagManagerSPI

  • All Superinterfaces:
    IPropertyBagManager

    public interface IPropertyBagManagerSPI
    extends IPropertyBagManager
    Property bag internal actions.
    Since:
    12.0.0
    Version:
    $Revision: 23034 $ $Date: 2019-08-05 16:52:47 -0300 (Mon, 05 Aug 2019) $
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Tuple2<java.util.Map<java.lang.String,​java.util.List<java.lang.String>>,​java.util.Map<java.lang.String,​java.util.List<java.lang.String>>> getValues​(java.lang.String propertyBagId)
      Returns the property bag values.
      The local values will be in a slot and the complete values (with the inherited values) will be in b slot.
    • Method Detail

      • getValues

        Tuple2<java.util.Map<java.lang.String,​java.util.List<java.lang.String>>,​java.util.Map<java.lang.String,​java.util.List<java.lang.String>>> getValues​(java.lang.String propertyBagId)
                                                                                                                                                                       throws PortalException
        Returns the property bag values.
        The local values will be in a slot and the complete values (with the inherited values) will be in b slot.
        Parameters:
        propertyBagId - the property bag identifier.
        Returns:
        the property bag values
        Throws:
        PortalObjectNotFoundException - if no property with the given identifier was found.
        PortalException
        Since:
        12.0.0