Package org.exoplatform.portal.mop.i18n

Examples of org.exoplatform.portal.mop.i18n.I18NAdapter.removeMixin()


        I18NAdapter able = obj.adapt(I18NAdapter.class);
        if (description != null) {
            Described desc = able.getMixin(Described.class, true);
            desc.setState(description);
        } else {
            able.removeMixin(Described.class);
        }
    }

    public Map<Locale, Described.State> getDescriptions(String id) {
        if (id == null) {
View Full Code Here


         Described desc = able.getMixin(Described.class, true);
         desc.setState(description);
      }
      else
      {
         able.removeMixin(Described.class);
      }
   }

   public Map<Locale, Described.State> getDescriptions(String id)
   {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.