Package org.openxava.session
Class MyReport
java.lang.Object
org.openxava.session.MyReport
- All Implemented Interfaces:
Serializable
- Author:
- Javier Paniza
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MyReportstatic MyReportcreateEmpty(Tab tab) static MyReportString[]String[]The names of all the reports of the same Tab of the current one.String[]The names of all the shared reports.getName()booleanisShared()voidload()voidremove()voidsave()voidsave(boolean sharedReport) voidsetColumns(List<MyReportColumn> columns) voidsetMetaModel(MetaModel metaModel) voidvoidsetShared(boolean shared) toString()
-
Field Details
-
SHARED_REPORT
- See Also:
-
-
Constructor Details
-
MyReport
public MyReport()
-
-
Method Details
-
create
-
createEmpty
-
find
- Throws:
BackingStoreException
-
getAllNamesCurrentUser
The names of all the reports of the same Tab of the current one.- Throws:
BackingStoreException
-
getAllNames
- Returns:
- names of all the report: current user + shared
- Throws:
BackingStoreException
-
getLastName
- Throws:
BackingStoreException
-
load
- Throws:
BackingStoreException
-
save
- Throws:
BackingStoreException
-
save
- Throws:
BackingStoreException
-
remove
- Throws:
BackingStoreException
-
getName
-
setName
-
getColumns
-
setColumns
-
getMetaModel
-
setMetaModel
-
toString
-