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 booleanareClientsEqual(Mandant client1, Mandant client2) static voidexecuteFormRecordRowStylingScript(Vorgang formRecord) static StringgetClassName(Locale loc, de.xima.cmn.dao.interfaces.IEntity<Long> entity) static StringgetClassName(Locale loc, Class<?> clazz) getFormRecords(List<Long> formRecordIds) Deprecated.static ProtocolEntryProcessinggetNewCommentEntry(Benutzer user, Vorgang process, String comment) Deprecated.static ProtocolEntryProcessinggetNewCommentEntry(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 VorgangsetProcessRead(Vorgang process, boolean read) Deprecated.static VorgangsetProcessRead(Long formRecordId, boolean read) Deprecated.static VorgangsetProcessRead(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.