|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Channel | |
org.openprivacy.reptile.extensions | |
org.openprivacy.reptile.om |
Uses of Channel in org.openprivacy.reptile.extensions |
Methods in org.openprivacy.reptile.extensions with parameters of type Channel | |
java.lang.String |
ChannelRenderExtension.getAsSubscription(Channel channel)
Get this from the DB as a search request. |
Uses of Channel in org.openprivacy.reptile.om |
Methods in org.openprivacy.reptile.om that return Channel | |
static Channel |
ChannelPeer.getChannelByLocation(java.lang.String location)
Get a channel by it's location return null if one wasn't found. |
static Channel[] |
ChannelPeer.getSubscriptionsByCategory(Category category)
Return all subscriptions within the given channel. |
static Channel[] |
ChannelPeer.searchByTitle(java.lang.String query)
Search for and find channels by their title. |
static Channel[] |
ChannelPeer.searchByDescription(java.lang.String query)
Search for and find channels by their description. |
static Channel[] |
ChannelPeer.searchByTitleAndDescription(java.lang.String query)
Search within the peers by title and description. |
static Channel[] |
ChannelPeer.getSubscriptions()
Get all channel that are SUBSCRIBED |
static Channel |
ChannelPeer.getDefaultSubscription()
Get the default subscription. |
static Channel |
BaseChannelPeer.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 Channel |
BaseChannelPeer.retrieveByPK(org.apache.turbine.om.ObjectKey pk)
Retrieve a single object by pk |
static Channel |
BaseChannelPeer.retrieveByPK(org.apache.turbine.om.ObjectKey pk,
org.apache.turbine.util.db.pool.DBConnection dbcon)
Retrieve a single object by pk |
Channel |
BaseMonitor.getChannel()
|
Channel |
BaseChannel.copy()
Makes a copy of this object. |
Methods in org.openprivacy.reptile.om with parameters of type Channel | |
static void |
BaseChannelPeer.populateObject(com.workingdogs.village.Record row,
int offset,
Channel obj)
Populates an object from a resultset row starting from a specified offset. |
static void |
BaseChannelPeer.doInsert(Channel obj)
Method to do inserts |
static void |
BaseChannelPeer.doUpdate(Channel obj)
|
static void |
BaseChannelPeer.doDelete(Channel obj)
|
static void |
BaseChannelPeer.doInsert(Channel obj,
org.apache.turbine.util.db.pool.DBConnection dbCon)
Method to do inserts. |
static void |
BaseChannelPeer.doUpdate(Channel obj,
org.apache.turbine.util.db.pool.DBConnection dbCon)
Method to do update. |
static void |
BaseChannelPeer.doDelete(Channel obj,
org.apache.turbine.util.db.pool.DBConnection dbCon)
Method to delete. |
static org.apache.turbine.util.db.Criteria |
BaseChannelPeer.buildCriteria(Channel obj)
Build a Criteria object from the data object for this peer |
void |
BaseMonitor.setChannel(Channel v)
Declares an association between this object and a Channel object |
void |
BaseCategory.addChannel(Channel l)
Method called to associate a Channel object to this object through the Channel foreign key attribute |
void |
BaseImage.addChannel(Channel l)
Method called to associate a Channel object to this object through the Channel foreign key attribute |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |