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
 
 - 
 
- 
- 
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(IUser user, Vorgang process, String comment)
 
- 
getClassName
public static final String getClassName(Locale loc, de.xima.cmn.dao.interfaces.IEntity<Long> entity)
 
- 
getNewCommentEntry
@Deprecated public static final ProtocolEntryProcessing getNewCommentEntry(Benutzer user, Vorgang process, String comment)
Deprecated.UsegetNewCommentEntry(IUser, Vorgang, String)instead. 
 - 
 
 -