public class CPDVirtualSettingFileEntryLocalServiceUtil
extends java.lang.Object
com.liferay.commerce.product.type.virtual.service.impl.CPDVirtualSettingFileEntryLocalServiceImpl
and
is an access point for service operations in application layer code running
on the local server. Methods of this service will not have security checks
based on the propagated JAAS credentials because this service can only be
accessed from within the same VM.CPDVirtualSettingFileEntryLocalService
Constructor and Description |
---|
CPDVirtualSettingFileEntryLocalServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static CPDVirtualSettingFileEntry |
addCPDVirtualSettingFileEntry(CPDVirtualSettingFileEntry cpdVirtualSettingFileEntry)
Adds the cpd virtual setting file entry to the database.
|
static CPDVirtualSettingFileEntry |
addCPDVirtualSettingFileEntry(long userId,
long groupId,
long cpDefinitionVirtualSettingId,
long fileEntryId,
java.lang.String url,
java.lang.String version) |
static com.liferay.portal.kernel.repository.model.FileEntry |
addFileEntry(long userId,
long groupId,
java.lang.String className,
long classPK,
java.lang.String serviceName,
long folderId,
java.io.InputStream inputStream,
java.lang.String fileName,
java.lang.String mimeType) |
static int |
countByFileEntryId(long fileEntryId) |
static CPDVirtualSettingFileEntry |
createCPDVirtualSettingFileEntry(long CPDefinitionVirtualSettingFileEntryId)
Creates a new cpd virtual setting file entry with the primary key.
|
static com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
static void |
deleteCPDVirtualSettingFileEntries(long cpDefinitionVirtualSettingId) |
static CPDVirtualSettingFileEntry |
deleteCPDVirtualSettingFileEntry(CPDVirtualSettingFileEntry cpdVirtualSettingFileEntry)
Deletes the cpd virtual setting file entry from the database.
|
static CPDVirtualSettingFileEntry |
deleteCPDVirtualSettingFileEntry(long CPDefinitionVirtualSettingFileEntryId)
Deletes the cpd virtual setting file entry with the primary key from the database.
|
static com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
static <T> T |
dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
static int |
dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
static com.liferay.portal.kernel.dao.orm.DynamicQuery |
dynamicQuery() |
static <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.
|
static <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.
|
static <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.
|
static long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
static 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.
|
static CPDVirtualSettingFileEntry |
fetchCPDVirtualSettingFileEntry(long CPDefinitionVirtualSettingFileEntryId) |
static CPDVirtualSettingFileEntry |
fetchCPDVirtualSettingFileEntryByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the cpd virtual setting file entry matching the UUID and group.
|
static com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
static java.util.List<CPDVirtualSettingFileEntry> |
getCPDVirtualSettingFileEntries(int start,
int end)
Returns a range of all the cpd virtual setting file entries.
|
static java.util.List<CPDVirtualSettingFileEntry> |
getCPDVirtualSettingFileEntries(long cpDefinitionVirtualSettingId) |
static java.util.List<CPDVirtualSettingFileEntry> |
getCPDVirtualSettingFileEntries(long cpDefinitionVirtualSettingId,
int start,
int end) |
static java.util.List<CPDVirtualSettingFileEntry> |
getCPDVirtualSettingFileEntriesByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns all the cpd virtual setting file entries matching the UUID and company.
|
static java.util.List<CPDVirtualSettingFileEntry> |
getCPDVirtualSettingFileEntriesByUuidAndCompanyId(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator)
Returns a range of cpd virtual setting file entries matching the UUID and company.
|
static int |
getCPDVirtualSettingFileEntriesCount()
Returns the number of cpd virtual setting file entries.
|
static int |
getCPDVirtualSettingFileEntriesCount(long cpDefinitionVirtualSettingId) |
static CPDVirtualSettingFileEntry |
getCPDVirtualSettingFileEntry(long CPDefinitionVirtualSettingFileEntryId)
Returns the cpd virtual setting file entry with the primary key.
|
static CPDVirtualSettingFileEntry |
getCPDVirtualSettingFileEntryByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the cpd virtual setting file entry matching the UUID and group.
|
static com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery |
getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) |
static com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
static CPDVirtualSettingFileEntryLocalService |
getService() |
static CPDVirtualSettingFileEntry |
updateCPDVirtualSettingFileEntry(CPDVirtualSettingFileEntry cpdVirtualSettingFileEntry)
Updates the cpd virtual setting file entry in the database or adds it if it does not yet exist.
|
static CPDVirtualSettingFileEntry |
updateCPDVirtualSettingFileEntry(long cpdVirtualSettingFileEntryId,
long fileEntryId,
java.lang.String url,
java.lang.String version) |
public CPDVirtualSettingFileEntryLocalServiceUtil()
public static CPDVirtualSettingFileEntry addCPDVirtualSettingFileEntry(CPDVirtualSettingFileEntry cpdVirtualSettingFileEntry)
Important: Inspect CPDVirtualSettingFileEntryLocalServiceImpl 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.
cpdVirtualSettingFileEntry
- the cpd virtual setting file entrypublic static CPDVirtualSettingFileEntry addCPDVirtualSettingFileEntry(long userId, long groupId, long cpDefinitionVirtualSettingId, long fileEntryId, java.lang.String url, java.lang.String version) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static com.liferay.portal.kernel.repository.model.FileEntry addFileEntry(long userId, long groupId, java.lang.String className, long classPK, java.lang.String serviceName, long folderId, java.io.InputStream inputStream, java.lang.String fileName, java.lang.String mimeType) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static int countByFileEntryId(long fileEntryId)
public static CPDVirtualSettingFileEntry createCPDVirtualSettingFileEntry(long CPDefinitionVirtualSettingFileEntryId)
CPDefinitionVirtualSettingFileEntryId
- the primary key for the new cpd virtual setting file entrypublic static com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static void deleteCPDVirtualSettingFileEntries(long cpDefinitionVirtualSettingId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static CPDVirtualSettingFileEntry deleteCPDVirtualSettingFileEntry(CPDVirtualSettingFileEntry cpdVirtualSettingFileEntry)
Important: Inspect CPDVirtualSettingFileEntryLocalServiceImpl 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.
cpdVirtualSettingFileEntry
- the cpd virtual setting file entrypublic static CPDVirtualSettingFileEntry deleteCPDVirtualSettingFileEntry(long CPDefinitionVirtualSettingFileEntryId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CPDVirtualSettingFileEntryLocalServiceImpl 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.
CPDefinitionVirtualSettingFileEntryId
- the primary key of the cpd virtual setting file entrycom.liferay.portal.kernel.exception.PortalException
- if a cpd virtual setting file entry with the primary key could not be foundpublic static com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
public static int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
public static com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
public static <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery
- the dynamic querypublic static <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.product.type.virtual.model.impl.CPDVirtualSettingFileEntryModelImpl
.
dynamicQuery
- the dynamic querystart
- the lower bound of the range of model instancesend
- the upper bound of the range of model instances (not inclusive)public static <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.product.type.virtual.model.impl.CPDVirtualSettingFileEntryModelImpl
.
dynamicQuery
- 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 static long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery
- the dynamic querypublic static long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQuery
- the dynamic queryprojection
- the projection to apply to the querypublic static CPDVirtualSettingFileEntry fetchCPDVirtualSettingFileEntry(long CPDefinitionVirtualSettingFileEntryId)
public static CPDVirtualSettingFileEntry fetchCPDVirtualSettingFileEntryByUuidAndGroupId(java.lang.String uuid, long groupId)
uuid
- the cpd virtual setting file entry's UUIDgroupId
- the primary key of the groupnull
if a matching cpd virtual setting file entry could not be foundpublic static com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
public static java.util.List<CPDVirtualSettingFileEntry> getCPDVirtualSettingFileEntries(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.product.type.virtual.model.impl.CPDVirtualSettingFileEntryModelImpl
.
start
- the lower bound of the range of cpd virtual setting file entriesend
- the upper bound of the range of cpd virtual setting file entries (not inclusive)public static java.util.List<CPDVirtualSettingFileEntry> getCPDVirtualSettingFileEntries(long cpDefinitionVirtualSettingId)
public static java.util.List<CPDVirtualSettingFileEntry> getCPDVirtualSettingFileEntries(long cpDefinitionVirtualSettingId, int start, int end)
public static java.util.List<CPDVirtualSettingFileEntry> getCPDVirtualSettingFileEntriesByUuidAndCompanyId(java.lang.String uuid, long companyId)
uuid
- the UUID of the cpd virtual setting file entriescompanyId
- the primary key of the companypublic static java.util.List<CPDVirtualSettingFileEntry> getCPDVirtualSettingFileEntriesByUuidAndCompanyId(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator)
uuid
- the UUID of the cpd virtual setting file entriescompanyId
- the primary key of the companystart
- the lower bound of the range of cpd virtual setting file entriesend
- the upper bound of the range of cpd virtual setting file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static int getCPDVirtualSettingFileEntriesCount()
public static int getCPDVirtualSettingFileEntriesCount(long cpDefinitionVirtualSettingId)
public static CPDVirtualSettingFileEntry getCPDVirtualSettingFileEntry(long CPDefinitionVirtualSettingFileEntryId) throws com.liferay.portal.kernel.exception.PortalException
CPDefinitionVirtualSettingFileEntryId
- the primary key of the cpd virtual setting file entrycom.liferay.portal.kernel.exception.PortalException
- if a cpd virtual setting file entry with the primary key could not be foundpublic static CPDVirtualSettingFileEntry getCPDVirtualSettingFileEntryByUuidAndGroupId(java.lang.String uuid, long groupId) throws com.liferay.portal.kernel.exception.PortalException
uuid
- the cpd virtual setting file entry's UUIDgroupId
- the primary key of the groupcom.liferay.portal.kernel.exception.PortalException
- if a matching cpd virtual setting file entry could not be foundpublic static com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
public static com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
public static java.lang.String getOSGiServiceIdentifier()
public static com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static CPDVirtualSettingFileEntry updateCPDVirtualSettingFileEntry(CPDVirtualSettingFileEntry cpdVirtualSettingFileEntry)
Important: Inspect CPDVirtualSettingFileEntryLocalServiceImpl 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.
cpdVirtualSettingFileEntry
- the cpd virtual setting file entrypublic static CPDVirtualSettingFileEntry updateCPDVirtualSettingFileEntry(long cpdVirtualSettingFileEntryId, long fileEntryId, java.lang.String url, java.lang.String version) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static CPDVirtualSettingFileEntryLocalService getService()