@ProviderType public interface CommerceBOMFolderPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<CommerceBOMFolder>
Caching information and settings can be found in portal.properties
CommerceBOMFolderUtil| Modifier and Type | Method and Description |
|---|---|
void |
cacheResult(CommerceBOMFolder commerceBOMFolder)
Caches the commerce bom folder in the entity cache if it is enabled.
|
void |
cacheResult(java.util.List<CommerceBOMFolder> commerceBOMFolders)
Caches the commerce bom folders in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of commerce bom folders.
|
int |
countByC_P(long companyId,
long parentCommerceBOMFolderId)
Returns the number of commerce bom folders where companyId = ? and parentCommerceBOMFolderId = ?.
|
int |
countByCompanyId(long companyId)
Returns the number of commerce bom folders where companyId = ?.
|
CommerceBOMFolder |
create(long commerceBOMFolderId)
Creates a new commerce bom folder with the primary key.
|
CommerceBOMFolder |
fetchByC_P_First(long companyId,
long parentCommerceBOMFolderId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceBOMFolder> orderByComparator)
Returns the first commerce bom folder in the ordered set where companyId = ? and parentCommerceBOMFolderId = ?.
|
CommerceBOMFolder |
fetchByC_P_Last(long companyId,
long parentCommerceBOMFolderId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceBOMFolder> orderByComparator)
Returns the last commerce bom folder in the ordered set where companyId = ? and parentCommerceBOMFolderId = ?.
|
CommerceBOMFolder |
fetchByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceBOMFolder> orderByComparator)
Returns the first commerce bom folder in the ordered set where companyId = ?.
|
CommerceBOMFolder |
fetchByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceBOMFolder> orderByComparator)
Returns the last commerce bom folder in the ordered set where companyId = ?.
|
CommerceBOMFolder |
fetchByPrimaryKey(long commerceBOMFolderId)
Returns the commerce bom folder with the primary key or returns
null if it could not be found. |
int |
filterCountByC_P(long companyId,
long parentCommerceBOMFolderId)
Returns the number of commerce bom folders that the user has permission to view where companyId = ? and parentCommerceBOMFolderId = ?.
|
int |
filterCountByCompanyId(long companyId)
Returns the number of commerce bom folders that the user has permission to view where companyId = ?.
|
CommerceBOMFolder[] |
filterFindByC_P_PrevAndNext(long commerceBOMFolderId,
long companyId,
long parentCommerceBOMFolderId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceBOMFolder> orderByComparator)
Returns the commerce bom folders before and after the current commerce bom folder in the ordered set of commerce bom folders that the user has permission to view where companyId = ? and parentCommerceBOMFolderId = ?.
|
java.util.List<CommerceBOMFolder> |
filterFindByC_P(long companyId,
long parentCommerceBOMFolderId)
Returns all the commerce bom folders that the user has permission to view where companyId = ? and parentCommerceBOMFolderId = ?.
|
java.util.List<CommerceBOMFolder> |
filterFindByC_P(long companyId,
long parentCommerceBOMFolderId,
int start,
int end)
Returns a range of all the commerce bom folders that the user has permission to view where companyId = ? and parentCommerceBOMFolderId = ?.
|
java.util.List<CommerceBOMFolder> |
filterFindByC_P(long companyId,
long parentCommerceBOMFolderId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceBOMFolder> orderByComparator)
Returns an ordered range of all the commerce bom folders that the user has permissions to view where companyId = ? and parentCommerceBOMFolderId = ?.
|
CommerceBOMFolder[] |
filterFindByCompanyId_PrevAndNext(long commerceBOMFolderId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceBOMFolder> orderByComparator)
Returns the commerce bom folders before and after the current commerce bom folder in the ordered set of commerce bom folders that the user has permission to view where companyId = ?.
|
java.util.List<CommerceBOMFolder> |
filterFindByCompanyId(long companyId)
Returns all the commerce bom folders that the user has permission to view where companyId = ?.
|
java.util.List<CommerceBOMFolder> |
filterFindByCompanyId(long companyId,
int start,
int end)
Returns a range of all the commerce bom folders that the user has permission to view where companyId = ?.
|
java.util.List<CommerceBOMFolder> |
filterFindByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceBOMFolder> orderByComparator)
Returns an ordered range of all the commerce bom folders that the user has permissions to view where companyId = ?.
|
java.util.List<CommerceBOMFolder> |
findAll()
Returns all the commerce bom folders.
|
java.util.List<CommerceBOMFolder> |
findAll(int start,
int end)
Returns a range of all the commerce bom folders.
|
java.util.List<CommerceBOMFolder> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceBOMFolder> orderByComparator)
Returns an ordered range of all the commerce bom folders.
|
java.util.List<CommerceBOMFolder> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceBOMFolder> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the commerce bom folders.
|
CommerceBOMFolder |
findByC_P_First(long companyId,
long parentCommerceBOMFolderId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceBOMFolder> orderByComparator)
Returns the first commerce bom folder in the ordered set where companyId = ? and parentCommerceBOMFolderId = ?.
|
CommerceBOMFolder |
findByC_P_Last(long companyId,
long parentCommerceBOMFolderId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceBOMFolder> orderByComparator)
Returns the last commerce bom folder in the ordered set where companyId = ? and parentCommerceBOMFolderId = ?.
|
CommerceBOMFolder[] |
findByC_P_PrevAndNext(long commerceBOMFolderId,
long companyId,
long parentCommerceBOMFolderId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceBOMFolder> orderByComparator)
Returns the commerce bom folders before and after the current commerce bom folder in the ordered set where companyId = ? and parentCommerceBOMFolderId = ?.
|
java.util.List<CommerceBOMFolder> |
findByC_P(long companyId,
long parentCommerceBOMFolderId)
Returns all the commerce bom folders where companyId = ? and parentCommerceBOMFolderId = ?.
|
java.util.List<CommerceBOMFolder> |
findByC_P(long companyId,
long parentCommerceBOMFolderId,
int start,
int end)
Returns a range of all the commerce bom folders where companyId = ? and parentCommerceBOMFolderId = ?.
|
java.util.List<CommerceBOMFolder> |
findByC_P(long companyId,
long parentCommerceBOMFolderId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceBOMFolder> orderByComparator)
Returns an ordered range of all the commerce bom folders where companyId = ? and parentCommerceBOMFolderId = ?.
|
java.util.List<CommerceBOMFolder> |
findByC_P(long companyId,
long parentCommerceBOMFolderId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceBOMFolder> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the commerce bom folders where companyId = ? and parentCommerceBOMFolderId = ?.
|
CommerceBOMFolder |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceBOMFolder> orderByComparator)
Returns the first commerce bom folder in the ordered set where companyId = ?.
|
CommerceBOMFolder |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceBOMFolder> orderByComparator)
Returns the last commerce bom folder in the ordered set where companyId = ?.
|
CommerceBOMFolder[] |
findByCompanyId_PrevAndNext(long commerceBOMFolderId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceBOMFolder> orderByComparator)
Returns the commerce bom folders before and after the current commerce bom folder in the ordered set where companyId = ?.
|
java.util.List<CommerceBOMFolder> |
findByCompanyId(long companyId)
Returns all the commerce bom folders where companyId = ?.
|
java.util.List<CommerceBOMFolder> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the commerce bom folders where companyId = ?.
|
java.util.List<CommerceBOMFolder> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceBOMFolder> orderByComparator)
Returns an ordered range of all the commerce bom folders where companyId = ?.
|
java.util.List<CommerceBOMFolder> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceBOMFolder> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the commerce bom folders where companyId = ?.
|
CommerceBOMFolder |
findByPrimaryKey(long commerceBOMFolderId)
Returns the commerce bom folder with the primary key or throws a
NoSuchBOMFolderException if it could not be found. |
CommerceBOMFolder |
remove(long commerceBOMFolderId)
Removes the commerce bom folder with the primary key from the database.
|
void |
removeAll()
Removes all the commerce bom folders from the database.
|
void |
removeByC_P(long companyId,
long parentCommerceBOMFolderId)
Removes all the commerce bom folders where companyId = ? and parentCommerceBOMFolderId = ? from the database.
|
void |
removeByCompanyId(long companyId)
Removes all the commerce bom folders where companyId = ? from the database.
|
CommerceBOMFolder |
updateImpl(CommerceBOMFolder commerceBOMFolder) |
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, updatejava.util.List<CommerceBOMFolder> findByCompanyId(long companyId)
companyId - the company IDjava.util.List<CommerceBOMFolder> findByCompanyId(long companyId, 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, then the query will include the default ORDER BY logic from CommerceBOMFolderModelImpl.
companyId - the company IDstart - the lower bound of the range of commerce bom foldersend - the upper bound of the range of commerce bom folders (not inclusive)java.util.List<CommerceBOMFolder> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceBOMFolder> 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, then the query will include the default ORDER BY logic from CommerceBOMFolderModelImpl.
companyId - the company IDstart - the lower bound of the range of commerce bom foldersend - the upper bound of the range of commerce bom folders (not inclusive)orderByComparator - the comparator to order the results by (optionally null)java.util.List<CommerceBOMFolder> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceBOMFolder> orderByComparator, boolean useFinderCache)
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, then the query will include the default ORDER BY logic from CommerceBOMFolderModelImpl.
companyId - the company IDstart - the lower bound of the range of commerce bom foldersend - the upper bound of the range of commerce bom folders (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cacheCommerceBOMFolder findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceBOMFolder> orderByComparator) throws NoSuchBOMFolderException
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchBOMFolderException - if a matching commerce bom folder could not be foundCommerceBOMFolder fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceBOMFolder> orderByComparator)
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching commerce bom folder could not be foundCommerceBOMFolder findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceBOMFolder> orderByComparator) throws NoSuchBOMFolderException
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchBOMFolderException - if a matching commerce bom folder could not be foundCommerceBOMFolder fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceBOMFolder> orderByComparator)
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching commerce bom folder could not be foundCommerceBOMFolder[] findByCompanyId_PrevAndNext(long commerceBOMFolderId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceBOMFolder> orderByComparator) throws NoSuchBOMFolderException
commerceBOMFolderId - the primary key of the current commerce bom foldercompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchBOMFolderException - if a commerce bom folder with the primary key could not be foundjava.util.List<CommerceBOMFolder> filterFindByCompanyId(long companyId)
companyId - the company IDjava.util.List<CommerceBOMFolder> filterFindByCompanyId(long companyId, 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, then the query will include the default ORDER BY logic from CommerceBOMFolderModelImpl.
companyId - the company IDstart - the lower bound of the range of commerce bom foldersend - the upper bound of the range of commerce bom folders (not inclusive)java.util.List<CommerceBOMFolder> filterFindByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceBOMFolder> 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, then the query will include the default ORDER BY logic from CommerceBOMFolderModelImpl.
companyId - the company IDstart - the lower bound of the range of commerce bom foldersend - the upper bound of the range of commerce bom folders (not inclusive)orderByComparator - the comparator to order the results by (optionally null)CommerceBOMFolder[] filterFindByCompanyId_PrevAndNext(long commerceBOMFolderId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceBOMFolder> orderByComparator) throws NoSuchBOMFolderException
commerceBOMFolderId - the primary key of the current commerce bom foldercompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchBOMFolderException - if a commerce bom folder with the primary key could not be foundvoid removeByCompanyId(long companyId)
companyId - the company IDint countByCompanyId(long companyId)
companyId - the company IDint filterCountByCompanyId(long companyId)
companyId - the company IDjava.util.List<CommerceBOMFolder> findByC_P(long companyId, long parentCommerceBOMFolderId)
companyId - the company IDparentCommerceBOMFolderId - the parent commerce bom folder IDjava.util.List<CommerceBOMFolder> findByC_P(long companyId, long parentCommerceBOMFolderId, 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, then the query will include the default ORDER BY logic from CommerceBOMFolderModelImpl.
companyId - the company IDparentCommerceBOMFolderId - the parent commerce bom folder IDstart - the lower bound of the range of commerce bom foldersend - the upper bound of the range of commerce bom folders (not inclusive)java.util.List<CommerceBOMFolder> findByC_P(long companyId, long parentCommerceBOMFolderId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceBOMFolder> 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, then the query will include the default ORDER BY logic from CommerceBOMFolderModelImpl.
companyId - the company IDparentCommerceBOMFolderId - the parent commerce bom folder IDstart - the lower bound of the range of commerce bom foldersend - the upper bound of the range of commerce bom folders (not inclusive)orderByComparator - the comparator to order the results by (optionally null)java.util.List<CommerceBOMFolder> findByC_P(long companyId, long parentCommerceBOMFolderId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceBOMFolder> orderByComparator, boolean useFinderCache)
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, then the query will include the default ORDER BY logic from CommerceBOMFolderModelImpl.
companyId - the company IDparentCommerceBOMFolderId - the parent commerce bom folder IDstart - the lower bound of the range of commerce bom foldersend - the upper bound of the range of commerce bom folders (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cacheCommerceBOMFolder findByC_P_First(long companyId, long parentCommerceBOMFolderId, com.liferay.portal.kernel.util.OrderByComparator<CommerceBOMFolder> orderByComparator) throws NoSuchBOMFolderException
companyId - the company IDparentCommerceBOMFolderId - the parent commerce bom folder IDorderByComparator - the comparator to order the set by (optionally null)NoSuchBOMFolderException - if a matching commerce bom folder could not be foundCommerceBOMFolder fetchByC_P_First(long companyId, long parentCommerceBOMFolderId, com.liferay.portal.kernel.util.OrderByComparator<CommerceBOMFolder> orderByComparator)
companyId - the company IDparentCommerceBOMFolderId - the parent commerce bom folder IDorderByComparator - the comparator to order the set by (optionally null)null if a matching commerce bom folder could not be foundCommerceBOMFolder findByC_P_Last(long companyId, long parentCommerceBOMFolderId, com.liferay.portal.kernel.util.OrderByComparator<CommerceBOMFolder> orderByComparator) throws NoSuchBOMFolderException
companyId - the company IDparentCommerceBOMFolderId - the parent commerce bom folder IDorderByComparator - the comparator to order the set by (optionally null)NoSuchBOMFolderException - if a matching commerce bom folder could not be foundCommerceBOMFolder fetchByC_P_Last(long companyId, long parentCommerceBOMFolderId, com.liferay.portal.kernel.util.OrderByComparator<CommerceBOMFolder> orderByComparator)
companyId - the company IDparentCommerceBOMFolderId - the parent commerce bom folder IDorderByComparator - the comparator to order the set by (optionally null)null if a matching commerce bom folder could not be foundCommerceBOMFolder[] findByC_P_PrevAndNext(long commerceBOMFolderId, long companyId, long parentCommerceBOMFolderId, com.liferay.portal.kernel.util.OrderByComparator<CommerceBOMFolder> orderByComparator) throws NoSuchBOMFolderException
commerceBOMFolderId - the primary key of the current commerce bom foldercompanyId - the company IDparentCommerceBOMFolderId - the parent commerce bom folder IDorderByComparator - the comparator to order the set by (optionally null)NoSuchBOMFolderException - if a commerce bom folder with the primary key could not be foundjava.util.List<CommerceBOMFolder> filterFindByC_P(long companyId, long parentCommerceBOMFolderId)
companyId - the company IDparentCommerceBOMFolderId - the parent commerce bom folder IDjava.util.List<CommerceBOMFolder> filterFindByC_P(long companyId, long parentCommerceBOMFolderId, 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, then the query will include the default ORDER BY logic from CommerceBOMFolderModelImpl.
companyId - the company IDparentCommerceBOMFolderId - the parent commerce bom folder IDstart - the lower bound of the range of commerce bom foldersend - the upper bound of the range of commerce bom folders (not inclusive)java.util.List<CommerceBOMFolder> filterFindByC_P(long companyId, long parentCommerceBOMFolderId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceBOMFolder> 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, then the query will include the default ORDER BY logic from CommerceBOMFolderModelImpl.
companyId - the company IDparentCommerceBOMFolderId - the parent commerce bom folder IDstart - the lower bound of the range of commerce bom foldersend - the upper bound of the range of commerce bom folders (not inclusive)orderByComparator - the comparator to order the results by (optionally null)CommerceBOMFolder[] filterFindByC_P_PrevAndNext(long commerceBOMFolderId, long companyId, long parentCommerceBOMFolderId, com.liferay.portal.kernel.util.OrderByComparator<CommerceBOMFolder> orderByComparator) throws NoSuchBOMFolderException
commerceBOMFolderId - the primary key of the current commerce bom foldercompanyId - the company IDparentCommerceBOMFolderId - the parent commerce bom folder IDorderByComparator - the comparator to order the set by (optionally null)NoSuchBOMFolderException - if a commerce bom folder with the primary key could not be foundvoid removeByC_P(long companyId,
long parentCommerceBOMFolderId)
companyId - the company IDparentCommerceBOMFolderId - the parent commerce bom folder IDint countByC_P(long companyId,
long parentCommerceBOMFolderId)
companyId - the company IDparentCommerceBOMFolderId - the parent commerce bom folder IDint filterCountByC_P(long companyId,
long parentCommerceBOMFolderId)
companyId - the company IDparentCommerceBOMFolderId - the parent commerce bom folder IDvoid cacheResult(CommerceBOMFolder commerceBOMFolder)
commerceBOMFolder - the commerce bom foldervoid cacheResult(java.util.List<CommerceBOMFolder> commerceBOMFolders)
commerceBOMFolders - the commerce bom foldersCommerceBOMFolder create(long commerceBOMFolderId)
commerceBOMFolderId - the primary key for the new commerce bom folderCommerceBOMFolder remove(long commerceBOMFolderId) throws NoSuchBOMFolderException
commerceBOMFolderId - the primary key of the commerce bom folderNoSuchBOMFolderException - if a commerce bom folder with the primary key could not be foundCommerceBOMFolder updateImpl(CommerceBOMFolder commerceBOMFolder)
CommerceBOMFolder findByPrimaryKey(long commerceBOMFolderId) throws NoSuchBOMFolderException
NoSuchBOMFolderException if it could not be found.commerceBOMFolderId - the primary key of the commerce bom folderNoSuchBOMFolderException - if a commerce bom folder with the primary key could not be foundCommerceBOMFolder fetchByPrimaryKey(long commerceBOMFolderId)
null if it could not be found.commerceBOMFolderId - the primary key of the commerce bom foldernull if a commerce bom folder with the primary key could not be foundjava.util.List<CommerceBOMFolder> findAll()
java.util.List<CommerceBOMFolder> 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, then the query will include the default ORDER BY logic from CommerceBOMFolderModelImpl.
start - the lower bound of the range of commerce bom foldersend - the upper bound of the range of commerce bom folders (not inclusive)java.util.List<CommerceBOMFolder> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceBOMFolder> 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, then the query will include the default ORDER BY logic from CommerceBOMFolderModelImpl.
start - the lower bound of the range of commerce bom foldersend - the upper bound of the range of commerce bom folders (not inclusive)orderByComparator - the comparator to order the results by (optionally null)java.util.List<CommerceBOMFolder> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceBOMFolder> orderByComparator, boolean useFinderCache)
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, then the query will include the default ORDER BY logic from CommerceBOMFolderModelImpl.
start - the lower bound of the range of commerce bom foldersend - the upper bound of the range of commerce bom folders (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachevoid removeAll()
int countAll()