|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SvcException | |
|---|---|
| atg.svc.repository.service | |
| atg.svc.repository.service.exception | |
| atg.svc.taglib.options | |
| Uses of SvcException in atg.svc.repository.service |
|---|
| Methods in atg.svc.repository.service that throw SvcException | |
|---|---|
void |
RecentTicketsService.checkMaximumRecordLimit(atg.userprofiling.Profile pProfile)
This method check for the maximum record limit for Recent Tickets for a particular user. |
void |
RecentTicketsService.checkMaximumRecordLimit(java.lang.String pProfileId,
java.util.List<atg.svc.repository.beans.RecentTickets> pRecentTickets)
This method check for the maximum record limit for Recent Tickets for a particular user. |
void |
RecentTicketsService.checkMaximumRecordLimit(java.lang.String pProfileId,
atg.svc.repository.beans.RecentTickets pRecentTickets)
This method check for the maximum record limit for Recent Tickets for a particular user and of ticket type. |
atg.svc.repository.beans.RecentTickets |
RecentTicketsService.createRecentTickets()
Creates a new transient RecentTickets repository bean. |
atg.svc.framework.repository.beans.FrameworkInstance |
UIService.getNewFrameworkInstance()
Creates a framework instance bean and fills in the default values. |
atg.svc.framework.repository.beans.FrameworkInstance |
UIService.getNewFrameworkInstance(java.lang.String pFrameworkId)
Creates a framework instance bean and fills in the default values. |
protected javax.ejb.EJBLocalObject |
UIService.getNewInstance(int pItemType,
java.lang.String pInstanceId)
|
java.lang.String |
UIService.getUserTabId()
Performs all the necessary user-related considerations and conversions to determine the initial user tab to render First, look at the user options. |
void |
RecentTicketsService.saveRecentTickets(java.util.List<atg.svc.repository.beans.RecentTickets> pRecentTickets,
java.lang.String profileId)
Adds a list of recent tickets . |
void |
RecentTicketsService.saveRecentTickets(atg.svc.repository.beans.RecentTickets pRecentTickets)
Adds a recent tickets . |
| Uses of SvcException in atg.svc.repository.service.exception |
|---|
| Subclasses of SvcException in atg.svc.repository.service.exception | |
|---|---|
class |
DuplicateRecordException
Exception that is thrown when a repository persistence operation fails. |
class |
ObjectException
Exception for exception related to objects where the id and item-descriptor should be recorded. |
class |
ObjectNotFoundException
Exception that is thrown when a repository item is not found. |
class |
PersistenceException
Exception that is thrown when a repository writeInstance() operation fails. |
| Uses of SvcException in atg.svc.taglib.options |
|---|
| Methods in atg.svc.taglib.options that throw SvcException | |
|---|---|
protected java.lang.Object |
GetOptionAsArrayTag.getOptionValue(java.lang.String pOptionName)
Gets the value of the option as an array of Strings. |
protected java.lang.Object |
GetOptionAsBooleanTag.getOptionValue(java.lang.String pOptionName)
Gets the value of the option as a Boolean. |
protected java.lang.Object |
GetOptionAsIntegerTag.getOptionValue(java.lang.String pOptionName)
Gets the value of the option as an Integer. |
protected java.lang.Object |
GetOptionAsStringTag.getOptionValue(java.lang.String pOptionName)
Gets the value of the option as a String. |
protected abstract java.lang.Object |
GetOptionTagSupport.getOptionValue(java.lang.String pOptionName)
Gets the value of the option given the name. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||