Interface Campaign


  • public interface Campaign
    Helps working with campaign resources. Campaign resources can be adapted to this.
    • Method Detail

      • getTitle

        java.lang.String getTitle()
      • getBrand

        Brand getBrand()
        Returns:
        null if this is a campaign that doesn't sit underneath a brand node (checks the resourcetype of the parent).
      • getLongTitle

        java.lang.String getLongTitle()
        'title (brandname)'.
        Returns:
        the title and a possible brandname in parens.
      • getProps

        ValueMap getProps()
        Get the properties map from the jcr:content node.
        Returns: