Oracle Fusion Middleware
Java API Reference for Oracle PDK Java
11g Release 1 (11.1.1)
E10691-01

oracle.portal.provider.v2
Class PortalConfig

java.lang.Object
  extended by oracle.portal.provider.v2.PortalConfig

public class PortalConfig
extends java.lang.Object

Represents various portal configuration settings that are pertinent to portlets.

Author:
Michael Freedman

Field Summary
static long PORTALCFG_MOBILE_ENABLED
           
 
Constructor Summary
PortalConfig(long ptlConfig)
          Constructor
PortalConfig(java.lang.Long ptlConfig)
           
 
Method Summary
 long getValue()
           
 boolean isMobileEnabled()
           
 void setValue(long ptlConfig)
           
 void setValue(java.lang.Long ptlConfig)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PORTALCFG_MOBILE_ENABLED

public static final long PORTALCFG_MOBILE_ENABLED
See Also:
Constant Field Values
Constructor Detail

PortalConfig

public PortalConfig(long ptlConfig)
Constructor


PortalConfig

public PortalConfig(java.lang.Long ptlConfig)
Method Detail

isMobileEnabled

public boolean isMobileEnabled()

getValue

public long getValue()

setValue

public void setValue(long ptlConfig)

setValue

public void setValue(java.lang.Long ptlConfig)

Oracle Fusion Middleware
Java API Reference for Oracle PDK Java
11g Release 1 (11.1.1)
E10691-01

Copyright (c) 1999, 2009, Oracle and/or its affiliates. All rights reserved.