public abstract class LayoutLocalServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseLocalServiceImpl
implements com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.LayoutLocalService
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in LayoutLocalServiceImpl
.
LayoutLocalServiceImpl
Modifier and Type | Field and Description |
---|---|
protected com.liferay.counter.kernel.service.CounterLocalService |
counterLocalService |
protected com.liferay.portal.kernel.service.persistence.LayoutFinder |
layoutFinder |
protected com.liferay.portal.kernel.service.LayoutLocalService |
layoutLocalService |
protected com.liferay.portal.kernel.service.persistence.LayoutPersistence |
layoutPersistence |
Constructor and Description |
---|
LayoutLocalServiceBaseImpl() |
Modifier and Type | Method and Description |
---|---|
com.liferay.portal.kernel.model.Layout |
addLayout(com.liferay.portal.kernel.model.Layout layout)
Adds the layout to the database.
|
void |
afterPropertiesSet() |
com.liferay.portal.kernel.model.Layout |
createLayout(long plid)
Creates a new layout with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(Serializable primaryKeyObj) |
com.liferay.portal.kernel.model.Layout |
deleteLayout(com.liferay.portal.kernel.model.Layout layout)
Deletes the layout from the database.
|
com.liferay.portal.kernel.model.Layout |
deleteLayout(long plid)
Deletes the layout with the primary key from the database.
|
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
void |
destroy() |
<T> T |
dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
int |
dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
com.liferay.portal.kernel.dao.orm.DynamicQuery |
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.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
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.
|
com.liferay.portal.kernel.model.Layout |
fetchLayout(long plid) |
com.liferay.portal.kernel.model.Layout |
fetchLayoutByUuidAndGroupId(String uuid,
long groupId,
boolean privateLayout)
Returns the layout matching the UUID, group, and privacy.
|
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Layout> |
getBasePersistence() |
com.liferay.counter.kernel.service.CounterLocalService |
getCounterLocalService()
Returns the counter local service.
|
com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.Layout> |
getCTPersistence() |
com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery |
getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
com.liferay.portal.kernel.model.Layout |
getLayout(long plid)
Returns the layout with the primary key.
|
com.liferay.portal.kernel.model.Layout |
getLayoutByUuidAndGroupId(String uuid,
long groupId,
boolean privateLayout)
Returns the layout matching the UUID, group, and privacy.
|
com.liferay.portal.kernel.service.persistence.LayoutFinder |
getLayoutFinder()
Returns the layout finder.
|
com.liferay.portal.kernel.service.LayoutLocalService |
getLayoutLocalService()
Returns the layout local service.
|
com.liferay.portal.kernel.service.persistence.LayoutPersistence |
getLayoutPersistence()
Returns 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.
|
int |
getLayoutsCount()
Returns the number of layouts.
|
Class<com.liferay.portal.kernel.model.Layout> |
getModelClass() |
protected String |
getModelClassName() |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(Serializable primaryKeyObj) |
protected void |
initActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery) |
protected void |
runSQL(String sql)
Performs a SQL query.
|
void |
setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
Sets the counter local service.
|
void |
setLayoutFinder(com.liferay.portal.kernel.service.persistence.LayoutFinder layoutFinder)
Sets the layout finder.
|
void |
setLayoutLocalService(com.liferay.portal.kernel.service.LayoutLocalService layoutLocalService)
Sets the layout local service.
|
void |
setLayoutPersistence(com.liferay.portal.kernel.service.persistence.LayoutPersistence layoutPersistence)
Sets the layout persistence.
|
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.
|
<R,E extends Throwable> |
updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.Layout>,R,E> updateUnsafeFunction) |
getClassLoader, getLocalizationMap
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addLayout, addLayout, addLayout, addLayout, addLayout, copyLayout, 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, 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, updateType
@BeanReference(type=com.liferay.portal.kernel.service.LayoutLocalService.class) protected com.liferay.portal.kernel.service.LayoutLocalService layoutLocalService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.LayoutPersistence.class) protected com.liferay.portal.kernel.service.persistence.LayoutPersistence layoutPersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.LayoutFinder.class) protected com.liferay.portal.kernel.service.persistence.LayoutFinder layoutFinder
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
@Indexable(type=REINDEX) public com.liferay.portal.kernel.model.Layout addLayout(com.liferay.portal.kernel.model.Layout layout)
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.
addLayout
in interface com.liferay.portal.kernel.service.LayoutLocalService
layout
- the layout@Transactional(enabled=false) public com.liferay.portal.kernel.model.Layout createLayout(long plid)
createLayout
in interface com.liferay.portal.kernel.service.LayoutLocalService
plid
- the primary key for the new layout@Indexable(type=DELETE) public com.liferay.portal.kernel.model.Layout deleteLayout(long plid) throws com.liferay.portal.kernel.exception.PortalException
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.
deleteLayout
in interface com.liferay.portal.kernel.service.LayoutLocalService
plid
- the primary key of the layoutcom.liferay.portal.kernel.exception.PortalException
- if a layout with the primary key could not be found@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
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.
deleteLayout
in interface com.liferay.portal.kernel.service.LayoutLocalService
layout
- the layoutcom.liferay.portal.kernel.exception.PortalException
public <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery
in interface com.liferay.portal.kernel.service.LayoutLocalService
dslQuery
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount
in interface com.liferay.portal.kernel.service.LayoutLocalService
dslQueryCount
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery
in interface com.liferay.portal.kernel.service.LayoutLocalService
public <T> List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery
in interface com.liferay.portal.kernel.service.LayoutLocalService
dynamicQuery
- the dynamic querypublic <T> 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.portal.model.impl.LayoutModelImpl
.
dynamicQuery
in interface com.liferay.portal.kernel.service.LayoutLocalService
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 <T> 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.portal.model.impl.LayoutModelImpl
.
dynamicQuery
in interface com.liferay.portal.kernel.service.LayoutLocalService
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 long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQueryCount
in interface com.liferay.portal.kernel.service.LayoutLocalService
dynamicQuery
- the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount
in interface com.liferay.portal.kernel.service.LayoutLocalService
dynamicQuery
- the dynamic queryprojection
- the projection to apply to the querypublic com.liferay.portal.kernel.model.Layout fetchLayout(long plid)
fetchLayout
in interface com.liferay.portal.kernel.service.LayoutLocalService
public com.liferay.portal.kernel.model.Layout fetchLayoutByUuidAndGroupId(String uuid, long groupId, boolean privateLayout)
fetchLayoutByUuidAndGroupId
in interface com.liferay.portal.kernel.service.LayoutLocalService
uuid
- the layout's UUIDgroupId
- the primary key of the groupprivateLayout
- whether the layout is private to the groupnull
if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout getLayout(long plid) throws com.liferay.portal.kernel.exception.PortalException
getLayout
in interface com.liferay.portal.kernel.service.LayoutLocalService
plid
- the primary key of the layoutcom.liferay.portal.kernel.exception.PortalException
- if a layout with the primary key could not be foundpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery
in interface com.liferay.portal.kernel.service.LayoutLocalService
public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery
in interface com.liferay.portal.kernel.service.LayoutLocalService
protected void initActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery)
public com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery
in interface com.liferay.portal.kernel.service.LayoutLocalService
public com.liferay.portal.kernel.model.PersistedModel createPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel
in interface com.liferay.portal.kernel.service.LayoutLocalService
createPersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
com.liferay.portal.kernel.exception.PortalException
public com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel
in interface com.liferay.portal.kernel.service.LayoutLocalService
deletePersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
com.liferay.portal.kernel.exception.PortalException
public com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Layout> getBasePersistence()
getBasePersistence
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
public com.liferay.portal.kernel.model.PersistedModel getPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel
in interface com.liferay.portal.kernel.service.LayoutLocalService
getPersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
com.liferay.portal.kernel.exception.PortalException
public List<com.liferay.portal.kernel.model.Layout> getLayoutsByUuidAndCompanyId(String uuid, long companyId)
getLayoutsByUuidAndCompanyId
in interface com.liferay.portal.kernel.service.LayoutLocalService
uuid
- the UUID of the layoutscompanyId
- the primary key of the companypublic 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)
getLayoutsByUuidAndCompanyId
in interface com.liferay.portal.kernel.service.LayoutLocalService
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 (optionally null
)public com.liferay.portal.kernel.model.Layout getLayoutByUuidAndGroupId(String uuid, long groupId, boolean privateLayout) throws com.liferay.portal.kernel.exception.PortalException
getLayoutByUuidAndGroupId
in interface com.liferay.portal.kernel.service.LayoutLocalService
uuid
- the layout's UUIDgroupId
- the primary key of the groupprivateLayout
- whether the layout is private to the groupcom.liferay.portal.kernel.exception.PortalException
- if a matching layout could not be foundpublic List<com.liferay.portal.kernel.model.Layout> getLayouts(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.portal.model.impl.LayoutModelImpl
.
getLayouts
in interface com.liferay.portal.kernel.service.LayoutLocalService
start
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)public int getLayoutsCount()
getLayoutsCount
in interface com.liferay.portal.kernel.service.LayoutLocalService
@Indexable(type=REINDEX) public com.liferay.portal.kernel.model.Layout updateLayout(com.liferay.portal.kernel.model.Layout layout)
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.
updateLayout
in interface com.liferay.portal.kernel.service.LayoutLocalService
layout
- the layoutpublic com.liferay.portal.kernel.service.LayoutLocalService getLayoutLocalService()
public void setLayoutLocalService(com.liferay.portal.kernel.service.LayoutLocalService layoutLocalService)
layoutLocalService
- the layout local servicepublic com.liferay.portal.kernel.service.persistence.LayoutPersistence getLayoutPersistence()
public void setLayoutPersistence(com.liferay.portal.kernel.service.persistence.LayoutPersistence layoutPersistence)
layoutPersistence
- the layout persistencepublic com.liferay.portal.kernel.service.persistence.LayoutFinder getLayoutFinder()
public void setLayoutFinder(com.liferay.portal.kernel.service.persistence.LayoutFinder layoutFinder)
layoutFinder
- the layout finderpublic com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
counterLocalService
- the counter local servicepublic void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
getOSGiServiceIdentifier
in interface com.liferay.portal.kernel.service.LayoutLocalService
public com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.Layout> getCTPersistence()
getCTPersistence
in interface com.liferay.portal.kernel.service.change.tracking.CTService<com.liferay.portal.kernel.model.Layout>
getCTPersistence
in interface com.liferay.portal.kernel.service.LayoutLocalService
public Class<com.liferay.portal.kernel.model.Layout> getModelClass()
getModelClass
in interface com.liferay.portal.kernel.service.change.tracking.CTService<com.liferay.portal.kernel.model.Layout>
getModelClass
in interface com.liferay.portal.kernel.service.LayoutLocalService
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,E> updateUnsafeFunction) throws E extends Throwable
updateWithUnsafeFunction
in interface com.liferay.portal.kernel.service.change.tracking.CTService<com.liferay.portal.kernel.model.Layout>
updateWithUnsafeFunction
in interface com.liferay.portal.kernel.service.LayoutLocalService
E extends Throwable
protected String getModelClassName()
protected void runSQL(String sql)
sql
- the sql query