Class EntityUtils


  • public class EntityUtils
    extends Object
    Author:
    XIMA MEDIA GmbH
    • Constructor Detail

      • EntityUtils

        public EntityUtils()
    • Method Detail

      • areClientsEqual

        public static final boolean areClientsEqual​(Mandant client1,
                                                    Mandant client2)
      • setProcessRead

        public static final Vorgang setProcessRead​(String processId,
                                                   boolean read)
      • setProcessRead

        public static final Vorgang setProcessRead​(Long formRecordId,
                                                   boolean read)
      • setProcessRead

        public static final Vorgang setProcessRead​(Vorgang process,
                                                   boolean read)
      • setFormRecordsRead

        public static final List<Vorgang> setFormRecordsRead​(List<Vorgang> formRecords,
                                                             boolean read)
      • getFormRecords

        public static final List<Vorgang> getFormRecords​(List<Long> formRecordIds)
      • executeFormRecordRowStylingScript

        public static final void executeFormRecordRowStylingScript​(Vorgang formRecord)
      • getClassName

        public static final String getClassName​(Locale loc,
                                                de.xima.cmn.dao.interfaces.IEntity<Long> entity)
      • getClassName

        public static final String getClassName​(Locale loc,
                                                Class<?> clazz)