Interface PageLayoutUtil.IMappingResolver

  • Enclosing class:
    PageLayoutUtil

    public static interface PageLayoutUtil.IMappingResolver
    Provides a method to resolve a service interface instance identifier into another one.
    Since:
    5.6.0
    Version:
    $Revision: 11804 $ $Date: 2010-07-29 10:06:21 -0300 (Thu, 29 Jul 2010) $
    • Method Detail

      • resolve

        String resolve​(String serviceInterfaceInstaceId)
                throws PortalException
        Resolves a service interface instance identifier into another one.
        Parameters:
        serviceInterfaceInstaceId - the original identifier.
        Returns:
        the resolved identifier.
        Throws:
        PortalException
        Since:
        5.6.0