|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portal.service.PortletLocalServiceUtil
@ProviderType public class PortletLocalServiceUtil
Provides the local service utility for Portlet. This utility wraps
com.liferay.portal.service.impl.PortletLocalServiceImpl
and is the
primary access point for service operations in application layer code running
on the local server. 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.
PortletLocalService
,
PortletLocalServiceBaseImpl
,
com.liferay.portal.service.impl.PortletLocalServiceImpl
Constructor Summary | |
---|---|
PortletLocalServiceUtil()
|
Method Summary | |
---|---|
static Portlet |
addPortlet(Portlet portlet)
Adds the portlet to the database. |
static void |
addPortletCategory(long companyId,
String categoryName)
|
static void |
checkPortlet(Portlet portlet)
|
static void |
checkPortlets(long companyId)
|
static void |
clearCache()
|
static void |
clearCompanyPortletsPool()
|
static Portlet |
clonePortlet(long companyId,
String portletId)
Deprecated. As of 6.1.0, replaced by clonePortlet(String) |
static Portlet |
clonePortlet(String portletId)
|
static Portlet |
createPortlet(long id)
Creates a new portlet with the primary key. |
static Portlet |
deletePortlet(long id)
Deletes the portlet with the primary key from the database. |
static void |
deletePortlet(long companyId,
String portletId,
long plid)
|
static Portlet |
deletePortlet(Portlet portlet)
Deletes the portlet from the database. |
static void |
deletePortlets(long companyId,
String[] portletIds,
long plid)
|
static Portlet |
deployRemotePortlet(Portlet portlet,
String categoryName)
|
static Portlet |
deployRemotePortlet(Portlet portlet,
String[] categoryNames)
|
static void |
destroyPortlet(Portlet portlet)
|
static void |
destroyRemotePortlet(Portlet portlet)
|
static DynamicQuery |
dynamicQuery()
|
static List |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows that match the dynamic query. |
static Portlet |
fetchPortlet(long id)
|
static String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
static List<CustomAttributesDisplay> |
getCustomAttributesDisplays()
|
static PortletCategory |
getEARDisplay(String xml)
|
static List<Portlet> |
getFriendlyURLMapperPortlets()
|
static List<FriendlyURLMapper> |
getFriendlyURLMappers()
|
static PersistedModel |
getPersistedModel(Serializable primaryKeyObj)
|
static Portlet |
getPortlet(long id)
Returns the portlet with the primary key. |
static PortletApp |
getPortletApp(String servletContextName)
|
static Portlet |
getPortletById(long companyId,
String portletId)
|
static Portlet |
getPortletById(String portletId)
|
static Portlet |
getPortletByStrutsPath(long companyId,
String strutsPath)
|
static List<Portlet> |
getPortlets()
|
static List<Portlet> |
getPortlets(int start,
int end)
Returns a range of all the portlets. |
static List<Portlet> |
getPortlets(long companyId)
|
static List<Portlet> |
getPortlets(long companyId,
boolean showSystem,
boolean showPortal)
|
static int |
getPortletsCount()
Returns the number of portlets. |
static List<Portlet> |
getScopablePortlets()
|
static PortletLocalService |
getService()
|
static PortletCategory |
getWARDisplay(String servletContextName,
String xml)
|
static boolean |
hasPortlet(long companyId,
String portletId)
|
static void |
initEAR(javax.servlet.ServletContext servletContext,
String[] xmls,
PluginPackage pluginPackage)
|
static List<Portlet> |
initWAR(String servletContextName,
javax.servlet.ServletContext servletContext,
String[] xmls,
PluginPackage pluginPackage)
|
static Map<String,Portlet> |
loadGetPortletsPool(long companyId)
|
static void |
removeCompanyPortletsPool(long companyId)
|
static void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setService(PortletLocalService service)
Deprecated. As of 6.2.0 |
static Portlet |
updatePortlet(long companyId,
String portletId,
String roles,
boolean active)
|
static Portlet |
updatePortlet(Portlet portlet)
Updates the portlet in the database or adds it if it does not yet exist. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PortletLocalServiceUtil()
Method Detail |
---|
public static Portlet addPortlet(Portlet portlet) throws SystemException
portlet
- the portlet
SystemException
- if a system exception occurredpublic static Portlet createPortlet(long id)
id
- the primary key for the new portlet
public static Portlet deletePortlet(long id) throws PortalException, SystemException
id
- the primary key of the portlet
PortalException
- if a portlet with the primary key could not be found
SystemException
- if a system exception occurredpublic static Portlet deletePortlet(Portlet portlet) throws SystemException
portlet
- the portlet
SystemException
- if a system exception occurredpublic static DynamicQuery dynamicQuery()
public static List dynamicQuery(DynamicQuery dynamicQuery) throws SystemException
dynamicQuery
- the dynamic query
SystemException
- if a system exception occurredpublic static List dynamicQuery(DynamicQuery dynamicQuery, int start, int end) throws SystemException
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 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 and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from PortletModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery
- the dynamic querystart
- the lower bound of the range of model instancesend
- the upper bound of the range of model instances (not inclusive)
SystemException
- if a system exception occurredpublic static List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator) throws SystemException
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 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 and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from PortletModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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
)
SystemException
- if a system exception occurredpublic static long dynamicQueryCount(DynamicQuery dynamicQuery) throws SystemException
dynamicQuery
- the dynamic query
SystemException
- if a system exception occurredpublic static long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection) throws SystemException
dynamicQuery
- the dynamic queryprojection
- the projection to apply to the query
SystemException
- if a system exception occurredpublic static Portlet fetchPortlet(long id) throws SystemException
SystemException
public static Portlet getPortlet(long id) throws PortalException, SystemException
id
- the primary key of the portlet
PortalException
- if a portlet with the primary key could not be found
SystemException
- if a system exception occurredpublic static PersistedModel getPersistedModel(Serializable primaryKeyObj) throws PortalException, SystemException
PortalException
SystemException
public static List<Portlet> getPortlets(int start, int end) throws SystemException
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 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 and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from PortletModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start
- the lower bound of the range of portletsend
- the upper bound of the range of portlets (not inclusive)
SystemException
- if a system exception occurredpublic static int getPortletsCount() throws SystemException
SystemException
- if a system exception occurredpublic static Portlet updatePortlet(Portlet portlet) throws SystemException
portlet
- the portlet
SystemException
- if a system exception occurredpublic static String getBeanIdentifier()
public static void setBeanIdentifier(String beanIdentifier)
beanIdentifier
- the Spring bean ID for this beanpublic static void addPortletCategory(long companyId, String categoryName)
public static void checkPortlet(Portlet portlet) throws PortalException, SystemException
PortalException
SystemException
public static void checkPortlets(long companyId) throws PortalException, SystemException
PortalException
SystemException
public static void clearCache()
public static void clearCompanyPortletsPool()
public static Portlet clonePortlet(long companyId, String portletId)
clonePortlet(String)
public static Portlet clonePortlet(String portletId)
public static void deletePortlet(long companyId, String portletId, long plid) throws PortalException, SystemException
PortalException
SystemException
public static void deletePortlets(long companyId, String[] portletIds, long plid) throws PortalException, SystemException
PortalException
SystemException
public static Portlet deployRemotePortlet(Portlet portlet, String categoryName) throws PortalException, SystemException
PortalException
SystemException
public static Portlet deployRemotePortlet(Portlet portlet, String[] categoryNames) throws PortalException, SystemException
PortalException
SystemException
public static void destroyPortlet(Portlet portlet)
public static void destroyRemotePortlet(Portlet portlet)
public static List<CustomAttributesDisplay> getCustomAttributesDisplays()
public static PortletCategory getEARDisplay(String xml) throws SystemException
SystemException
public static List<Portlet> getFriendlyURLMapperPortlets()
public static List<FriendlyURLMapper> getFriendlyURLMappers()
public static PortletApp getPortletApp(String servletContextName)
public static Portlet getPortletById(long companyId, String portletId) throws SystemException
SystemException
public static Portlet getPortletById(String portletId)
public static Portlet getPortletByStrutsPath(long companyId, String strutsPath) throws SystemException
SystemException
public static List<Portlet> getPortlets()
public static List<Portlet> getPortlets(long companyId) throws SystemException
SystemException
public static List<Portlet> getPortlets(long companyId, boolean showSystem, boolean showPortal) throws SystemException
SystemException
public static List<Portlet> getScopablePortlets()
public static PortletCategory getWARDisplay(String servletContextName, String xml) throws SystemException
SystemException
public static boolean hasPortlet(long companyId, String portletId) throws SystemException
SystemException
public static void initEAR(javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage)
public static List<Portlet> initWAR(String servletContextName, javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage)
public static Map<String,Portlet> loadGetPortletsPool(long companyId) throws SystemException
SystemException
public static void removeCompanyPortletsPool(long companyId)
public static Portlet updatePortlet(long companyId, String portletId, String roles, boolean active) throws SystemException
SystemException
public static PortletLocalService getService()
public void setService(PortletLocalService service)
|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |