public abstract class LayoutSetLocalServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseLocalServiceImpl
implements com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.LayoutSetLocalService, com.liferay.portal.kernel.service.version.VersionService<com.liferay.portal.kernel.model.LayoutSet,com.liferay.portal.kernel.model.LayoutSetVersion>
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in LayoutSetLocalServiceImpl.
LayoutSetLocalServiceImpl| Modifier and Type | Field and Description |
|---|---|
protected com.liferay.counter.kernel.service.CounterLocalService |
counterLocalService |
protected com.liferay.portal.kernel.service.persistence.GroupFinder |
groupFinder |
protected com.liferay.portal.kernel.service.GroupLocalService |
groupLocalService |
protected com.liferay.portal.kernel.service.persistence.GroupPersistence |
groupPersistence |
protected com.liferay.portal.kernel.service.ImageLocalService |
imageLocalService |
protected com.liferay.portal.kernel.service.persistence.ImagePersistence |
imagePersistence |
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 |
protected com.liferay.portal.kernel.service.LayoutSetBranchLocalService |
layoutSetBranchLocalService |
protected com.liferay.portal.kernel.service.persistence.LayoutSetBranchPersistence |
layoutSetBranchPersistence |
protected com.liferay.portal.kernel.service.LayoutSetLocalService |
layoutSetLocalService |
protected com.liferay.portal.kernel.service.persistence.LayoutSetPersistence |
layoutSetPersistence |
protected com.liferay.portal.kernel.service.persistence.LayoutSetVersionPersistence |
layoutSetVersionPersistence |
protected com.liferay.portal.kernel.service.PersistedModelLocalServiceRegistry |
persistedModelLocalServiceRegistry |
protected com.liferay.portal.kernel.service.PluginSettingLocalService |
pluginSettingLocalService |
protected com.liferay.portal.kernel.service.persistence.PluginSettingPersistence |
pluginSettingPersistence |
protected com.liferay.portal.kernel.service.VirtualHostLocalService |
virtualHostLocalService |
protected com.liferay.portal.kernel.service.persistence.VirtualHostPersistence |
virtualHostPersistence |
| Constructor and Description |
|---|
LayoutSetLocalServiceBaseImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portal.kernel.model.LayoutSet |
addLayoutSet(com.liferay.portal.kernel.model.LayoutSet layoutSet)
Adds the layout set to the database.
|
void |
afterPropertiesSet() |
com.liferay.portal.kernel.model.LayoutSet |
checkout(com.liferay.portal.kernel.model.LayoutSet publishedLayoutSet,
int version) |
com.liferay.portal.kernel.model.LayoutSet |
create()
Creates a new layout set.
|
com.liferay.portal.kernel.model.LayoutSet |
delete(com.liferay.portal.kernel.model.LayoutSet publishedLayoutSet) |
com.liferay.portal.kernel.model.LayoutSet |
deleteDraft(com.liferay.portal.kernel.model.LayoutSet draftLayoutSet) |
com.liferay.portal.kernel.model.LayoutSet |
deleteLayoutSet(com.liferay.portal.kernel.model.LayoutSet layoutSet)
Deletes the layout set from the database.
|
com.liferay.portal.kernel.model.LayoutSet |
deleteLayoutSet(long layoutSetId)
Deletes the layout set with the primary key from the database.
|
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
com.liferay.portal.kernel.model.LayoutSetVersion |
deleteVersion(com.liferay.portal.kernel.model.LayoutSetVersion layoutSetVersion) |
void |
destroy() |
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.LayoutSet |
fetchDraft(com.liferay.portal.kernel.model.LayoutSet layoutSet) |
com.liferay.portal.kernel.model.LayoutSet |
fetchDraft(long primaryKey) |
com.liferay.portal.kernel.model.LayoutSetVersion |
fetchLatestVersion(com.liferay.portal.kernel.model.LayoutSet layoutSet) |
com.liferay.portal.kernel.model.LayoutSet |
fetchLayoutSet(long layoutSetId) |
com.liferay.portal.kernel.model.LayoutSet |
fetchPublished(com.liferay.portal.kernel.model.LayoutSet layoutSet) |
com.liferay.portal.kernel.model.LayoutSet |
fetchPublished(long primaryKey) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.counter.kernel.service.CounterLocalService |
getCounterLocalService()
Returns the counter local service.
|
com.liferay.portal.kernel.model.LayoutSet |
getDraft(com.liferay.portal.kernel.model.LayoutSet layoutSet) |
com.liferay.portal.kernel.model.LayoutSet |
getDraft(long primaryKey) |
com.liferay.portal.kernel.service.persistence.GroupFinder |
getGroupFinder()
Returns the group finder.
|
com.liferay.portal.kernel.service.GroupLocalService |
getGroupLocalService()
Returns the group local service.
|
com.liferay.portal.kernel.service.persistence.GroupPersistence |
getGroupPersistence()
Returns the group persistence.
|
com.liferay.portal.kernel.service.ImageLocalService |
getImageLocalService()
Returns the image local service.
|
com.liferay.portal.kernel.service.persistence.ImagePersistence |
getImagePersistence()
Returns the image persistence.
|
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
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.
|
com.liferay.portal.kernel.model.LayoutSet |
getLayoutSet(long layoutSetId)
Returns the layout set with the primary key.
|
com.liferay.portal.kernel.service.LayoutSetBranchLocalService |
getLayoutSetBranchLocalService()
Returns the layout set branch local service.
|
com.liferay.portal.kernel.service.persistence.LayoutSetBranchPersistence |
getLayoutSetBranchPersistence()
Returns the layout set branch persistence.
|
com.liferay.portal.kernel.service.LayoutSetLocalService |
getLayoutSetLocalService()
Returns the layout set local service.
|
com.liferay.portal.kernel.service.persistence.LayoutSetPersistence |
getLayoutSetPersistence()
Returns the layout set persistence.
|
List<com.liferay.portal.kernel.model.LayoutSet> |
getLayoutSets(int start,
int end)
Returns a range of all the layout sets.
|
int |
getLayoutSetsCount()
Returns the number of layout sets.
|
com.liferay.portal.kernel.service.persistence.LayoutSetVersionPersistence |
getLayoutSetVersionPersistence()
Returns the layout set version persistence.
|
protected Class<?> |
getModelClass() |
protected String |
getModelClassName() |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(Serializable primaryKeyObj) |
com.liferay.portal.kernel.service.PluginSettingLocalService |
getPluginSettingLocalService()
Returns the plugin setting local service.
|
com.liferay.portal.kernel.service.persistence.PluginSettingPersistence |
getPluginSettingPersistence()
Returns the plugin setting persistence.
|
com.liferay.portal.kernel.model.LayoutSetVersion |
getVersion(com.liferay.portal.kernel.model.LayoutSet layoutSet,
int version) |
List<com.liferay.portal.kernel.model.LayoutSetVersion> |
getVersions(com.liferay.portal.kernel.model.LayoutSet layoutSet) |
com.liferay.portal.kernel.service.VirtualHostLocalService |
getVirtualHostLocalService()
Returns the virtual host local service.
|
com.liferay.portal.kernel.service.persistence.VirtualHostPersistence |
getVirtualHostPersistence()
Returns the virtual host persistence.
|
protected void |
initActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery) |
com.liferay.portal.kernel.model.LayoutSet |
publishDraft(com.liferay.portal.kernel.model.LayoutSet draftLayoutSet) |
void |
registerListener(com.liferay.portal.kernel.service.version.VersionServiceListener<com.liferay.portal.kernel.model.LayoutSet,com.liferay.portal.kernel.model.LayoutSetVersion> versionServiceListener) |
protected void |
runSQL(String sql)
Performs a SQL query.
|
void |
setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
Sets the counter local service.
|
void |
setGroupFinder(com.liferay.portal.kernel.service.persistence.GroupFinder groupFinder)
Sets the group finder.
|
void |
setGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService)
Sets the group local service.
|
void |
setGroupPersistence(com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence)
Sets the group persistence.
|
void |
setImageLocalService(com.liferay.portal.kernel.service.ImageLocalService imageLocalService)
Sets the image local service.
|
void |
setImagePersistence(com.liferay.portal.kernel.service.persistence.ImagePersistence imagePersistence)
Sets the image persistence.
|
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.
|
void |
setLayoutSetBranchLocalService(com.liferay.portal.kernel.service.LayoutSetBranchLocalService layoutSetBranchLocalService)
Sets the layout set branch local service.
|
void |
setLayoutSetBranchPersistence(com.liferay.portal.kernel.service.persistence.LayoutSetBranchPersistence layoutSetBranchPersistence)
Sets the layout set branch persistence.
|
void |
setLayoutSetLocalService(com.liferay.portal.kernel.service.LayoutSetLocalService layoutSetLocalService)
Sets the layout set local service.
|
void |
setLayoutSetPersistence(com.liferay.portal.kernel.service.persistence.LayoutSetPersistence layoutSetPersistence)
Sets the layout set persistence.
|
void |
setLayoutSetVersionPersistence(com.liferay.portal.kernel.service.persistence.LayoutSetVersionPersistence layoutSetVersionPersistence)
Sets the layout set version persistence.
|
void |
setPluginSettingLocalService(com.liferay.portal.kernel.service.PluginSettingLocalService pluginSettingLocalService)
Sets the plugin setting local service.
|
void |
setPluginSettingPersistence(com.liferay.portal.kernel.service.persistence.PluginSettingPersistence pluginSettingPersistence)
Sets the plugin setting persistence.
|
void |
setVirtualHostLocalService(com.liferay.portal.kernel.service.VirtualHostLocalService virtualHostLocalService)
Sets the virtual host local service.
|
void |
setVirtualHostPersistence(com.liferay.portal.kernel.service.persistence.VirtualHostPersistence virtualHostPersistence)
Sets the virtual host persistence.
|
void |
unregisterListener(com.liferay.portal.kernel.service.version.VersionServiceListener<com.liferay.portal.kernel.model.LayoutSet,com.liferay.portal.kernel.model.LayoutSetVersion> versionServiceListener) |
com.liferay.portal.kernel.model.LayoutSet |
updateDraft(com.liferay.portal.kernel.model.LayoutSet draftLayoutSet) |
com.liferay.portal.kernel.model.LayoutSet |
updateLayoutSet(com.liferay.portal.kernel.model.LayoutSet draftLayoutSet)
Updates the layout set in the database or adds it if it does not yet exist.
|
getClassLoader, getLocalizationMapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddLayoutSet, deleteLayoutSet, fetchLayoutSet, fetchLayoutSet, fetchLayoutSetByLogoId, getLayoutSet, getLayoutSet, getLayoutSetsByLayoutSetPrototypeUuid, updateLayoutSetPrototypeLinkEnabled, updateLogo, updateLogo, updateLogo, updateLogo, updateLookAndFeel, updateLookAndFeel, updatePageCount, updateSettings, updateVirtualHost@BeanReference(type=com.liferay.portal.kernel.service.LayoutSetLocalService.class) protected com.liferay.portal.kernel.service.LayoutSetLocalService layoutSetLocalService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.LayoutSetPersistence.class) protected com.liferay.portal.kernel.service.persistence.LayoutSetPersistence layoutSetPersistence
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
@BeanReference(type=com.liferay.portal.kernel.service.GroupLocalService.class) protected com.liferay.portal.kernel.service.GroupLocalService groupLocalService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.GroupPersistence.class) protected com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.GroupFinder.class) protected com.liferay.portal.kernel.service.persistence.GroupFinder groupFinder
@BeanReference(type=com.liferay.portal.kernel.service.ImageLocalService.class) protected com.liferay.portal.kernel.service.ImageLocalService imageLocalService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.ImagePersistence.class) protected com.liferay.portal.kernel.service.persistence.ImagePersistence imagePersistence
@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.portal.kernel.service.persistence.LayoutSetVersionPersistence.class) protected com.liferay.portal.kernel.service.persistence.LayoutSetVersionPersistence layoutSetVersionPersistence
@BeanReference(type=com.liferay.portal.kernel.service.LayoutSetBranchLocalService.class) protected com.liferay.portal.kernel.service.LayoutSetBranchLocalService layoutSetBranchLocalService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.LayoutSetBranchPersistence.class) protected com.liferay.portal.kernel.service.persistence.LayoutSetBranchPersistence layoutSetBranchPersistence
@BeanReference(type=com.liferay.portal.kernel.service.PluginSettingLocalService.class) protected com.liferay.portal.kernel.service.PluginSettingLocalService pluginSettingLocalService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.PluginSettingPersistence.class) protected com.liferay.portal.kernel.service.persistence.PluginSettingPersistence pluginSettingPersistence
@BeanReference(type=com.liferay.portal.kernel.service.VirtualHostLocalService.class) protected com.liferay.portal.kernel.service.VirtualHostLocalService virtualHostLocalService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.VirtualHostPersistence.class) protected com.liferay.portal.kernel.service.persistence.VirtualHostPersistence virtualHostPersistence
@BeanReference(type=com.liferay.portal.kernel.service.PersistedModelLocalServiceRegistry.class) protected com.liferay.portal.kernel.service.PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
@Indexable(type=REINDEX) public com.liferay.portal.kernel.model.LayoutSet addLayoutSet(com.liferay.portal.kernel.model.LayoutSet layoutSet)
addLayoutSet in interface com.liferay.portal.kernel.service.LayoutSetLocalServicelayoutSet - the layout set@Transactional(enabled=false) public com.liferay.portal.kernel.model.LayoutSet create()
create in interface com.liferay.portal.kernel.service.LayoutSetLocalServicecreate in interface com.liferay.portal.kernel.service.version.VersionService<com.liferay.portal.kernel.model.LayoutSet,com.liferay.portal.kernel.model.LayoutSetVersion>@Indexable(type=DELETE)
public com.liferay.portal.kernel.model.LayoutSet deleteLayoutSet(long layoutSetId)
throws com.liferay.portal.kernel.exception.PortalException
deleteLayoutSet in interface com.liferay.portal.kernel.service.LayoutSetLocalServicelayoutSetId - the primary key of the layout setcom.liferay.portal.kernel.exception.PortalException - if a layout set with the primary key could not be found@Indexable(type=DELETE) public com.liferay.portal.kernel.model.LayoutSet deleteLayoutSet(com.liferay.portal.kernel.model.LayoutSet layoutSet)
deleteLayoutSet in interface com.liferay.portal.kernel.service.LayoutSetLocalServicelayoutSet - the layout setpublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface com.liferay.portal.kernel.service.LayoutSetLocalServicepublic <T> List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface com.liferay.portal.kernel.service.LayoutSetLocalServicedynamicQuery - 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.LayoutSetModelImpl.
dynamicQuery in interface com.liferay.portal.kernel.service.LayoutSetLocalServicedynamicQuery - 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.LayoutSetModelImpl.
dynamicQuery in interface com.liferay.portal.kernel.service.LayoutSetLocalServicedynamicQuery - 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.LayoutSetLocalServicedynamicQuery - 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.LayoutSetLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic com.liferay.portal.kernel.model.LayoutSet fetchLayoutSet(long layoutSetId)
fetchLayoutSet in interface com.liferay.portal.kernel.service.LayoutSetLocalServicepublic com.liferay.portal.kernel.model.LayoutSet getLayoutSet(long layoutSetId)
throws com.liferay.portal.kernel.exception.PortalException
getLayoutSet in interface com.liferay.portal.kernel.service.LayoutSetLocalServicelayoutSetId - the primary key of the layout setcom.liferay.portal.kernel.exception.PortalException - if a layout set with the primary key could not be foundpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface com.liferay.portal.kernel.service.LayoutSetLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface com.liferay.portal.kernel.service.LayoutSetLocalServiceprotected void initActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery)
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.LayoutSetLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface com.liferay.portal.kernel.service.LayoutSetLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic List<com.liferay.portal.kernel.model.LayoutSet> getLayoutSets(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.LayoutSetModelImpl.
getLayoutSets in interface com.liferay.portal.kernel.service.LayoutSetLocalServicestart - the lower bound of the range of layout setsend - the upper bound of the range of layout sets (not inclusive)public int getLayoutSetsCount()
getLayoutSetsCount in interface com.liferay.portal.kernel.service.LayoutSetLocalService@Indexable(type=REINDEX)
public com.liferay.portal.kernel.model.LayoutSet updateLayoutSet(com.liferay.portal.kernel.model.LayoutSet draftLayoutSet)
throws com.liferay.portal.kernel.exception.PortalException
updateLayoutSet in interface com.liferay.portal.kernel.service.LayoutSetLocalServicelayoutSet - the layout setcom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.service.LayoutSetLocalService getLayoutSetLocalService()
public void setLayoutSetLocalService(com.liferay.portal.kernel.service.LayoutSetLocalService layoutSetLocalService)
layoutSetLocalService - the layout set local servicepublic com.liferay.portal.kernel.service.persistence.LayoutSetPersistence getLayoutSetPersistence()
public void setLayoutSetPersistence(com.liferay.portal.kernel.service.persistence.LayoutSetPersistence layoutSetPersistence)
layoutSetPersistence - the layout set persistencepublic com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic com.liferay.portal.kernel.service.GroupLocalService getGroupLocalService()
public void setGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService)
groupLocalService - the group local servicepublic com.liferay.portal.kernel.service.persistence.GroupPersistence getGroupPersistence()
public void setGroupPersistence(com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence)
groupPersistence - the group persistencepublic com.liferay.portal.kernel.service.persistence.GroupFinder getGroupFinder()
public void setGroupFinder(com.liferay.portal.kernel.service.persistence.GroupFinder groupFinder)
groupFinder - the group finderpublic com.liferay.portal.kernel.service.ImageLocalService getImageLocalService()
public void setImageLocalService(com.liferay.portal.kernel.service.ImageLocalService imageLocalService)
imageLocalService - the image local servicepublic com.liferay.portal.kernel.service.persistence.ImagePersistence getImagePersistence()
public void setImagePersistence(com.liferay.portal.kernel.service.persistence.ImagePersistence imagePersistence)
imagePersistence - the image persistencepublic 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.portal.kernel.service.persistence.LayoutSetVersionPersistence getLayoutSetVersionPersistence()
public void setLayoutSetVersionPersistence(com.liferay.portal.kernel.service.persistence.LayoutSetVersionPersistence layoutSetVersionPersistence)
layoutSetVersionPersistence - the layout set version persistencepublic com.liferay.portal.kernel.service.LayoutSetBranchLocalService getLayoutSetBranchLocalService()
public void setLayoutSetBranchLocalService(com.liferay.portal.kernel.service.LayoutSetBranchLocalService layoutSetBranchLocalService)
layoutSetBranchLocalService - the layout set branch local servicepublic com.liferay.portal.kernel.service.persistence.LayoutSetBranchPersistence getLayoutSetBranchPersistence()
public void setLayoutSetBranchPersistence(com.liferay.portal.kernel.service.persistence.LayoutSetBranchPersistence layoutSetBranchPersistence)
layoutSetBranchPersistence - the layout set branch persistencepublic com.liferay.portal.kernel.service.PluginSettingLocalService getPluginSettingLocalService()
public void setPluginSettingLocalService(com.liferay.portal.kernel.service.PluginSettingLocalService pluginSettingLocalService)
pluginSettingLocalService - the plugin setting local servicepublic com.liferay.portal.kernel.service.persistence.PluginSettingPersistence getPluginSettingPersistence()
public void setPluginSettingPersistence(com.liferay.portal.kernel.service.persistence.PluginSettingPersistence pluginSettingPersistence)
pluginSettingPersistence - the plugin setting persistencepublic com.liferay.portal.kernel.service.VirtualHostLocalService getVirtualHostLocalService()
public void setVirtualHostLocalService(com.liferay.portal.kernel.service.VirtualHostLocalService virtualHostLocalService)
virtualHostLocalService - the virtual host local servicepublic com.liferay.portal.kernel.service.persistence.VirtualHostPersistence getVirtualHostPersistence()
public void setVirtualHostPersistence(com.liferay.portal.kernel.service.persistence.VirtualHostPersistence virtualHostPersistence)
virtualHostPersistence - the virtual host persistencepublic void afterPropertiesSet()
public void destroy()
@Indexable(type=REINDEX)
public com.liferay.portal.kernel.model.LayoutSet checkout(com.liferay.portal.kernel.model.LayoutSet publishedLayoutSet,
int version)
throws com.liferay.portal.kernel.exception.PortalException
checkout in interface com.liferay.portal.kernel.service.LayoutSetLocalServicecheckout in interface com.liferay.portal.kernel.service.version.VersionService<com.liferay.portal.kernel.model.LayoutSet,com.liferay.portal.kernel.model.LayoutSetVersion>com.liferay.portal.kernel.exception.PortalException@Indexable(type=DELETE)
public com.liferay.portal.kernel.model.LayoutSet delete(com.liferay.portal.kernel.model.LayoutSet publishedLayoutSet)
throws com.liferay.portal.kernel.exception.PortalException
delete in interface com.liferay.portal.kernel.service.LayoutSetLocalServicedelete in interface com.liferay.portal.kernel.service.version.VersionService<com.liferay.portal.kernel.model.LayoutSet,com.liferay.portal.kernel.model.LayoutSetVersion>com.liferay.portal.kernel.exception.PortalException@Indexable(type=DELETE)
public com.liferay.portal.kernel.model.LayoutSet deleteDraft(com.liferay.portal.kernel.model.LayoutSet draftLayoutSet)
throws com.liferay.portal.kernel.exception.PortalException
deleteDraft in interface com.liferay.portal.kernel.service.LayoutSetLocalServicedeleteDraft in interface com.liferay.portal.kernel.service.version.VersionService<com.liferay.portal.kernel.model.LayoutSet,com.liferay.portal.kernel.model.LayoutSetVersion>com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.LayoutSetVersion deleteVersion(com.liferay.portal.kernel.model.LayoutSetVersion layoutSetVersion)
throws com.liferay.portal.kernel.exception.PortalException
deleteVersion in interface com.liferay.portal.kernel.service.LayoutSetLocalServicedeleteVersion in interface com.liferay.portal.kernel.service.version.VersionService<com.liferay.portal.kernel.model.LayoutSet,com.liferay.portal.kernel.model.LayoutSetVersion>com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.LayoutSet fetchDraft(com.liferay.portal.kernel.model.LayoutSet layoutSet)
fetchDraft in interface com.liferay.portal.kernel.service.LayoutSetLocalServicefetchDraft in interface com.liferay.portal.kernel.service.version.VersionService<com.liferay.portal.kernel.model.LayoutSet,com.liferay.portal.kernel.model.LayoutSetVersion>public com.liferay.portal.kernel.model.LayoutSet fetchDraft(long primaryKey)
fetchDraft in interface com.liferay.portal.kernel.service.LayoutSetLocalServicefetchDraft in interface com.liferay.portal.kernel.service.version.VersionService<com.liferay.portal.kernel.model.LayoutSet,com.liferay.portal.kernel.model.LayoutSetVersion>public com.liferay.portal.kernel.model.LayoutSetVersion fetchLatestVersion(com.liferay.portal.kernel.model.LayoutSet layoutSet)
fetchLatestVersion in interface com.liferay.portal.kernel.service.LayoutSetLocalServicefetchLatestVersion in interface com.liferay.portal.kernel.service.version.VersionService<com.liferay.portal.kernel.model.LayoutSet,com.liferay.portal.kernel.model.LayoutSetVersion>public com.liferay.portal.kernel.model.LayoutSet fetchPublished(com.liferay.portal.kernel.model.LayoutSet layoutSet)
fetchPublished in interface com.liferay.portal.kernel.service.LayoutSetLocalServicefetchPublished in interface com.liferay.portal.kernel.service.version.VersionService<com.liferay.portal.kernel.model.LayoutSet,com.liferay.portal.kernel.model.LayoutSetVersion>public com.liferay.portal.kernel.model.LayoutSet fetchPublished(long primaryKey)
fetchPublished in interface com.liferay.portal.kernel.service.LayoutSetLocalServicefetchPublished in interface com.liferay.portal.kernel.service.version.VersionService<com.liferay.portal.kernel.model.LayoutSet,com.liferay.portal.kernel.model.LayoutSetVersion>public com.liferay.portal.kernel.model.LayoutSet getDraft(com.liferay.portal.kernel.model.LayoutSet layoutSet)
throws com.liferay.portal.kernel.exception.PortalException
getDraft in interface com.liferay.portal.kernel.service.LayoutSetLocalServicegetDraft in interface com.liferay.portal.kernel.service.version.VersionService<com.liferay.portal.kernel.model.LayoutSet,com.liferay.portal.kernel.model.LayoutSetVersion>com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.LayoutSet getDraft(long primaryKey)
throws com.liferay.portal.kernel.exception.PortalException
getDraft in interface com.liferay.portal.kernel.service.LayoutSetLocalServicegetDraft in interface com.liferay.portal.kernel.service.version.VersionService<com.liferay.portal.kernel.model.LayoutSet,com.liferay.portal.kernel.model.LayoutSetVersion>com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.LayoutSetVersion getVersion(com.liferay.portal.kernel.model.LayoutSet layoutSet,
int version)
throws com.liferay.portal.kernel.exception.PortalException
getVersion in interface com.liferay.portal.kernel.service.LayoutSetLocalServicegetVersion in interface com.liferay.portal.kernel.service.version.VersionService<com.liferay.portal.kernel.model.LayoutSet,com.liferay.portal.kernel.model.LayoutSetVersion>com.liferay.portal.kernel.exception.PortalExceptionpublic List<com.liferay.portal.kernel.model.LayoutSetVersion> getVersions(com.liferay.portal.kernel.model.LayoutSet layoutSet)
getVersions in interface com.liferay.portal.kernel.service.LayoutSetLocalServicegetVersions in interface com.liferay.portal.kernel.service.version.VersionService<com.liferay.portal.kernel.model.LayoutSet,com.liferay.portal.kernel.model.LayoutSetVersion>@Indexable(type=REINDEX)
public com.liferay.portal.kernel.model.LayoutSet publishDraft(com.liferay.portal.kernel.model.LayoutSet draftLayoutSet)
throws com.liferay.portal.kernel.exception.PortalException
publishDraft in interface com.liferay.portal.kernel.service.LayoutSetLocalServicepublishDraft in interface com.liferay.portal.kernel.service.version.VersionService<com.liferay.portal.kernel.model.LayoutSet,com.liferay.portal.kernel.model.LayoutSetVersion>com.liferay.portal.kernel.exception.PortalExceptionpublic void registerListener(com.liferay.portal.kernel.service.version.VersionServiceListener<com.liferay.portal.kernel.model.LayoutSet,com.liferay.portal.kernel.model.LayoutSetVersion> versionServiceListener)
registerListener in interface com.liferay.portal.kernel.service.LayoutSetLocalServiceregisterListener in interface com.liferay.portal.kernel.service.version.VersionService<com.liferay.portal.kernel.model.LayoutSet,com.liferay.portal.kernel.model.LayoutSetVersion>public void unregisterListener(com.liferay.portal.kernel.service.version.VersionServiceListener<com.liferay.portal.kernel.model.LayoutSet,com.liferay.portal.kernel.model.LayoutSetVersion> versionServiceListener)
unregisterListener in interface com.liferay.portal.kernel.service.LayoutSetLocalServiceunregisterListener in interface com.liferay.portal.kernel.service.version.VersionService<com.liferay.portal.kernel.model.LayoutSet,com.liferay.portal.kernel.model.LayoutSetVersion>@Indexable(type=REINDEX)
public com.liferay.portal.kernel.model.LayoutSet updateDraft(com.liferay.portal.kernel.model.LayoutSet draftLayoutSet)
throws com.liferay.portal.kernel.exception.PortalException
updateDraft in interface com.liferay.portal.kernel.service.LayoutSetLocalServiceupdateDraft in interface com.liferay.portal.kernel.service.version.VersionService<com.liferay.portal.kernel.model.LayoutSet,com.liferay.portal.kernel.model.LayoutSetVersion>com.liferay.portal.kernel.exception.PortalExceptionpublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiServicegetOSGiServiceIdentifier in interface com.liferay.portal.kernel.service.LayoutSetLocalServiceprotected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql - the sql query