|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary |
Type | Field |
---|---|
static int |
TYPEID
The type id of this class. |
static java.lang.String |
TYPENAME
The constant class type identifier |
Method Summary |
Type | Method |
---|---|
int |
getAccessCount(Service service)
Gets the access count of a service in the profile. |
Service[] |
getAccessibleHomeFolderServices()
Get all valid and visible services for the user's home folder. |
Service[] |
getAccessibleHomeFolderServicesIncludeHidden()
Get all valid and visible services for the user's home folder, including those hidden in the profile |
java.sql.Timestamp |
getLastAccessTime(Service service)
Gets the last access time of a service in the profile. |
java.lang.String |
getName()
Gets the name of the profile. |
int |
getSeqno(Service service)
Gets the customized sequence number of a service the profile. |
SortRule |
getSortRule(Folder folder)
Gets the sorting rule of a folder in the profile. |
User |
getUser()
Gets the ower of the profile. |
void |
incrementAccessCount(Service service)
Increment the access count of a service in the profile. |
boolean |
isHidden(Service service)
Gets the customized visibility of a service in the profile. |
void |
resetAccessCount(Service service)
Resets the access count of a service in the profile. |
void |
resetLastAccessTime(Service service)
Resets the last access time of a service in the profile. |
void |
resetSortRule(Folder folder)
Resets the sort rule for the folder to the system defined default sort rule. |
void |
setHide(Service service,
boolean hide)
Sets the customized visibility of a service the profile. |
void |
setName(java.lang.String name)
Sets the name of the profile. |
void |
setSeqno(Service service,
int seqno)
Sets the customized sequence number of a service in the profile. |
void |
setSortRule(Folder folder,
SortRule rule)
Sets the sorting rule of a folder in the profile. |
Methods inherited from interface oracle.panama.model.ModelObject |
delete, getCreatedDate, getId, getLastModifiedDate, getTypeId, getTypeName,
isSystem, setSystem, undoAll |
Methods inherited from interface oracle.panama.model.XMLObject |
setXML, toXML |
Field Detail |
public static final java.lang.String TYPENAME
public static final int TYPEID
Method Detail |
public java.lang.String getName()
getName
in interface ModelObject
oracle.panama.model.ModelObject
public void setName(java.lang.String name)
setName
in interface ModelObject
oracle.panama.model.ModelObject
name
- must be not nullpublic User getUser()
public boolean isHidden(Service service)
public void setHide(Service service, boolean hide)
hide
- The new value for the property.public int getSeqno(Service service)
public void setSeqno(Service service, int seqno)
seqno
- The new value for the property.public int getAccessCount(Service service)
public void resetAccessCount(Service service)
count
- The new value for the property.public void incrementAccessCount(Service service)
public java.sql.Timestamp getLastAccessTime(Service service)
public void resetLastAccessTime(Service service)
time
- The new value for the property.public SortRule getSortRule(Folder folder)
public void setSortRule(Folder folder, SortRule rule)
rule
- The new value for the property.public void resetSortRule(Folder folder)
public Service[] getAccessibleHomeFolderServices()
public Service[] getAccessibleHomeFolderServicesIncludeHidden()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |