Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
com.engiweb.profilemanager.common.bean.PropertyKeyBean

  • Packages that use PropertyKeyBean 
    Package Description
    com.engiweb.profilemanager.common.interfaces  
    • Uses of PropertyKeyBean in com.engiweb.profilemanager.common.interfaces

      Methods in com.engiweb.profilemanager.common.interfaces that return PropertyKeyBean 
      Modifier and Type Method and Description
      PropertyKeyBean IPropertyKeyDirect.insert(PropertyKeyBean pkBean, com.engiweb.pm.dao.db.DAO dao)
      Adds a new PropertyKey if it not exists yet.
      PropertyKeyBean IPropertyKey.insert(PropertyKeyBean pkBean, java.lang.String cod_oper, java.lang.String token, java.lang.String realm)
      Adds a new PropertyKey if it not exists yet.
      Methods in com.engiweb.profilemanager.common.interfaces that return types with arguments of type PropertyKeyBean 
      Modifier and Type Method and Description
      com.engiweb.pm.entity.BeanList<PropertyKeyBean> IPropertyKeyDirect.find(PropertyKeyBean pkBean, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO dao)
      Returns the userTypes filtered by a passed UserTypeBean object.
      com.engiweb.pm.entity.BeanList<PropertyKeyBean> IPropertyKey.find(PropertyKeyBean pkBean, com.engiweb.pm.entity.Paging paging, java.lang.String token, java.lang.String realm)
      Returns the userTypes filtered by a passed UserTypeBean object
      Methods in com.engiweb.profilemanager.common.interfaces with parameters of type PropertyKeyBean 
      Modifier and Type Method and Description
      void IPropertyKeyDirect.delete(PropertyKeyBean pkBean, com.engiweb.pm.dao.db.DAO dao)
      Deletes an existing UserTypeBean.
      void IPropertyKey.delete(PropertyKeyBean pkBean, java.lang.String cod_oper, java.lang.String token, java.lang.String realm)
      Deletes an existing UserTypeBean
      com.engiweb.pm.entity.BeanList<PropertyKeyBean> IPropertyKeyDirect.find(PropertyKeyBean pkBean, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO dao)
      Returns the userTypes filtered by a passed UserTypeBean object.
      com.engiweb.pm.entity.BeanList<PropertyKeyBean> IPropertyKey.find(PropertyKeyBean pkBean, com.engiweb.pm.entity.Paging paging, java.lang.String token, java.lang.String realm)
      Returns the userTypes filtered by a passed UserTypeBean object
      PropertyKeyBean IPropertyKeyDirect.insert(PropertyKeyBean pkBean, com.engiweb.pm.dao.db.DAO dao)
      Adds a new PropertyKey if it not exists yet.
      PropertyKeyBean IPropertyKey.insert(PropertyKeyBean pkBean, java.lang.String cod_oper, java.lang.String token, java.lang.String realm)
      Adds a new PropertyKey if it not exists yet.
      void IPropertyKeyDirect.update(PropertyKeyBean pkBean, com.engiweb.pm.dao.db.DAO dao)
      Updates an existing PropertyKey.
      void IPropertyKey.update(PropertyKeyBean pkBean, java.lang.String cod_oper, java.lang.String token, java.lang.String realm)
      Updates an existing PropertyKey
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes