public class DepotEntryGroupRelLocalServiceWrapper extends java.lang.Object implements DepotEntryGroupRelLocalService, com.liferay.portal.kernel.service.ServiceWrapper<DepotEntryGroupRelLocalService>
DepotEntryGroupRelLocalService.DepotEntryGroupRelLocalService| Constructor and Description |
|---|
DepotEntryGroupRelLocalServiceWrapper() |
DepotEntryGroupRelLocalServiceWrapper(DepotEntryGroupRelLocalService depotEntryGroupRelLocalService) |
| Modifier and Type | Method and Description |
|---|---|
DepotEntryGroupRel |
addDepotEntryGroupRel(boolean ddmStructuresAvailable,
long depotEntryId,
long toGroupId,
boolean searchable) |
DepotEntryGroupRel |
addDepotEntryGroupRel(DepotEntryGroupRel depotEntryGroupRel)
Adds the depot entry group rel to the database.
|
DepotEntryGroupRel |
addDepotEntryGroupRel(long depotEntryId,
long toGroupId) |
DepotEntryGroupRel |
addDepotEntryGroupRel(long depotEntryId,
long toGroupId,
boolean searchable) |
DepotEntryGroupRel |
createDepotEntryGroupRel(long depotEntryGroupRelId)
Creates a new depot entry group rel with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
DepotEntryGroupRel |
deleteDepotEntryGroupRel(DepotEntryGroupRel depotEntryGroupRel)
Deletes the depot entry group rel from the database.
|
DepotEntryGroupRel |
deleteDepotEntryGroupRel(long depotEntryGroupRelId)
Deletes the depot entry group rel with the primary key from the database.
|
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
void |
deleteToGroupDepotEntryGroupRels(long toGroupId) |
<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.
|
DepotEntryGroupRel |
fetchDepotEntryGroupRel(long depotEntryGroupRelId) |
DepotEntryGroupRel |
fetchDepotEntryGroupRelByDepotEntryIdToGroupId(long depotEntryId,
long toGroupId) |
DepotEntryGroupRel |
fetchDepotEntryGroupRelByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the depot entry group rel matching the UUID and group.
|
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
DepotEntryGroupRel |
getDepotEntryGroupRel(long depotEntryGroupRelId)
Returns the depot entry group rel with the primary key.
|
DepotEntryGroupRel |
getDepotEntryGroupRelByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the depot entry group rel matching the UUID and group.
|
java.util.List<DepotEntryGroupRel> |
getDepotEntryGroupRels(DepotEntry depotEntry) |
java.util.List<DepotEntryGroupRel> |
getDepotEntryGroupRels(int start,
int end)
Returns a range of all the depot entry group rels.
|
java.util.List<DepotEntryGroupRel> |
getDepotEntryGroupRels(long groupId,
int start,
int end) |
java.util.List<DepotEntryGroupRel> |
getDepotEntryGroupRelsByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns all the depot entry group rels matching the UUID and company.
|
java.util.List<DepotEntryGroupRel> |
getDepotEntryGroupRelsByUuidAndCompanyId(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
Returns a range of depot entry group rels matching the UUID and company.
|
int |
getDepotEntryGroupRelsCount()
Returns the number of depot entry group rels.
|
int |
getDepotEntryGroupRelsCount(DepotEntry depotEntry) |
int |
getDepotEntryGroupRelsCount(long groupId) |
com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery |
getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) |
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) |
java.util.List<DepotEntryGroupRel> |
getSearchableDepotEntryGroupRels(long groupId,
int start,
int end) |
int |
getSearchableDepotEntryGroupRelsCount(long groupId) |
DepotEntryGroupRelLocalService |
getWrappedService() |
void |
setWrappedService(DepotEntryGroupRelLocalService depotEntryGroupRelLocalService) |
DepotEntryGroupRel |
updateDDMStructuresAvailable(long depotEntryGroupRelId,
boolean ddmStructuresAvailable) |
DepotEntryGroupRel |
updateDepotEntryGroupRel(DepotEntryGroupRel depotEntryGroupRel)
Updates the depot entry group rel in the database or adds it if it does not yet exist.
|
DepotEntryGroupRel |
updateSearchable(long depotEntryGroupRelId,
boolean searchable) |
public DepotEntryGroupRelLocalServiceWrapper()
public DepotEntryGroupRelLocalServiceWrapper(DepotEntryGroupRelLocalService depotEntryGroupRelLocalService)
public DepotEntryGroupRel addDepotEntryGroupRel(boolean ddmStructuresAvailable, long depotEntryId, long toGroupId, boolean searchable)
addDepotEntryGroupRel in interface DepotEntryGroupRelLocalServicepublic DepotEntryGroupRel addDepotEntryGroupRel(DepotEntryGroupRel depotEntryGroupRel)
Important: Inspect DepotEntryGroupRelLocalServiceImpl 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.
addDepotEntryGroupRel in interface DepotEntryGroupRelLocalServicedepotEntryGroupRel - the depot entry group relpublic DepotEntryGroupRel addDepotEntryGroupRel(long depotEntryId, long toGroupId)
addDepotEntryGroupRel in interface DepotEntryGroupRelLocalServicepublic DepotEntryGroupRel addDepotEntryGroupRel(long depotEntryId, long toGroupId, boolean searchable)
addDepotEntryGroupRel in interface DepotEntryGroupRelLocalServicepublic DepotEntryGroupRel createDepotEntryGroupRel(long depotEntryGroupRelId)
createDepotEntryGroupRel in interface DepotEntryGroupRelLocalServicedepotEntryGroupRelId - the primary key for the new depot entry group relpublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface DepotEntryGroupRelLocalServicecreatePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic DepotEntryGroupRel deleteDepotEntryGroupRel(DepotEntryGroupRel depotEntryGroupRel)
Important: Inspect DepotEntryGroupRelLocalServiceImpl 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.
deleteDepotEntryGroupRel in interface DepotEntryGroupRelLocalServicedepotEntryGroupRel - the depot entry group relpublic DepotEntryGroupRel deleteDepotEntryGroupRel(long depotEntryGroupRelId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect DepotEntryGroupRelLocalServiceImpl 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.
deleteDepotEntryGroupRel in interface DepotEntryGroupRelLocalServicedepotEntryGroupRelId - the primary key of the depot entry group relPortalException - if a depot entry group rel with the primary key could not be foundpublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface DepotEntryGroupRelLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic void deleteToGroupDepotEntryGroupRels(long toGroupId)
deleteToGroupDepotEntryGroupRels in interface DepotEntryGroupRelLocalServicepublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface DepotEntryGroupRelLocalServicedslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface DepotEntryGroupRelLocalServicedslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface DepotEntryGroupRelLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface DepotEntryGroupRelLocalServicedynamicQuery - 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.depot.model.impl.DepotEntryGroupRelModelImpl.
dynamicQuery in interface DepotEntryGroupRelLocalServicedynamicQuery - 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.depot.model.impl.DepotEntryGroupRelModelImpl.
dynamicQuery in interface DepotEntryGroupRelLocalServicedynamicQuery - 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 DepotEntryGroupRelLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface DepotEntryGroupRelLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic DepotEntryGroupRel fetchDepotEntryGroupRel(long depotEntryGroupRelId)
fetchDepotEntryGroupRel in interface DepotEntryGroupRelLocalServicepublic DepotEntryGroupRel fetchDepotEntryGroupRelByDepotEntryIdToGroupId(long depotEntryId, long toGroupId)
fetchDepotEntryGroupRelByDepotEntryIdToGroupId in interface DepotEntryGroupRelLocalServicepublic DepotEntryGroupRel fetchDepotEntryGroupRelByUuidAndGroupId(java.lang.String uuid, long groupId)
fetchDepotEntryGroupRelByUuidAndGroupId in interface DepotEntryGroupRelLocalServiceuuid - the depot entry group rel's UUIDgroupId - the primary key of the groupnull if a matching depot entry group rel could not be foundpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface DepotEntryGroupRelLocalServicepublic DepotEntryGroupRel getDepotEntryGroupRel(long depotEntryGroupRelId) throws com.liferay.portal.kernel.exception.PortalException
getDepotEntryGroupRel in interface DepotEntryGroupRelLocalServicedepotEntryGroupRelId - the primary key of the depot entry group relPortalException - if a depot entry group rel with the primary key could not be foundpublic DepotEntryGroupRel getDepotEntryGroupRelByUuidAndGroupId(java.lang.String uuid, long groupId) throws com.liferay.portal.kernel.exception.PortalException
getDepotEntryGroupRelByUuidAndGroupId in interface DepotEntryGroupRelLocalServiceuuid - the depot entry group rel's UUIDgroupId - the primary key of the groupPortalException - if a matching depot entry group rel could not be foundpublic java.util.List<DepotEntryGroupRel> getDepotEntryGroupRels(DepotEntry depotEntry)
getDepotEntryGroupRels in interface DepotEntryGroupRelLocalServicepublic java.util.List<DepotEntryGroupRel> getDepotEntryGroupRels(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.depot.model.impl.DepotEntryGroupRelModelImpl.
getDepotEntryGroupRels in interface DepotEntryGroupRelLocalServicestart - the lower bound of the range of depot entry group relsend - the upper bound of the range of depot entry group rels (not inclusive)public java.util.List<DepotEntryGroupRel> getDepotEntryGroupRels(long groupId, int start, int end)
getDepotEntryGroupRels in interface DepotEntryGroupRelLocalServicepublic java.util.List<DepotEntryGroupRel> getDepotEntryGroupRelsByUuidAndCompanyId(java.lang.String uuid, long companyId)
getDepotEntryGroupRelsByUuidAndCompanyId in interface DepotEntryGroupRelLocalServiceuuid - the UUID of the depot entry group relscompanyId - the primary key of the companypublic java.util.List<DepotEntryGroupRel> getDepotEntryGroupRelsByUuidAndCompanyId(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator)
getDepotEntryGroupRelsByUuidAndCompanyId in interface DepotEntryGroupRelLocalServiceuuid - the UUID of the depot entry group relscompanyId - the primary key of the companystart - the lower bound of the range of depot entry group relsend - the upper bound of the range of depot entry group rels (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public int getDepotEntryGroupRelsCount()
getDepotEntryGroupRelsCount in interface DepotEntryGroupRelLocalServicepublic int getDepotEntryGroupRelsCount(DepotEntry depotEntry)
getDepotEntryGroupRelsCount in interface DepotEntryGroupRelLocalServicepublic int getDepotEntryGroupRelsCount(long groupId)
getDepotEntryGroupRelsCount in interface DepotEntryGroupRelLocalServicepublic com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface DepotEntryGroupRelLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface DepotEntryGroupRelLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface DepotEntryGroupRelLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface DepotEntryGroupRelLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic java.util.List<DepotEntryGroupRel> getSearchableDepotEntryGroupRels(long groupId, int start, int end)
getSearchableDepotEntryGroupRels in interface DepotEntryGroupRelLocalServicepublic int getSearchableDepotEntryGroupRelsCount(long groupId)
getSearchableDepotEntryGroupRelsCount in interface DepotEntryGroupRelLocalServicepublic DepotEntryGroupRel updateDDMStructuresAvailable(long depotEntryGroupRelId, boolean ddmStructuresAvailable) throws com.liferay.portal.kernel.exception.PortalException
updateDDMStructuresAvailable in interface DepotEntryGroupRelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic DepotEntryGroupRel updateDepotEntryGroupRel(DepotEntryGroupRel depotEntryGroupRel)
Important: Inspect DepotEntryGroupRelLocalServiceImpl 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.
updateDepotEntryGroupRel in interface DepotEntryGroupRelLocalServicedepotEntryGroupRel - the depot entry group relpublic DepotEntryGroupRel updateSearchable(long depotEntryGroupRelId, boolean searchable) throws com.liferay.portal.kernel.exception.PortalException
updateSearchable in interface DepotEntryGroupRelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic DepotEntryGroupRelLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<DepotEntryGroupRelLocalService>public void setWrappedService(DepotEntryGroupRelLocalService depotEntryGroupRelLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<DepotEntryGroupRelLocalService>