public class LayoutFriendlyURLLocalServiceImpl extends LayoutFriendlyURLLocalServiceBaseImpl
All custom service methods should be put in this class. Whenever methods are
added, rerun ServiceBuilder to copy their definitions into the LayoutFriendlyURLLocalService interface.
Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.
counterLocalService, layoutFriendlyURLLocalService, layoutFriendlyURLPersistence, persistedModelLocalServiceRegistry, userFinder, userLocalService, userPersistence| Constructor and Description |
|---|
LayoutFriendlyURLLocalServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portal.kernel.model.LayoutFriendlyURL |
addLayoutFriendlyURL(long userId,
long companyId,
long groupId,
long plid,
boolean privateLayout,
String friendlyURL,
String languageId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
List<com.liferay.portal.kernel.model.LayoutFriendlyURL> |
addLayoutFriendlyURLs(long userId,
long companyId,
long groupId,
long plid,
boolean privateLayout,
Map<Locale,String> friendlyURLMap,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
com.liferay.portal.kernel.model.LayoutFriendlyURL |
deleteLayoutFriendlyURL(com.liferay.portal.kernel.model.LayoutFriendlyURL layoutFriendlyURL)
Deletes the layout friendly u r l from the database.
|
void |
deleteLayoutFriendlyURL(long plid,
String languageId) |
void |
deleteLayoutFriendlyURLs(long plid) |
com.liferay.portal.kernel.model.LayoutFriendlyURL |
fetchFirstLayoutFriendlyURL(long groupId,
boolean privateLayout,
String friendlyURL) |
com.liferay.portal.kernel.model.LayoutFriendlyURL |
fetchLayoutFriendlyURL(long groupId,
boolean privateLayout,
String friendlyURL,
String languageId) |
com.liferay.portal.kernel.model.LayoutFriendlyURL |
fetchLayoutFriendlyURL(long plid,
String languageId) |
com.liferay.portal.kernel.model.LayoutFriendlyURL |
fetchLayoutFriendlyURL(long plid,
String languageId,
boolean useDefault) |
com.liferay.portal.kernel.model.LayoutFriendlyURL |
getLayoutFriendlyURL(long plid,
String languageId) |
com.liferay.portal.kernel.model.LayoutFriendlyURL |
getLayoutFriendlyURL(long plid,
String languageId,
boolean useDefault) |
List<com.liferay.portal.kernel.model.LayoutFriendlyURL> |
getLayoutFriendlyURLs(long plid) |
List<com.liferay.portal.kernel.model.LayoutFriendlyURL> |
getLayoutFriendlyURLs(long plid,
String friendlyURL,
int start,
int end) |
com.liferay.portal.kernel.model.LayoutFriendlyURL |
updateLayoutFriendlyURL(long userId,
long companyId,
long groupId,
long plid,
boolean privateLayout,
String friendlyURL,
String languageId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
List<com.liferay.portal.kernel.model.LayoutFriendlyURL> |
updateLayoutFriendlyURLs(long userId,
long companyId,
long groupId,
long plid,
boolean privateLayout,
Map<Locale,String> friendlyURLMap,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
addLayoutFriendlyURL, afterPropertiesSet, createLayoutFriendlyURL, deleteLayoutFriendlyURL, deletePersistedModel, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchLayoutFriendlyURL, fetchLayoutFriendlyURLByUuidAndGroupId, getActionableDynamicQuery, getCounterLocalService, getExportActionableDynamicQuery, getIndexableActionableDynamicQuery, getLayoutFriendlyURL, getLayoutFriendlyURLByUuidAndGroupId, getLayoutFriendlyURLLocalService, getLayoutFriendlyURLPersistence, getLayoutFriendlyURLs, getLayoutFriendlyURLsByUuidAndCompanyId, getLayoutFriendlyURLsByUuidAndCompanyId, getLayoutFriendlyURLsCount, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, getUserFinder, getUserLocalService, getUserPersistence, initActionableDynamicQuery, runSQL, setCounterLocalService, setLayoutFriendlyURLLocalService, setLayoutFriendlyURLPersistence, setUserFinder, setUserLocalService, setUserPersistence, updateLayoutFriendlyURLpublic com.liferay.portal.kernel.model.LayoutFriendlyURL addLayoutFriendlyURL(long userId,
long companyId,
long groupId,
long plid,
boolean privateLayout,
String friendlyURL,
String languageId,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic List<com.liferay.portal.kernel.model.LayoutFriendlyURL> addLayoutFriendlyURLs(long userId, long companyId, long groupId, long plid, boolean privateLayout, Map<Locale,String> friendlyURLMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.LayoutFriendlyURL deleteLayoutFriendlyURL(com.liferay.portal.kernel.model.LayoutFriendlyURL layoutFriendlyURL)
LayoutFriendlyURLLocalServiceBaseImpldeleteLayoutFriendlyURL in interface com.liferay.portal.kernel.service.LayoutFriendlyURLLocalServicedeleteLayoutFriendlyURL in class LayoutFriendlyURLLocalServiceBaseImpllayoutFriendlyURL - the layout friendly u r lpublic void deleteLayoutFriendlyURL(long plid,
String languageId)
public void deleteLayoutFriendlyURLs(long plid)
public com.liferay.portal.kernel.model.LayoutFriendlyURL fetchFirstLayoutFriendlyURL(long groupId,
boolean privateLayout,
String friendlyURL)
public com.liferay.portal.kernel.model.LayoutFriendlyURL fetchLayoutFriendlyURL(long groupId,
boolean privateLayout,
String friendlyURL,
String languageId)
public com.liferay.portal.kernel.model.LayoutFriendlyURL fetchLayoutFriendlyURL(long plid,
String languageId)
public com.liferay.portal.kernel.model.LayoutFriendlyURL fetchLayoutFriendlyURL(long plid,
String languageId,
boolean useDefault)
public com.liferay.portal.kernel.model.LayoutFriendlyURL getLayoutFriendlyURL(long plid,
String languageId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.LayoutFriendlyURL getLayoutFriendlyURL(long plid,
String languageId,
boolean useDefault)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic List<com.liferay.portal.kernel.model.LayoutFriendlyURL> getLayoutFriendlyURLs(long plid)
public List<com.liferay.portal.kernel.model.LayoutFriendlyURL> getLayoutFriendlyURLs(long plid, String friendlyURL, int start, int end)
public com.liferay.portal.kernel.model.LayoutFriendlyURL updateLayoutFriendlyURL(long userId,
long companyId,
long groupId,
long plid,
boolean privateLayout,
String friendlyURL,
String languageId,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic List<com.liferay.portal.kernel.model.LayoutFriendlyURL> updateLayoutFriendlyURLs(long userId, long companyId, long groupId, long plid, boolean privateLayout, Map<Locale,String> friendlyURLMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException