|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectatg.nucleus.logging.VariableArgumentApplicationLoggingImpl
atg.nucleus.GenericService
atg.svc.repository.service.BaseService
atg.svc.repository.service.FrameworkProfileService
@Service(requiredProperties={"recentTicketsService","profileTools","externalProfileTools"}) public class FrameworkProfileService
The Framework profile service.
Field Summary | |
---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
Fields inherited from class atg.nucleus.GenericService |
---|
SERVICE_INFO_KEY |
Fields inherited from interface atg.nucleus.logging.TraceApplicationLogging |
---|
DEFAULT_LOG_TRACE_STATUS |
Fields inherited from interface atg.nucleus.logging.ApplicationLogging |
---|
DEFAULT_LOG_DEBUG_STATUS, DEFAULT_LOG_ERROR_STATUS, DEFAULT_LOG_INFO_STATUS, DEFAULT_LOG_WARNING_STATUS |
Constructor Summary | |
---|---|
FrameworkProfileService()
|
Method Summary | |
---|---|
atg.userprofiling.ProfileTools |
getExternalProfileTools()
|
atg.repository.RepositoryItem |
getExternalUserById(java.lang.String pUserId)
Gets an external user of the given type with the given id. |
atg.userprofiling.ProfileTools |
getProfileTools()
|
java.util.Collection<atg.svc.repository.beans.RecentTickets> |
getRecentTickets()
Returns the Collection of the Recent Tickets of the currently logged in users. |
java.util.Collection<atg.svc.repository.beans.RecentTickets> |
getRecentTickets(java.lang.String pProfile)
Returns the Collection of the Recent Tickets of specified users. |
java.util.Collection<atg.svc.repository.beans.RecentTickets> |
getRecentTickets(java.lang.String pProfile,
atg.svc.repository.beans.RecentTicketsType pRecentTicketsType)
Returns the Collection of the Recent Tickets of specified users. |
java.util.Collection<atg.svc.repository.beans.RecentTickets> |
getRecentTickets(java.lang.String pProfile,
java.lang.String pRecentTicketsType)
Returns the Collection of the Recent Tickets of specified users. |
RecentTicketsService |
getRecentTicketsService()
|
java.util.Collection<atg.svc.repository.beans.RecentTickets> |
getRecentTicketsViewed()
Returns the Collection of the Recent Tickets -viewed the currently logged in users. |
java.util.Collection<atg.svc.repository.beans.RecentTickets> |
getRecentTicketsWorked()
Returns the Collection of the Recent Tickets - Worked the currently logged in users. |
atg.repository.RepositoryItem |
getUserById(java.lang.String pUserId)
Gets a user of the given type with the given id. |
void |
setExternalProfileTools(atg.userprofiling.ProfileTools pExternalProfileTools)
|
void |
setProfileTools(atg.userprofiling.ProfileTools pProfileTools)
|
void |
setRecentTicketsService(RecentTicketsService pRecentTicketsService)
|
Methods inherited from class atg.svc.repository.service.BaseService |
---|
getRepositoryService, getToday, setRepositoryService |
Methods inherited from class atg.nucleus.GenericService |
---|
addLogListener, createAdminServlet, doStartService, doStopService, getAbsoluteName, getAdminServlet, getAdminServletOutputStreamEncoding, getLoggingForVlogging, getLogListenerCount, getLogListeners, getName, getNameContext, getNucleus, getRoot, getServiceConfiguration, getServiceInfo, isAdminServletUseServletOutputStream, isLoggingDebug, isLoggingError, isLoggingInfo, isLoggingTrace, isLoggingWarning, isRunning, logDebug, logDebug, logDebug, logError, logError, logError, logInfo, logInfo, logInfo, logTrace, logTrace, logTrace, logWarning, logWarning, logWarning, nameContextElementBound, nameContextElementUnbound, removeLogListener, reResolveThis, resolveName, resolveName, resolveName, resolveName, sendLogEvent, setAdminServletOutputStreamEncoding, setAdminServletUseServletOutputStream, setLoggingDebug, setLoggingError, setLoggingInfo, setLoggingTrace, setLoggingWarning, setNucleus, setServiceInfo, startService, stopService |
Methods inherited from class atg.nucleus.logging.VariableArgumentApplicationLoggingImpl |
---|
vlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogDebugTrace, vlogError, vlogError, vlogError, vlogError, vlogInfo, vlogInfo, vlogInfo, vlogInfo, vlogTrace, vlogTrace, vlogTrace, vlogTrace, vlogWarning, vlogWarning, vlogWarning, vlogWarning |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String CLASS_VERSION
Constructor Detail |
---|
public FrameworkProfileService()
Method Detail |
---|
public RecentTicketsService getRecentTicketsService()
public void setRecentTicketsService(RecentTicketsService pRecentTicketsService)
public atg.userprofiling.ProfileTools getProfileTools()
public void setProfileTools(atg.userprofiling.ProfileTools pProfileTools)
public atg.userprofiling.ProfileTools getExternalProfileTools()
public void setExternalProfileTools(atg.userprofiling.ProfileTools pExternalProfileTools)
public java.util.Collection<atg.svc.repository.beans.RecentTickets> getRecentTickets()
public java.util.Collection<atg.svc.repository.beans.RecentTickets> getRecentTickets(java.lang.String pProfile)
pProfile
- user profile to retrieve Recent Tickets
public java.util.Collection<atg.svc.repository.beans.RecentTickets> getRecentTickets(java.lang.String pProfile, atg.svc.repository.beans.RecentTicketsType pRecentTicketsType)
pProfile
- user profile to retrieve Recent TicketspRecentTicketsType
- - "viewed" or "worked"
public java.util.Collection<atg.svc.repository.beans.RecentTickets> getRecentTickets(java.lang.String pProfile, java.lang.String pRecentTicketsType)
pProfile
- user profile to retrieve Recent TicketspRecentTicketsType
- - "viewed" or "worked"
public java.util.Collection<atg.svc.repository.beans.RecentTickets> getRecentTicketsViewed()
public java.util.Collection<atg.svc.repository.beans.RecentTickets> getRecentTicketsWorked()
public atg.repository.RepositoryItem getUserById(java.lang.String pUserId) throws ObjectNotFoundException
pUserId
- The repository id of the user
ObjectNotFoundException
- If no user is found with the given type and idpublic atg.repository.RepositoryItem getExternalUserById(java.lang.String pUserId) throws ObjectNotFoundException
pUserId
- The repository id of the user
ObjectNotFoundException
- If no user is found with the given type and id
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |