Interface EntityModelLocal


public interface EntityModelLocal
The Interface EntityModelLocal. This class contains Constants (JNDINAME and MAPPED_NAME) and method to check data provider.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The Constant JNDINAME: "java:global/CometConfiguration/CometConfiguration!com.priint.pubserver.comet.config.EntityModelLocal"
    static final String
    The mapped name of the EntityModel Plugin
  • Method Summary

    Modifier and Type
    Method
    Description
    checkEntityModel(String projectIdentifier)
    Checks the entity model.
  • Field Details

    • JNDINAME

      static final String JNDINAME
      The Constant JNDINAME: "java:global/CometConfiguration/CometConfiguration!com.priint.pubserver.comet.config.EntityModelLocal"
      See Also:
    • MAPPED_NAME

      static final String MAPPED_NAME

      The mapped name of the EntityModel Plugin

      Use this name when requesting a Plugin instance from the PluginManager

      .
      See Also:
  • Method Details