| org.tigris.scarab.om.BaseScarabRoleImpl
All known Subclasses: org.tigris.scarab.om.ScarabRoleImpl,
BaseScarabRoleImpl | abstract public class BaseScarabRoleImpl extends org.apache.fulcrum.security.impl.db.entity.TurbineRole implements org.apache.fulcrum.intake.Retrievable(Code) | | You should not use this class directly. It should not even be
extended all references should be to ScarabRoleImpl
|
Method Summary | |
public void | addNotificationDefaultFilter(NotificationDefaultFilter l) | public List | getNotificationDefaultFilters() If this collection has already been initialized, returns
the collection. | public List | getNotificationDefaultFilters(Criteria criteria) If this collection has already been initialized with
an identical criteria, it returns the collection. | public List | getNotificationDefaultFilters(Connection con) If this collection has already been initialized, returns
the collection. | public List | getNotificationDefaultFilters(Criteria criteria, Connection con) If this collection has already been initialized with
an identical criteria, it returns the collection. | protected List | getNotificationDefaultFiltersJoinScarabModule(Criteria criteria) If this collection has already been initialized with
an identical criteria, it returns the collection.
Otherwise if this ScarabRoleImpl is new, it will return
an empty collection; or if this ScarabRoleImpl has previously
been saved, it will retrieve related NotificationDefaultFilters from storage.
This method is protected by default in order to keep the public
api reasonable. | protected List | getNotificationDefaultFiltersJoinScarabRoleImpl(Criteria criteria) If this collection has already been initialized with
an identical criteria, it returns the collection.
Otherwise if this ScarabRoleImpl is new, it will return
an empty collection; or if this ScarabRoleImpl has previously
been saved, it will retrieve related NotificationDefaultFilters from storage.
This method is protected by default in order to keep the public
api reasonable. | public String | getQueryKey() get an id that differentiates this object from others
of its class. | protected void | initNotificationDefaultFilters() Temporary storage of collNotificationDefaultFilters to save a possible db hit in
the event objects are add to the collection, but the
complete collection is never requested. | public void | setQueryKey(String key) set an id that differentiates this object from others
of its class. | public String | toString() |
collNotificationDefaultFilters | protected List collNotificationDefaultFilters(Code) | | Collection to store aggregation of collNotificationDefaultFilters
|
addNotificationDefaultFilter | public void addNotificationDefaultFilter(NotificationDefaultFilter l) throws TorqueException(Code) | | Method called to associate a NotificationDefaultFilter object to this object
through the NotificationDefaultFilter foreign key attribute
Parameters: l - NotificationDefaultFilter throws: TorqueException - |
getNotificationDefaultFilters | public List getNotificationDefaultFilters() throws TorqueException(Code) | | If this collection has already been initialized, returns
the collection. Otherwise returns the results of
getNotificationDefaultFilters(new Criteria())
the collection of associated objects throws: TorqueException - |
getNotificationDefaultFilters | public List getNotificationDefaultFilters(Criteria criteria) throws TorqueException(Code) | | If this collection has already been initialized with
an identical criteria, it returns the collection.
Otherwise if this ScarabRoleImpl has previously
been saved, it will retrieve related NotificationDefaultFilters from storage.
If this ScarabRoleImpl is new, it will return
an empty collection or the current collection, the criteria
is ignored on a new object.
throws: TorqueException - |
getNotificationDefaultFilters | public List getNotificationDefaultFilters(Connection con) throws TorqueException(Code) | | If this collection has already been initialized, returns
the collection. Otherwise returns the results of
getNotificationDefaultFilters(new Criteria(),Connection)
This method takes in the Connection also as input so that
referenced objects can also be obtained using a Connection
that is taken as input
|
getNotificationDefaultFilters | public List getNotificationDefaultFilters(Criteria criteria, Connection con) throws TorqueException(Code) | | If this collection has already been initialized with
an identical criteria, it returns the collection.
Otherwise if this ScarabRoleImpl has previously
been saved, it will retrieve related NotificationDefaultFilters from storage.
If this ScarabRoleImpl is new, it will return
an empty collection or the current collection, the criteria
is ignored on a new object.
This method takes in the Connection also as input so that
referenced objects can also be obtained using a Connection
that is taken as input
|
getNotificationDefaultFiltersJoinScarabModule | protected List getNotificationDefaultFiltersJoinScarabModule(Criteria criteria) throws TorqueException(Code) | | If this collection has already been initialized with
an identical criteria, it returns the collection.
Otherwise if this ScarabRoleImpl is new, it will return
an empty collection; or if this ScarabRoleImpl has previously
been saved, it will retrieve related NotificationDefaultFilters from storage.
This method is protected by default in order to keep the public
api reasonable. You can provide public methods for those you
actually need in ScarabRoleImpl.
|
getNotificationDefaultFiltersJoinScarabRoleImpl | protected List getNotificationDefaultFiltersJoinScarabRoleImpl(Criteria criteria) throws TorqueException(Code) | | If this collection has already been initialized with
an identical criteria, it returns the collection.
Otherwise if this ScarabRoleImpl is new, it will return
an empty collection; or if this ScarabRoleImpl has previously
been saved, it will retrieve related NotificationDefaultFilters from storage.
This method is protected by default in order to keep the public
api reasonable. You can provide public methods for those you
actually need in ScarabRoleImpl.
|
getQueryKey | public String getQueryKey()(Code) | | get an id that differentiates this object from others
of its class.
|
initNotificationDefaultFilters | protected void initNotificationDefaultFilters()(Code) | | Temporary storage of collNotificationDefaultFilters to save a possible db hit in
the event objects are add to the collection, but the
complete collection is never requested.
|
setQueryKey | public void setQueryKey(String key) throws TorqueException(Code) | | set an id that differentiates this object from others
of its class.
|
|
|