fuego.papi
Interface Presentation
- All Superinterfaces:
- Serializable
- All Known Subinterfaces:
- EditablePresentation
public interface Presentation
- extends Serializable
DEFAULT_ACTIVITY_ID
@NonNls
static final String DEFAULT_ACTIVITY_ID
- See Also:
- Constant Field Values
DEFAULT_APPLICATIONS_ID
@NonNls
static final String DEFAULT_APPLICATIONS_ID
- See Also:
- Constant Field Values
DEFAULT_ATTACHMENTS_ID
@NonNls
static final String DEFAULT_ATTACHMENTS_ID
- See Also:
- Constant Field Values
DEFAULT_FOLDER_ID
@NonNls
static final String DEFAULT_FOLDER_ID
- See Also:
- Constant Field Values
DEFAULT_ID
@NonNls
static final String DEFAULT_ID
- See Also:
- Constant Field Values
DEFAULT_INSTANCES_ID
@NonNls
static final String DEFAULT_INSTANCES_ID
- See Also:
- Constant Field Values
DEFAULT_OWNER
@NonNls
static final String DEFAULT_OWNER
- See Also:
- Constant Field Values
serialCheck
static final long serialCheck
- See Also:
- Constant Field Values
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
setOrdering
void setOrdering(Ordering ordering)
- Sets the colums which will be use to sort this presentation.
- Parameters:
ordering
- Ordering
which contains the columns to sort.
getOrdering
Ordering getOrdering()
- Gets the columns which will be use to sort this presentation.
- Returns:
Ordering
which contains the columns to sort.
getColumns
Presentation.Column[] getColumns()
getId
String getId()
getOwner
String getOwner()
isReadOnly
boolean isReadOnly()
getType
PresentationType getType()
copy
Presentation copy(String newPresentationId)
© Copyright 1996/2005 Fuego Inc. All Rights Reserved