|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PortletParameter | |
org.apache.jetspeed.om.dbregistry |
Uses of PortletParameter in org.apache.jetspeed.om.dbregistry |
Methods in org.apache.jetspeed.om.dbregistry that return PortletParameter | |
org.apache.jetspeed.om.dbregistry.PortletParameter |
BasePortletParameter.copy()
Makes a copy of this object. |
static org.apache.jetspeed.om.dbregistry.PortletParameter |
BasePortletParameterManager.getInstance()
Static accessor for the @see #getInstanceImpl(). |
static org.apache.jetspeed.om.dbregistry.PortletParameter |
BasePortletParameterManager.getInstance(org.apache.torque.om.ObjectKey id)
Static accessor for the @see #getInstanceImpl(ObjectKey). |
static org.apache.jetspeed.om.dbregistry.PortletParameter |
BasePortletParameterManager.getInstance(org.apache.torque.om.ObjectKey id,
boolean fromCache)
Static accessor for the @see #getInstanceImpl(ObjectKey, boolean). |
static org.apache.jetspeed.om.dbregistry.PortletParameter |
BasePortletParameterManager.getInstance(long id)
Static accessor for the @see #getInstanceImpl(ObjectKey). |
static org.apache.jetspeed.om.dbregistry.PortletParameter |
BasePortletParameterManager.getInstance(long id,
boolean fromCache)
Static accessor for the @see #getInstanceImpl(ObjectKey). |
protected org.apache.jetspeed.om.dbregistry.PortletParameter |
BasePortletParameterManager.getInstanceImpl()
Get a fresh instance of a PortletParameterManager |
protected org.apache.jetspeed.om.dbregistry.PortletParameter |
BasePortletParameterManager.getInstanceImpl(org.apache.torque.om.ObjectKey id)
Get a PortletParameter with the given id. |
protected org.apache.jetspeed.om.dbregistry.PortletParameter |
BasePortletParameterManager.getInstanceImpl(org.apache.torque.om.ObjectKey id,
boolean fromCache)
Get a PortletParameter with the given id. |
static org.apache.jetspeed.om.dbregistry.PortletParameter |
BasePortletParameterPeer.row2Object(com.workingdogs.village.Record row,
int offset,
java.lang.Class cls)
Create a new object of type cls from a resultset row starting from a specified offset. |
static org.apache.jetspeed.om.dbregistry.PortletParameter |
BasePortletParameterPeer.retrieveByPK(long pk)
Retrieve a single object by pk |
static org.apache.jetspeed.om.dbregistry.PortletParameter |
BasePortletParameterPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
Retrieve a single object by pk |
static org.apache.jetspeed.om.dbregistry.PortletParameter |
BasePortletParameterPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk,
java.sql.Connection con)
Retrieve a single object by pk |
Methods in org.apache.jetspeed.om.dbregistry with parameters of type PortletParameter | |
void |
BasePortletDbEntry.addPortletParameter(org.apache.jetspeed.om.dbregistry.PortletParameter l)
Method called to associate a PortletParameter object to this object through the PortletParameter foreign key attribute |
static boolean |
BasePortletParameterManager.exists(org.apache.jetspeed.om.dbregistry.PortletParameter obj)
|
protected boolean |
BasePortletParameterManager.existsImpl(org.apache.jetspeed.om.dbregistry.PortletParameter om)
check for a duplicate project name |
static void |
BasePortletParameterPeer.populateObject(com.workingdogs.village.Record row,
int offset,
org.apache.jetspeed.om.dbregistry.PortletParameter obj)
Populates an object from a resultset row starting from a specified offset. |
static java.util.List |
BasePortletParameterPeer.doSelect(org.apache.jetspeed.om.dbregistry.PortletParameter obj)
Method to do selects |
static void |
BasePortletParameterPeer.doInsert(org.apache.jetspeed.om.dbregistry.PortletParameter obj)
Method to do inserts |
static void |
BasePortletParameterPeer.doUpdate(org.apache.jetspeed.om.dbregistry.PortletParameter obj)
|
static void |
BasePortletParameterPeer.doDelete(org.apache.jetspeed.om.dbregistry.PortletParameter obj)
|
static void |
BasePortletParameterPeer.doInsert(org.apache.jetspeed.om.dbregistry.PortletParameter obj,
java.sql.Connection con)
Method to do inserts. |
static void |
BasePortletParameterPeer.doUpdate(org.apache.jetspeed.om.dbregistry.PortletParameter obj,
java.sql.Connection con)
Method to do update. |
static void |
BasePortletParameterPeer.doDelete(org.apache.jetspeed.om.dbregistry.PortletParameter obj,
java.sql.Connection con)
Method to delete. |
static org.apache.torque.util.Criteria |
BasePortletParameterPeer.buildCriteria(org.apache.jetspeed.om.dbregistry.PortletParameter obj)
Build a Criteria object from the data object for this peer |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |