Package de.xima.fc.gui.common.utils
Class EntityUtils
- java.lang.Object
-
- de.xima.fc.gui.common.utils.EntityUtils
-
public class EntityUtils extends Object
- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description EntityUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
areClientsEqual(Mandant client1, Mandant client2)
static void
executeFormRecordRowStylingScript(Vorgang formRecord)
static String
getClassName(Locale loc, de.xima.cmn.dao.interfaces.IEntity<Long> entity)
static String
getClassName(Locale loc, Class<?> clazz)
static List<Vorgang>
getFormRecords(List<Long> formRecordIds)
static ProtocolEntryProcessing
getNewCommentEntry(Benutzer user, Vorgang process, String comment)
static List<ExtendedEntityModel<Vorgang>>
setExtendedFormRecordsRead(List<ExtendedEntityModel<Vorgang>> formRecords, boolean read)
static List<Vorgang>
setFormRecordsRead(List<Vorgang> formRecords, boolean read)
static Vorgang
setProcessRead(Vorgang process, boolean read)
static Vorgang
setProcessRead(Long formRecordId, boolean read)
static Vorgang
setProcessRead(String processId, boolean read)
-
-
-
Method Detail
-
setExtendedFormRecordsRead
public static final List<ExtendedEntityModel<Vorgang>> setExtendedFormRecordsRead(List<ExtendedEntityModel<Vorgang>> formRecords, boolean read)
-
setFormRecordsRead
public static final List<Vorgang> setFormRecordsRead(List<Vorgang> formRecords, boolean read)
-
executeFormRecordRowStylingScript
public static final void executeFormRecordRowStylingScript(Vorgang formRecord)
-
getNewCommentEntry
public static final ProtocolEntryProcessing getNewCommentEntry(Benutzer user, Vorgang process, String comment)
-
getClassName
public static final String getClassName(Locale loc, de.xima.cmn.dao.interfaces.IEntity<Long> entity)
-
-