Class ContentAttrType_Generic


  • public class ContentAttrType_Generic
    extends com.antiaction.raptor.dao.AttributeTypeBase
    Generic EAV attribute type.
    • Field Summary

      • Fields inherited from class com.antiaction.raptor.dao.AttributeTypeBase

        class_name, class_namespace, datatype, def_datetime, def_int, def_text, def_varchar, editable, id, name, qname, tree_id, viewtype
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasReadGrant​(com.antiaction.raptor.dao.SecurityEntityBase user, int id)  
      boolean hasWriteGrant​(com.antiaction.raptor.dao.SecurityEntityBase user, int id)  
      com.antiaction.raptor.dao.AttributeBase instanceOf()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • instanceOf

        public com.antiaction.raptor.dao.AttributeBase instanceOf()
        Specified by:
        instanceOf in class com.antiaction.raptor.dao.AttributeTypeBase
      • hasReadGrant

        public boolean hasReadGrant​(com.antiaction.raptor.dao.SecurityEntityBase user,
                                    int id)
        Overrides:
        hasReadGrant in class com.antiaction.raptor.dao.AttributeTypeBase
      • hasWriteGrant

        public boolean hasWriteGrant​(com.antiaction.raptor.dao.SecurityEntityBase user,
                                     int id)
        Overrides:
        hasWriteGrant in class com.antiaction.raptor.dao.AttributeTypeBase