|
Liferay 6.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface DDLRecordSetLocalServiceProvides the local service interface for DDLRecordSet. 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.
DDLRecordSetLocalServiceUtil,
com.liferay.portlet.dynamicdatalists.service.base.DDLRecordSetLocalServiceBaseImpl,
com.liferay.portlet.dynamicdatalists.service.impl.DDLRecordSetLocalServiceImpl| Method Summary | |
|---|---|
abstract DDLRecordSet |
addDDLRecordSet(DDLRecordSet ddlRecordSet)
Adds the d d l record set to the database. |
abstract DDLRecordSet |
addRecordSet(long userId,
long groupId,
long ddmStructureId,
String recordSetKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
int scope,
ServiceContext serviceContext)
|
abstract void |
addRecordSetResources(DDLRecordSet recordSet,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
abstract void |
addRecordSetResources(DDLRecordSet recordSet,
String[] groupPermissions,
String[] guestPermissions)
|
abstract DDLRecordSet |
createDDLRecordSet(long recordSetId)
Creates a new d d l record set with the primary key. |
abstract DDLRecordSet |
deleteDDLRecordSet(DDLRecordSet ddlRecordSet)
Deletes the d d l record set from the database. |
abstract DDLRecordSet |
deleteDDLRecordSet(long recordSetId)
Deletes the d d l record set with the primary key from the database. |
abstract void |
deleteRecordSet(DDLRecordSet recordSet)
|
abstract void |
deleteRecordSet(long recordSetId)
|
abstract void |
deleteRecordSet(long groupId,
String recordSetKey)
|
abstract void |
deleteRecordSets(long groupId)
|
abstract DynamicQuery |
dynamicQuery()
|
abstract List |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
abstract List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
abstract List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
abstract long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
abstract long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows that match the dynamic query. |
abstract DDLRecordSet |
fetchDDLRecordSet(long recordSetId)
|
abstract DDLRecordSet |
fetchDDLRecordSetByUuidAndCompanyId(String uuid,
long companyId)
Returns the d d l record set with the matching UUID and company. |
abstract DDLRecordSet |
fetchDDLRecordSetByUuidAndGroupId(String uuid,
long groupId)
Returns the d d l record set matching the UUID and group. |
abstract DDLRecordSet |
fetchRecordSet(long recordSetId)
|
abstract DDLRecordSet |
fetchRecordSet(long groupId,
String recordSetKey)
|
abstract String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
abstract DDLRecordSet |
getDDLRecordSet(long recordSetId)
Returns the d d l record set with the primary key. |
abstract DDLRecordSet |
getDDLRecordSetByUuidAndCompanyId(String uuid,
long companyId)
Returns the d d l record set with the matching UUID and company. |
abstract DDLRecordSet |
getDDLRecordSetByUuidAndGroupId(String uuid,
long groupId)
Returns the d d l record set matching the UUID and group. |
abstract List<DDLRecordSet> |
getDDLRecordSets(int start,
int end)
Returns a range of all the d d l record sets. |
abstract int |
getDDLRecordSetsCount()
Returns the number of d d l record sets. |
abstract PersistedModel |
getPersistedModel(Serializable primaryKeyObj)
|
abstract DDLRecordSet |
getRecordSet(long recordSetId)
|
abstract DDLRecordSet |
getRecordSet(long groupId,
String recordSetKey)
|
abstract List<DDLRecordSet> |
getRecordSets(long groupId)
|
abstract int |
getRecordSetsCount(long groupId)
|
abstract List<DDLRecordSet> |
search(long companyId,
long groupId,
String keywords,
int scope,
int start,
int end,
OrderByComparator orderByComparator)
|
abstract List<DDLRecordSet> |
search(long companyId,
long groupId,
String name,
String description,
int scope,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
abstract int |
searchCount(long companyId,
long groupId,
String keywords,
int scope)
|
abstract int |
searchCount(long companyId,
long groupId,
String name,
String description,
int scope,
boolean andOperator)
|
abstract void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
abstract DDLRecordSet |
updateDDLRecordSet(DDLRecordSet ddlRecordSet)
Updates the d d l record set in the database or adds it if it does not yet exist. |
abstract DDLRecordSet |
updateMinDisplayRows(long recordSetId,
int minDisplayRows,
ServiceContext serviceContext)
|
abstract DDLRecordSet |
updateRecordSet(long recordSetId,
long ddmStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
ServiceContext serviceContext)
|
abstract DDLRecordSet |
updateRecordSet(long groupId,
long ddmStructureId,
String recordSetKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
ServiceContext serviceContext)
|
| Method Detail |
|---|
@Indexable(type=REINDEX)
DDLRecordSet addDDLRecordSet(DDLRecordSet ddlRecordSet)
throws SystemException
ddlRecordSet - the d d l record set
SystemException - if a system exception occurredDDLRecordSet createDDLRecordSet(long recordSetId)
recordSetId - the primary key for the new d d l record set
@Indexable(type=DELETE)
DDLRecordSet deleteDDLRecordSet(long recordSetId)
throws PortalException,
SystemException
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
SystemException - if a system exception occurred
@Indexable(type=DELETE)
DDLRecordSet deleteDDLRecordSet(DDLRecordSet ddlRecordSet)
throws SystemException
ddlRecordSet - the d d l record set
SystemException - if a system exception occurredDynamicQuery dynamicQuery()
List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
dynamicQuery - the dynamic query
SystemException - if a system exception occurred
List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
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 com.liferay.portlet.dynamicdatalists.model.impl.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)
SystemException - if a system exception occurred
List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
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 com.liferay.portlet.dynamicdatalists.model.impl.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)
SystemException - if a system exception occurred
long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
dynamicQuery - the dynamic query
SystemException - if a system exception occurred
long dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
throws SystemException
dynamicQuery - the dynamic queryprojection - the projection to apply to the query
SystemException - if a system exception occurred
@Transactional(propagation=SUPPORTS,
readOnly=true)
DDLRecordSet fetchDDLRecordSet(long recordSetId)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
DDLRecordSet fetchDDLRecordSetByUuidAndCompanyId(String uuid,
long companyId)
throws SystemException
uuid - the d d l record set's UUIDcompanyId - the primary key of the company
null if a matching d d l record set could not be found
SystemException - if a system exception occurred
@Transactional(propagation=SUPPORTS,
readOnly=true)
DDLRecordSet fetchDDLRecordSetByUuidAndGroupId(String uuid,
long groupId)
throws SystemException
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
SystemException - if a system exception occurred
@Transactional(propagation=SUPPORTS,
readOnly=true)
DDLRecordSet getDDLRecordSet(long recordSetId)
throws PortalException,
SystemException
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
SystemException - if a system exception occurred
@Transactional(propagation=SUPPORTS,
readOnly=true)
PersistedModel getPersistedModel(Serializable primaryKeyObj)
throws PortalException,
SystemException
getPersistedModel in interface PersistedModelLocalServicePortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
DDLRecordSet getDDLRecordSetByUuidAndCompanyId(String uuid,
long companyId)
throws PortalException,
SystemException
uuid - the d d l record set's UUIDcompanyId - the primary key of the company
PortalException - if a matching d d l record set could not be found
SystemException - if a system exception occurred
@Transactional(propagation=SUPPORTS,
readOnly=true)
DDLRecordSet getDDLRecordSetByUuidAndGroupId(String uuid,
long groupId)
throws PortalException,
SystemException
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
SystemException - if a system exception occurred
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<DDLRecordSet> getDDLRecordSets(int start,
int end)
throws SystemException
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 com.liferay.portlet.dynamicdatalists.model.impl.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)
SystemException - if a system exception occurred
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getDDLRecordSetsCount()
throws SystemException
SystemException - if a system exception occurred
@Indexable(type=REINDEX)
DDLRecordSet updateDDLRecordSet(DDLRecordSet ddlRecordSet)
throws SystemException
ddlRecordSet - the d d l record set
SystemException - if a system exception occurredString getBeanIdentifier()
void setBeanIdentifier(String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean
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,
SystemException
PortalException
SystemException
void addRecordSetResources(DDLRecordSet recordSet,
boolean addGroupPermissions,
boolean addGuestPermissions)
throws PortalException,
SystemException
PortalException
SystemException
void addRecordSetResources(DDLRecordSet recordSet,
String[] groupPermissions,
String[] guestPermissions)
throws PortalException,
SystemException
PortalException
SystemException
@SystemEvent(action=1,
type=1)
void deleteRecordSet(DDLRecordSet recordSet)
throws PortalException,
SystemException
PortalException
SystemException
void deleteRecordSet(long recordSetId)
throws PortalException,
SystemException
PortalException
SystemException
void deleteRecordSet(long groupId,
String recordSetKey)
throws PortalException,
SystemException
PortalException
SystemException
void deleteRecordSets(long groupId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
DDLRecordSet fetchRecordSet(long recordSetId)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
DDLRecordSet fetchRecordSet(long groupId,
String recordSetKey)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
DDLRecordSet getRecordSet(long recordSetId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
DDLRecordSet getRecordSet(long groupId,
String recordSetKey)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<DDLRecordSet> getRecordSets(long groupId)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getRecordSetsCount(long groupId)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<DDLRecordSet> search(long companyId,
long groupId,
String keywords,
int scope,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<DDLRecordSet> search(long companyId,
long groupId,
String name,
String description,
int scope,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int searchCount(long companyId,
long groupId,
String keywords,
int scope)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int searchCount(long companyId,
long groupId,
String name,
String description,
int scope,
boolean andOperator)
throws SystemException
SystemException
DDLRecordSet updateMinDisplayRows(long recordSetId,
int minDisplayRows,
ServiceContext serviceContext)
throws PortalException,
SystemException
PortalException
SystemException
DDLRecordSet updateRecordSet(long recordSetId,
long ddmStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
ServiceContext serviceContext)
throws PortalException,
SystemException
PortalException
SystemException
DDLRecordSet updateRecordSet(long groupId,
long ddmStructureId,
String recordSetKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
ServiceContext serviceContext)
throws PortalException,
SystemException
PortalException
SystemException
|
Liferay 6.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||