All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
static boolean |
areClientsEqual(Mandant client1,
Mandant client2) |
static void |
executeFormRecordRowStylingScript(Vorgang formRecord) |
static String |
getClassName(Locale loc,
Class<?> clazz) |
static String |
getClassName(Locale loc,
de.xima.cmn.dao.interfaces.IEntity<Long> entity) |
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(Long formRecordId,
boolean read) |
static Vorgang |
setProcessRead(String processId,
boolean read) |
static Vorgang |
setProcessRead(Vorgang process,
boolean read) |