| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SkinList<T extends java.lang.Object & Skin>
Model interface for a list of portal skins. A portal skin list represents a collection of objects that implement the Skin interface.
| Method Summary | |
|---|---|
| ListModel | com.ibm.portal.admin.Theme)">getAllInTheme(Theme aTheme)
Deprecated. use the method of the SkinModelLocator; the locator can be obtained with LocatorProvider.getLocator(). Return all skins that belong to the specified theme |
| ListModel | getAllInThemes(java.util.Iterator aThemes)
Deprecated. use the method of the SkinModelLocator; the locator can be obtained with LocatorProvider.getLocator(). Return all skins that belong to the specified themes |
| ListModel | com.ibm.portal.admin.SkinType)">getAllOfType(SkinType aType)
Deprecated. use the method of the SkinModelLocator; the locator can be obtained with LocatorProvider.getLocator(). |
| Skin | getDefault()
Returns the portal default skin |
| Skin | com.ibm.portal.admin.Theme)">getDefaultForTheme(Theme aTheme)
Deprecated. use the method of the SkinModelLocator; the locator can be obtained with LocatorProvider.getLocator(). Return the default Skin for the denoted theme. |
| Skin | getSkin(ObjectID anObjectID)
Returns the skin with the specified object ID. |
| ListModel | getTypes()
Deprecated. this method is deprecated without replacement Returns a list model of SkinType objects that are defined for the skin list. |
| Methods inherited from interface com.ibm.portal.ListModel |
|---|
| iterator |
| Methods inherited from interface com.ibm.portal.LocatorProvider |
|---|
| getLocator |
| Methods inherited from interface com.ibm.portal.ListModel |
|---|
| iterator |
| Methods inherited from interface com.ibm.portal.Invalidatable |
|---|
| invalidate, invalidate |
| Method Detail |
|---|
Skin getDefault()
throws ModelException,
DataException
null if there is none is set
Skin getSkin(ObjectID anObjectID)
throws ModelException,
DataException,
ObjectNotFoundException
null
ListModel getTypes()
throws DataException
null.
ListModel getAllOfType(SkinType aType)
throws ModelException,
DataException
ListModel getAllInTheme(Theme aTheme)
throws ModelException,
DataException
ListModel getAllInThemes(java.util.Iterator aThemes)
throws ModelException,
DataException
Skin getDefaultForTheme(Theme aTheme)
throws ModelException,
DataException
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||