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.BooleangetContextSensitive()java.util.Set<java.lang.String>getCriterions()java.lang.StringgetDescription()java.lang.StringgetDisplay()java.lang.IntegergetId()AttachmentgetMainReportFile()java.lang.StringgetName()AttachmentgetPreviewImageFile()java.lang.StringgetReportClass()java.util.Set<ReportCriteria>getReportCriterions()java.util.Set<ReportFormat>getReportFormats()java.lang.StringgetReportParams()ReportTypegetReportType()java.lang.LonggetRunTime()java.lang.IntegergetRunUserId()java.lang.BooleangetSystem()java.lang.BooleangetVisible()-
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:
getIdin 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()
-
-