|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface PortletLocalService
This interface defines the service. The default implementation is
PortletLocalServiceImpl.
Modify methods in that class and rerun ServiceBuilder to populate this class
and all other generated classes.
This is a local service. 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.
PortletLocalServiceUtil| Method Detail |
|---|
Portlet addPortlet(Portlet portlet)
throws SystemException
SystemExceptionPortlet createPortlet(long id)
void deletePortlet(long id)
throws PortalException,
SystemException
PortalException
SystemException
void deletePortlet(Portlet portlet)
throws SystemException
SystemException
List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
SystemException
List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
SystemException
List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
SystemException
long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
Portlet getPortlet(long id)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<Portlet> getPortlets(int start,
int end)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getPortletsCount()
throws SystemException
SystemException
Portlet updatePortlet(Portlet portlet)
throws SystemException
SystemException
Portlet updatePortlet(Portlet portlet,
boolean merge)
throws SystemException
SystemException
void checkPortlet(Portlet portlet)
throws PortalException,
SystemException
PortalException
SystemException
void checkPortlets(long companyId)
throws PortalException,
SystemException
PortalException
SystemExceptionvoid clearCache()
Portlet clonePortlet(long companyId,
String portletId)
throws SystemException
SystemException
Portlet deployRemotePortlet(Portlet portlet,
String categoryName)
throws SystemException
SystemExceptionvoid destroyPortlet(Portlet portlet)
void destroyRemotePortlet(Portlet portlet)
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<CustomAttributesDisplay> getCustomAttributesDisplays()
@Transactional(propagation=SUPPORTS,
readOnly=true)
PortletCategory getEARDisplay(String xml)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<Portlet> getFriendlyURLMapperPortlets()
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<FriendlyURLMapper> getFriendlyURLMappers()
@Transactional(propagation=SUPPORTS,
readOnly=true)
PortletApp getPortletApp(String servletContextName)
@Transactional(propagation=SUPPORTS,
readOnly=true)
Portlet getPortletById(long companyId,
String portletId)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
Portlet getPortletById(String portletId)
@Transactional(propagation=SUPPORTS,
readOnly=true)
Portlet getPortletByStrutsPath(long companyId,
String strutsPath)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<Portlet> getPortlets()
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<Portlet> getPortlets(long companyId)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<Portlet> getPortlets(long companyId,
boolean showSystem,
boolean showPortal)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
PortletCategory getWARDisplay(String servletContextName,
String xml)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
boolean hasPortlet(long companyId,
String portletId)
throws SystemException
SystemException
void initEAR(javax.servlet.ServletContext servletContext,
String[] xmls,
PluginPackage pluginPackage)
List<Portlet> initWAR(String servletContextName,
javax.servlet.ServletContext servletContext,
String[] xmls,
PluginPackage pluginPackage)
Portlet updatePortlet(long companyId,
String portletId,
String roles,
boolean active)
throws SystemException
SystemException
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||