Interface CSDiagramSettingPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<CSDiagramSetting>
,com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CSDiagramSetting>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheResult
(CSDiagramSetting csDiagramSetting) Caches the cs diagram setting in the entity cache if it is enabled.void
cacheResult
(List<CSDiagramSetting> csDiagramSettings) Caches the cs diagram settings in the entity cache if it is enabled.int
countAll()
Returns the number of cs diagram settings.int
countByCPDefinitionId
(long CPDefinitionId) Returns the number of cs diagram settings where CPDefinitionId = ?.int
countByUuid
(String uuid) Returns the number of cs diagram settings where uuid = ?.int
countByUuid_C
(String uuid, long companyId) Returns the number of cs diagram settings where uuid = ? and companyId = ?.create
(long CSDiagramSettingId) Creates a new cs diagram setting with the primary key.fetchByCPDefinitionId
(long CPDefinitionId) Returns the cs diagram setting where CPDefinitionId = ? or returnsnull
if it could not be found.fetchByCPDefinitionId
(long CPDefinitionId, boolean useFinderCache) Returns the cs diagram setting where CPDefinitionId = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByPrimaryKey
(long CSDiagramSettingId) Returns the cs diagram setting with the primary key or returnsnull
if it could not be found.fetchByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramSetting> orderByComparator) Returns the first cs diagram setting in the ordered set where uuid = ? and companyId = ?.fetchByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramSetting> orderByComparator) Returns the last cs diagram setting in the ordered set where uuid = ? and companyId = ?.fetchByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramSetting> orderByComparator) Returns the first cs diagram setting in the ordered set where uuid = ?.fetchByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramSetting> orderByComparator) Returns the last cs diagram setting in the ordered set where uuid = ?.findAll()
Returns all the cs diagram settings.findAll
(int start, int end) Returns a range of all the cs diagram settings.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramSetting> orderByComparator) Returns an ordered range of all the cs diagram settings.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramSetting> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cs diagram settings.findByCPDefinitionId
(long CPDefinitionId) Returns the cs diagram setting where CPDefinitionId = ? or throws aNoSuchCSDiagramSettingException
if it could not be found.findByPrimaryKey
(long CSDiagramSettingId) Returns the cs diagram setting with the primary key or throws aNoSuchCSDiagramSettingException
if it could not be found.findByUuid
(String uuid) Returns all the cs diagram settings where uuid = ?.findByUuid
(String uuid, int start, int end) Returns a range of all the cs diagram settings where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramSetting> orderByComparator) Returns an ordered range of all the cs diagram settings where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramSetting> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cs diagram settings where uuid = ?.findByUuid_C
(String uuid, long companyId) Returns all the cs diagram settings where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the cs diagram settings where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramSetting> orderByComparator) Returns an ordered range of all the cs diagram settings where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramSetting> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cs diagram settings where uuid = ? and companyId = ?.findByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramSetting> orderByComparator) Returns the first cs diagram setting in the ordered set where uuid = ? and companyId = ?.findByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramSetting> orderByComparator) Returns the last cs diagram setting in the ordered set where uuid = ? and companyId = ?.findByUuid_C_PrevAndNext
(long CSDiagramSettingId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramSetting> orderByComparator) Returns the cs diagram settings before and after the current cs diagram setting in the ordered set where uuid = ? and companyId = ?.findByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramSetting> orderByComparator) Returns the first cs diagram setting in the ordered set where uuid = ?.findByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramSetting> orderByComparator) Returns the last cs diagram setting in the ordered set where uuid = ?.findByUuid_PrevAndNext
(long CSDiagramSettingId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramSetting> orderByComparator) Returns the cs diagram settings before and after the current cs diagram setting in the ordered set where uuid = ?.remove
(long CSDiagramSettingId) Removes the cs diagram setting with the primary key from the database.void
Removes all the cs diagram settings from the database.removeByCPDefinitionId
(long CPDefinitionId) Removes the cs diagram setting where CPDefinitionId = ? from the database.void
removeByUuid
(String uuid) Removes all the cs diagram settings where uuid = ? from the database.void
removeByUuid_C
(String uuid, long companyId) Removes all the cs diagram settings where uuid = ? and companyId = ? from the database.updateImpl
(CSDiagramSetting csDiagramSetting) Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, removeByFunction, setDataSource, unregisterListener, update, update
Methods inherited from interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence
getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
-
Method Details
-
findByUuid
Returns all the cs diagram settings where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching cs diagram settings
-
findByUuid
Returns a range of all the cs diagram settings where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCSDiagramSettingModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of cs diagram settingsend
- the upper bound of the range of cs diagram settings (not inclusive)- Returns:
- the range of matching cs diagram settings
-
findByUuid
List<CSDiagramSetting> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramSetting> orderByComparator) Returns an ordered range of all the cs diagram settings where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCSDiagramSettingModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of cs diagram settingsend
- the upper bound of the range of cs diagram settings (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching cs diagram settings
-
findByUuid
List<CSDiagramSetting> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramSetting> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cs diagram settings where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCSDiagramSettingModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of cs diagram settingsend
- the upper bound of the range of cs diagram settings (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching cs diagram settings
-
findByUuid_First
CSDiagramSetting findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramSetting> orderByComparator) throws NoSuchCSDiagramSettingException Returns the first cs diagram setting in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cs diagram setting
- Throws:
NoSuchCSDiagramSettingException
- if a matching cs diagram setting could not be found
-
fetchByUuid_First
CSDiagramSetting fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramSetting> orderByComparator) Returns the first cs diagram setting in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cs diagram setting, or
null
if a matching cs diagram setting could not be found
-
findByUuid_Last
CSDiagramSetting findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramSetting> orderByComparator) throws NoSuchCSDiagramSettingException Returns the last cs diagram setting in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cs diagram setting
- Throws:
NoSuchCSDiagramSettingException
- if a matching cs diagram setting could not be found
-
fetchByUuid_Last
CSDiagramSetting fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramSetting> orderByComparator) Returns the last cs diagram setting in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cs diagram setting, or
null
if a matching cs diagram setting could not be found
-
findByUuid_PrevAndNext
CSDiagramSetting[] findByUuid_PrevAndNext(long CSDiagramSettingId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramSetting> orderByComparator) throws NoSuchCSDiagramSettingException Returns the cs diagram settings before and after the current cs diagram setting in the ordered set where uuid = ?.- Parameters:
CSDiagramSettingId
- the primary key of the current cs diagram settinguuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next cs diagram setting
- Throws:
NoSuchCSDiagramSettingException
- if a cs diagram setting with the primary key could not be found
-
removeByUuid
Removes all the cs diagram settings where uuid = ? from the database.- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of cs diagram settings where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching cs diagram settings
-
findByUuid_C
Returns all the cs diagram settings where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching cs diagram settings
-
findByUuid_C
Returns a range of all the cs diagram settings where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCSDiagramSettingModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of cs diagram settingsend
- the upper bound of the range of cs diagram settings (not inclusive)- Returns:
- the range of matching cs diagram settings
-
findByUuid_C
List<CSDiagramSetting> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramSetting> orderByComparator) Returns an ordered range of all the cs diagram settings where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCSDiagramSettingModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of cs diagram settingsend
- the upper bound of the range of cs diagram settings (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching cs diagram settings
-
findByUuid_C
List<CSDiagramSetting> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramSetting> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cs diagram settings where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCSDiagramSettingModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of cs diagram settingsend
- the upper bound of the range of cs diagram settings (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching cs diagram settings
-
findByUuid_C_First
CSDiagramSetting findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramSetting> orderByComparator) throws NoSuchCSDiagramSettingException Returns the first cs diagram setting in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cs diagram setting
- Throws:
NoSuchCSDiagramSettingException
- if a matching cs diagram setting could not be found
-
fetchByUuid_C_First
CSDiagramSetting fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramSetting> orderByComparator) Returns the first cs diagram setting in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cs diagram setting, or
null
if a matching cs diagram setting could not be found
-
findByUuid_C_Last
CSDiagramSetting findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramSetting> orderByComparator) throws NoSuchCSDiagramSettingException Returns the last cs diagram setting in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cs diagram setting
- Throws:
NoSuchCSDiagramSettingException
- if a matching cs diagram setting could not be found
-
fetchByUuid_C_Last
CSDiagramSetting fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramSetting> orderByComparator) Returns the last cs diagram setting in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cs diagram setting, or
null
if a matching cs diagram setting could not be found
-
findByUuid_C_PrevAndNext
CSDiagramSetting[] findByUuid_C_PrevAndNext(long CSDiagramSettingId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramSetting> orderByComparator) throws NoSuchCSDiagramSettingException Returns the cs diagram settings before and after the current cs diagram setting in the ordered set where uuid = ? and companyId = ?.- Parameters:
CSDiagramSettingId
- the primary key of the current cs diagram settinguuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next cs diagram setting
- Throws:
NoSuchCSDiagramSettingException
- if a cs diagram setting with the primary key could not be found
-
removeByUuid_C
Removes all the cs diagram settings where uuid = ? and companyId = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of cs diagram settings where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching cs diagram settings
-
findByCPDefinitionId
Returns the cs diagram setting where CPDefinitionId = ? or throws aNoSuchCSDiagramSettingException
if it could not be found.- Parameters:
CPDefinitionId
- the cp definition ID- Returns:
- the matching cs diagram setting
- Throws:
NoSuchCSDiagramSettingException
- if a matching cs diagram setting could not be found
-
fetchByCPDefinitionId
Returns the cs diagram setting where CPDefinitionId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
CPDefinitionId
- the cp definition ID- Returns:
- the matching cs diagram setting, or
null
if a matching cs diagram setting could not be found
-
fetchByCPDefinitionId
Returns the cs diagram setting where CPDefinitionId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
CPDefinitionId
- the cp definition IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching cs diagram setting, or
null
if a matching cs diagram setting could not be found
-
removeByCPDefinitionId
Removes the cs diagram setting where CPDefinitionId = ? from the database.- Parameters:
CPDefinitionId
- the cp definition ID- Returns:
- the cs diagram setting that was removed
- Throws:
NoSuchCSDiagramSettingException
-
countByCPDefinitionId
int countByCPDefinitionId(long CPDefinitionId) Returns the number of cs diagram settings where CPDefinitionId = ?.- Parameters:
CPDefinitionId
- the cp definition ID- Returns:
- the number of matching cs diagram settings
-
cacheResult
Caches the cs diagram setting in the entity cache if it is enabled.- Parameters:
csDiagramSetting
- the cs diagram setting
-
cacheResult
Caches the cs diagram settings in the entity cache if it is enabled.- Parameters:
csDiagramSettings
- the cs diagram settings
-
create
Creates a new cs diagram setting with the primary key. Does not add the cs diagram setting to the database.- Parameters:
CSDiagramSettingId
- the primary key for the new cs diagram setting- Returns:
- the new cs diagram setting
-
remove
Removes the cs diagram setting with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
CSDiagramSettingId
- the primary key of the cs diagram setting- Returns:
- the cs diagram setting that was removed
- Throws:
NoSuchCSDiagramSettingException
- if a cs diagram setting with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
Returns the cs diagram setting with the primary key or throws aNoSuchCSDiagramSettingException
if it could not be found.- Parameters:
CSDiagramSettingId
- the primary key of the cs diagram setting- Returns:
- the cs diagram setting
- Throws:
NoSuchCSDiagramSettingException
- if a cs diagram setting with the primary key could not be found
-
fetchByPrimaryKey
Returns the cs diagram setting with the primary key or returnsnull
if it could not be found.- Parameters:
CSDiagramSettingId
- the primary key of the cs diagram setting- Returns:
- the cs diagram setting, or
null
if a cs diagram setting with the primary key could not be found
-
findAll
List<CSDiagramSetting> findAll()Returns all the cs diagram settings.- Returns:
- the cs diagram settings
-
findAll
Returns a range of all the cs diagram settings.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCSDiagramSettingModelImpl
.- Parameters:
start
- the lower bound of the range of cs diagram settingsend
- the upper bound of the range of cs diagram settings (not inclusive)- Returns:
- the range of cs diagram settings
-
findAll
List<CSDiagramSetting> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramSetting> orderByComparator) Returns an ordered range of all the cs diagram settings.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCSDiagramSettingModelImpl
.- Parameters:
start
- the lower bound of the range of cs diagram settingsend
- the upper bound of the range of cs diagram settings (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of cs diagram settings
-
findAll
List<CSDiagramSetting> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramSetting> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cs diagram settings.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCSDiagramSettingModelImpl
.- Parameters:
start
- the lower bound of the range of cs diagram settingsend
- the upper bound of the range of cs diagram settings (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of cs diagram settings
-
removeAll
void removeAll()Removes all the cs diagram settings from the database. -
countAll
int countAll()Returns the number of cs diagram settings.- Returns:
- the number of cs diagram settings
-