|
| Metadata |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface PSColumnLayoutComponent
Provides the information needed to lay a PortalPage out in columns.
Attributes of PSColumnLayoutComponent are:
Associations of PSColumnLayoutComponent are:
factory
create methods. // create a store to contain your objects for this change. If you do not have an existing object // or store to use. You may obtain the store from another object by using Object.getObjectStore(). MdFactory factory; //where "factory" is a valid MdFactory instance MdObjectStore objectStore = factory.createObjectStore(); PSColumnLayoutComponent myObject = (PSColumnLayoutComponent) factory.createComplexMetadataObject(objectStore, "PSColumnLayoutComponent_Object", MetadataObjects.PSCOLUMNLAYOUTCOMPONENT, "AAAAAAAA"); myObject.updateMetadataAll(); // Write object to server objectStore.dispose(); // dispose of the object store if it is no longer needed
MdOMIUtil.
updateMetadataAll
method.
delete method can be used.
This will flag the object as being deleted on the client, and will require an update call to persist
the change to the server.
| Field Summary | |
|---|---|
static java.lang.String |
ATTRIBUTE_COLUMNWIDTH_NAME
Constant used for the name of the ColumnWidth attribute. |
static java.lang.String |
ATTRIBUTE_NUMBEROFPORTLETS_NAME
Constant used for the name of the NumberOfPortlets attribute. |
| Fields inherited from interface com.sas.metadata.remote.PSLayoutComponent |
|---|
ASSOCIATION_OWNINGPAGE_NAME, ASSOCIATION_PORTLETS_NAME |
| Fields inherited from interface com.sas.metadata.remote.PrimaryType |
|---|
ASSOCIATION_FAVORITESCONTAINERS_NAME, ATTRIBUTE_ISHIDDEN_NAME, ATTRIBUTE_PUBLICTYPE_NAME |
| Fields inherited from interface com.sas.metadata.remote.MdObjectBase |
|---|
ATTRIBUTE_DESC_NAME, ATTRIBUTE_ID_NAME, ATTRIBUTE_METADATACREATED_NAME, ATTRIBUTE_METADATAUPDATED_NAME, ATTRIBUTE_NAME_NAME |
| Method Summary | |
|---|---|
abstract java.lang.String |
getColumnWidth()
Gets the String value of ColumnWidth |
abstract int |
getColumnWidthMaxLength()
Gets the maximum length of ColumnWidth |
abstract int |
getColumnWidthState()
Gets the Metadata State of ColumnWidth |
abstract int |
getNumberOfPortlets()
Gets the int value of NumberOfPortlets |
abstract int |
getNumberOfPortletsState()
Gets the Metadata State of NumberOfPortlets |
abstract void |
initializePredObjects()
(S) Adds the Associated objects to the predObjects which are: |
abstract void |
initializeRequiredObjects()
(S) This initializes the Required Objects(Roles) which are: |
abstract void |
setColumnWidth(java.lang.String inColumnWidth)
Sets the ColumnWidth value and sets the state to MetadataState.LOCAL. |
abstract void |
setColumnWidth(java.lang.String inColumnWidth,
int state)
Sets the ColumnWidth Metadata State. |
abstract void |
setColumnWidthState(int state)
Sets the Metadata State of ColumnWidth. |
abstract void |
setNumberOfPortlets(int inNumberOfPortlets)
Sets the NumberOfPortlets value and sets the state to MetadataState.LOCAL. |
abstract void |
setNumberOfPortlets(int inNumberOfPortlets,
int state)
Sets the NumberOfPortlets Metadata State. |
abstract void |
setNumberOfPortlets(java.lang.String inNumberOfPortlets)
Sets the NumberOfPortlets value and sets the state to MetadataState.LOCAL. |
abstract void |
setNumberOfPortlets(java.lang.String inNumberOfPortlets,
int state)
Sets the NumberOfPortlets value and Metadata State. |
abstract void |
setNumberOfPortletsState(int state)
Sets the Metadata State of NumberOfPortlets. |
| Methods inherited from interface com.sas.metadata.remote.PSLayoutComponent |
|---|
getOwningPage, getOwningPages, getOwningPages, getPortlets, getPortlets, setOwningPage, setOwningPages, setOwningPages, setPortlets, setPortlets |
| Methods inherited from interface com.sas.metadata.remote.PrimaryType |
|---|
getFavoritesContainers, getFavoritesContainers, getIsHidden, getIsHiddenState, getPublicType, getPublicTypeMaxLength, getPublicTypeState, setFavoritesContainers, setFavoritesContainers, setIsHidden, setIsHidden, setIsHidden, setIsHidden, setIsHiddenState, setPublicType, setPublicType, setPublicTypeState |
| Methods inherited from interface com.sas.metadata.remote.MdObjectBaseXML |
|---|
closeUpdateMetadataXML, createEmptyXML, createObjectRefreshXML, createObjectXML, createObjectXML, createUpdateAssociationXML, createUpdateAssociationXML, createUpdateSimpleXML, doCreateUpdateXML, getUpdateSimpleSubstring, updateMetadataAll |
| Field Detail |
|---|
static final java.lang.String ATTRIBUTE_COLUMNWIDTH_NAME
ColumnWidth: Designates the width of the screen area that the component should be rendered in.
static final java.lang.String ATTRIBUTE_NUMBEROFPORTLETS_NAME
NumberOfPortlets: Provides the number of Portlets associated to be displayed in the column. Should be the same as the number of Portlets associated with the ColumnLayoutComponent.
| Method Detail |
|---|
void initializeRequiredObjects()
throws java.rmi.RemoteException
initializeRequiredObjects in interface MdObjectBaseUtilinitializeRequiredObjects in interface PrimaryTypeinitializeRequiredObjects in interface PSLayoutComponentinitializeRequiredObjects in interface Rootjava.rmi.RemoteException - If error connecting/communicating to/with remote object.
void initializePredObjects()
throws java.rmi.RemoteException
initializePredObjects in interface MdObjectBaseinitializePredObjects in interface PrimaryTypeinitializePredObjects in interface PSLayoutComponentinitializePredObjects in interface Rootjava.rmi.RemoteException - If error connecting/communicating to/with remote object.
java.lang.String getColumnWidth()
throws java.rmi.RemoteException
String value of ColumnWidth
ColumnWidth
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getColumnWidthState()
throws java.rmi.RemoteException
ColumnWidth
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getColumnWidthMaxLength()
throws java.rmi.RemoteException
ColumnWidth
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getNumberOfPortlets()
throws java.rmi.RemoteException
int value of NumberOfPortlets
NumberOfPortlets
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getNumberOfPortletsState()
throws java.rmi.RemoteException
NumberOfPortlets
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
void setColumnWidth(java.lang.String inColumnWidth)
throws java.rmi.RemoteException
ColumnWidth value and sets the state to MetadataState.LOCAL.
inColumnWidth - String
java.rmi.RemoteException - If error communicating with remote object.
void setColumnWidth(java.lang.String inColumnWidth,
int state)
throws java.rmi.RemoteException
ColumnWidth Metadata State.
inColumnWidth - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setColumnWidthState(int state)
throws java.rmi.RemoteException
ColumnWidth.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setNumberOfPortlets(int inNumberOfPortlets)
throws java.rmi.RemoteException
NumberOfPortlets value and sets the state to MetadataState.LOCAL.
inNumberOfPortlets - int
java.rmi.RemoteException - If error communicating with remote object.
void setNumberOfPortlets(int inNumberOfPortlets,
int state)
throws java.rmi.RemoteException
NumberOfPortlets Metadata State.
inNumberOfPortlets - intstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setNumberOfPortlets(java.lang.String inNumberOfPortlets)
throws java.rmi.RemoteException
NumberOfPortlets value and sets the state to MetadataState.LOCAL.
inNumberOfPortlets - String
java.rmi.RemoteException - If error communicating with remote object.
void setNumberOfPortlets(java.lang.String inNumberOfPortlets,
int state)
throws java.rmi.RemoteException
NumberOfPortlets value and Metadata State.
inNumberOfPortlets - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setNumberOfPortletsState(int state)
throws java.rmi.RemoteException
NumberOfPortlets.
state - int
java.rmi.RemoteException - If error communicating with remote object.
|
| Metadata |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||