|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.persistence.impl.BasePersistenceImpl<Company>
com.liferay.portal.service.persistence.impl.CompanyPersistenceImpl
@ProviderType public class CompanyPersistenceImpl
The persistence implementation for the company service.
Caching information and settings can be found in portal.properties
CompanyPersistence,
CompanyUtil| Field Summary | |
|---|---|
protected EntityCache |
entityCache
|
static String |
FINDER_CLASS_NAME_ENTITY
|
static String |
FINDER_CLASS_NAME_LIST_WITH_PAGINATION
|
static String |
FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
|
static FinderPath |
FINDER_PATH_COUNT_ALL
|
static FinderPath |
FINDER_PATH_COUNT_BY_LOGOID
|
static FinderPath |
FINDER_PATH_COUNT_BY_MX
|
static FinderPath |
FINDER_PATH_COUNT_BY_SYSTEM
|
static FinderPath |
FINDER_PATH_COUNT_BY_WEBID
|
static FinderPath |
FINDER_PATH_FETCH_BY_LOGOID
|
static FinderPath |
FINDER_PATH_FETCH_BY_MX
|
static FinderPath |
FINDER_PATH_FETCH_BY_WEBID
|
static FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_ALL
|
static FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_SYSTEM
|
static FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
|
static FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_SYSTEM
|
protected FinderCache |
finderCache
|
| Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, NULL_SAFE_STRING_COMPARATOR, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR |
| Constructor Summary | |
|---|---|
CompanyPersistenceImpl()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
Initializes the company persistence. |
void |
cacheResult(Company company)
Caches the company in the entity cache if it is enabled. |
void |
cacheResult(List<Company> companies)
Caches the companies in the entity cache if it is enabled. |
protected void |
cacheUniqueFindersCache(CompanyModelImpl companyModelImpl,
boolean isNew)
|
void |
clearCache()
Clears the cache for all companies. |
void |
clearCache(Company company)
Clears the cache for the company. |
void |
clearCache(List<Company> companies)
Clears the cache for a List instances of this model. |
protected void |
clearUniqueFindersCache(CompanyModelImpl companyModelImpl)
|
int |
countAll()
Returns the number of companies. |
int |
countByLogoId(long logoId)
Returns the number of companies where logoId = ?. |
int |
countByMx(String mx)
Returns the number of companies where mx = ?. |
int |
countBySystem(boolean system)
Returns the number of companies where system = ?. |
int |
countByWebId(String webId)
Returns the number of companies where webId = ?. |
Company |
create(long companyId)
Creates a new company with the primary key. |
void |
destroy()
|
Company |
fetchByLogoId(long logoId)
Returns the company where logoId = ? or returns null if it could not be found. |
Company |
fetchByLogoId(long logoId,
boolean retrieveFromCache)
Returns the company where logoId = ? or returns null if it could not be found, optionally using the finder cache. |
Company |
fetchByMx(String mx)
Returns the company where mx = ? or returns null if it could not be found. |
Company |
fetchByMx(String mx,
boolean retrieveFromCache)
Returns the company where mx = ? or returns null if it could not be found, optionally using the finder cache. |
Company |
fetchByPrimaryKey(long companyId)
Returns the company with the primary key or returns null if it could not be found. |
Company |
fetchByPrimaryKey(Serializable primaryKey)
Returns the company with the primary key or returns null if it could not be found. |
Map<Serializable,Company> |
fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
Company |
fetchBySystem_First(boolean system,
OrderByComparator<Company> orderByComparator)
Returns the first company in the ordered set where system = ?. |
Company |
fetchBySystem_Last(boolean system,
OrderByComparator<Company> orderByComparator)
Returns the last company in the ordered set where system = ?. |
Company |
fetchByWebId(String webId)
Returns the company where webId = ? or returns null if it could not be found. |
Company |
fetchByWebId(String webId,
boolean retrieveFromCache)
Returns the company where webId = ? or returns null if it could not be found, optionally using the finder cache. |
List<Company> |
findAll()
Returns all the companies. |
List<Company> |
findAll(int start,
int end)
Returns a range of all the companies. |
List<Company> |
findAll(int start,
int end,
OrderByComparator<Company> orderByComparator)
Returns an ordered range of all the companies. |
List<Company> |
findAll(int start,
int end,
OrderByComparator<Company> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the companies. |
Company |
findByLogoId(long logoId)
Returns the company where logoId = ? or throws a NoSuchCompanyException if it could not be found. |
Company |
findByMx(String mx)
Returns the company where mx = ? or throws a NoSuchCompanyException if it could not be found. |
Company |
findByPrimaryKey(long companyId)
Returns the company with the primary key or throws a NoSuchCompanyException if it could not be found. |
Company |
findByPrimaryKey(Serializable primaryKey)
Returns the company with the primary key or throws a NoSuchModelException if it could not be found. |
Company |
findBySystem_First(boolean system,
OrderByComparator<Company> orderByComparator)
Returns the first company in the ordered set where system = ?. |
Company |
findBySystem_Last(boolean system,
OrderByComparator<Company> orderByComparator)
Returns the last company in the ordered set where system = ?. |
Company[] |
findBySystem_PrevAndNext(long companyId,
boolean system,
OrderByComparator<Company> orderByComparator)
Returns the companies before and after the current company in the ordered set where system = ?. |
List<Company> |
findBySystem(boolean system)
Returns all the companies where system = ?. |
List<Company> |
findBySystem(boolean system,
int start,
int end)
Returns a range of all the companies where system = ?. |
List<Company> |
findBySystem(boolean system,
int start,
int end,
OrderByComparator<Company> orderByComparator)
Returns an ordered range of all the companies where system = ?. |
List<Company> |
findBySystem(boolean system,
int start,
int end,
OrderByComparator<Company> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the companies where system = ?. |
Company |
findByWebId(String webId)
Returns the company where webId = ? or throws a NoSuchCompanyException if it could not be found. |
Set<String> |
getBadColumnNames()
|
protected Company |
getBySystem_PrevAndNext(Session session,
Company company,
boolean system,
OrderByComparator<Company> orderByComparator,
boolean previous)
|
protected Map<String,Integer> |
getTableColumnsMap()
|
Company |
remove(long companyId)
Removes the company with the primary key from the database. |
Company |
remove(Serializable primaryKey)
Removes the company with the primary key from the database. |
void |
removeAll()
Removes all the companies from the database. |
Company |
removeByLogoId(long logoId)
Removes the company where logoId = ? from the database. |
Company |
removeByMx(String mx)
Removes the company where mx = ? from the database. |
void |
removeBySystem(boolean system)
Removes all the companies where system = ? from the database. |
Company |
removeByWebId(String webId)
Removes the company where webId = ? from the database. |
protected Company |
removeImpl(Company company)
Removes the model instance from the database. |
protected Company |
toUnwrappedModel(Company company)
|
Company |
updateImpl(Company company)
Updates the model instance in the database or adds it if it does not yet exist. |
| Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getColumnName, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, update, update, updateImpl |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
|---|
closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update, update, update |
| Field Detail |
|---|
public static final String FINDER_CLASS_NAME_ENTITY
public static final String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
public static final String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
public static final FinderPath FINDER_PATH_COUNT_ALL
public static final FinderPath FINDER_PATH_FETCH_BY_WEBID
public static final FinderPath FINDER_PATH_COUNT_BY_WEBID
public static final FinderPath FINDER_PATH_FETCH_BY_MX
public static final FinderPath FINDER_PATH_COUNT_BY_MX
public static final FinderPath FINDER_PATH_FETCH_BY_LOGOID
public static final FinderPath FINDER_PATH_COUNT_BY_LOGOID
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_SYSTEM
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_SYSTEM
public static final FinderPath FINDER_PATH_COUNT_BY_SYSTEM
protected EntityCache entityCache
protected FinderCache finderCache
| Constructor Detail |
|---|
public CompanyPersistenceImpl()
| Method Detail |
|---|
public Company findByWebId(String webId)
throws NoSuchCompanyException
NoSuchCompanyException if it could not be found.
findByWebId in interface CompanyPersistencewebId - the web ID
NoSuchCompanyException - if a matching company could not be foundpublic Company fetchByWebId(String webId)
null if it could not be found. Uses the finder cache.
fetchByWebId in interface CompanyPersistencewebId - the web ID
null if a matching company could not be found
public Company fetchByWebId(String webId,
boolean retrieveFromCache)
null if it could not be found, optionally using the finder cache.
fetchByWebId in interface CompanyPersistencewebId - the web IDretrieveFromCache - whether to retrieve from the finder cache
null if a matching company could not be found
public Company removeByWebId(String webId)
throws NoSuchCompanyException
removeByWebId in interface CompanyPersistencewebId - the web ID
NoSuchCompanyExceptionpublic int countByWebId(String webId)
countByWebId in interface CompanyPersistencewebId - the web ID
public Company findByMx(String mx)
throws NoSuchCompanyException
NoSuchCompanyException if it could not be found.
findByMx in interface CompanyPersistencemx - the mx
NoSuchCompanyException - if a matching company could not be foundpublic Company fetchByMx(String mx)
null if it could not be found. Uses the finder cache.
fetchByMx in interface CompanyPersistencemx - the mx
null if a matching company could not be found
public Company fetchByMx(String mx,
boolean retrieveFromCache)
null if it could not be found, optionally using the finder cache.
fetchByMx in interface CompanyPersistencemx - the mxretrieveFromCache - whether to retrieve from the finder cache
null if a matching company could not be found
public Company removeByMx(String mx)
throws NoSuchCompanyException
removeByMx in interface CompanyPersistencemx - the mx
NoSuchCompanyExceptionpublic int countByMx(String mx)
countByMx in interface CompanyPersistencemx - the mx
public Company findByLogoId(long logoId)
throws NoSuchCompanyException
NoSuchCompanyException if it could not be found.
findByLogoId in interface CompanyPersistencelogoId - the logo ID
NoSuchCompanyException - if a matching company could not be foundpublic Company fetchByLogoId(long logoId)
null if it could not be found. Uses the finder cache.
fetchByLogoId in interface CompanyPersistencelogoId - the logo ID
null if a matching company could not be found
public Company fetchByLogoId(long logoId,
boolean retrieveFromCache)
null if it could not be found, optionally using the finder cache.
fetchByLogoId in interface CompanyPersistencelogoId - the logo IDretrieveFromCache - whether to retrieve from the finder cache
null if a matching company could not be found
public Company removeByLogoId(long logoId)
throws NoSuchCompanyException
removeByLogoId in interface CompanyPersistencelogoId - the logo ID
NoSuchCompanyExceptionpublic int countByLogoId(long logoId)
countByLogoId in interface CompanyPersistencelogoId - the logo ID
public List<Company> findBySystem(boolean system)
findBySystem in interface CompanyPersistencesystem - the system
public List<Company> findBySystem(boolean system,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from CompanyModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findBySystem in interface CompanyPersistencesystem - the systemstart - the lower bound of the range of companiesend - the upper bound of the range of companies (not inclusive)
public List<Company> findBySystem(boolean system,
int start,
int end,
OrderByComparator<Company> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from CompanyModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findBySystem in interface CompanyPersistencesystem - the systemstart - the lower bound of the range of companiesend - the upper bound of the range of companies (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<Company> findBySystem(boolean system,
int start,
int end,
OrderByComparator<Company> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from CompanyModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findBySystem in interface CompanyPersistencesystem - the systemstart - the lower bound of the range of companiesend - the upper bound of the range of companies (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public Company findBySystem_First(boolean system,
OrderByComparator<Company> orderByComparator)
throws NoSuchCompanyException
findBySystem_First in interface CompanyPersistencesystem - the systemorderByComparator - the comparator to order the set by (optionally null)
NoSuchCompanyException - if a matching company could not be found
public Company fetchBySystem_First(boolean system,
OrderByComparator<Company> orderByComparator)
fetchBySystem_First in interface CompanyPersistencesystem - the systemorderByComparator - the comparator to order the set by (optionally null)
null if a matching company could not be found
public Company findBySystem_Last(boolean system,
OrderByComparator<Company> orderByComparator)
throws NoSuchCompanyException
findBySystem_Last in interface CompanyPersistencesystem - the systemorderByComparator - the comparator to order the set by (optionally null)
NoSuchCompanyException - if a matching company could not be found
public Company fetchBySystem_Last(boolean system,
OrderByComparator<Company> orderByComparator)
fetchBySystem_Last in interface CompanyPersistencesystem - the systemorderByComparator - the comparator to order the set by (optionally null)
null if a matching company could not be found
public Company[] findBySystem_PrevAndNext(long companyId,
boolean system,
OrderByComparator<Company> orderByComparator)
throws NoSuchCompanyException
findBySystem_PrevAndNext in interface CompanyPersistencecompanyId - the primary key of the current companysystem - the systemorderByComparator - the comparator to order the set by (optionally null)
NoSuchCompanyException - if a company with the primary key could not be found
protected Company getBySystem_PrevAndNext(Session session,
Company company,
boolean system,
OrderByComparator<Company> orderByComparator,
boolean previous)
public void removeBySystem(boolean system)
removeBySystem in interface CompanyPersistencesystem - the systempublic int countBySystem(boolean system)
countBySystem in interface CompanyPersistencesystem - the system
public void cacheResult(Company company)
cacheResult in interface CompanyPersistencecompany - the companypublic void cacheResult(List<Company> companies)
cacheResult in interface CompanyPersistencecompanies - the companiespublic void clearCache()
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface BasePersistence<Company>clearCache in class BasePersistenceImpl<Company>public void clearCache(Company company)
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface BasePersistence<Company>clearCache in class BasePersistenceImpl<Company>company - the instance of this model to clear the cache forpublic void clearCache(List<Company> companies)
BasePersistence
The EntityCache and FinderCache are both cleared by this
method.
clearCache in interface BasePersistence<Company>clearCache in class BasePersistenceImpl<Company>companies - the List instances of this model to clear the cache for
protected void cacheUniqueFindersCache(CompanyModelImpl companyModelImpl,
boolean isNew)
protected void clearUniqueFindersCache(CompanyModelImpl companyModelImpl)
public Company create(long companyId)
create in interface CompanyPersistencecompanyId - the primary key for the new company
public Company remove(long companyId)
throws NoSuchCompanyException
remove in interface CompanyPersistencecompanyId - the primary key of the company
NoSuchCompanyException - if a company with the primary key could not be found
public Company remove(Serializable primaryKey)
throws NoSuchCompanyException
remove in interface BasePersistence<Company>remove in class BasePersistenceImpl<Company>primaryKey - the primary key of the company
NoSuchCompanyException - if a company with the primary key could not be foundprotected Company removeImpl(Company company)
BasePersistenceImplBasePersistenceImpl.update(BaseModel,
boolean) depends on this method to implement the remove operation; it
only notifies the model listeners.
removeImpl in class BasePersistenceImpl<Company>company - the model instance to remove
public Company updateImpl(Company company)
BasePersistenceImplBasePersistenceImpl.remove(BaseModel) depends on this method to implement the
update operation; it only notifies the model listeners.
updateImpl in interface CompanyPersistenceupdateImpl in class BasePersistenceImpl<Company>company - the model instance to update
protected Company toUnwrappedModel(Company company)
public Company findByPrimaryKey(Serializable primaryKey)
throws NoSuchCompanyException
NoSuchModelException if it could not be found.
findByPrimaryKey in interface BasePersistence<Company>findByPrimaryKey in class BasePersistenceImpl<Company>primaryKey - the primary key of the company
NoSuchCompanyException - if a company with the primary key could not be found
public Company findByPrimaryKey(long companyId)
throws NoSuchCompanyException
NoSuchCompanyException if it could not be found.
findByPrimaryKey in interface CompanyPersistencecompanyId - the primary key of the company
NoSuchCompanyException - if a company with the primary key could not be foundpublic Company fetchByPrimaryKey(Serializable primaryKey)
null if it could not be found.
fetchByPrimaryKey in interface BasePersistence<Company>fetchByPrimaryKey in class BasePersistenceImpl<Company>primaryKey - the primary key of the company
null if a company with the primary key could not be foundpublic Company fetchByPrimaryKey(long companyId)
null if it could not be found.
fetchByPrimaryKey in interface CompanyPersistencecompanyId - the primary key of the company
null if a company with the primary key could not be foundpublic Map<Serializable,Company> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
fetchByPrimaryKeys in interface BasePersistence<Company>fetchByPrimaryKeys in interface CompanyPersistencefetchByPrimaryKeys in class BasePersistenceImpl<Company>public List<Company> findAll()
findAll in interface CompanyPersistence
public List<Company> findAll(int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from CompanyModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findAll in interface CompanyPersistencestart - the lower bound of the range of companiesend - the upper bound of the range of companies (not inclusive)
public List<Company> findAll(int start,
int end,
OrderByComparator<Company> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from CompanyModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findAll in interface CompanyPersistencestart - the lower bound of the range of companiesend - the upper bound of the range of companies (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<Company> findAll(int start,
int end,
OrderByComparator<Company> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from CompanyModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findAll in interface CompanyPersistencestart - the lower bound of the range of companiesend - the upper bound of the range of companies (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public void removeAll()
removeAll in interface CompanyPersistencepublic int countAll()
countAll in interface CompanyPersistencepublic Set<String> getBadColumnNames()
getBadColumnNames in interface BasePersistence<Company>getBadColumnNames in interface CompanyPersistencegetBadColumnNames in class BasePersistenceImpl<Company>protected Map<String,Integer> getTableColumnsMap()
getTableColumnsMap in class BasePersistenceImpl<Company>public void afterPropertiesSet()
public void destroy()
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||