Package com.jamasoftware.velocity.api
Interface Report
-
- All Superinterfaces:
DomainObject
,ScopedObject
public interface Report extends DomainObject, ScopedObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Boolean
getContextSensitive()
java.util.Set<java.lang.String>
getCriterions()
java.lang.String
getDescription()
java.lang.String
getDisplay()
java.lang.Integer
getId()
Attachment
getMainReportFile()
java.lang.String
getName()
Attachment
getPreviewImageFile()
java.lang.String
getReportClass()
java.util.Set<ReportCriteria>
getReportCriterions()
java.util.Set<ReportFormat>
getReportFormats()
java.lang.String
getReportParams()
ReportType
getReportType()
java.lang.Long
getRunTime()
java.lang.Integer
getRunUserId()
java.lang.Boolean
getSystem()
java.lang.Boolean
getVisible()
-
Methods inherited from interface com.jamasoftware.velocity.api.DomainObject
getCreatedBy, getCreatedDate, getModifiedBy, getModifiedDate, getXmlToString, isNewObject, obtainAclObjectIdentity
-
Methods inherited from interface com.jamasoftware.velocity.api.ScopedObject
getRefId, getScopeId
-
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
getDisplay
java.lang.String getDisplay()
-
getDescription
java.lang.String getDescription()
-
getId
java.lang.Integer getId()
- Specified by:
getId
in interfaceDomainObject
-
getVisible
java.lang.Boolean getVisible()
-
getSystem
java.lang.Boolean getSystem()
-
getContextSensitive
java.lang.Boolean getContextSensitive()
-
getMainReportFile
Attachment getMainReportFile()
-
getPreviewImageFile
Attachment getPreviewImageFile()
-
getReportCriterions
java.util.Set<ReportCriteria> getReportCriterions()
-
getCriterions
java.util.Set<java.lang.String> getCriterions()
-
getReportType
ReportType getReportType()
-
getReportFormats
java.util.Set<ReportFormat> getReportFormats()
-
getReportParams
java.lang.String getReportParams()
-
getReportClass
java.lang.String getReportClass()
-
getRunUserId
java.lang.Integer getRunUserId()
-
getRunTime
java.lang.Long getRunTime()
-
-