public class ChangesetEntryLocalServiceWrapper extends java.lang.Object implements ChangesetEntryLocalService, com.liferay.portal.kernel.service.ServiceWrapper<ChangesetEntryLocalService>
ChangesetEntryLocalService.ChangesetEntryLocalService| Constructor and Description |
|---|
ChangesetEntryLocalServiceWrapper() |
ChangesetEntryLocalServiceWrapper(ChangesetEntryLocalService changesetEntryLocalService) |
| Modifier and Type | Method and Description |
|---|---|
ChangesetEntry |
addChangesetEntry(ChangesetEntry changesetEntry)
Adds the changeset entry to the database.
|
ChangesetEntry |
addChangesetEntry(long userId,
long changesetCollectionId,
long classNameId,
long classPK) |
ChangesetEntry |
createChangesetEntry(long changesetEntryId)
Creates a new changeset entry with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
void |
deleteChangesetEntries(long changesetCollectionId) |
void |
deleteChangesetEntries(java.util.Set<java.lang.Long> changesetEntryIds) |
ChangesetEntry |
deleteChangesetEntry(ChangesetEntry changesetEntry)
Deletes the changeset entry from the database.
|
ChangesetEntry |
deleteChangesetEntry(long changesetEntryId)
Deletes the changeset entry with the primary key from the database.
|
void |
deleteEntry(long changesetId,
long classNameId,
long classPK) |
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.
|
ChangesetEntry |
fetchChangesetEntry(long changesetEntryId) |
ChangesetEntry |
fetchChangesetEntry(long changesetCollectionId,
long classNameId,
long classPK) |
ChangesetEntry |
fetchOrAddChangesetEntry(long changesetCollectionId,
long classNameId,
long classPK) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.portal.kernel.service.persistence.BasePersistence<?> |
getBasePersistence() |
java.util.List<ChangesetEntry> |
getChangesetEntries(int start,
int end)
Returns a range of all the changeset entries.
|
java.util.List<ChangesetEntry> |
getChangesetEntries(long changesetCollectionId,
long classNameId) |
int |
getChangesetEntriesCount()
Returns the number of changeset entries.
|
long |
getChangesetEntriesCount(long changesetCollectionId) |
long |
getChangesetEntriesCount(long changesetCollectionId,
long classNameId) |
long |
getChangesetEntriesCount(long changesetCollectionId,
long classNameId,
java.util.Set<java.lang.Long> classPKs) |
ChangesetEntry |
getChangesetEntry(long changesetEntryId)
Returns the changeset entry with the primary key.
|
ChangesetEntry |
getChangesetEntry(long changesetCollectionId,
long classNameId,
long classPK) |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
ChangesetEntryLocalService |
getWrappedService() |
void |
setWrappedService(ChangesetEntryLocalService changesetEntryLocalService) |
ChangesetEntry |
updateChangesetEntry(ChangesetEntry changesetEntry)
Updates the changeset entry in the database or adds it if it does not yet exist.
|
public ChangesetEntryLocalServiceWrapper()
public ChangesetEntryLocalServiceWrapper(ChangesetEntryLocalService changesetEntryLocalService)
public ChangesetEntry addChangesetEntry(ChangesetEntry changesetEntry)
Important: Inspect ChangesetEntryLocalServiceImpl 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.
addChangesetEntry in interface ChangesetEntryLocalServicechangesetEntry - the changeset entrypublic ChangesetEntry addChangesetEntry(long userId, long changesetCollectionId, long classNameId, long classPK) throws com.liferay.portal.kernel.exception.PortalException
addChangesetEntry in interface ChangesetEntryLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic ChangesetEntry createChangesetEntry(long changesetEntryId)
createChangesetEntry in interface ChangesetEntryLocalServicechangesetEntryId - the primary key for the new changeset entrypublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface ChangesetEntryLocalServicecreatePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic void deleteChangesetEntries(long changesetCollectionId)
deleteChangesetEntries in interface ChangesetEntryLocalServicepublic void deleteChangesetEntries(java.util.Set<java.lang.Long> changesetEntryIds)
deleteChangesetEntries in interface ChangesetEntryLocalServicepublic ChangesetEntry deleteChangesetEntry(ChangesetEntry changesetEntry)
Important: Inspect ChangesetEntryLocalServiceImpl 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.
deleteChangesetEntry in interface ChangesetEntryLocalServicechangesetEntry - the changeset entrypublic ChangesetEntry deleteChangesetEntry(long changesetEntryId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect ChangesetEntryLocalServiceImpl 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.
deleteChangesetEntry in interface ChangesetEntryLocalServicechangesetEntryId - the primary key of the changeset entryPortalException - if a changeset entry with the primary key could not be foundpublic void deleteEntry(long changesetId,
long classNameId,
long classPK)
deleteEntry in interface ChangesetEntryLocalServicepublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface ChangesetEntryLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface ChangesetEntryLocalServicedslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface ChangesetEntryLocalServicedslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface ChangesetEntryLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface ChangesetEntryLocalServicedynamicQuery - 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.changeset.model.impl.ChangesetEntryModelImpl.
dynamicQuery in interface ChangesetEntryLocalServicedynamicQuery - 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.changeset.model.impl.ChangesetEntryModelImpl.
dynamicQuery in interface ChangesetEntryLocalServicedynamicQuery - 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 ChangesetEntryLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface ChangesetEntryLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic ChangesetEntry fetchChangesetEntry(long changesetEntryId)
fetchChangesetEntry in interface ChangesetEntryLocalServicepublic ChangesetEntry fetchChangesetEntry(long changesetCollectionId, long classNameId, long classPK)
fetchChangesetEntry in interface ChangesetEntryLocalServicepublic ChangesetEntry fetchOrAddChangesetEntry(long changesetCollectionId, long classNameId, long classPK) throws com.liferay.portal.kernel.exception.PortalException
fetchOrAddChangesetEntry in interface ChangesetEntryLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface ChangesetEntryLocalServicepublic java.util.List<ChangesetEntry> getChangesetEntries(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.changeset.model.impl.ChangesetEntryModelImpl.
getChangesetEntries in interface ChangesetEntryLocalServicestart - the lower bound of the range of changeset entriesend - the upper bound of the range of changeset entries (not inclusive)public java.util.List<ChangesetEntry> getChangesetEntries(long changesetCollectionId, long classNameId)
getChangesetEntries in interface ChangesetEntryLocalServicepublic int getChangesetEntriesCount()
getChangesetEntriesCount in interface ChangesetEntryLocalServicepublic long getChangesetEntriesCount(long changesetCollectionId)
getChangesetEntriesCount in interface ChangesetEntryLocalServicepublic long getChangesetEntriesCount(long changesetCollectionId,
long classNameId)
getChangesetEntriesCount in interface ChangesetEntryLocalServicepublic long getChangesetEntriesCount(long changesetCollectionId,
long classNameId,
java.util.Set<java.lang.Long> classPKs)
getChangesetEntriesCount in interface ChangesetEntryLocalServicepublic ChangesetEntry getChangesetEntry(long changesetEntryId) throws com.liferay.portal.kernel.exception.PortalException
getChangesetEntry in interface ChangesetEntryLocalServicechangesetEntryId - the primary key of the changeset entryPortalException - if a changeset entry with the primary key could not be foundpublic ChangesetEntry getChangesetEntry(long changesetCollectionId, long classNameId, long classPK) throws NoSuchEntryException
getChangesetEntry in interface ChangesetEntryLocalServiceNoSuchEntryExceptionpublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface ChangesetEntryLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface ChangesetEntryLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface ChangesetEntryLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic ChangesetEntry updateChangesetEntry(ChangesetEntry changesetEntry)
Important: Inspect ChangesetEntryLocalServiceImpl 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.
updateChangesetEntry in interface ChangesetEntryLocalServicechangesetEntry - the changeset entrypublic com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()
getBasePersistence in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic ChangesetEntryLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<ChangesetEntryLocalService>public void setWrappedService(ChangesetEntryLocalService changesetEntryLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<ChangesetEntryLocalService>