Class LayoutLocalServiceBaseImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService,com.liferay.portal.kernel.service.BaseLocalService,com.liferay.portal.kernel.service.change.tracking.CTService<com.liferay.portal.kernel.model.Layout>,com.liferay.portal.kernel.service.LayoutLocalService,com.liferay.portal.kernel.service.PersistedModelLocalService
- Direct Known Subclasses:
LayoutLocalServiceImpl
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in LayoutLocalServiceImpl.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.liferay.counter.kernel.service.CounterLocalServiceprotected com.liferay.portal.kernel.service.persistence.LayoutFinderprotected com.liferay.portal.kernel.service.LayoutLocalServiceprotected com.liferay.portal.kernel.service.persistence.LayoutPersistence -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.model.LayoutaddLayout(com.liferay.portal.kernel.model.Layout layout) Adds the layout to the database.voidcom.liferay.portal.kernel.model.LayoutcreateLayout(long plid) Creates a new layout with the primary key.com.liferay.portal.kernel.model.PersistedModelcreatePersistedModel(Serializable primaryKeyObj) com.liferay.portal.kernel.model.LayoutdeleteLayout(long plid) Deletes the layout with the primary key from the database.com.liferay.portal.kernel.model.LayoutdeleteLayout(com.liferay.portal.kernel.model.Layout layout) Deletes the layout from the database.com.liferay.portal.kernel.model.PersistedModeldeletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) voiddestroy()<T> TdslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) intdslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) com.liferay.portal.kernel.dao.orm.DynamicQuery<T> List<T>dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> 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.<T> 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.longdynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.longdynamicQueryCount(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.com.liferay.portal.kernel.model.LayoutfetchLayout(long plid) com.liferay.portal.kernel.model.LayoutfetchLayoutByExternalReferenceCode(String externalReferenceCode, long groupId) com.liferay.portal.kernel.model.LayoutfetchLayoutByUuidAndGroupId(String uuid, long groupId, boolean privateLayout) Returns the layout matching the UUID, group, and privacy.com.liferay.portal.kernel.dao.orm.ActionableDynamicQuerycom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Layout>com.liferay.counter.kernel.service.CounterLocalServiceReturns the counter local service.com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.Layout>com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuerygetExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuerycom.liferay.portal.kernel.model.LayoutgetLayout(long plid) Returns the layout with the primary key.com.liferay.portal.kernel.model.LayoutgetLayoutByExternalReferenceCode(String externalReferenceCode, long groupId) com.liferay.portal.kernel.model.LayoutgetLayoutByUuidAndGroupId(String uuid, long groupId, boolean privateLayout) Returns the layout matching the UUID, group, and privacy.com.liferay.portal.kernel.service.persistence.LayoutFinderReturns the layout finder.com.liferay.portal.kernel.service.LayoutLocalServiceReturns the layout local service.com.liferay.portal.kernel.service.persistence.LayoutPersistenceReturns the layout persistence.List<com.liferay.portal.kernel.model.Layout>getLayouts(int start, int end) Returns a range of all the layouts.List<com.liferay.portal.kernel.model.Layout>getLayoutsByUuidAndCompanyId(String uuid, long companyId) Returns all the layouts matching the UUID and company.List<com.liferay.portal.kernel.model.Layout>getLayoutsByUuidAndCompanyId(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator) Returns a range of layouts matching the UUID and company.intReturns the number of layouts.Class<com.liferay.portal.kernel.model.Layout>protected StringReturns the OSGi service identifier.com.liferay.portal.kernel.model.PersistedModelgetPersistedModel(Serializable primaryKeyObj) protected voidinitActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery) protected voidPerforms a SQL query.voidsetCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService) Sets the counter local service.voidsetLayoutFinder(com.liferay.portal.kernel.service.persistence.LayoutFinder layoutFinder) Sets the layout finder.voidsetLayoutLocalService(com.liferay.portal.kernel.service.LayoutLocalService layoutLocalService) Sets the layout local service.voidsetLayoutPersistence(com.liferay.portal.kernel.service.persistence.LayoutPersistence layoutPersistence) Sets the layout persistence.com.liferay.portal.kernel.model.LayoutupdateLayout(com.liferay.portal.kernel.model.Layout layout) Updates the layout in the database or adds it if it does not yet exist.<R,E extends Throwable>
RupdateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.Layout>, R, E> updateUnsafeFunction) Methods inherited from class com.liferay.portal.kernel.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.service.LayoutLocalService
addLayout, addLayout, addLayout, addLayout, addLayout, copyLayout, copyLayoutContent, copyLayoutContent, copyLayoutContent, deleteLayout, deleteLayout, deleteLayout, deleteLayout, deleteLayouts, fetchDefaultLayout, fetchDraftLayout, fetchFirstLayout, fetchFirstLayout, fetchLayout, fetchLayout, fetchLayout, fetchLayoutByFriendlyURL, fetchLayoutByIconImageId, getAllLayouts, getBrowsableLayout, getDefaultPlid, getDefaultPlid, getDefaultPlid, getFriendlyURLLayout, getLayout, getLayoutByFriendlyURL, getLayoutByIconImageId, getLayoutChildLayouts, getLayouts, getLayouts, getLayouts, getLayouts, getLayouts, getLayouts, getLayouts, getLayouts, getLayouts, getLayouts, getLayouts, getLayouts, getLayouts, getLayouts, getLayouts, getLayouts, getLayouts, getLayouts, getLayoutsByLayoutPrototypeUuid, getLayoutsByLayoutPrototypeUuidCount, getLayoutsCount, getLayoutsCount, getLayoutsCount, getLayoutsCount, getLayoutsCount, getLayoutsCount, getLayoutsCount, getLayoutsCount, getLayoutsCount, getLayoutsCount, getLayoutsCount, getLayoutsCount, getLayoutsCount, getLayoutsCount, getMasterLayouts, getMasterLayoutsCount, getNextLayoutId, getParentLayout, getPublishedLayouts, getPublishedLayoutsCount, getScopeGroupLayouts, getScopeGroupLayouts, hasLayout, hasLayouts, hasLayouts, hasLayouts, hasLayouts, hasLayouts, hasLayouts, hasLayoutSetPrototypeLayout, hasLayoutSetPrototypeLayout, search, search, search, searchCount, searchCount, setLayouts, updateAsset, updateFriendlyURL, updateIconImage, updateLayout, updateLayout, updateLayout, updateLayout, updateLayout, updateLookAndFeel, updateMasterLayoutPlid, updateName, updateName, updateName, updateParentLayoutId, updateParentLayoutId, updateParentLayoutIdAndPriority, updatePriorities, updatePriority, updatePriority, updatePriority, updatePriority, updateStatus, updateStyleBookEntryId, updateTypeMethods inherited from interface com.liferay.portal.kernel.service.PersistedModelLocalService
fetchPersistedModel
-
Field Details
-
layoutLocalService
@BeanReference(type=com.liferay.portal.kernel.service.LayoutLocalService.class) protected com.liferay.portal.kernel.service.LayoutLocalService layoutLocalService -
layoutPersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.LayoutPersistence.class) protected com.liferay.portal.kernel.service.persistence.LayoutPersistence layoutPersistence -
layoutFinder
@BeanReference(type=com.liferay.portal.kernel.service.persistence.LayoutFinder.class) protected com.liferay.portal.kernel.service.persistence.LayoutFinder layoutFinder -
counterLocalService
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
-
-
Constructor Details
-
LayoutLocalServiceBaseImpl
public LayoutLocalServiceBaseImpl()
-
-
Method Details
-
addLayout
@Indexable(type=REINDEX) public com.liferay.portal.kernel.model.Layout addLayout(com.liferay.portal.kernel.model.Layout layout) Adds the layout to the database. Also notifies the appropriate model listeners.Important: Inspect LayoutLocalServiceImpl 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.
- Specified by:
addLayoutin interfacecom.liferay.portal.kernel.service.LayoutLocalService- Parameters:
layout- the layout- Returns:
- the layout that was added
-
createLayout
@Transactional(enabled=false) public com.liferay.portal.kernel.model.Layout createLayout(long plid) Creates a new layout with the primary key. Does not add the layout to the database.- Specified by:
createLayoutin interfacecom.liferay.portal.kernel.service.LayoutLocalService- Parameters:
plid- the primary key for the new layout- Returns:
- the new layout
-
deleteLayout
@Indexable(type=DELETE) public com.liferay.portal.kernel.model.Layout deleteLayout(long plid) throws com.liferay.portal.kernel.exception.PortalException Deletes the layout with the primary key from the database. Also notifies the appropriate model listeners.Important: Inspect LayoutLocalServiceImpl 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.
- Specified by:
deleteLayoutin interfacecom.liferay.portal.kernel.service.LayoutLocalService- Parameters:
plid- the primary key of the layout- Returns:
- the layout that was removed
- Throws:
com.liferay.portal.kernel.exception.PortalException- if a layout with the primary key could not be found
-
deleteLayout
@Indexable(type=DELETE) public com.liferay.portal.kernel.model.Layout deleteLayout(com.liferay.portal.kernel.model.Layout layout) throws com.liferay.portal.kernel.exception.PortalException Deletes the layout from the database. Also notifies the appropriate model listeners.Important: Inspect LayoutLocalServiceImpl 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.
- Specified by:
deleteLayoutin interfacecom.liferay.portal.kernel.service.LayoutLocalService- Parameters:
layout- the layout- Returns:
- the layout that was removed
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
dslQuery
public <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQueryin interfacecom.liferay.portal.kernel.service.LayoutLocalService- Specified by:
dslQueryin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dslQueryCount
public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQueryCountin interfacecom.liferay.portal.kernel.service.LayoutLocalService- Specified by:
dslQueryCountin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dynamicQuery
public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()- Specified by:
dynamicQueryin interfacecom.liferay.portal.kernel.service.LayoutLocalService
-
dynamicQuery
Performs a dynamic query on the database and returns the matching rows.- Specified by:
dynamicQueryin interfacecom.liferay.portal.kernel.service.LayoutLocalService- Parameters:
dynamicQuery- the dynamic query- Returns:
- the matching rows
-
dynamicQuery
public <T> 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.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Specified by:
dynamicQueryin interfacecom.liferay.portal.kernel.service.LayoutLocalService- Parameters:
dynamicQuery- the dynamic querystart- the lower bound of the range of model instancesend- the upper bound of the range of model instances (not inclusive)- Returns:
- the range of matching rows
-
dynamicQuery
public <T> 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.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Specified by:
dynamicQueryin interfacecom.liferay.portal.kernel.service.LayoutLocalService- Parameters:
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 (optionallynull)- Returns:
- the ordered range of matching rows
-
dynamicQueryCount
public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.- Specified by:
dynamicQueryCountin interfacecom.liferay.portal.kernel.service.LayoutLocalService- Parameters:
dynamicQuery- the dynamic query- Returns:
- the number of rows matching the dynamic query
-
dynamicQueryCount
public 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.- Specified by:
dynamicQueryCountin interfacecom.liferay.portal.kernel.service.LayoutLocalService- Parameters:
dynamicQuery- the dynamic queryprojection- the projection to apply to the query- Returns:
- the number of rows matching the dynamic query
-
fetchLayout
public com.liferay.portal.kernel.model.Layout fetchLayout(long plid) - Specified by:
fetchLayoutin interfacecom.liferay.portal.kernel.service.LayoutLocalService
-
fetchLayoutByUuidAndGroupId
public com.liferay.portal.kernel.model.Layout fetchLayoutByUuidAndGroupId(String uuid, long groupId, boolean privateLayout) Returns the layout matching the UUID, group, and privacy.- Specified by:
fetchLayoutByUuidAndGroupIdin interfacecom.liferay.portal.kernel.service.LayoutLocalService- Parameters:
uuid- the layout's UUIDgroupId- the primary key of the groupprivateLayout- whether the layout is private to the group- Returns:
- the matching layout, or
nullif a matching layout could not be found
-
fetchLayoutByExternalReferenceCode
public com.liferay.portal.kernel.model.Layout fetchLayoutByExternalReferenceCode(String externalReferenceCode, long groupId) - Specified by:
fetchLayoutByExternalReferenceCodein interfacecom.liferay.portal.kernel.service.LayoutLocalService
-
getLayoutByExternalReferenceCode
public com.liferay.portal.kernel.model.Layout getLayoutByExternalReferenceCode(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getLayoutByExternalReferenceCodein interfacecom.liferay.portal.kernel.service.LayoutLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getLayout
public com.liferay.portal.kernel.model.Layout getLayout(long plid) throws com.liferay.portal.kernel.exception.PortalException Returns the layout with the primary key.- Specified by:
getLayoutin interfacecom.liferay.portal.kernel.service.LayoutLocalService- Parameters:
plid- the primary key of the layout- Returns:
- the layout
- Throws:
com.liferay.portal.kernel.exception.PortalException- if a layout with the primary key could not be found
-
getActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()- Specified by:
getActionableDynamicQueryin interfacecom.liferay.portal.kernel.service.LayoutLocalService
-
getIndexableActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()- Specified by:
getIndexableActionableDynamicQueryin interfacecom.liferay.portal.kernel.service.LayoutLocalService
-
initActionableDynamicQuery
protected void initActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery) -
getExportActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) - Specified by:
getExportActionableDynamicQueryin interfacecom.liferay.portal.kernel.service.LayoutLocalService
-
createPersistedModel
public com.liferay.portal.kernel.model.PersistedModel createPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
createPersistedModelin interfacecom.liferay.portal.kernel.service.LayoutLocalService- Specified by:
createPersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deletePersistedModel
public com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deletePersistedModelin interfacecom.liferay.portal.kernel.service.LayoutLocalService- Specified by:
deletePersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getBasePersistence
public com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Layout> getBasePersistence()- Specified by:
getBasePersistencein interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
getPersistedModel
public com.liferay.portal.kernel.model.PersistedModel getPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getPersistedModelin interfacecom.liferay.portal.kernel.service.LayoutLocalService- Specified by:
getPersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getLayoutsByUuidAndCompanyId
public List<com.liferay.portal.kernel.model.Layout> getLayoutsByUuidAndCompanyId(String uuid, long companyId) Returns all the layouts matching the UUID and company.- Specified by:
getLayoutsByUuidAndCompanyIdin interfacecom.liferay.portal.kernel.service.LayoutLocalService- Parameters:
uuid- the UUID of the layoutscompanyId- the primary key of the company- Returns:
- the matching layouts, or an empty list if no matches were found
-
getLayoutsByUuidAndCompanyId
public List<com.liferay.portal.kernel.model.Layout> getLayoutsByUuidAndCompanyId(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator) Returns a range of layouts matching the UUID and company.- Specified by:
getLayoutsByUuidAndCompanyIdin interfacecom.liferay.portal.kernel.service.LayoutLocalService- Parameters:
uuid- the UUID of the layoutscompanyId- the primary key of the companystart- the lower bound of the range of layoutsend- the upper bound of the range of layouts (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the range of matching layouts, or an empty list if no matches were found
-
getLayoutByUuidAndGroupId
public com.liferay.portal.kernel.model.Layout getLayoutByUuidAndGroupId(String uuid, long groupId, boolean privateLayout) throws com.liferay.portal.kernel.exception.PortalException Returns the layout matching the UUID, group, and privacy.- Specified by:
getLayoutByUuidAndGroupIdin interfacecom.liferay.portal.kernel.service.LayoutLocalService- Parameters:
uuid- the layout's UUIDgroupId- the primary key of the groupprivateLayout- whether the layout is private to the group- Returns:
- the matching layout
- Throws:
com.liferay.portal.kernel.exception.PortalException- if a matching layout could not be found
-
getLayouts
Returns a range of all the layouts.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Specified by:
getLayoutsin interfacecom.liferay.portal.kernel.service.LayoutLocalService- Parameters:
start- the lower bound of the range of layoutsend- the upper bound of the range of layouts (not inclusive)- Returns:
- the range of layouts
-
getLayoutsCount
public int getLayoutsCount()Returns the number of layouts.- Specified by:
getLayoutsCountin interfacecom.liferay.portal.kernel.service.LayoutLocalService- Returns:
- the number of layouts
-
updateLayout
@Indexable(type=REINDEX) public com.liferay.portal.kernel.model.Layout updateLayout(com.liferay.portal.kernel.model.Layout layout) Updates the layout in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.Important: Inspect LayoutLocalServiceImpl 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.
- Specified by:
updateLayoutin interfacecom.liferay.portal.kernel.service.LayoutLocalService- Parameters:
layout- the layout- Returns:
- the layout that was updated
-
getLayoutLocalService
public com.liferay.portal.kernel.service.LayoutLocalService getLayoutLocalService()Returns the layout local service.- Returns:
- the layout local service
-
setLayoutLocalService
public void setLayoutLocalService(com.liferay.portal.kernel.service.LayoutLocalService layoutLocalService) Sets the layout local service.- Parameters:
layoutLocalService- the layout local service
-
getLayoutPersistence
public com.liferay.portal.kernel.service.persistence.LayoutPersistence getLayoutPersistence()Returns the layout persistence.- Returns:
- the layout persistence
-
setLayoutPersistence
public void setLayoutPersistence(com.liferay.portal.kernel.service.persistence.LayoutPersistence layoutPersistence) Sets the layout persistence.- Parameters:
layoutPersistence- the layout persistence
-
getLayoutFinder
public com.liferay.portal.kernel.service.persistence.LayoutFinder getLayoutFinder()Returns the layout finder.- Returns:
- the layout finder
-
setLayoutFinder
public void setLayoutFinder(com.liferay.portal.kernel.service.persistence.LayoutFinder layoutFinder) Sets the layout finder.- Parameters:
layoutFinder- the layout finder
-
getCounterLocalService
public com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()Returns the counter local service.- Returns:
- the counter local service
-
setCounterLocalService
public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService) Sets the counter local service.- Parameters:
counterLocalService- the counter local service
-
afterPropertiesSet
public void afterPropertiesSet() -
destroy
public void destroy() -
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfacecom.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService- Specified by:
getOSGiServiceIdentifierin interfacecom.liferay.portal.kernel.service.LayoutLocalService- Returns:
- the OSGi service identifier
-
getCTPersistence
public com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.Layout> getCTPersistence()- Specified by:
getCTPersistencein interfacecom.liferay.portal.kernel.service.change.tracking.CTService<com.liferay.portal.kernel.model.Layout>- Specified by:
getCTPersistencein interfacecom.liferay.portal.kernel.service.LayoutLocalService
-
getModelClass
- Specified by:
getModelClassin interfacecom.liferay.portal.kernel.service.change.tracking.CTService<com.liferay.portal.kernel.model.Layout>- Specified by:
getModelClassin interfacecom.liferay.portal.kernel.service.LayoutLocalService
-
updateWithUnsafeFunction
public <R,E extends Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.Layout>, R, throws EE> updateUnsafeFunction) - Specified by:
updateWithUnsafeFunctionin interfacecom.liferay.portal.kernel.service.change.tracking.CTService<com.liferay.portal.kernel.model.Layout>- Specified by:
updateWithUnsafeFunctionin interfacecom.liferay.portal.kernel.service.LayoutLocalService- Throws:
E extends Throwable
-
getModelClassName
-
runSQL
Performs a SQL query.- Parameters:
sql- the sql query
-