Package com.groiss.reporting
Interface Report
- All Superinterfaces:
KeyValuePair<String,
,String> Persistent
,Serializable
Java representation of a report
-
Field Summary
Fields inherited from interface com.groiss.store.Persistent
emptyKeys
-
Method Summary
Methods inherited from interface com.groiss.store.Persistent
afterDelete, afterInsert, afterRead, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, dbFields, getKey, getKeys, getLocalClassName, getLocalObjectName, getOid, getStore, getTableName, getValue, isFilled, isValid, setFilled, setOid, setOid, toListString
-
Method Details
-
getId
String getId() -
getName
String getName() -
getQxml
String getQxml() -
getDescription
String getDescription() -
getCreatedAt
Date getCreatedAt()- Returns:
- the timestamp of creation
-
getChangedAt
Date getChangedAt()- Returns:
- the timestamp of the last change
-
getChangedBy
User getChangedBy()- Returns:
- the user of the last change
-
getCreatedBy
User getCreatedBy()- Returns:
- the user who created the report
-
isPublic
boolean isPublic()Checks if the report is public.- Returns:
- true, if the
OrgData.Users.GUEST
user has theOrgData.Rights.EXECUTE
right on the report
-
getApplication
Application getApplication()Returns the application of this report.- Returns:
- the application
-