|
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 LayoutPrototypeLocalService
This interface defines the service. The default implementation is
LayoutPrototypeLocalServiceImpl.
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.
LayoutPrototypeLocalServiceUtil| Method Detail |
|---|
LayoutPrototype addLayoutPrototype(LayoutPrototype layoutPrototype)
throws SystemException
SystemExceptionLayoutPrototype createLayoutPrototype(long layoutPrototypeId)
void deleteLayoutPrototype(long layoutPrototypeId)
throws PortalException,
SystemException
PortalException
SystemException
void deleteLayoutPrototype(LayoutPrototype layoutPrototype)
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)
LayoutPrototype getLayoutPrototype(long layoutPrototypeId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<LayoutPrototype> getLayoutPrototypes(int start,
int end)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getLayoutPrototypesCount()
throws SystemException
SystemException
LayoutPrototype updateLayoutPrototype(LayoutPrototype layoutPrototype)
throws SystemException
SystemException
LayoutPrototype updateLayoutPrototype(LayoutPrototype layoutPrototype,
boolean merge)
throws SystemException
SystemException
LayoutPrototype addLayoutPrototype(long userId,
long companyId,
Map<Locale,String> nameMap,
String description,
boolean active)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<LayoutPrototype> search(long companyId,
Boolean active,
int start,
int end,
OrderByComparator obc)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int searchCount(long companyId,
Boolean active)
throws SystemException
SystemException
LayoutPrototype updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active)
throws PortalException,
SystemException
PortalException
SystemException
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||