Class MandantDao

java.lang.Object
de.xima.cmn.dao.AbstractDao<T,Long,IEntityContext>
de.xima.fc.dao.impl.GenericDao<Mandant>
de.xima.fc.dao.impl.MandantDao
All Implemented Interfaces:
de.xima.cmn.dao.interfaces.IAbstractDao<Mandant,Long,IEntityContext>, IGenericDao<Mandant>, IMandantDao

public class MandantDao extends GenericDao<Mandant> implements IMandantDao
  • Field Details

    • ENTITY_CONTEXT_PARAM_DELETE_EXCLUSIVE_USERS

      public static String ENTITY_CONTEXT_PARAM_DELETE_EXCLUSIVE_USERS
      Boolean flag that determines whether to delete all users that are only part of the client when deleting clients.
    • ENTITY_CONTEXT_PARAM_DELETE_EXCLUSIVE_USERS_CLIENTS

      public static String ENTITY_CONTEXT_PARAM_DELETE_EXCLUSIVE_USERS_CLIENTS
      Collection of clients to check for user exclusivity when deleting clients and their users.
    • ENTITY_CONTEXT_PARAM_DELETE_EXCLUSIVE_USERS_RESULT_SUCCESS

      public static String ENTITY_CONTEXT_PARAM_DELETE_EXCLUSIVE_USERS_RESULT_SUCCESS
      Comma separated String of all the user names that have been deleted.
    • ENTITY_CONTEXT_PARAM_DELETE_EXCLUSIVE_USERS_RESULT_ERROR

      public static String ENTITY_CONTEXT_PARAM_DELETE_EXCLUSIVE_USERS_RESULT_ERROR
      Comma separated String of all the user names that could not be deleted successfully.
  • Constructor Details

    • MandantDao

      public MandantDao()
  • Method Details