public class CSDiagramPinLocalServiceWrapper extends java.lang.Object implements CSDiagramPinLocalService, com.liferay.portal.kernel.service.ServiceWrapper<CSDiagramPinLocalService>
CSDiagramPinLocalService.CSDiagramPinLocalService| Constructor and Description |
|---|
CSDiagramPinLocalServiceWrapper() |
CSDiagramPinLocalServiceWrapper(CSDiagramPinLocalService csDiagramPinLocalService) |
| Modifier and Type | Method and Description |
|---|---|
CSDiagramPin |
addCSDiagramPin(CSDiagramPin csDiagramPin)
Adds the cs diagram pin to the database.
|
CSDiagramPin |
addCSDiagramPin(long userId,
long cpDefinitionId,
double positionX,
double positionY,
java.lang.String sequence) |
CSDiagramPin |
createCSDiagramPin(long CSDiagramPinId)
Creates a new cs diagram pin with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
CSDiagramPin |
deleteCSDiagramPin(CSDiagramPin csDiagramPin)
Deletes the cs diagram pin from the database.
|
CSDiagramPin |
deleteCSDiagramPin(long CSDiagramPinId)
Deletes the cs diagram pin with the primary key from the database.
|
void |
deleteCSDiagramPins(long cpDefinitionId) |
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
<T> T |
dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
int |
dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
com.liferay.portal.kernel.dao.orm.DynamicQuery |
dynamicQuery() |
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
Returns the number of rows matching the dynamic query.
|
CSDiagramPin |
fetchCSDiagramPin(long CSDiagramPinId) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
CSDiagramPin |
getCSDiagramPin(long CSDiagramPinId)
Returns the cs diagram pin with the primary key.
|
java.util.List<CSDiagramPin> |
getCSDiagramPins(int start,
int end)
Returns a range of all the cs diagram pins.
|
java.util.List<CSDiagramPin> |
getCSDiagramPins(long cpDefinitionId,
int start,
int end) |
int |
getCSDiagramPinsCount()
Returns the number of cs diagram pins.
|
int |
getCSDiagramPinsCount(long cpDefinitionId) |
com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CSDiagramPin> |
getCTPersistence() |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.lang.Class<CSDiagramPin> |
getModelClass() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
CSDiagramPinLocalService |
getWrappedService() |
void |
setWrappedService(CSDiagramPinLocalService csDiagramPinLocalService) |
CSDiagramPin |
updateCSDiagramPin(CSDiagramPin csDiagramPin)
Updates the cs diagram pin in the database or adds it if it does not yet exist.
|
CSDiagramPin |
updateCSDiagramPin(long csDiagramPinId,
double positionX,
double positionY,
java.lang.String sequence) |
<R,E extends java.lang.Throwable> |
updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CSDiagramPin>,R,E> updateUnsafeFunction) |
public CSDiagramPinLocalServiceWrapper()
public CSDiagramPinLocalServiceWrapper(CSDiagramPinLocalService csDiagramPinLocalService)
public CSDiagramPin addCSDiagramPin(CSDiagramPin csDiagramPin)
Important: Inspect CSDiagramPinLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
addCSDiagramPin in interface CSDiagramPinLocalServicecsDiagramPin - the cs diagram pinpublic CSDiagramPin addCSDiagramPin(long userId, long cpDefinitionId, double positionX, double positionY, java.lang.String sequence) throws com.liferay.portal.kernel.exception.PortalException
addCSDiagramPin in interface CSDiagramPinLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CSDiagramPin createCSDiagramPin(long CSDiagramPinId)
createCSDiagramPin in interface CSDiagramPinLocalServiceCSDiagramPinId - the primary key for the new cs diagram pinpublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface CSDiagramPinLocalServicecreatePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic CSDiagramPin deleteCSDiagramPin(CSDiagramPin csDiagramPin)
Important: Inspect CSDiagramPinLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
deleteCSDiagramPin in interface CSDiagramPinLocalServicecsDiagramPin - the cs diagram pinpublic CSDiagramPin deleteCSDiagramPin(long CSDiagramPinId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CSDiagramPinLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
deleteCSDiagramPin in interface CSDiagramPinLocalServiceCSDiagramPinId - the primary key of the cs diagram pinPortalException - if a cs diagram pin with the primary key could not be foundpublic void deleteCSDiagramPins(long cpDefinitionId)
deleteCSDiagramPins in interface CSDiagramPinLocalServicepublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface CSDiagramPinLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface CSDiagramPinLocalServicedslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface CSDiagramPinLocalServicedslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface CSDiagramPinLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface CSDiagramPinLocalServicedynamicQuery - the dynamic querypublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
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 com.liferay.portal.kernel.dao.orm.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 com.liferay.commerce.shop.by.diagram.model.impl.CSDiagramPinModelImpl.
dynamicQuery in interface CSDiagramPinLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)public <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> 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 com.liferay.portal.kernel.dao.orm.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 com.liferay.commerce.shop.by.diagram.model.impl.CSDiagramPinModelImpl.
dynamicQuery in interface CSDiagramPinLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQueryCount in interface CSDiagramPinLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface CSDiagramPinLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic CSDiagramPin fetchCSDiagramPin(long CSDiagramPinId)
fetchCSDiagramPin in interface CSDiagramPinLocalServicepublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface CSDiagramPinLocalServicepublic CSDiagramPin getCSDiagramPin(long CSDiagramPinId) throws com.liferay.portal.kernel.exception.PortalException
getCSDiagramPin in interface CSDiagramPinLocalServiceCSDiagramPinId - the primary key of the cs diagram pinPortalException - if a cs diagram pin with the primary key could not be foundpublic java.util.List<CSDiagramPin> getCSDiagramPins(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 com.liferay.portal.kernel.dao.orm.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 com.liferay.commerce.shop.by.diagram.model.impl.CSDiagramPinModelImpl.
getCSDiagramPins in interface CSDiagramPinLocalServicestart - the lower bound of the range of cs diagram pinsend - the upper bound of the range of cs diagram pins (not inclusive)public java.util.List<CSDiagramPin> getCSDiagramPins(long cpDefinitionId, int start, int end)
getCSDiagramPins in interface CSDiagramPinLocalServicepublic int getCSDiagramPinsCount()
getCSDiagramPinsCount in interface CSDiagramPinLocalServicepublic int getCSDiagramPinsCount(long cpDefinitionId)
getCSDiagramPinsCount in interface CSDiagramPinLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface CSDiagramPinLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CSDiagramPinLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface CSDiagramPinLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic CSDiagramPin updateCSDiagramPin(CSDiagramPin csDiagramPin)
Important: Inspect CSDiagramPinLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
updateCSDiagramPin in interface CSDiagramPinLocalServicecsDiagramPin - the cs diagram pinpublic CSDiagramPin updateCSDiagramPin(long csDiagramPinId, double positionX, double positionY, java.lang.String sequence) throws com.liferay.portal.kernel.exception.PortalException
updateCSDiagramPin in interface CSDiagramPinLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CSDiagramPin> getCTPersistence()
getCTPersistence in interface CSDiagramPinLocalServicegetCTPersistence in interface com.liferay.portal.kernel.service.change.tracking.CTService<CSDiagramPin>public java.lang.Class<CSDiagramPin> getModelClass()
getModelClass in interface CSDiagramPinLocalServicegetModelClass in interface com.liferay.portal.kernel.service.change.tracking.CTService<CSDiagramPin>public <R,E extends java.lang.Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CSDiagramPin>,R,E> updateUnsafeFunction) throws E extends java.lang.Throwable
updateWithUnsafeFunction in interface CSDiagramPinLocalServiceupdateWithUnsafeFunction in interface com.liferay.portal.kernel.service.change.tracking.CTService<CSDiagramPin>E extends java.lang.Throwablepublic CSDiagramPinLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CSDiagramPinLocalService>public void setWrappedService(CSDiagramPinLocalService csDiagramPinLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CSDiagramPinLocalService>