Package com.agiletec.plugins.jacms.apsadmin.content

Examples of com.agiletec.plugins.jacms.apsadmin.content.IntroNewContentAction.addFieldError()


        }
      }
      if (!check) {
        SmallContentType contentType = (SmallContentType) this.getContentManager().getSmallContentTypesMap().get(action.getContentTypeCode());
        String typeDescr = contentType != null ? contentType.getCode() : action.getContentTypeCode();
        action.addFieldError("contentTypeCode", action.getText("error.content.contentType.userNotAllowed", typeDescr));
      }
    } catch (Throwable t) {
      ApsSystemUtils.logThrowable(t, this, "getAllowedContentTypes", "Error checking content type authorization");
          throw new RuntimeException("Error extracting allowed content types", t);
    }
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.