public interface CatalogEntryUpdateCmd extends ControllerCommand
CatalogEntryUpdateCmd
is a URL and controller command that:
CATENTRY
table, except IBM internal use columns.
CATENTDESC
table
CatalogEntryAccessBean
CatalogEntryDescriptionAccessBean
BaseItemDescriptionAccessBean
ItemSpecificationAccessBean
BaseItemAccessBean
CatalogEntryDescriptionAccessBean
, BaseItemDescriptionAccessBean
UpdateCatalogEntryCmd
,
UpdateCatalogEntryDescCmd
.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASSNAME
Defines the CLASSNAME.
|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
defaultCommandClassName
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getCatentryId()
Gets the catalog entry ID.
|
java.lang.String |
getPartnumber()
Gets the partnumber of the catalog entry.
|
void |
setAuxdescription1(java.lang.String astrAuxdescription1)
Sets the first language dependent additional description for the catalog entry.
|
void |
setAuxdescription2(java.lang.String astrAuxdescription2)
Sets the second language dependent additional description for the catalog entry.
|
void |
setAvailabilitydate(java.sql.Timestamp atmAvailabilitydate)
Sets the availability date for the catalog entry.
|
void |
setAvailabilityDate(java.sql.Timestamp atmavailabilityDate)
Sets the availability date for the catalog entry.
|
void |
setAvailable(java.lang.Integer anAvailable)
Sets the length of time to availability of the catalog entry.
|
void |
setBuyable(java.lang.Integer anBuyable)
Sets the buyable option for the catalog entry:
0 = catalog entry is not buyable.
|
void |
setCatentryId(java.lang.Long anCatentryId)
Sets the catalog entry ID.
|
void |
setCatEntURL(java.lang.String astrCatEntURL)
Sets the URL path of the catalog entry.
|
void |
setDescLanguage(java.lang.Integer anDescLang)
Sets the language ID used for the catalog entry description.
|
void |
setDiscontinueDate(java.sql.Timestamp atmdiscontinueDate)
Sets the discontinue date for the catalog entry.
|
void |
setEndDate(java.sql.Timestamp atmEndDate)
Sets the end date for the catalog entry.
|
void |
setEndOfServiceDate(java.sql.Timestamp atmendOfServiceDate)
Sets the endOfService date for the catalog entry.
|
void |
setExpirationdate(java.sql.Timestamp atmExpirationdate)
Sets the expiration date for the catalog entry.
|
void |
setField1(java.lang.Integer anField1)
Sets field 1 of the catalog entry.
|
void |
setField2(java.lang.Integer anField2)
Sets field 2 of the catalog entry.
|
void |
setField3(java.math.BigDecimal adField3)
Sets field 3 of the catalog entry.
|
void |
setField4(java.lang.String astrField4)
Sets field 4 of the catalog entry.
|
void |
setField5(java.lang.String astrField5)
Sets field 5 of the catalog entry.
|
void |
setFullimage(java.lang.String astrFullimage)
Sets the path of the full image of the catalog entry.
|
void |
setKeyword(java.lang.String astrKeyword)
Sets the language dependent keyword for the catalog entry.
|
void |
setLastOrderDate(java.sql.Timestamp atmlastOrderDate)
Sets the lastOrder date for the catalog entry.
|
void |
setLongdescription(java.lang.String astrLongdescription)
Sets the language dependent long description of the catalog entry.
|
void |
setMarkfordelete(java.lang.Integer anMarkfordelete)
Sets the mark for delete flag of the catalog entry:
0 = catalog entry not marked for delete.
|
void |
setMemberId(java.lang.Long anMemberId)
Sets the owner ID of the catalog entry.
|
void |
setMfname(java.lang.String astrMfname)
Sets the manufacturer name of the catalog entry.
|
void |
setMfpartnumber(java.lang.String astrMfpartnumber)
Sets the partnumber of the catalog entry used by the manufacturer.
|
void |
setName(java.lang.String astrName)
Sets the language dependent name of the catalog entry.
|
void |
setOnauction(java.lang.Integer anOnauction)
Sets the on auction option for the catalog entry:
0 = catalog entry not on auction.
|
void |
setOnspecial(java.lang.Integer anOnspecial)
Sets the on special option of the catalog entry:
0 = catalog entry not on special.
|
void |
setPartnumber(java.lang.String astrPartnumber)
Sets the partnumber of the catalog entry.
|
void |
setPublished(java.lang.Integer anPublished)
Sets the published flag for the catalog entry:
0 = catalog entry not published.
|
void |
setShortdescription(java.lang.String astrShortdescription)
Sets the language dependent short description of the catalog entry.
|
void |
setStartDate(java.sql.Timestamp atmstartDate)
Sets the start date for the catalog entry.
|
void |
setThumbnail(java.lang.String astrThumbnail)
Sets the path of the thumbnail image of the catalog entry.
|
void |
setURL(java.lang.String astrURL)
Sets the redirect URL.
|
void |
setXMLdetail(java.lang.String astrXMLdetail)
Sets the XML detail of the catalog entry.
|
checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputProperties
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
accessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwner
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
fulfills, getOwner
static final java.lang.String COPYRIGHT
static final java.lang.String CLASSNAME
java.lang.Long getCatentryId()
java.lang.String getPartnumber()
void setAuxdescription1(java.lang.String astrAuxdescription1)
astrAuxdescription1
- the first auxiliary description for the catalog entryvoid setAuxdescription2(java.lang.String astrAuxdescription2)
astrAuxdescription2
- the second auxiliary description for the catalog entryvoid setAvailabilitydate(java.sql.Timestamp atmAvailabilitydate)
atmAvailabilitydate
- the availability datevoid setAvailable(java.lang.Integer anAvailable)
anAvailable
- the time to availability of the catalog entryvoid setBuyable(java.lang.Integer anBuyable)
anBuyable
- the buyable option for the catalog entryvoid setCatentryId(java.lang.Long anCatentryId)
anCatentryId
- the catalog entry IDvoid setCatEntURL(java.lang.String astrCatEntURL)
astrCatEntURL
- the URL for the catalog entryvoid setDescLanguage(java.lang.Integer anDescLang)
anDescLang
- the language IDvoid setEndDate(java.sql.Timestamp atmEndDate)
atmEndDate
- the end datevoid setExpirationdate(java.sql.Timestamp atmExpirationdate)
atmExpirationdate
- the expiration datevoid setField1(java.lang.Integer anField1)
anField1
- customizable field 1void setField2(java.lang.Integer anField2)
anField2
- customizable field 2void setField3(java.math.BigDecimal adField3)
anField3
- customizable field 3void setField4(java.lang.String astrField4)
astrField4
- customizable field 4void setField5(java.lang.String astrField5)
astrField5
- customizable field 5void setFullimage(java.lang.String astrFullimage)
astrFullimage
- the full image of the catalog entryvoid setKeyword(java.lang.String astrKeyword)
astrKeyword
- the catalog entry keywordvoid setLongdescription(java.lang.String astrLongdescription)
astrLongdescription
- the long description of catalog entryvoid setMarkfordelete(java.lang.Integer anMarkfordelete)
anMarkfordelete
- the mark for delete status of the catalog entryvoid setMemberId(java.lang.Long anMemberId)
anMemberId
- the owner ID of the catalog entryvoid setMfname(java.lang.String astrMfname)
astrMfname
- the manufacturer namevoid setMfpartnumber(java.lang.String astrMfpartnumber)
astrMfpartnumber
- the manufacturer partnumbervoid setName(java.lang.String astrName)
astrName
- the catalog entry namevoid setOnauction(java.lang.Integer anOnauction)
anOnauction
- the auction flag for catalog entryvoid setOnspecial(java.lang.Integer anOnspecial)
anOnspecial
- the special flag for catalog entryvoid setPartnumber(java.lang.String astrPartnumber)
astrPartnumber
- the catalog entry partnumbervoid setPublished(java.lang.Integer anPublished)
anPublished
- the published flag for the catalog entryvoid setShortdescription(java.lang.String astrShortdescription)
astrShortdescription
- the short description of the catalog entryvoid setStartDate(java.sql.Timestamp atmstartDate)
atmStartDate
- the start datevoid setAvailabilityDate(java.sql.Timestamp atmavailabilityDate)
atmAvailabilityDate
- the availability datevoid setLastOrderDate(java.sql.Timestamp atmlastOrderDate)
atmLastOrderDate
- the lastOrder datevoid setEndOfServiceDate(java.sql.Timestamp atmendOfServiceDate)
atmEndOfServiceDate
- the endOfService datevoid setDiscontinueDate(java.sql.Timestamp atmdiscontinueDate)
atmDiscontinueDate
- the discontinue datevoid setThumbnail(java.lang.String astrThumbnail)
astrThumbnail
- the thumbnail image of the catalog entryvoid setURL(java.lang.String astrURL)
astrURL
- the redirect URLvoid setXMLdetail(java.lang.String astrXMLdetail)
astrXMLdetail
- the XML detail of the catalog entry