|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.dynamicdatalists.service.DDLRecordSetLocalServiceUtil
@ProviderType public class DDLRecordSetLocalServiceUtil
Provides the local service utility for DDLRecordSet. This utility wraps
DDLRecordSetLocalServiceImpl and is the
primary 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.
DDLRecordSetLocalService,
DDLRecordSetLocalServiceBaseImpl,
DDLRecordSetLocalServiceImpl| Constructor Summary | |
|---|---|
DDLRecordSetLocalServiceUtil()
|
|
| Method Summary | ||
|---|---|---|
static DDLRecordSet |
addDDLRecordSet(DDLRecordSet ddlRecordSet)
Adds the d d l record set to the database. |
|
static DDLRecordSet |
addRecordSet(long userId,
long groupId,
long ddmStructureId,
String recordSetKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
int scope,
ServiceContext serviceContext)
|
|
static void |
addRecordSetResources(DDLRecordSet recordSet,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
|
static void |
addRecordSetResources(DDLRecordSet recordSet,
String[] groupPermissions,
String[] guestPermissions)
|
|
static DDLRecordSet |
createDDLRecordSet(long recordSetId)
Creates a new d d l record set with the primary key. |
|
static DDLRecordSet |
deleteDDLRecordSet(DDLRecordSet ddlRecordSet)
Deletes the d d l record set from the database. |
|
static DDLRecordSet |
deleteDDLRecordSet(long recordSetId)
Deletes the d d l record set with the primary key from the database. |
|
static PersistedModel |
deletePersistedModel(PersistedModel persistedModel)
|
|
static void |
deleteRecordSet(DDLRecordSet recordSet)
|
|
static void |
deleteRecordSet(long recordSetId)
|
|
static void |
deleteRecordSet(long groupId,
String recordSetKey)
|
|
static void |
deleteRecordSets(long groupId)
|
|
static DynamicQuery |
dynamicQuery()
|
|
static
|
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
|
static
|
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
|
static
|
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. |
|
static long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query. |
|
static long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query. |
|
static DDLRecordSet |
fetchDDLRecordSet(long recordSetId)
|
|
static DDLRecordSet |
fetchDDLRecordSetByUuidAndGroupId(String uuid,
long groupId)
Returns the d d l record set matching the UUID and group. |
|
static DDLRecordSet |
fetchRecordSet(long recordSetId)
|
|
static DDLRecordSet |
fetchRecordSet(long groupId,
String recordSetKey)
|
|
static ActionableDynamicQuery |
getActionableDynamicQuery()
|
|
static String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
|
static DDLRecordSet |
getDDLRecordSet(long recordSetId)
Returns the d d l record set with the primary key. |
|
static DDLRecordSet |
getDDLRecordSetByUuidAndGroupId(String uuid,
long groupId)
Returns the d d l record set matching the UUID and group. |
|
static List<DDLRecordSet> |
getDDLRecordSets(int start,
int end)
Returns a range of all the d d l record sets. |
|
static List<DDLRecordSet> |
getDDLRecordSetsByUuidAndCompanyId(String uuid,
long companyId)
Returns all the d d l record sets matching the UUID and company. |
|
static List<DDLRecordSet> |
getDDLRecordSetsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
Returns a range of d d l record sets matching the UUID and company. |
|
static int |
getDDLRecordSetsCount()
Returns the number of d d l record sets. |
|
static ExportActionableDynamicQuery |
getExportActionableDynamicQuery(PortletDataContext portletDataContext)
|
|
static PersistedModel |
getPersistedModel(Serializable primaryKeyObj)
|
|
static DDLRecordSet |
getRecordSet(long recordSetId)
|
|
static DDLRecordSet |
getRecordSet(long groupId,
String recordSetKey)
|
|
static List<DDLRecordSet> |
getRecordSets(long groupId)
|
|
static int |
getRecordSetsCount(long groupId)
|
|
static DDLRecordSetLocalService |
getService()
|
|
static List<DDLRecordSet> |
search(long companyId,
long groupId,
String keywords,
int scope,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
|
|
static List<DDLRecordSet> |
search(long companyId,
long groupId,
String name,
String description,
int scope,
boolean andOperator,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
|
|
static int |
searchCount(long companyId,
long groupId,
String keywords,
int scope)
|
|
static int |
searchCount(long companyId,
long groupId,
String name,
String description,
int scope,
boolean andOperator)
|
|
static void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
|
void |
setService(DDLRecordSetLocalService service)
Deprecated. As of 6.2.0 |
|
static DDLRecordSet |
updateDDLRecordSet(DDLRecordSet ddlRecordSet)
Updates the d d l record set in the database or adds it if it does not yet exist. |
|
static DDLRecordSet |
updateMinDisplayRows(long recordSetId,
int minDisplayRows,
ServiceContext serviceContext)
|
|
static DDLRecordSet |
updateRecordSet(long recordSetId,
long ddmStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
ServiceContext serviceContext)
|
|
static DDLRecordSet |
updateRecordSet(long groupId,
long ddmStructureId,
String recordSetKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
ServiceContext serviceContext)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DDLRecordSetLocalServiceUtil()
| Method Detail |
|---|
public static DDLRecordSet addDDLRecordSet(DDLRecordSet ddlRecordSet)
ddlRecordSet - the d d l record set
public static DDLRecordSet addRecordSet(long userId,
long groupId,
long ddmStructureId,
String recordSetKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
int scope,
ServiceContext serviceContext)
throws PortalException
PortalException
public static void addRecordSetResources(DDLRecordSet recordSet,
boolean addGroupPermissions,
boolean addGuestPermissions)
throws PortalException
PortalException
public static void addRecordSetResources(DDLRecordSet recordSet,
String[] groupPermissions,
String[] guestPermissions)
throws PortalException
PortalExceptionpublic static DDLRecordSet createDDLRecordSet(long recordSetId)
recordSetId - the primary key for the new d d l record set
public static DDLRecordSet deleteDDLRecordSet(DDLRecordSet ddlRecordSet)
ddlRecordSet - the d d l record set
public static DDLRecordSet deleteDDLRecordSet(long recordSetId)
throws PortalException
recordSetId - the primary key of the d d l record set
PortalException - if a d d l record set with the primary key could not be found
public static PersistedModel deletePersistedModel(PersistedModel persistedModel)
throws PortalException
PortalException
public static void deleteRecordSet(long groupId,
String recordSetKey)
throws PortalException
PortalException
public static void deleteRecordSet(DDLRecordSet recordSet)
throws PortalException
PortalException
public static void deleteRecordSet(long recordSetId)
throws PortalException
PortalException
public static void deleteRecordSets(long groupId)
throws PortalException
PortalExceptionpublic static DynamicQuery dynamicQuery()
public static <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery - the dynamic query
public static <T> 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 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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DDLRecordSetModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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> 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 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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DDLRecordSetModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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(DynamicQuery dynamicQuery)
dynamicQuery - the dynamic query
public static long dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
dynamicQuery - the dynamic queryprojection - the projection to apply to the query
public static DDLRecordSet fetchDDLRecordSet(long recordSetId)
public static DDLRecordSet fetchDDLRecordSetByUuidAndGroupId(String uuid,
long groupId)
uuid - the d d l record set's UUIDgroupId - the primary key of the group
null if a matching d d l record set could not be found
public static DDLRecordSet fetchRecordSet(long groupId,
String recordSetKey)
public static DDLRecordSet fetchRecordSet(long recordSetId)
public static ActionableDynamicQuery getActionableDynamicQuery()
public static String getBeanIdentifier()
public static DDLRecordSet getDDLRecordSet(long recordSetId)
throws PortalException
recordSetId - the primary key of the d d l record set
PortalException - if a d d l record set with the primary key could not be found
public static DDLRecordSet getDDLRecordSetByUuidAndGroupId(String uuid,
long groupId)
throws PortalException
uuid - the d d l record set's UUIDgroupId - the primary key of the group
PortalException - if a matching d d l record set could not be found
public static List<DDLRecordSet> getDDLRecordSets(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 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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DDLRecordSetModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start - the lower bound of the range of d d l record setsend - the upper bound of the range of d d l record sets (not inclusive)
public static List<DDLRecordSet> getDDLRecordSetsByUuidAndCompanyId(String uuid,
long companyId)
uuid - the UUID of the d d l record setscompanyId - the primary key of the company
public static List<DDLRecordSet> getDDLRecordSetsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
uuid - the UUID of the d d l record setscompanyId - the primary key of the companystart - the lower bound of the range of d d l record setsend - the upper bound of the range of d d l record sets (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public static int getDDLRecordSetsCount()
public static ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)
public static PersistedModel getPersistedModel(Serializable primaryKeyObj)
throws PortalException
PortalException
public static DDLRecordSet getRecordSet(long groupId,
String recordSetKey)
throws PortalException
PortalException
public static DDLRecordSet getRecordSet(long recordSetId)
throws PortalException
PortalExceptionpublic static List<DDLRecordSet> getRecordSets(long groupId)
public static int getRecordSetsCount(long groupId)
public static List<DDLRecordSet> search(long companyId,
long groupId,
String keywords,
int scope,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
public static List<DDLRecordSet> search(long companyId,
long groupId,
String name,
String description,
int scope,
boolean andOperator,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
public static int searchCount(long companyId,
long groupId,
String keywords,
int scope)
public static int searchCount(long companyId,
long groupId,
String name,
String description,
int scope,
boolean andOperator)
public static void setBeanIdentifier(String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanpublic static DDLRecordSet updateDDLRecordSet(DDLRecordSet ddlRecordSet)
ddlRecordSet - the d d l record set
public static DDLRecordSet updateMinDisplayRows(long recordSetId,
int minDisplayRows,
ServiceContext serviceContext)
throws PortalException
PortalException
public static DDLRecordSet updateRecordSet(long groupId,
long ddmStructureId,
String recordSetKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
ServiceContext serviceContext)
throws PortalException
PortalException
public static DDLRecordSet updateRecordSet(long recordSetId,
long ddmStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
ServiceContext serviceContext)
throws PortalException
PortalExceptionpublic static DDLRecordSetLocalService getService()
@Deprecated public void setService(DDLRecordSetLocalService service)
|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||