Package de.xima.fc.gui.common.utils
Class EntityUtils
java.lang.Object
de.xima.fc.gui.common.utils.EntityUtils
- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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) getFormRecords
(List<Long> formRecordIds) Deprecated.static ProtocolEntryProcessing
getNewCommentEntry
(Benutzer user, Vorgang process, String comment) Deprecated.static ProtocolEntryProcessing
getNewCommentEntry
(IUser user, Vorgang process, String comment) static List<ExtendedEntityModel<Vorgang>>
setExtendedFormRecordsRead
(List<ExtendedEntityModel<Vorgang>> formRecords, boolean read) Deprecated.setFormRecordsRead
(List<Vorgang> formRecords, boolean read) Deprecated.static Vorgang
setProcessRead
(Vorgang process, boolean read) Deprecated.static Vorgang
setProcessRead
(Long formRecordId, boolean read) Deprecated.static Vorgang
setProcessRead
(String processId, boolean read) Deprecated.
-
Constructor Details
-
EntityUtils
public EntityUtils()
-
-
Method Details
-
areClientsEqual
-
executeFormRecordRowStylingScript
-
getNewCommentEntry
public static ProtocolEntryProcessing getNewCommentEntry(IUser user, Vorgang process, String comment) -
getClassName
-
getClassName
-
setProcessRead
Deprecated. -
setProcessRead
Deprecated. -
setProcessRead
Deprecated. -
setExtendedFormRecordsRead
@Deprecated public static List<ExtendedEntityModel<Vorgang>> setExtendedFormRecordsRead(List<ExtendedEntityModel<Vorgang>> formRecords, boolean read) Deprecated. -
setFormRecordsRead
Deprecated. -
getFormRecords
Deprecated. -
getNewCommentEntry
@Deprecated public static ProtocolEntryProcessing getNewCommentEntry(Benutzer user, Vorgang process, String comment) Deprecated.UsegetNewCommentEntry(IUser, Vorgang, String)
instead.
-
getNewCommentEntry(IUser, Vorgang, String)
instead.