Package com.jamasoftware.velocity.api
Interface ReportParameterDTO
-
public interface ReportParameterDTO
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Integer
getContextProjectId()
java.util.Map<java.lang.String,java.lang.String>
getCustomParameterList()
java.lang.String
getFormat()
java.lang.Boolean
getIsContextSensitive()
java.lang.String
getName()
java.lang.Integer
getReportId()
java.lang.Boolean
getShouldNotifyUser()
-
-
-
Method Detail
-
getFormat
java.lang.String getFormat()
-
getName
java.lang.String getName()
-
getReportId
java.lang.Integer getReportId()
-
getIsContextSensitive
java.lang.Boolean getIsContextSensitive()
-
getCustomParameterList
java.util.Map<java.lang.String,java.lang.String> getCustomParameterList()
-
getShouldNotifyUser
java.lang.Boolean getShouldNotifyUser()
-
getContextProjectId
java.lang.Integer getContextProjectId()
-
-