Skip navigation links


com.bea.netuix.servicelevel
Interface PortletServiceLevelDescription

All Superinterfaces
Serializable

public interface PortletServiceLevelDescription
extends Serializable

Describes a ServiceLevel for a Portlet, along with identifying information for the Portlet, such as definitionLabel and instanceLabel.


Method Summary
 String getDefinitionId()
           
 String getDefinitionLabel()
           
 String getInstanceId()
           
 String getInstanceLabel()
           
 PortletServiceLevel getServiceLevel()
           

 

Method Detail

getServiceLevel

PortletServiceLevel getServiceLevel()

getDefinitionLabel

String getDefinitionLabel()

getInstanceLabel

String getInstanceLabel()

getDefinitionId

String getDefinitionId()

getInstanceId

String getInstanceId()

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.