public class DLOpenerFileEntryReferenceLocalServiceWrapper extends java.lang.Object implements DLOpenerFileEntryReferenceLocalService, ServiceWrapper<DLOpenerFileEntryReferenceLocalService>
DLOpenerFileEntryReferenceLocalService.DLOpenerFileEntryReferenceLocalService| Constructor and Description |
|---|
DLOpenerFileEntryReferenceLocalServiceWrapper(DLOpenerFileEntryReferenceLocalService dlOpenerFileEntryReferenceLocalService) |
| Modifier and Type | Method and Description |
|---|---|
DLOpenerFileEntryReference |
addDLOpenerFileEntryReference(DLOpenerFileEntryReference dlOpenerFileEntryReference)
Adds the dl opener file entry reference to the database.
|
DLOpenerFileEntryReference |
addDLOpenerFileEntryReference(long userId,
java.lang.String referenceKey,
FileEntry fileEntry,
int type)
Deprecated.
As of Mueller (7.2.x), replaced by
addDLOpenerFileEntryReference(long, String, String,
FileEntry, int) |
DLOpenerFileEntryReference |
addDLOpenerFileEntryReference(long userId,
java.lang.String referenceKey,
java.lang.String referenceType,
FileEntry fileEntry,
int type) |
DLOpenerFileEntryReference |
addPlaceholderDLOpenerFileEntryReference(long userId,
FileEntry fileEntry,
int type)
Deprecated.
As of Mueller (7.2.x), replaced by
addPlaceholderDLOpenerFileEntryReference(long, String,
FileEntry, int) |
DLOpenerFileEntryReference |
addPlaceholderDLOpenerFileEntryReference(long userId,
java.lang.String referenceType,
FileEntry fileEntry,
int type) |
DLOpenerFileEntryReference |
createDLOpenerFileEntryReference(long dlOpenerFileEntryReferenceId)
Creates a new dl opener file entry reference with the primary key.
|
PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
DLOpenerFileEntryReference |
deleteDLOpenerFileEntryReference(DLOpenerFileEntryReference dlOpenerFileEntryReference)
Deletes the dl opener file entry reference from the database.
|
void |
deleteDLOpenerFileEntryReference(FileEntry fileEntry)
Deprecated.
As of Mueller (7.2.x), replaced by
deleteDLOpenerFileEntryReference(String, FileEntry) |
DLOpenerFileEntryReference |
deleteDLOpenerFileEntryReference(long dlOpenerFileEntryReferenceId)
Deletes the dl opener file entry reference with the primary key from the database.
|
void |
deleteDLOpenerFileEntryReference(java.lang.String referenceType,
FileEntry fileEntry) |
PersistedModel |
deletePersistedModel(PersistedModel persistedModel) |
<T> T |
dslQuery(DSLQuery dslQuery) |
DynamicQuery |
dynamicQuery() |
<T> java.util.List<T> |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(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(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query.
|
DLOpenerFileEntryReference |
fetchDLOpenerFileEntryReference(FileEntry fileEntry)
Deprecated.
As of Mueller (7.2.x), replaced by
fetchDLOpenerFileEntryReference(String, FileEntry) |
DLOpenerFileEntryReference |
fetchDLOpenerFileEntryReference(long dlOpenerFileEntryReferenceId) |
DLOpenerFileEntryReference |
fetchDLOpenerFileEntryReference(java.lang.String referenceKey,
FileEntry fileEntry) |
ActionableDynamicQuery |
getActionableDynamicQuery() |
DLOpenerFileEntryReference |
getDLOpenerFileEntryReference(FileEntry fileEntry)
Deprecated.
As of Mueller (7.2.x), replaced by
getDLOpenerFileEntryReference(String, FileEntry) |
DLOpenerFileEntryReference |
getDLOpenerFileEntryReference(long dlOpenerFileEntryReferenceId)
Returns the dl opener file entry reference with the primary key.
|
DLOpenerFileEntryReference |
getDLOpenerFileEntryReference(java.lang.String referenceType,
FileEntry fileEntry) |
java.util.List<DLOpenerFileEntryReference> |
getDLOpenerFileEntryReferences(int start,
int end)
Returns a range of all the dl opener file entry references.
|
int |
getDLOpenerFileEntryReferencesCount()
Returns the number of dl opener file entry references.
|
IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
DLOpenerFileEntryReferenceLocalService |
getWrappedService() |
void |
setWrappedService(DLOpenerFileEntryReferenceLocalService dlOpenerFileEntryReferenceLocalService) |
DLOpenerFileEntryReference |
updateDLOpenerFileEntryReference(DLOpenerFileEntryReference dlOpenerFileEntryReference)
Updates the dl opener file entry reference in the database or adds it if it does not yet exist.
|
DLOpenerFileEntryReference |
updateDLOpenerFileEntryReference(java.lang.String referenceKey,
FileEntry fileEntry)
Deprecated.
As of Mueller (7.2.x), replaced by
updateDLOpenerFileEntryReference(String, String, FileEntry) |
DLOpenerFileEntryReference |
updateDLOpenerFileEntryReference(java.lang.String referenceKey,
java.lang.String referenceType,
FileEntry fileEntry) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBasePersistencepublic DLOpenerFileEntryReferenceLocalServiceWrapper(DLOpenerFileEntryReferenceLocalService dlOpenerFileEntryReferenceLocalService)
public DLOpenerFileEntryReference addDLOpenerFileEntryReference(DLOpenerFileEntryReference dlOpenerFileEntryReference)
Important: Inspect DLOpenerFileEntryReferenceLocalServiceImpl 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.
addDLOpenerFileEntryReference in interface DLOpenerFileEntryReferenceLocalServicedlOpenerFileEntryReference - the dl opener file entry reference@Deprecated public DLOpenerFileEntryReference addDLOpenerFileEntryReference(long userId, java.lang.String referenceKey, FileEntry fileEntry, int type) throws PortalException
addDLOpenerFileEntryReference(long, String, String,
FileEntry, int)addDLOpenerFileEntryReference in interface DLOpenerFileEntryReferenceLocalServicePortalExceptionpublic DLOpenerFileEntryReference addDLOpenerFileEntryReference(long userId, java.lang.String referenceKey, java.lang.String referenceType, FileEntry fileEntry, int type) throws PortalException
addDLOpenerFileEntryReference in interface DLOpenerFileEntryReferenceLocalServicePortalException@Deprecated public DLOpenerFileEntryReference addPlaceholderDLOpenerFileEntryReference(long userId, FileEntry fileEntry, int type) throws PortalException
addPlaceholderDLOpenerFileEntryReference(long, String,
FileEntry, int)addPlaceholderDLOpenerFileEntryReference in interface DLOpenerFileEntryReferenceLocalServicePortalExceptionpublic DLOpenerFileEntryReference addPlaceholderDLOpenerFileEntryReference(long userId, java.lang.String referenceType, FileEntry fileEntry, int type) throws PortalException
addPlaceholderDLOpenerFileEntryReference in interface DLOpenerFileEntryReferenceLocalServicePortalExceptionpublic DLOpenerFileEntryReference createDLOpenerFileEntryReference(long dlOpenerFileEntryReferenceId)
createDLOpenerFileEntryReference in interface DLOpenerFileEntryReferenceLocalServicedlOpenerFileEntryReferenceId - the primary key for the new dl opener file entry referencepublic PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException
createPersistedModel in interface DLOpenerFileEntryReferenceLocalServicecreatePersistedModel in interface PersistedModelLocalServicePortalExceptionpublic DLOpenerFileEntryReference deleteDLOpenerFileEntryReference(DLOpenerFileEntryReference dlOpenerFileEntryReference)
Important: Inspect DLOpenerFileEntryReferenceLocalServiceImpl 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.
deleteDLOpenerFileEntryReference in interface DLOpenerFileEntryReferenceLocalServicedlOpenerFileEntryReference - the dl opener file entry reference@Deprecated public void deleteDLOpenerFileEntryReference(FileEntry fileEntry) throws PortalException
deleteDLOpenerFileEntryReference(String, FileEntry)deleteDLOpenerFileEntryReference in interface DLOpenerFileEntryReferenceLocalServicePortalExceptionpublic DLOpenerFileEntryReference deleteDLOpenerFileEntryReference(long dlOpenerFileEntryReferenceId) throws PortalException
Important: Inspect DLOpenerFileEntryReferenceLocalServiceImpl 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.
deleteDLOpenerFileEntryReference in interface DLOpenerFileEntryReferenceLocalServicedlOpenerFileEntryReferenceId - the primary key of the dl opener file entry referencePortalException - if a dl opener file entry reference with the primary key could not be foundpublic void deleteDLOpenerFileEntryReference(java.lang.String referenceType,
FileEntry fileEntry)
throws PortalException
deleteDLOpenerFileEntryReference in interface DLOpenerFileEntryReferenceLocalServicePortalExceptionpublic PersistedModel deletePersistedModel(PersistedModel persistedModel) throws PortalException
deletePersistedModel in interface DLOpenerFileEntryReferenceLocalServicedeletePersistedModel in interface PersistedModelLocalServicePortalExceptionpublic <T> T dslQuery(DSLQuery dslQuery)
dslQuery in interface DLOpenerFileEntryReferenceLocalServicepublic DynamicQuery dynamicQuery()
dynamicQuery in interface DLOpenerFileEntryReferenceLocalServicepublic <T> java.util.List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery in interface DLOpenerFileEntryReferenceLocalServicedynamicQuery - the dynamic querypublic <T> java.util.List<T> dynamicQuery(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.document.library.opener.model.impl.DLOpenerFileEntryReferenceModelImpl.
dynamicQuery in interface DLOpenerFileEntryReferenceLocalServicedynamicQuery - 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(DynamicQuery dynamicQuery, int start, int end, 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.document.library.opener.model.impl.DLOpenerFileEntryReferenceModelImpl.
dynamicQuery in interface DLOpenerFileEntryReferenceLocalServicedynamicQuery - 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(DynamicQuery dynamicQuery)
dynamicQueryCount in interface DLOpenerFileEntryReferenceLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
dynamicQueryCount in interface DLOpenerFileEntryReferenceLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the query@Deprecated public DLOpenerFileEntryReference fetchDLOpenerFileEntryReference(FileEntry fileEntry)
fetchDLOpenerFileEntryReference(String, FileEntry)fetchDLOpenerFileEntryReference in interface DLOpenerFileEntryReferenceLocalServicepublic DLOpenerFileEntryReference fetchDLOpenerFileEntryReference(long dlOpenerFileEntryReferenceId)
fetchDLOpenerFileEntryReference in interface DLOpenerFileEntryReferenceLocalServicepublic DLOpenerFileEntryReference fetchDLOpenerFileEntryReference(java.lang.String referenceKey, FileEntry fileEntry)
fetchDLOpenerFileEntryReference in interface DLOpenerFileEntryReferenceLocalServicepublic ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface DLOpenerFileEntryReferenceLocalService@Deprecated public DLOpenerFileEntryReference getDLOpenerFileEntryReference(FileEntry fileEntry) throws PortalException
getDLOpenerFileEntryReference(String, FileEntry)getDLOpenerFileEntryReference in interface DLOpenerFileEntryReferenceLocalServicePortalExceptionpublic DLOpenerFileEntryReference getDLOpenerFileEntryReference(long dlOpenerFileEntryReferenceId) throws PortalException
getDLOpenerFileEntryReference in interface DLOpenerFileEntryReferenceLocalServicedlOpenerFileEntryReferenceId - the primary key of the dl opener file entry referencePortalException - if a dl opener file entry reference with the primary key could not be foundpublic DLOpenerFileEntryReference getDLOpenerFileEntryReference(java.lang.String referenceType, FileEntry fileEntry) throws PortalException
getDLOpenerFileEntryReference in interface DLOpenerFileEntryReferenceLocalServicePortalExceptionpublic java.util.List<DLOpenerFileEntryReference> getDLOpenerFileEntryReferences(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.document.library.opener.model.impl.DLOpenerFileEntryReferenceModelImpl.
getDLOpenerFileEntryReferences in interface DLOpenerFileEntryReferenceLocalServicestart - the lower bound of the range of dl opener file entry referencesend - the upper bound of the range of dl opener file entry references (not inclusive)public int getDLOpenerFileEntryReferencesCount()
getDLOpenerFileEntryReferencesCount in interface DLOpenerFileEntryReferenceLocalServicepublic IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface DLOpenerFileEntryReferenceLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface DLOpenerFileEntryReferenceLocalServicepublic PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException
getPersistedModel in interface DLOpenerFileEntryReferenceLocalServicegetPersistedModel in interface PersistedModelLocalServicePortalExceptionpublic DLOpenerFileEntryReference updateDLOpenerFileEntryReference(DLOpenerFileEntryReference dlOpenerFileEntryReference)
Important: Inspect DLOpenerFileEntryReferenceLocalServiceImpl 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.
updateDLOpenerFileEntryReference in interface DLOpenerFileEntryReferenceLocalServicedlOpenerFileEntryReference - the dl opener file entry reference@Deprecated public DLOpenerFileEntryReference updateDLOpenerFileEntryReference(java.lang.String referenceKey, FileEntry fileEntry)
updateDLOpenerFileEntryReference(String, String, FileEntry)updateDLOpenerFileEntryReference in interface DLOpenerFileEntryReferenceLocalServicepublic DLOpenerFileEntryReference updateDLOpenerFileEntryReference(java.lang.String referenceKey, java.lang.String referenceType, FileEntry fileEntry)
updateDLOpenerFileEntryReference in interface DLOpenerFileEntryReferenceLocalServicepublic DLOpenerFileEntryReferenceLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<DLOpenerFileEntryReferenceLocalService>public void setWrappedService(DLOpenerFileEntryReferenceLocalService dlOpenerFileEntryReferenceLocalService)
setWrappedService in interface ServiceWrapper<DLOpenerFileEntryReferenceLocalService>