|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotUtil
@ProviderType public class SCProductScreenshotUtil
The persistence utility for the s c product screenshot service. This utility wraps SCProductScreenshotPersistenceImpl and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
SCProductScreenshotPersistence,
SCProductScreenshotPersistenceImpl| Constructor Summary | |
|---|---|
SCProductScreenshotUtil()
|
|
| Method Summary | |
|---|---|
static void |
cacheResult(List<SCProductScreenshot> scProductScreenshots)
Caches the s c product screenshots in the entity cache if it is enabled. |
static void |
cacheResult(SCProductScreenshot scProductScreenshot)
Caches the s c product screenshot in the entity cache if it is enabled. |
static void |
clearCache()
|
static void |
clearCache(SCProductScreenshot scProductScreenshot)
|
static int |
countAll()
Returns the number of s c product screenshots. |
static int |
countByFullImageId(long fullImageId)
Returns the number of s c product screenshots where fullImageId = ?. |
static int |
countByP_P(long productEntryId,
int priority)
Returns the number of s c product screenshots where productEntryId = ? and priority = ?. |
static int |
countByProductEntryId(long productEntryId)
Returns the number of s c product screenshots where productEntryId = ?. |
static int |
countByThumbnailId(long thumbnailId)
Returns the number of s c product screenshots where thumbnailId = ?. |
static long |
countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static SCProductScreenshot |
create(long productScreenshotId)
Creates a new s c product screenshot with the primary key. |
static SCProductScreenshot |
fetchByFullImageId(long fullImageId)
Returns the s c product screenshot where fullImageId = ? or returns null if it could not be found. |
static SCProductScreenshot |
fetchByFullImageId(long fullImageId,
boolean retrieveFromCache)
Returns the s c product screenshot where fullImageId = ? or returns null if it could not be found, optionally using the finder cache. |
static SCProductScreenshot |
fetchByP_P(long productEntryId,
int priority)
Returns the s c product screenshot where productEntryId = ? and priority = ? or returns null if it could not be found. |
static SCProductScreenshot |
fetchByP_P(long productEntryId,
int priority,
boolean retrieveFromCache)
Returns the s c product screenshot where productEntryId = ? and priority = ? or returns null if it could not be found, optionally using the finder cache. |
static SCProductScreenshot |
fetchByPrimaryKey(long productScreenshotId)
Returns the s c product screenshot with the primary key or returns null if it could not be found. |
static Map<Serializable,SCProductScreenshot> |
fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
static SCProductScreenshot |
fetchByProductEntryId_First(long productEntryId,
OrderByComparator<SCProductScreenshot> orderByComparator)
Returns the first s c product screenshot in the ordered set where productEntryId = ?. |
static SCProductScreenshot |
fetchByProductEntryId_Last(long productEntryId,
OrderByComparator<SCProductScreenshot> orderByComparator)
Returns the last s c product screenshot in the ordered set where productEntryId = ?. |
static SCProductScreenshot |
fetchByThumbnailId(long thumbnailId)
Returns the s c product screenshot where thumbnailId = ? or returns null if it could not be found. |
static SCProductScreenshot |
fetchByThumbnailId(long thumbnailId,
boolean retrieveFromCache)
Returns the s c product screenshot where thumbnailId = ? or returns null if it could not be found, optionally using the finder cache. |
static List<SCProductScreenshot> |
findAll()
Returns all the s c product screenshots. |
static List<SCProductScreenshot> |
findAll(int start,
int end)
Returns a range of all the s c product screenshots. |
static List<SCProductScreenshot> |
findAll(int start,
int end,
OrderByComparator<SCProductScreenshot> orderByComparator)
Returns an ordered range of all the s c product screenshots. |
static SCProductScreenshot |
findByFullImageId(long fullImageId)
Returns the s c product screenshot where fullImageId = ? or throws a NoSuchProductScreenshotException if it could not be found. |
static SCProductScreenshot |
findByP_P(long productEntryId,
int priority)
Returns the s c product screenshot where productEntryId = ? and priority = ? or throws a NoSuchProductScreenshotException if it could not be found. |
static SCProductScreenshot |
findByPrimaryKey(long productScreenshotId)
Returns the s c product screenshot with the primary key or throws a NoSuchProductScreenshotException if it could not be found. |
static SCProductScreenshot |
findByProductEntryId_First(long productEntryId,
OrderByComparator<SCProductScreenshot> orderByComparator)
Returns the first s c product screenshot in the ordered set where productEntryId = ?. |
static SCProductScreenshot |
findByProductEntryId_Last(long productEntryId,
OrderByComparator<SCProductScreenshot> orderByComparator)
Returns the last s c product screenshot in the ordered set where productEntryId = ?. |
static SCProductScreenshot[] |
findByProductEntryId_PrevAndNext(long productScreenshotId,
long productEntryId,
OrderByComparator<SCProductScreenshot> orderByComparator)
Returns the s c product screenshots before and after the current s c product screenshot in the ordered set where productEntryId = ?. |
static List<SCProductScreenshot> |
findByProductEntryId(long productEntryId)
Returns all the s c product screenshots where productEntryId = ?. |
static List<SCProductScreenshot> |
findByProductEntryId(long productEntryId,
int start,
int end)
Returns a range of all the s c product screenshots where productEntryId = ?. |
static List<SCProductScreenshot> |
findByProductEntryId(long productEntryId,
int start,
int end,
OrderByComparator<SCProductScreenshot> orderByComparator)
Returns an ordered range of all the s c product screenshots where productEntryId = ?. |
static SCProductScreenshot |
findByThumbnailId(long thumbnailId)
Returns the s c product screenshot where thumbnailId = ? or throws a NoSuchProductScreenshotException if it could not be found. |
static List<SCProductScreenshot> |
findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<SCProductScreenshot> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<SCProductScreenshot> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<SCProductScreenshot> orderByComparator)
|
static SCProductScreenshotPersistence |
getPersistence()
|
static SCProductScreenshot |
remove(long productScreenshotId)
Removes the s c product screenshot with the primary key from the database. |
static void |
removeAll()
Removes all the s c product screenshots from the database. |
static SCProductScreenshot |
removeByFullImageId(long fullImageId)
Removes the s c product screenshot where fullImageId = ? from the database. |
static SCProductScreenshot |
removeByP_P(long productEntryId,
int priority)
Removes the s c product screenshot where productEntryId = ? and priority = ? from the database. |
static void |
removeByProductEntryId(long productEntryId)
Removes all the s c product screenshots where productEntryId = ? from the database. |
static SCProductScreenshot |
removeByThumbnailId(long thumbnailId)
Removes the s c product screenshot where thumbnailId = ? from the database. |
void |
setPersistence(SCProductScreenshotPersistence persistence)
Deprecated. As of 6.2.0 |
static SCProductScreenshot |
update(SCProductScreenshot scProductScreenshot)
|
static SCProductScreenshot |
update(SCProductScreenshot scProductScreenshot,
ServiceContext serviceContext)
|
static SCProductScreenshot |
updateImpl(SCProductScreenshot scProductScreenshot)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SCProductScreenshotUtil()
| Method Detail |
|---|
public static void clearCache()
BasePersistence.clearCache()public static void clearCache(SCProductScreenshot scProductScreenshot)
BasePersistence.clearCache(com.liferay.portal.model.BaseModel)public static long countWithDynamicQuery(DynamicQuery dynamicQuery)
BasePersistence.countWithDynamicQuery(DynamicQuery)public static List<SCProductScreenshot> findWithDynamicQuery(DynamicQuery dynamicQuery)
BasePersistence.findWithDynamicQuery(DynamicQuery)
public static List<SCProductScreenshot> findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static List<SCProductScreenshot> findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<SCProductScreenshot> orderByComparator)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)public static SCProductScreenshot update(SCProductScreenshot scProductScreenshot)
BasePersistence.update(com.liferay.portal.model.BaseModel)
public static SCProductScreenshot update(SCProductScreenshot scProductScreenshot,
ServiceContext serviceContext)
BasePersistence.update(com.liferay.portal.model.BaseModel, ServiceContext)public static List<SCProductScreenshot> findByProductEntryId(long productEntryId)
productEntryId - the product entry ID
public static List<SCProductScreenshot> findByProductEntryId(long productEntryId,
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 com.liferay.portlet.softwarecatalog.model.impl.SCProductScreenshotModelImpl. 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.
productEntryId - the product entry IDstart - the lower bound of the range of s c product screenshotsend - the upper bound of the range of s c product screenshots (not inclusive)
public static List<SCProductScreenshot> findByProductEntryId(long productEntryId,
int start,
int end,
OrderByComparator<SCProductScreenshot> 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 com.liferay.portlet.softwarecatalog.model.impl.SCProductScreenshotModelImpl. 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.
productEntryId - the product entry IDstart - the lower bound of the range of s c product screenshotsend - the upper bound of the range of s c product screenshots (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public static SCProductScreenshot findByProductEntryId_First(long productEntryId,
OrderByComparator<SCProductScreenshot> orderByComparator)
throws NoSuchProductScreenshotException
productEntryId - the product entry IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchProductScreenshotException - if a matching s c product screenshot could not be found
public static SCProductScreenshot fetchByProductEntryId_First(long productEntryId,
OrderByComparator<SCProductScreenshot> orderByComparator)
productEntryId - the product entry IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching s c product screenshot could not be found
public static SCProductScreenshot findByProductEntryId_Last(long productEntryId,
OrderByComparator<SCProductScreenshot> orderByComparator)
throws NoSuchProductScreenshotException
productEntryId - the product entry IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchProductScreenshotException - if a matching s c product screenshot could not be found
public static SCProductScreenshot fetchByProductEntryId_Last(long productEntryId,
OrderByComparator<SCProductScreenshot> orderByComparator)
productEntryId - the product entry IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching s c product screenshot could not be found
public static SCProductScreenshot[] findByProductEntryId_PrevAndNext(long productScreenshotId,
long productEntryId,
OrderByComparator<SCProductScreenshot> orderByComparator)
throws NoSuchProductScreenshotException
productScreenshotId - the primary key of the current s c product screenshotproductEntryId - the product entry IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchProductScreenshotException - if a s c product screenshot with the primary key could not be foundpublic static void removeByProductEntryId(long productEntryId)
productEntryId - the product entry IDpublic static int countByProductEntryId(long productEntryId)
productEntryId - the product entry ID
public static SCProductScreenshot findByThumbnailId(long thumbnailId)
throws NoSuchProductScreenshotException
NoSuchProductScreenshotException if it could not be found.
thumbnailId - the thumbnail ID
NoSuchProductScreenshotException - if a matching s c product screenshot could not be foundpublic static SCProductScreenshot fetchByThumbnailId(long thumbnailId)
null if it could not be found. Uses the finder cache.
thumbnailId - the thumbnail ID
null if a matching s c product screenshot could not be found
public static SCProductScreenshot fetchByThumbnailId(long thumbnailId,
boolean retrieveFromCache)
null if it could not be found, optionally using the finder cache.
thumbnailId - the thumbnail IDretrieveFromCache - whether to use the finder cache
null if a matching s c product screenshot could not be found
public static SCProductScreenshot removeByThumbnailId(long thumbnailId)
throws NoSuchProductScreenshotException
thumbnailId - the thumbnail ID
NoSuchProductScreenshotExceptionpublic static int countByThumbnailId(long thumbnailId)
thumbnailId - the thumbnail ID
public static SCProductScreenshot findByFullImageId(long fullImageId)
throws NoSuchProductScreenshotException
NoSuchProductScreenshotException if it could not be found.
fullImageId - the full image ID
NoSuchProductScreenshotException - if a matching s c product screenshot could not be foundpublic static SCProductScreenshot fetchByFullImageId(long fullImageId)
null if it could not be found. Uses the finder cache.
fullImageId - the full image ID
null if a matching s c product screenshot could not be found
public static SCProductScreenshot fetchByFullImageId(long fullImageId,
boolean retrieveFromCache)
null if it could not be found, optionally using the finder cache.
fullImageId - the full image IDretrieveFromCache - whether to use the finder cache
null if a matching s c product screenshot could not be found
public static SCProductScreenshot removeByFullImageId(long fullImageId)
throws NoSuchProductScreenshotException
fullImageId - the full image ID
NoSuchProductScreenshotExceptionpublic static int countByFullImageId(long fullImageId)
fullImageId - the full image ID
public static SCProductScreenshot findByP_P(long productEntryId,
int priority)
throws NoSuchProductScreenshotException
NoSuchProductScreenshotException if it could not be found.
productEntryId - the product entry IDpriority - the priority
NoSuchProductScreenshotException - if a matching s c product screenshot could not be found
public static SCProductScreenshot fetchByP_P(long productEntryId,
int priority)
null if it could not be found. Uses the finder cache.
productEntryId - the product entry IDpriority - the priority
null if a matching s c product screenshot could not be found
public static SCProductScreenshot fetchByP_P(long productEntryId,
int priority,
boolean retrieveFromCache)
null if it could not be found, optionally using the finder cache.
productEntryId - the product entry IDpriority - the priorityretrieveFromCache - whether to use the finder cache
null if a matching s c product screenshot could not be found
public static SCProductScreenshot removeByP_P(long productEntryId,
int priority)
throws NoSuchProductScreenshotException
productEntryId - the product entry IDpriority - the priority
NoSuchProductScreenshotException
public static int countByP_P(long productEntryId,
int priority)
productEntryId - the product entry IDpriority - the priority
public static void cacheResult(SCProductScreenshot scProductScreenshot)
scProductScreenshot - the s c product screenshotpublic static void cacheResult(List<SCProductScreenshot> scProductScreenshots)
scProductScreenshots - the s c product screenshotspublic static SCProductScreenshot create(long productScreenshotId)
productScreenshotId - the primary key for the new s c product screenshot
public static SCProductScreenshot remove(long productScreenshotId)
throws NoSuchProductScreenshotException
productScreenshotId - the primary key of the s c product screenshot
NoSuchProductScreenshotException - if a s c product screenshot with the primary key could not be foundpublic static SCProductScreenshot updateImpl(SCProductScreenshot scProductScreenshot)
public static SCProductScreenshot findByPrimaryKey(long productScreenshotId)
throws NoSuchProductScreenshotException
NoSuchProductScreenshotException if it could not be found.
productScreenshotId - the primary key of the s c product screenshot
NoSuchProductScreenshotException - if a s c product screenshot with the primary key could not be foundpublic static SCProductScreenshot fetchByPrimaryKey(long productScreenshotId)
null if it could not be found.
productScreenshotId - the primary key of the s c product screenshot
null if a s c product screenshot with the primary key could not be foundpublic static Map<Serializable,SCProductScreenshot> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
public static List<SCProductScreenshot> findAll()
public static List<SCProductScreenshot> 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 com.liferay.portlet.softwarecatalog.model.impl.SCProductScreenshotModelImpl. 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.
start - the lower bound of the range of s c product screenshotsend - the upper bound of the range of s c product screenshots (not inclusive)
public static List<SCProductScreenshot> findAll(int start,
int end,
OrderByComparator<SCProductScreenshot> 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 com.liferay.portlet.softwarecatalog.model.impl.SCProductScreenshotModelImpl. 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.
start - the lower bound of the range of s c product screenshotsend - the upper bound of the range of s c product screenshots (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public static void removeAll()
public static int countAll()
public static SCProductScreenshotPersistence getPersistence()
@Deprecated public void setPersistence(SCProductScreenshotPersistence persistence)
|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||