|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.BaseLocalServiceImpl
com.liferay.portlet.dynamicdatamapping.service.base.DDMStructureLayoutLocalServiceBaseImpl
@ProviderType public abstract class DDMStructureLayoutLocalServiceBaseImpl
Provides the base implementation for the d d m structure layout local service.
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in DDMStructureLayoutLocalServiceImpl.
DDMStructureLayoutLocalServiceImpl,
DDMStructureLayoutLocalServiceUtil| Field Summary | |
|---|---|
protected CounterLocalService |
counterLocalService
|
protected DDMStructureLayoutLocalService |
ddmStructureLayoutLocalService
|
protected DDMStructureLayoutPersistence |
ddmStructureLayoutPersistence
|
protected PersistedModelLocalServiceRegistry |
persistedModelLocalServiceRegistry
|
protected UserFinder |
userFinder
|
protected UserLocalService |
userLocalService
|
protected UserPersistence |
userPersistence
|
protected UserService |
userService
|
| Constructor Summary | |
|---|---|
DDMStructureLayoutLocalServiceBaseImpl()
|
|
| Method Summary | ||
|---|---|---|
DDMStructureLayout |
addDDMStructureLayout(DDMStructureLayout ddmStructureLayout)
Adds the d d m structure layout to the database. |
|
void |
afterPropertiesSet()
|
|
DDMStructureLayout |
createDDMStructureLayout(long structureLayoutId)
Creates a new d d m structure layout with the primary key. |
|
DDMStructureLayout |
deleteDDMStructureLayout(DDMStructureLayout ddmStructureLayout)
Deletes the d d m structure layout from the database. |
|
DDMStructureLayout |
deleteDDMStructureLayout(long structureLayoutId)
Deletes the d d m structure layout with the primary key from the database. |
|
PersistedModel |
deletePersistedModel(PersistedModel persistedModel)
|
|
void |
destroy()
|
|
DynamicQuery |
dynamicQuery()
|
|
|
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
|
|
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
|
|
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. |
|
DDMStructureLayout |
fetchDDMStructureLayout(long structureLayoutId)
|
|
DDMStructureLayout |
fetchDDMStructureLayoutByUuidAndGroupId(String uuid,
long groupId)
Returns the d d m structure layout matching the UUID and group. |
|
ActionableDynamicQuery |
getActionableDynamicQuery()
|
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
|
CounterLocalService |
getCounterLocalService()
Returns the counter local service. |
|
DDMStructureLayout |
getDDMStructureLayout(long structureLayoutId)
Returns the d d m structure layout with the primary key. |
|
DDMStructureLayout |
getDDMStructureLayoutByUuidAndGroupId(String uuid,
long groupId)
Returns the d d m structure layout matching the UUID and group. |
|
DDMStructureLayoutLocalService |
getDDMStructureLayoutLocalService()
Returns the d d m structure layout local service. |
|
DDMStructureLayoutPersistence |
getDDMStructureLayoutPersistence()
Returns the d d m structure layout persistence. |
|
List<DDMStructureLayout> |
getDDMStructureLayouts(int start,
int end)
Returns a range of all the d d m structure layouts. |
|
List<DDMStructureLayout> |
getDDMStructureLayoutsByUuidAndCompanyId(String uuid,
long companyId)
Returns all the d d m structure layouts matching the UUID and company. |
|
List<DDMStructureLayout> |
getDDMStructureLayoutsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DDMStructureLayout> orderByComparator)
Returns a range of d d m structure layouts matching the UUID and company. |
|
int |
getDDMStructureLayoutsCount()
Returns the number of d d m structure layouts. |
|
ExportActionableDynamicQuery |
getExportActionableDynamicQuery(PortletDataContext portletDataContext)
|
|
protected Class<?> |
getModelClass()
|
|
protected String |
getModelClassName()
|
|
PersistedModel |
getPersistedModel(Serializable primaryKeyObj)
|
|
UserFinder |
getUserFinder()
Returns the user finder. |
|
UserLocalService |
getUserLocalService()
Returns the user local service. |
|
UserPersistence |
getUserPersistence()
Returns the user persistence. |
|
UserService |
getUserService()
Returns the user remote service. |
|
protected void |
initActionableDynamicQuery(ActionableDynamicQuery actionableDynamicQuery)
|
|
protected void |
runSQL(String sql)
Performs a SQL query. |
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
|
void |
setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local service. |
|
void |
setDDMStructureLayoutLocalService(DDMStructureLayoutLocalService ddmStructureLayoutLocalService)
Sets the d d m structure layout local service. |
|
void |
setDDMStructureLayoutPersistence(DDMStructureLayoutPersistence ddmStructureLayoutPersistence)
Sets the d d m structure layout persistence. |
|
void |
setUserFinder(UserFinder userFinder)
Sets the user finder. |
|
void |
setUserLocalService(UserLocalService userLocalService)
Sets the user local service. |
|
void |
setUserPersistence(UserPersistence userPersistence)
Sets the user persistence. |
|
void |
setUserService(UserService userService)
Sets the user remote service. |
|
DDMStructureLayout |
updateDDMStructureLayout(DDMStructureLayout ddmStructureLayout)
Updates the d d m structure layout in the database or adds it if it does not yet exist. |
|
| Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl |
|---|
getClassLoader, getLocalizationMap |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.portlet.dynamicdatamapping.service.DDMStructureLayoutLocalService |
|---|
addStructureLayout, deleteStructureLayout, deleteStructureLayout, getStructureLayout, getStructureLayoutByStructureVersionId, updateStructureLayout |
| Field Detail |
|---|
@BeanReference(type=DDMStructureLayoutLocalService.class) protected DDMStructureLayoutLocalService ddmStructureLayoutLocalService
@BeanReference(type=DDMStructureLayoutPersistence.class) protected DDMStructureLayoutPersistence ddmStructureLayoutPersistence
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
@BeanReference(type=UserLocalService.class) protected UserLocalService userLocalService
@BeanReference(type=UserService.class) protected UserService userService
@BeanReference(type=UserPersistence.class) protected UserPersistence userPersistence
@BeanReference(type=UserFinder.class) protected UserFinder userFinder
@BeanReference(type=PersistedModelLocalServiceRegistry.class) protected PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
| Constructor Detail |
|---|
public DDMStructureLayoutLocalServiceBaseImpl()
| Method Detail |
|---|
@Indexable(type=REINDEX) public DDMStructureLayout addDDMStructureLayout(DDMStructureLayout ddmStructureLayout)
addDDMStructureLayout in interface DDMStructureLayoutLocalServiceddmStructureLayout - the d d m structure layout
public DDMStructureLayout createDDMStructureLayout(long structureLayoutId)
createDDMStructureLayout in interface DDMStructureLayoutLocalServicestructureLayoutId - the primary key for the new d d m structure layout
@Indexable(type=DELETE)
public DDMStructureLayout deleteDDMStructureLayout(long structureLayoutId)
throws PortalException
deleteDDMStructureLayout in interface DDMStructureLayoutLocalServicestructureLayoutId - the primary key of the d d m structure layout
PortalException - if a d d m structure layout with the primary key could not be found@Indexable(type=DELETE) public DDMStructureLayout deleteDDMStructureLayout(DDMStructureLayout ddmStructureLayout)
deleteDDMStructureLayout in interface DDMStructureLayoutLocalServiceddmStructureLayout - the d d m structure layout
public DynamicQuery dynamicQuery()
dynamicQuery in interface DDMStructureLayoutLocalServicepublic <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery in interface DDMStructureLayoutLocalServicedynamicQuery - the dynamic query
public <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 DDMStructureLayoutModelImpl. 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 in interface DDMStructureLayoutLocalServicedynamicQuery - 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> 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 DDMStructureLayoutModelImpl. 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 in interface DDMStructureLayoutLocalServicedynamicQuery - 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 DDMStructureLayoutLocalServicedynamicQuery - the dynamic query
public long dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
dynamicQueryCount in interface DDMStructureLayoutLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the query
public DDMStructureLayout fetchDDMStructureLayout(long structureLayoutId)
fetchDDMStructureLayout in interface DDMStructureLayoutLocalService
public DDMStructureLayout fetchDDMStructureLayoutByUuidAndGroupId(String uuid,
long groupId)
fetchDDMStructureLayoutByUuidAndGroupId in interface DDMStructureLayoutLocalServiceuuid - the d d m structure layout's UUIDgroupId - the primary key of the group
null if a matching d d m structure layout could not be found
public DDMStructureLayout getDDMStructureLayout(long structureLayoutId)
throws PortalException
getDDMStructureLayout in interface DDMStructureLayoutLocalServicestructureLayoutId - the primary key of the d d m structure layout
PortalException - if a d d m structure layout with the primary key could not be foundpublic ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface DDMStructureLayoutLocalServiceprotected void initActionableDynamicQuery(ActionableDynamicQuery actionableDynamicQuery)
public ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface DDMStructureLayoutLocalService
public PersistedModel deletePersistedModel(PersistedModel persistedModel)
throws PortalException
deletePersistedModel in interface PersistedModelLocalServicedeletePersistedModel in interface DDMStructureLayoutLocalServicePortalException
public PersistedModel getPersistedModel(Serializable primaryKeyObj)
throws PortalException
getPersistedModel in interface PersistedModelLocalServicegetPersistedModel in interface DDMStructureLayoutLocalServicePortalException
public List<DDMStructureLayout> getDDMStructureLayoutsByUuidAndCompanyId(String uuid,
long companyId)
getDDMStructureLayoutsByUuidAndCompanyId in interface DDMStructureLayoutLocalServiceuuid - the UUID of the d d m structure layoutscompanyId - the primary key of the company
public List<DDMStructureLayout> getDDMStructureLayoutsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DDMStructureLayout> orderByComparator)
getDDMStructureLayoutsByUuidAndCompanyId in interface DDMStructureLayoutLocalServiceuuid - the UUID of the d d m structure layoutscompanyId - the primary key of the companystart - the lower bound of the range of d d m structure layoutsend - the upper bound of the range of d d m structure layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public DDMStructureLayout getDDMStructureLayoutByUuidAndGroupId(String uuid,
long groupId)
throws PortalException
getDDMStructureLayoutByUuidAndGroupId in interface DDMStructureLayoutLocalServiceuuid - the d d m structure layout's UUIDgroupId - the primary key of the group
PortalException - if a matching d d m structure layout could not be found
public List<DDMStructureLayout> getDDMStructureLayouts(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 DDMStructureLayoutModelImpl. 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.
getDDMStructureLayouts in interface DDMStructureLayoutLocalServicestart - the lower bound of the range of d d m structure layoutsend - the upper bound of the range of d d m structure layouts (not inclusive)
public int getDDMStructureLayoutsCount()
getDDMStructureLayoutsCount in interface DDMStructureLayoutLocalService@Indexable(type=REINDEX) public DDMStructureLayout updateDDMStructureLayout(DDMStructureLayout ddmStructureLayout)
updateDDMStructureLayout in interface DDMStructureLayoutLocalServiceddmStructureLayout - the d d m structure layout
public DDMStructureLayoutLocalService getDDMStructureLayoutLocalService()
public void setDDMStructureLayoutLocalService(DDMStructureLayoutLocalService ddmStructureLayoutLocalService)
ddmStructureLayoutLocalService - the d d m structure layout local servicepublic DDMStructureLayoutPersistence getDDMStructureLayoutPersistence()
public void setDDMStructureLayoutPersistence(DDMStructureLayoutPersistence ddmStructureLayoutPersistence)
ddmStructureLayoutPersistence - the d d m structure layout persistencepublic CounterLocalService getCounterLocalService()
public void setCounterLocalService(CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic UserLocalService getUserLocalService()
public void setUserLocalService(UserLocalService userLocalService)
userLocalService - the user local servicepublic UserService getUserService()
public void setUserService(UserService userService)
userService - the user remote servicepublic UserPersistence getUserPersistence()
public void setUserPersistence(UserPersistence userPersistence)
userPersistence - the user persistencepublic UserFinder getUserFinder()
public void setUserFinder(UserFinder userFinder)
userFinder - the user finderpublic void afterPropertiesSet()
public void destroy()
public String getBeanIdentifier()
getBeanIdentifier in interface IdentifiableBeangetBeanIdentifier in interface DDMStructureLayoutLocalServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface IdentifiableBeansetBeanIdentifier in interface DDMStructureLayoutLocalServicebeanIdentifier - the Spring bean ID for this beanprotected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql - the sql query
|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||