lumis.portal.serviceinterfaceinstance
Class ServiceInterfaceInstanceConfig
java.lang.Object
lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceConfig
- All Implemented Interfaces:
- Cloneable, ICacheEntry, ICloneableCacheEntry, ICloneableConfig<ServiceInterfaceInstanceConfig>
@StableMinor(version="4.1",
sinceVersion="4.0")
public class ServiceInterfaceInstanceConfig
- extends Object
- implements ICloneableCacheEntry, ICloneableConfig<ServiceInterfaceInstanceConfig>
Holds the data about a service interface instance.
- Since:
- 4.0.0
PRINT_INTERFACE_INHERIT
public static final int PRINT_INTERFACE_INHERIT
- See Also:
- Constant Field Values
PRINT_INTERFACE_YES
public static final int PRINT_INTERFACE_YES
- See Also:
- Constant Field Values
PRINT_INTERFACE_NO
public static final int PRINT_INTERFACE_NO
- See Also:
- Constant Field Values
RENDER_AS_INHERIT
public static final int RENDER_AS_INHERIT
- See Also:
- Constant Field Values
ENABLE_CACHE_INHERIT
public static final int ENABLE_CACHE_INHERIT
- See Also:
- Constant Field Values
CACHE_LEVEL_INHERIT
public static final int CACHE_LEVEL_INHERIT
- See Also:
- Constant Field Values
CACHE_PERSONALIZATION_INHERIT
public static final int CACHE_PERSONALIZATION_INHERIT
- See Also:
- Constant Field Values
CACHE_SERVER_SIDE_INCLUDE_NO
public static final int CACHE_SERVER_SIDE_INCLUDE_NO
- See Also:
- Constant Field Values
CACHE_SERVER_SIDE_INCLUDE_YES
public static final int CACHE_SERVER_SIDE_INCLUDE_YES
- See Also:
- Constant Field Values
CACHE_SERVER_SIDE_INCLUDE_INHERIT
public static final int CACHE_SERVER_SIDE_INCLUDE_INHERIT
- See Also:
- Constant Field Values
ServiceInterfaceInstanceConfig
public ServiceInterfaceInstanceConfig()
ServiceInterfaceInstanceConfig
public ServiceInterfaceInstanceConfig(ServiceInterfaceInstanceConfig copy)
throws Exception
- Throws:
Exception
clone
public ServiceInterfaceInstanceConfig clone()
throws CloneNotSupportedException
- Specified by:
clone
in interface ICloneableCacheEntry
- Specified by:
clone
in interface ICloneableConfig<ServiceInterfaceInstanceConfig>
- Overrides:
clone
in class Object
- Throws:
CloneNotSupportedException
getId
public String getId()
- Returns:
- Returns the id.
setId
public void setId(String id)
- Parameters:
id
- The id to set.
isInterfaceHolder
public boolean isInterfaceHolder()
getServiceInterfaceId
public String getServiceInterfaceId()
- Returns:
- Returns the serviceInterfaceId.
setServiceInterfaceId
public void setServiceInterfaceId(String interfaceId)
- Parameters:
serviceInterfaceId
- The serviceInterfaceId to set.
getServiceInstanceId
public String getServiceInstanceId()
- Returns:
- Returns the serviceInstanceId.
setServiceInstanceId
public void setServiceInstanceId(String serviceInstanceId)
- Parameters:
serviceInstanceId
- The serviceInstanceId to set.
getServiceInterfaceStyleId
public String getServiceInterfaceStyleId()
- Returns:
- Returns the serviceInterfaceStyleId.
setServiceInterfaceStyleId
public void setServiceInterfaceStyleId(String styleId)
- Parameters:
serviceInterfaceStyleId
- The serviceInterfaceStyleId to set.
getPageId
public String getPageId()
- Returns:
- Returns the pageId.
setPageId
public void setPageId(String pageId)
- Parameters:
pageId
- The pageId to set.
getParentInterfaceInstanceId
public String getParentInterfaceInstanceId()
setParentInterfaceInstanceId
public void setParentInterfaceInstanceId(String parentInterfaceInstanceId)
isCreatedRunTime
public boolean isCreatedRunTime()
- Created Run Time indicates if the interface instance was created runtime,
or if it was explicitly dragged and dropped into a page layout.
- Returns:
setCreatedRunTime
public void setCreatedRunTime(boolean isCreatedRunTime)
- Created Run Time indicates if the interface instance was created runtime,
or if it was explicitly dragged and dropped into a page layout.
- Parameters:
createdRunTime
-
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getColspan
public Integer getColspan()
setColspan
public void setColspan(Integer colspan)
getHeight
public String getHeight()
setHeight
public void setHeight(String height)
getPrintable
public int getPrintable()
setPrintable
public void setPrintable(int printable)
getPaddingBottom
public String getPaddingBottom()
setPaddingBottom
public void setPaddingBottom(String paddingBottom)
getPaddingLeft
public String getPaddingLeft()
setPaddingLeft
public void setPaddingLeft(String paddingLeft)
getPaddingRight
public String getPaddingRight()
setPaddingRight
public void setPaddingRight(String paddingRight)
getPaddingTop
public String getPaddingTop()
setPaddingTop
public void setPaddingTop(String paddingTop)
getRowspan
public Integer getRowspan()
setRowspan
public void setRowspan(Integer rowspan)
getWidth
public String getWidth()
setWidth
public void setWidth(String width)
getHolderPriority
public Integer getHolderPriority()
setHolderPriority
public void setHolderPriority(Integer holderPriority)
getRenderAs
public int getRenderAs()
- Returns:
- Returns the renderAs.
setRenderAs
public void setRenderAs(int renderAs)
- Parameters:
renderAs
- The renderAs to set.
getEnableCache
public int getEnableCache()
- Returns:
- Returns the enableCache.
setEnableCache
public void setEnableCache(int enableCache)
- Parameters:
enableCache
- The enableCache to set.
getCacheLevel
public int getCacheLevel()
- Returns:
- Returns the cacheLevel.
setCacheLevel
public void setCacheLevel(int cacheLevel)
- Parameters:
cacheLevel
- The cacheLevel to set.
getCachePersonalization
public int getCachePersonalization()
- Returns:
- Returns the cachePersonalization.
setCachePersonalization
public void setCachePersonalization(int cachePersonalization)
- Parameters:
cachePersonalization
- The cachePersonalization to set.
getCacheServerSideInclude
public int getCacheServerSideInclude()
- Returns:
- Returns the cacheServerSideInclude.
setCacheServerSideInclude
public void setCacheServerSideInclude(int cacheServerSideInclude)
- Parameters:
cacheServerSideInclude
- The cacheServerSideInclude to set.
isShowTitleBar
public boolean isShowTitleBar()
setShowTitleBar
public void setShowTitleBar(boolean showTitleBar)
serialize
public void serialize(ServiceInterfaceInstanceConfig serviceInterfaceInstanceConfig,
OutputStream outputStream)
throws PortalException
- Throws:
PortalException
deserialize
public void deserialize(Node serviceInterfaceInstanceNode)
throws PortalException
- Throws:
PortalException
Lumisportal 4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.