Class CSDiagramPinUtil
com.liferay.commerce.shop.by.diagram.service.persistence.impl.CSDiagramPinPersistenceImpl
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
- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
cacheResult
(CSDiagramPin csDiagramPin) Caches the cs diagram pin in the entity cache if it is enabled.static void
cacheResult
(List<CSDiagramPin> csDiagramPins) Caches the cs diagram pins in the entity cache if it is enabled.static void
static void
clearCache
(CSDiagramPin csDiagramPin) static int
countAll()
Returns the number of cs diagram pins.static int
countByCPDefinitionId
(long CPDefinitionId) Returns the number of cs diagram pins where CPDefinitionId = ?.static long
countWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static CSDiagramPin
create
(long CSDiagramPinId) Creates a new cs diagram pin with the primary key.static CSDiagramPin
fetchByCPDefinitionId_First
(long CPDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramPin> orderByComparator) Returns the first cs diagram pin in the ordered set where CPDefinitionId = ?.static CSDiagramPin
fetchByCPDefinitionId_Last
(long CPDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramPin> orderByComparator) Returns the last cs diagram pin in the ordered set where CPDefinitionId = ?.static CSDiagramPin
fetchByPrimaryKey
(long CSDiagramPinId) Returns the cs diagram pin with the primary key or returnsnull
if it could not be found.static Map<Serializable,
CSDiagramPin> fetchByPrimaryKeys
(Set<Serializable> primaryKeys) static List<CSDiagramPin>
findAll()
Returns all the cs diagram pins.static List<CSDiagramPin>
findAll
(int start, int end) Returns a range of all the cs diagram pins.static List<CSDiagramPin>
findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramPin> orderByComparator) Returns an ordered range of all the cs diagram pins.static List<CSDiagramPin>
findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramPin> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cs diagram pins.static List<CSDiagramPin>
findByCPDefinitionId
(long CPDefinitionId) Returns all the cs diagram pins where CPDefinitionId = ?.static List<CSDiagramPin>
findByCPDefinitionId
(long CPDefinitionId, int start, int end) Returns a range of all the cs diagram pins where CPDefinitionId = ?.static List<CSDiagramPin>
findByCPDefinitionId
(long CPDefinitionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramPin> orderByComparator) Returns an ordered range of all the cs diagram pins where CPDefinitionId = ?.static List<CSDiagramPin>
findByCPDefinitionId
(long CPDefinitionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramPin> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cs diagram pins where CPDefinitionId = ?.static CSDiagramPin
findByCPDefinitionId_First
(long CPDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramPin> orderByComparator) Returns the first cs diagram pin in the ordered set where CPDefinitionId = ?.static CSDiagramPin
findByCPDefinitionId_Last
(long CPDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramPin> orderByComparator) Returns the last cs diagram pin in the ordered set where CPDefinitionId = ?.static CSDiagramPin[]
findByCPDefinitionId_PrevAndNext
(long CSDiagramPinId, long CPDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramPin> orderByComparator) Returns the cs diagram pins before and after the current cs diagram pin in the ordered set where CPDefinitionId = ?.static CSDiagramPin
findByPrimaryKey
(long CSDiagramPinId) Returns the cs diagram pin with the primary key or throws aNoSuchCSDiagramPinException
if it could not be found.static List<CSDiagramPin>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static List<CSDiagramPin>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) static List<CSDiagramPin>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramPin> orderByComparator) static CSDiagramPinPersistence
static CSDiagramPin
remove
(long CSDiagramPinId) Removes the cs diagram pin with the primary key from the database.static void
Removes all the cs diagram pins from the database.static void
removeByCPDefinitionId
(long CPDefinitionId) Removes all the cs diagram pins where CPDefinitionId = ? from the database.static void
setPersistence
(CSDiagramPinPersistence persistence) static CSDiagramPin
update
(CSDiagramPin csDiagramPin) static CSDiagramPin
update
(CSDiagramPin csDiagramPin, com.liferay.portal.kernel.service.ServiceContext serviceContext) static CSDiagramPin
updateImpl
(CSDiagramPin csDiagramPin)
-
Constructor Details
-
CSDiagramPinUtil
public CSDiagramPinUtil()
-
-
Method Details
-
clearCache
public static void clearCache()- See Also:
-
BasePersistence.clearCache()
-
clearCache
- See Also:
-
BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)
-
countWithDynamicQuery
public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.countWithDynamicQuery(DynamicQuery)
-
fetchByPrimaryKeys
- See Also:
-
BasePersistence.fetchByPrimaryKeys(Set)
-
findWithDynamicQuery
public static List<CSDiagramPin> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery)
-
findWithDynamicQuery
public static List<CSDiagramPin> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
-
findWithDynamicQuery
public static List<CSDiagramPin> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramPin> orderByComparator) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
-
update
- See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
-
update
public static CSDiagramPin update(CSDiagramPin csDiagramPin, com.liferay.portal.kernel.service.ServiceContext serviceContext) - See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
-
findByCPDefinitionId
Returns all the cs diagram pins where CPDefinitionId = ?.- Parameters:
CPDefinitionId
- the cp definition ID- Returns:
- the matching cs diagram pins
-
findByCPDefinitionId
Returns a range of all the cs diagram pins where CPDefinitionId = ?.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 fromCSDiagramPinModelImpl
.- Parameters:
CPDefinitionId
- the cp definition IDstart
- the lower bound of the range of cs diagram pinsend
- the upper bound of the range of cs diagram pins (not inclusive)- Returns:
- the range of matching cs diagram pins
-
findByCPDefinitionId
public static List<CSDiagramPin> findByCPDefinitionId(long CPDefinitionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramPin> orderByComparator) Returns an ordered range of all the cs diagram pins where CPDefinitionId = ?.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 fromCSDiagramPinModelImpl
.- Parameters:
CPDefinitionId
- the cp definition IDstart
- the lower bound of the range of cs diagram pinsend
- the upper bound of the range of cs diagram pins (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching cs diagram pins
-
findByCPDefinitionId
public static List<CSDiagramPin> findByCPDefinitionId(long CPDefinitionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramPin> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cs diagram pins where CPDefinitionId = ?.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 fromCSDiagramPinModelImpl
.- Parameters:
CPDefinitionId
- the cp definition IDstart
- the lower bound of the range of cs diagram pinsend
- the upper bound of the range of cs diagram pins (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 pins
-
findByCPDefinitionId_First
public static CSDiagramPin findByCPDefinitionId_First(long CPDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramPin> orderByComparator) throws NoSuchCSDiagramPinException Returns the first cs diagram pin in the ordered set where CPDefinitionId = ?.- Parameters:
CPDefinitionId
- the cp definition IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cs diagram pin
- Throws:
NoSuchCSDiagramPinException
- if a matching cs diagram pin could not be foundNoSuchCSDiagramPinException
-
fetchByCPDefinitionId_First
public static CSDiagramPin fetchByCPDefinitionId_First(long CPDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramPin> orderByComparator) Returns the first cs diagram pin in the ordered set where CPDefinitionId = ?.- Parameters:
CPDefinitionId
- the cp definition IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cs diagram pin, or
null
if a matching cs diagram pin could not be found
-
findByCPDefinitionId_Last
public static CSDiagramPin findByCPDefinitionId_Last(long CPDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramPin> orderByComparator) throws NoSuchCSDiagramPinException Returns the last cs diagram pin in the ordered set where CPDefinitionId = ?.- Parameters:
CPDefinitionId
- the cp definition IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cs diagram pin
- Throws:
NoSuchCSDiagramPinException
- if a matching cs diagram pin could not be foundNoSuchCSDiagramPinException
-
fetchByCPDefinitionId_Last
public static CSDiagramPin fetchByCPDefinitionId_Last(long CPDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramPin> orderByComparator) Returns the last cs diagram pin in the ordered set where CPDefinitionId = ?.- Parameters:
CPDefinitionId
- the cp definition IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cs diagram pin, or
null
if a matching cs diagram pin could not be found
-
findByCPDefinitionId_PrevAndNext
public static CSDiagramPin[] findByCPDefinitionId_PrevAndNext(long CSDiagramPinId, long CPDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramPin> orderByComparator) throws NoSuchCSDiagramPinException Returns the cs diagram pins before and after the current cs diagram pin in the ordered set where CPDefinitionId = ?.- Parameters:
CSDiagramPinId
- the primary key of the current cs diagram pinCPDefinitionId
- the cp definition IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next cs diagram pin
- Throws:
NoSuchCSDiagramPinException
- if a cs diagram pin with the primary key could not be foundNoSuchCSDiagramPinException
-
removeByCPDefinitionId
public static void removeByCPDefinitionId(long CPDefinitionId) Removes all the cs diagram pins where CPDefinitionId = ? from the database.- Parameters:
CPDefinitionId
- the cp definition ID
-
countByCPDefinitionId
public static int countByCPDefinitionId(long CPDefinitionId) Returns the number of cs diagram pins where CPDefinitionId = ?.- Parameters:
CPDefinitionId
- the cp definition ID- Returns:
- the number of matching cs diagram pins
-
cacheResult
Caches the cs diagram pin in the entity cache if it is enabled.- Parameters:
csDiagramPin
- the cs diagram pin
-
cacheResult
Caches the cs diagram pins in the entity cache if it is enabled.- Parameters:
csDiagramPins
- the cs diagram pins
-
create
Creates a new cs diagram pin with the primary key. Does not add the cs diagram pin to the database.- Parameters:
CSDiagramPinId
- the primary key for the new cs diagram pin- Returns:
- the new cs diagram pin
-
remove
Removes the cs diagram pin with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
CSDiagramPinId
- the primary key of the cs diagram pin- Returns:
- the cs diagram pin that was removed
- Throws:
NoSuchCSDiagramPinException
- if a cs diagram pin with the primary key could not be foundNoSuchCSDiagramPinException
-
updateImpl
-
findByPrimaryKey
Returns the cs diagram pin with the primary key or throws aNoSuchCSDiagramPinException
if it could not be found.- Parameters:
CSDiagramPinId
- the primary key of the cs diagram pin- Returns:
- the cs diagram pin
- Throws:
NoSuchCSDiagramPinException
- if a cs diagram pin with the primary key could not be foundNoSuchCSDiagramPinException
-
fetchByPrimaryKey
Returns the cs diagram pin with the primary key or returnsnull
if it could not be found.- Parameters:
CSDiagramPinId
- the primary key of the cs diagram pin- Returns:
- the cs diagram pin, or
null
if a cs diagram pin with the primary key could not be found
-
findAll
Returns all the cs diagram pins.- Returns:
- the cs diagram pins
-
findAll
Returns a range of all the cs diagram pins.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 fromCSDiagramPinModelImpl
.- Parameters:
start
- the lower bound of the range of cs diagram pinsend
- the upper bound of the range of cs diagram pins (not inclusive)- Returns:
- the range of cs diagram pins
-
findAll
public static List<CSDiagramPin> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramPin> orderByComparator) Returns an ordered range of all the cs diagram pins.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 fromCSDiagramPinModelImpl
.- Parameters:
start
- the lower bound of the range of cs diagram pinsend
- the upper bound of the range of cs diagram pins (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of cs diagram pins
-
findAll
public static List<CSDiagramPin> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramPin> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cs diagram pins.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 fromCSDiagramPinModelImpl
.- Parameters:
start
- the lower bound of the range of cs diagram pinsend
- the upper bound of the range of cs diagram pins (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 pins
-
removeAll
public static void removeAll()Removes all the cs diagram pins from the database. -
countAll
public static int countAll()Returns the number of cs diagram pins.- Returns:
- the number of cs diagram pins
-
getPersistence
-
setPersistence
-